summaryrefslogtreecommitdiffstats
path: root/net/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Outgoing websocket - remove silly stuff.Michael Meeks2018-06-151-4/+1
* Use correct path in the client websockets.Jan Holesovsky2018-05-181-1/+1
* Move the functionality from connectToMonitor() to SocketPoll.Jan Holesovsky2018-05-181-0/+94
* The WebSocketHandler::handleClientUpgrade() needs to handle a Response,Jan Holesovsky2018-05-181-0/+8
* serve files with old gith hash in their path, that comes from cached discover...Andras Timar2018-05-181-0/+4
* Share HTTP header parsing inside the StreamSocket.Michael Meeks2018-05-011-0/+66
* 'static const int' needs an explicit definition in C++11Miklos Vajna2018-02-261-0/+3
* wsd: WebSocket state is a property of the socketAshod Nakashian2018-02-231-1/+1
* Add IPv6 support, and configuration option.Michael Meeks2018-01-091-0/+56
* loplugin:includeformPranav Kant2017-12-201-2/+2
* Dump hex contents of un-shared memory.Michael Meeks2017-11-291-41/+3
* Track bytes recv'd and sent on StreamSockets.Michael Meeks2017-05-261-1/+3
* wsd: fix server shutdownAshod Nakashian2017-05-151-0/+1
* 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
* 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