summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Clear ownership of socket while it is being transferred.Michael Meeks1-0/+2
2017-04-11wsd: assert valid socket where it countsAshod Nakashian1-1/+1
2017-04-11wsd: return the actual number of bytes written to WSAshod Nakashian1-3/+7
2017-04-11wsd: fix pinging and add logsAshod Nakashian1-11/+26
2017-04-11wsd: don't call virtuals in dtorsAshod Nakashian2-3/+3
2017-04-10Set the _owner even in the release builds.Jan Holesovsky1-4/+3
2017-04-10security: X-Content-Type-Options: nosniffPranav Kant2-4/+6
2017-04-07Use heap buffers for file transfer and disable deflate for now.Michael Meeks1-9/+14
2017-04-07net: Socket::assertCorrectThread() can be non-virtualMiklos Vajna1-1/+1
2017-04-07wsd: don't invoke poll handler when invalidatedAshod Nakashian1-0/+4
2017-04-07wsd: accomodate accept_poll shutdownAshod Nakashian2-3/+7
2017-04-07wsd: remove sockets when stopping poll threadAshod Nakashian1-0/+16
2017-04-07wsd: move prisoner socket in the poll threadAshod Nakashian1-2/+2
2017-04-07Set thread owner to zero earlier to avoid race.Michael Meeks1-1/+0
2017-04-07Inhibit thread checks for SIGUSR1 handling.Michael Meeks2-0/+4
2017-04-07wsd: mark detached sockets to have no ownerAshod Nakashian1-2/+5
2017-04-07wsd: warn when waking dead pollAshod Nakashian1-1/+4
2017-04-06net: Disable deflate unconditionallyPranav Kant1-3/+4
2017-04-05setThreadOwner() is now needed in the release builds too.Jan Holesovsky1-4/+0
2017-04-05assert(isCorrectThread()) -> assertCorrectThread().Jan Holesovsky3-38/+31
2017-04-05Suppress assert()'s in the production builds.Jan Holesovsky1-3/+12
2017-04-05The other isCorrectThread() should be active only in the debug build too.2.1-beta2Jan Holesovsky1-0/+4
2017-04-04wsd: cleanup deflating HTTP responsesAshod Nakashian1-14/+14
2017-04-04wsd: don't invoke onDisconnect from wrong threadAshod Nakashian1-1/+6
2017-04-04wsd: fix SSL initialization/uninitialization errorAshod Nakashian2-18/+24
2017-04-03wsd: remove LOOL_CHECK_THREADSAshod Nakashian2-11/+7
2017-04-03wsd: remove nextmessageAshod Nakashian1-23/+3
2017-04-03wsd: const correctness and avoid unnecessary shared_ptr promotionAshod Nakashian1-14/+17
2017-04-03wsd: process callbacks before poll handlersAshod Nakashian1-28/+26
2017-04-03wsd: catch exceptions from callbacks and wakup hookAshod Nakashian1-2/+20
2017-04-03wsd: fix race in setting SocketPoll owner thread idAshod Nakashian2-11/+8
2017-04-03wsd: initialization and loggingAshod Nakashian2-8/+12
2017-04-03wsd: better thread affinity loggingAshod Nakashian2-7/+16
2017-04-03Kill race during DocumentBroker shutdown over child process.Michael Meeks2-8/+19
2017-04-03Remove obsolete write-lock.Michael Meeks2-22/+7
2017-04-03Add zlib cflags and libs to configuration.Michael Meeks1-1/+1
2017-04-03tdf#106579 - serving gzipped file contentdewana-dewan2-29/+63
2017-04-03Don't try to clean up after a runtime error.Jan Holesovsky1-4/+4
2017-03-30Cleanup whitespace, return is not a function.Michael Meeks3-12/+8
2017-03-30Avoid extensive warning about a normal situation.2.1-beta1Jan Holesovsky1-1/+1
2017-03-30wsd: warn if isCorrectThread will failAshod Nakashian1-0/+5
2017-03-30wsd: avoid unnecessary temp string constructionAshod Nakashian1-2/+2
2017-03-30wsd: consistent naming sendFrame -> sendMessageAshod Nakashian1-2/+2
2017-03-29tdf#106797 - avoid locking up / crashing on exceptions from main.Michael Meeks2-13/+11
2017-03-29wsd: simplify and cleanup session creationAshod Nakashian1-1/+1
2017-03-27wsd: flush sockets before exiting DocBroker poll threadAshod Nakashian1-0/+6
2017-03-27wsd: use isCorrectThreadAshod Nakashian1-1/+1
2017-03-27wsd: onConnect takes shared_ptr and better loggingAshod Nakashian2-2/+9
2017-03-26wsd: correct shutdown status code echoed backAshod Nakashian1-2/+4
2017-03-26wsd: improved socket loggingAshod Nakashian3-6/+12