index
:
libreoffice/online
distro/cib/libreoffice-6-2
distro/cib/libreoffice-6-3
distro/collabora/co-4-2
distro/collabora/co-4-2-0
distro/collabora/co-4-2-1
distro/collabora/co-4-2-2
distro/collabora/co-4-2-3
distro/collabora/co-4-2-4
distro/collabora/co-4-2-5
distro/collabora/co-4-2-6
distro/collabora/co-4-2-7
distro/collabora/co-4-2-8
distro/collabora/co-6-4
distro/collabora/code-4.2.0-3
distro/collabora/code-4.2.0-4
distro/collabora/collabora-online-1-0
distro/collabora/collabora-online-1-9
distro/collabora/collabora-online-2-0
distro/collabora/collabora-online-2-1
distro/collabora/collabora-online-2-1-5
distro/collabora/collabora-online-3
distro/collabora/collabora-online-3-0
distro/collabora/collabora-online-3-0-0
distro/collabora/collabora-online-3-1
distro/collabora/collabora-online-3-2
distro/collabora/collabora-online-3-2-1
distro/collabora/collabora-online-4
distro/collabora/collabora-online-4-0
distro/collabora/collabora-online-4-0-4
distro/collabora/collabora-online-cd
distro/collabora/collabora-online-cd-3-1
distro/collabora/collabora-online-cd-3-2
distro/collabora/collabora-online-cd-3-4
distro/collabora/collabora-online-cd-4
distro/collabora/milestone-2
distro/collabora/milestone-3
distro/collabora/milestone-4
distro/collabora/milestone-5
distro/collabora/milestone-7
feature/anonymization-cd
feature/calc-canvas
feature/calc-canvas2
feature/calc-coordinates
feature/calc-rowcolumn-selection
feature/calczoom
feature/cib_contract173
feature/co4-gsoc19-sidebar-work
feature/contextmenu
feature/deduplication
feature/jsdialogs
feature/lifecycle
feature/locking
feature/lok_dialog
feature/mobile-input
feature/paralleltest
feature/proxyhack
libreoffice-5-2
libreoffice-5-3
libreoffice-5-4
libreoffice-6-0
libreoffice-6-1
libreoffice-6-2
libreoffice-6-3
libreoffice-6-4
libreoffice-7-0
master
private/Ashod/nonblocking
private/Ashod/repairactions
private/Ashod/tilecombine
private/Ashod/tileprioritization
private/hcvcastro/bind-mount
private/hcvcastro/forking
private/hcvcastro/socket
private/kendy/mobile
private/kendy/monitoring-collabora-online-3
private/kendy/monitoring-rebased
private/kendy/new-stuff
private/kendy/tilesandcallbacks
private/mmeeks/clipboard
private/mmeeks/copypaste
private/mmeeks/cursors
private/mmeeks/deltas
private/mmeeks/fixing
private/mmeeks/monitoring
private/mmeeks/thread-png
private/mmeeks/uds
private/mmeeks/unitbits
private/tml/cancellation
private/tml/ios-gen2
LibreOffice Online excellence.
michael
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
WebSocketHandler.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
wsd: allow pings from clients
Ashod Nakashian
1
-15
/
+7
2020-09-15
Mark processInputEnabled() as const
Miklos Vajna
1
-1
/
+1
2020-07-25
kit: disable parallel processing at higher levels
Gabriel Masei
1
-1
/
+1
2020-07-22
kit: disable parallel handling of messages while processing load and save
Gabriel Masei
1
-0
/
+16
2020-07-14
Handle multiple queued fragments in WebSocket _inBuffer without timeout.
Michael Meeks
1
-1
/
+1
2020-06-24
No pinging necessary in the MOBILEAPP case
Tor Lillqvist
1
-15
/
+18
2020-06-02
wsd: single-char string literals -> char
Ashod Nakashian
1
-24
/
+24
2020-04-29
remove unused method from WebSocketHandler
Gabriel Masei
1
-28
/
+0
2020-04-25
wsd: admin: move kit memory reporting from kit to admin module
Gabriel Masei
1
-14
/
+52
2020-04-24
wsd: harden socket weakptr
Ashod Nakashian
1
-10
/
+9
2020-04-18
Use #pragma once
Tor Lillqvist
1
-4
/
+1
2020-04-10
Poll - cleanup method naming, and fix merge issues.
Michael Meeks
1
-1
/
+1
2020-04-10
Poll - switch to ppoll for closer to microsecond accuracy.
Michael Meeks
1
-12
/
+12
2020-04-02
Add an initial libfuzzer based fuzzer for the admin console
Miklos Vajna
1
-1
/
+1
2020-03-16
Rework the somewhat odd sendTextMessage() interface
Miklos Vajna
1
-3
/
+3
2020-03-12
Fix assertion failure in the MOBILEAPP case
Tor Lillqvist
1
-4
/
+9
2020-03-11
re-factor: Socket / WebSocketHandler.
Michael Meeks
1
-10
/
+53
2020-03-05
WebSocket - simplify handleMessage for now.
Michael Meeks
1
-20
/
+8
2020-03-05
Session: simplify shutdown and privatize some pieces.
Michael Meeks
1
-1
/
+2
2020-01-06
Avoid taking address over the end of a vector if reading 0 bytes.
Michael Meeks
1
-0
/
+3
2019-11-22
WebSocketHandler: allow to build on 32bits systems
Corentin Noël
1
-1
/
+1
2019-08-17
wsd: formatting
Ashod Nakashian
1
-5
/
+9
2019-05-29
Improve debugging by showing un-masked websocket content.
Michael Meeks
1
-1
/
+2
2019-05-27
net: avoid UB in WebSocketHandler::readPayload()
Miklos Vajna
1
-3
/
+6
2019-05-22
Initial chunked transfer encoding.
Michael Meeks
1
-4
/
+4
2019-04-19
gtkapp: Fix clang's error: private field '...' is not used
Jan Holesovsky
1
-19
/
+27
2019-03-12
Added support for defragmentation of incoming websocket fragmented messages a...
Gabriel Masei
1
-85
/
+181
2019-02-12
android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.
Jan Holesovsky
1
-11
/
+11
2018-10-30
Avoid 'Unused variable' warnings in the MOBILEAPP casse
Tor Lillqvist
1
-2
/
+1
2018-10-25
Adapt after 4724aa0cf78f3aedf7f7f4222d251ef8395d5523
Tor Lillqvist
1
-1
/
+1
2018-10-25
Socket: do what the TODO says
Miklos Vajna
1
-12
/
+12
2018-10-24
WebSocket: make members private
Miklos Vajna
1
-1
/
+12
2018-09-19
Still more iOS app and related Online C++ code hacking
Tor Lillqvist
1
-2
/
+30
2018-09-19
Avoid double "0x" prefix for pointer values in log output
Tor Lillqvist
1
-3
/
+3
2018-09-12
Intermediate commit of work in progress on an iOS app
Tor Lillqvist
1
-0
/
+17
2018-09-11
Revert "Just define these static const int members in-class"
Tor Lillqvist
1
-2
/
+2
2018-09-10
Just define these static const int members in-class
Tor Lillqvist
1
-2
/
+2
2018-09-10
More mobile app stuff, very much early state of work in progress
Tor Lillqvist
1
-0
/
+2
2018-07-19
Avoid potential confusion by not using the term "packet" in a comment
Tor Lillqvist
1
-1
/
+1
2018-07-19
Don't log binary data as such, use Util::stringifyHexLine()
Tor Lillqvist
1
-4
/
+12
2018-07-18
Add FIXME: Do we really want to log binary data as such here?
Tor Lillqvist
1
-0
/
+1
2018-06-15
Implement client websocket masking.
Michael Meeks
1
-12
/
+37
2018-05-18
Use std::shared_ptr consistently.
Jan Holesovsky
1
-1
/
+1
2018-05-18
The WebSocketHandler::handleClientUpgrade() needs to handle a Response,
Jan Holesovsky
1
-34
/
+47
2018-05-18
Get ping/pong handling sorted with more isClient conditionality.
Michael Meeks
1
-22
/
+69
2018-05-18
More work on client / Monitor websocket connections.
Michael Meeks
1
-3
/
+63
2018-05-18
Allow a 'monitor' to be connected to remotely if configured.
Michael Meeks
1
-0
/
+5
2018-02-26
'static const int' needs an explicit definition in C++11
Miklos Vajna
1
-2
/
+2
2018-02-23
wsd: WebSocket state is a property of the socket
Ashod Nakashian
1
-29
/
+30
2018-02-07
net: spell out non-trivial autos to improve readability
Miklos Vajna
1
-4
/
+4
[next]