summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add Support for OpenSSL 1.1.0Christian Glombek2017-09-201-1/+15
* Socket: mark setNoDelay() as non-virtualMiklos Vajna2017-09-181-1/+1
* net, wsd: fix -Werror,-Wdelete-non-virtual-dtor warningsMiklos Vajna2017-09-121-0/+1
* wsd: free leaking memoryAshod Nakashian2017-07-032-0/+5
* net: remove unused using declarations in clientnbMiklos Vajna2017-06-231-4/+0
* SocketDisposition::setMove(): parameter is passed by value, move itMiklos Vajna2017-06-211-1/+1
* Accumulate I/O stats per document.Michael Meeks2017-06-021-8/+8
* Track bytes recv'd and sent on StreamSockets.Michael Meeks2017-05-262-2/+18
* wsd: include cleanupAshod Nakashian2017-05-222-9/+14
* wsd: fix server shutdownAshod Nakashian2017-05-152-0/+4
* Stream dumpHex output to an output stream.Michael Meeks2017-05-121-13/+20
* Reset ownership before executing the socket move.Michael Meeks2017-05-091-0/+4
* loolnb - kill obsolete test app.Michael Meeks2017-05-051-264/+0
* SocketDisposition: push it down the stack, and cleanup around that.Michael Meeks2017-05-056-68/+84
* SocketDisposition - controls socket movement & lifecyle.Michael Meeks2017-04-251-1/+38
* DelaySocket: kill warning.Michael Meeks2017-04-241-1/+1
* wsd: reduce included headersAshod Nakashian2017-04-242-18/+23
* wsd: cleanup sendFile to allow header-only responseAshod Nakashian2017-04-242-55/+66
* DelaySocket: hide logging.Michael Meeks2017-04-221-14/+17
* DelaySocket: working, and much cleaner / simpler.Michael Meeks2017-04-221-64/+77
* DelaySocket - simplified but working.Michael Meeks2017-04-221-71/+52
* Initial DelaySocket goodness.Michael Meeks2017-04-223-4/+304
* We never call setNoDelay() with false.Jan Holesovsky2017-04-192-3/+2
* Don't set the buffer size to zero.Michael Meeks2017-04-192-6/+11
* wsd: save document upon server shutdownAshod Nakashian2017-04-191-1/+2
* wsd: send document unloading error as WS messageAshod Nakashian2017-04-171-1/+1
* Set the _owner even in the release builds.Jan Holesovsky2017-04-101-4/+3
* wsd: assert valid socket where it countsAshod Nakashian2017-04-101-1/+1
* wsd: return the actual number of bytes written to WSAshod Nakashian2017-04-101-3/+7
* wsd: fix pinging and add logsAshod Nakashian2017-04-101-11/+26
* wsd: don't call virtuals in dtorsAshod Nakashian2017-04-102-3/+3
* security: X-Content-Type-Options: nosniffPranav Kant2017-04-092-4/+6
* Clear ownership of socket while it is being transferred.Michael Meeks2017-04-071-0/+2
* net: Socket::assertCorrectThread() can be non-virtualMiklos Vajna2017-04-071-1/+1
* Revert "Don't cleanup DocumentBrokers that still have their thread running."Michael Meeks2017-04-061-3/+0
* Don't cleanup DocumentBrokers that still have their thread running.Michael Meeks2017-04-061-0/+3
* net: Disable deflate unconditionallyPranav Kant2017-04-061-1/+3
* wsd: don't invoke poll handler when invalidatedAshod Nakashian2017-04-061-0/+4
* wsd: accomodate accept_poll shutdownAshod Nakashian2017-04-062-3/+7
* wsd: remove sockets when stopping poll threadAshod Nakashian2017-04-061-1/+17
* wsd: move prisoner socket in the poll threadAshod Nakashian2017-04-061-2/+2
* Set thread owner to zero earlier to avoid race.Michael Meeks2017-04-051-1/+0
* Inhibit thread checks for SIGUSR1 handling.Michael Meeks2017-04-052-0/+4
* setThreadOwner() is now needed in the release builds too.Jan Holesovsky2017-04-051-4/+0
* assert(isCorrectThread()) -> assertCorrectThread().Jan Holesovsky2017-04-053-38/+31
* Suppress assert()'s in the production builds.Jan Holesovsky2017-04-051-3/+12
* The other isCorrectThread() should be active only in the debug build too.Jan Holesovsky2017-04-051-0/+4
* wsd: mark detached sockets to have no ownerAshod Nakashian2017-04-051-3/+6
* wsd: warn when waking dead pollAshod Nakashian2017-04-051-1/+4
* Use heap buffers for file transfer and disable deflate for now.Michael Meeks2017-04-041-12/+16