summaryrefslogtreecommitdiffstats
path: root/net/Socket.hpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-011-2/+0
* Mark processInputEnabled() as constMiklos Vajna2020-09-151-2/+2
* net: mark SocketPoll dtor as virtualMiklos Vajna2020-09-101-1/+1
* kit: disable parallel handling of messages while processing load and saveGabriel Masei2020-07-221-3/+38
* Make objects and threads go away more reliably in the iOS appTor Lillqvist2020-07-141-0/+1
* wsd: faster jail setup via bind-mountAshod Nakashian2020-07-011-1/+0
* Remember to shutdown the socket after serving files.Michael Meeks2020-06-031-4/+4
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-18/+18
* Proxy: re-arrange URL structure & document it better.Michael Meeks2020-05-131-1/+1
* Proxy: only accept request from localhost.Michael Meeks2020-05-081-0/+3
* let the higher levels to process the recvmsg return valueGabriel Masei2020-04-291-13/+6
* wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei2020-04-281-2/+4
* typo fixes in comments and codeAndras Timar2020-04-261-2/+2
* wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei2020-04-251-4/+109
* I think "us" is supposed to be the current thread idTor Lillqvist2020-04-241-1/+1
* Proxy protocol bits.Michael Meeks2020-04-241-2/+12
* Proxy websocket prototype.Michael Meeks2020-04-241-0/+5
* YAGNI: Bin bool parameter that is passed as true at the one single call siteTor Lillqvist2020-04-191-2/+2
* Use #pragma onceTor Lillqvist2020-04-181-3/+1
* Poll - cleanup method naming, and fix merge issues.Michael Meeks2020-04-101-9/+9
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-101-129/+13
* Revert "wsd: minimize wait when DocBroker terminates"Jan Holesovsky2020-04-091-30/+1
* Replaced pipe with websocket based on Unix socket in communication with ForKitGabriel Masei2020-04-071-0/+5
* wsd: minimize wait when DocBroker terminatesMichael Meeks2020-03-261-1/+30
* Rework the somewhat odd sendTextMessage() interfaceMiklos Vajna2020-03-161-2/+2
* Make closing the document work again in the iOS (and Android?) appTor Lillqvist2020-03-131-0/+1
* Bin code that has always been inside #if 0Tor Lillqvist2020-03-121-15/+0
* wsd: some logging improvementsAshod Nakashian2020-03-121-11/+15
* re-factor: Socket / WebSocketHandler.Michael Meeks2020-03-111-14/+95
* Remove unused method.Gabriele Ponzo2020-02-041-16/+0
* tdf#129306 SslSocket: handle EAGAIN properly.Michael Meeks2019-12-101-1/+2
* wsd: Logging correctionsAshod Nakashian2019-08-051-2/+3
* Serve a decidedly unpretty clipboard download pageAshod Nakashian2019-08-051-2/+2
* net: avoid unnecessary copy in checkAndReThread()Miklos Vajna2019-06-121-1/+1
* unipoll: allow LOK's Yield callback to be called from any thread.Michael Meeks2019-06-101-1/+19
* Initial chunked transfer encoding.Michael Meeks2019-05-221-2/+20
* Initial HTTP Expect: 100-continue implementation.Michael Meeks2019-05-221-0/+4
* Make the document-specific threads in the iOS app go away more reliablyTor Lillqvist2019-05-211-4/+0
* unipoll: restore missing asserts & some cleanup.Michael Meeks2019-05-101-1/+1
* Unipoll: integrate with the LOK mainloop in a single thread.Ashod Nakashian2019-04-231-4/+8
* perftrace: Annotate idleness and render it better as gaps.Michael Meeks2019-04-041-0/+1
* Use peercreds to identify processes connecting rather than URL params.Michael Meeks2019-03-301-0/+3
* Switch local prisoner sockets to abstract UDSMichael Meeks2019-03-301-7/+18
* Crop socket buffer removal to socket buffer size & warn.Michael Meeks2019-03-301-1/+5
* android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky2019-02-121-15/+15
* Don't name parameter after a local method.Michael Meeks2018-11-071-2/+2
* Respond to SSL/TLS over http - when we don't expect it.Michael Meeks2018-11-071-0/+3
* Handle EOF case (when fakeSocketAvailableDataLength() returns 0)Tor Lillqvist2018-10-301-0/+2
* SocketPoll: make members privateMiklos Vajna2018-10-291-8/+17
* StreamSocket: make members privateMiklos Vajna2018-10-261-1/+16