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
/
SslSocket.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-25
wsd: admin: move kit memory reporting from kit to admin module
Gabriel Masei
1
-2
/
+3
2020-04-19
YAGNI: Bin bool parameter that is passed as true at the one single call site
Tor Lillqvist
1
-1
/
+1
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
-3
/
+3
2020-04-10
Poll - switch to ppoll for closer to microsecond accuracy.
Michael Meeks
1
-3
/
+3
2020-03-11
re-factor: Socket / WebSocketHandler.
Michael Meeks
1
-1
/
+1
2019-12-10
tdf#129306 SslSocket: handle EAGAIN properly.
Michael Meeks
1
-5
/
+16
2018-10-26
StreamSocket: make members private
Miklos Vajna
1
-4
/
+4
2018-05-18
Enable SSL in outbound, client websockets ...
Michael Meeks
1
-0
/
+5
2018-05-18
re-factor socket factories to take a client parameter.
Michael Meeks
1
-4
/
+7
2018-01-22
wsd: avoid misleading socket error logs
Ashod Nakashian
1
-2
/
+2
2017-04-10
wsd: don't call virtuals in dtors
Ashod Nakashian
1
-2
/
+2
2017-04-05
assert(isCorrectThread()) -> assertCorrectThread().
Jan Holesovsky
1
-7
/
+7
2017-03-30
Cleanup whitespace, return is not a function.
Michael Meeks
1
-6
/
+2
2017-03-26
wsd: improved socket logging
Ashod Nakashian
1
-1
/
+1
2017-03-20
wsd: close socket when WS close handshake is complete
Ashod Nakashian
1
-0
/
+3
2017-03-17
Unify and simplify timeout and poll events setup.
Michael Meeks
1
-3
/
+9
2017-03-15
wsd: SSL logging improvement
Ashod Nakashian
1
-1
/
+3
2017-03-15
wsd: Socket stores SocketHandler shared_ptr
Ashod Nakashian
1
-1
/
+1
2017-03-13
wsd: more informative SSL error logging
Ashod Nakashian
1
-2
/
+26
2017-03-10
Fix remaining -Werror,-Winconsistent-missing-override warnings
Miklos Vajna
1
-2
/
+2
2017-03-10
nb: logging
Ashod Nakashian
1
-2
/
+2
2017-03-10
nb: Perform the socket shutdown asynchronously after the data is served.
Jan Holesovsky
1
-2
/
+8
2017-03-10
nb: serve files synchronously
Ashod Nakashian
1
-1
/
+1
2017-03-10
Tie sockets to threads, and assert that we're being used in the right one.
Michael Meeks
1
-0
/
+12
2017-03-10
config.h - get includes right: must always be the first include.
Michael Meeks
1
-2
/
+0
2017-03-10
nb: ReadOrWrite -> Neither
Ashod Nakashian
1
-3
/
+3
2017-03-10
nb: log more socket activity
Ashod Nakashian
1
-0
/
+6
2017-03-10
nb: shutdown socket after file-serving
Ashod Nakashian
1
-1
/
+1
2017-03-10
nb: StreamSocket takes ownership of SocketHandler instance
Ashod Nakashian
1
-2
/
+2
2017-03-10
nb: Abstract WebSocketHandler.
Jan Holesovsky
1
-1
/
+1
2017-03-10
nb: SimpleResponseClient is a client, not a socket I guess.
Jan Holesovsky
1
-31
/
+27
2017-03-10
nb: Let's avoid too much abstraction.
Jan Holesovsky
1
-5
/
+5
2017-03-10
nb: de-templatize ServerSocket
Ashod Nakashian
1
-1
/
+1
2017-03-10
nb: move SslStreamSocket to own file
Ashod Nakashian
1
-0
/
+246