summaryrefslogtreecommitdiffstats
path: root/net/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SocketDisposition: push it down the stack, and cleanup around that.Michael Meeks2017-05-051-0/+10
* wsd: reduce included headersAshod Nakashian2017-04-241-0/+12
* wsd: cleanup sendFile to allow header-only responseAshod Nakashian2017-04-241-52/+60
* security: X-Content-Type-Options: nosniffPranav Kant2017-04-091-1/+4
* net: Disable deflate unconditionallyPranav Kant2017-04-061-1/+3
* wsd: accomodate accept_poll shutdownAshod Nakashian2017-04-061-0/+1
* Inhibit thread checks for SIGUSR1 handling.Michael Meeks2017-04-051-0/+1
* Use heap buffers for file transfer and disable deflate for now.Michael Meeks2017-04-041-12/+16
* wsd: cleanup deflating HTTP responsesAshod Nakashian2017-04-041-14/+14
* wsd: fix race in setting SocketPoll owner thread idAshod Nakashian2017-04-031-11/+2
* wsd: initialization and loggingAshod Nakashian2017-04-031-1/+4
* wsd: better thread affinity loggingAshod Nakashian2017-04-031-0/+2
* Kill race during DocumentBroker shutdown over child process.Michael Meeks2017-03-311-8/+16
* Add zlib cflags and libs to configuration.Michael Meeks2017-03-301-1/+1
* tdf#106579 - serving gzipped file contentdewana-dewan2017-03-301-26/+60
* wsd: simplify and cleanup session creationAshod Nakashian2017-03-281-1/+1
* Use callback API to implement alertAllUsers safely and simply.Michael Meeks2017-03-211-0/+2
* wsd: flag thread start before creating threadAshod Nakashian2017-03-201-2/+11
* Dump much more ClientSession state, and also websocket latency.Michael Meeks2017-03-181-2/+12
* Unify and simplify timeout and poll events setup.Michael Meeks2017-03-171-1/+3
* Always call handlePoll so we can handle timeouts.Michael Meeks2017-03-171-8/+12
* Move http serving into socket impl.Michael Meeks2017-03-151-0/+57
* wsd: wrap polling thread and manage state correctlyAshod Nakashian2017-03-151-2/+1
* wsd: prevent and warn when joining own threadAshod Nakashian2017-03-131-1/+6
* wsd: SocketPoll reports thread isAlive and use in DocBrokerAshod Nakashian2017-03-131-1/+2
* wsd: dump state to generic ostream for flexiblity and to logAshod Nakashian2017-03-131-11/+12
* Centralize idle poll time.Michael Meeks2017-03-101-0/+2
* Start DocBroker thread later - when we've added our 1st session.Michael Meeks2017-03-101-4/+9
* SocketPoll - better control starting our threads.Michael Meeks2017-03-101-11/+10
* Move auto-save of document into the DocumentBroker poll more convincingly.Michael Meeks2017-03-101-4/+9
* config.h - get includes right: must always be the first include.Michael Meeks2017-03-101-0/+2
* Unify DocumentBroker thread and its SocketPoll.Michael Meeks2017-03-101-9/+0
* Sub-class the SocketPoll to allow more flexibility in termination.Michael Meeks2017-03-101-3/+3
* nb: SocketPoll is now a thread objectAshod Nakashian2017-03-101-3/+26
* Dump buffer contents as hex if we have them.Michael Meeks2017-03-101-1/+38
* Improve socket state dumping on USR1.Michael Meeks2017-03-101-0/+14
* Connect USR1 to initial global state dumping goodness.Michael Meeks2017-03-101-0/+9
* Work around global initialization order issue with global wakeups.Michael Meeks2017-03-101-9/+27
* signal handling: keep track of all socket poll wakeups & wakeup.Michael Meeks2017-03-101-0/+39