summaryrefslogtreecommitdiffstats
path: root/net/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: improve HTTPServerTest::testConvertToWithForwardedClientIPAshod Nakashian2019-10-291-1/+1
* wsd: logging improvementsAshod Nakashian2019-10-281-4/+3
* wsd: asan: stack-use-after-scopeAshod Nakashian2019-09-221-1/+1
* tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt312019-09-061-1/+1
* wsd: cosmetic formattingAshod Nakashian2019-09-031-1/+0
* keep the project buildable with poco 1.7.8Andras Timar2019-07-081-1/+3
* Fix typoSamuel Mehrbrodt2019-06-161-1/+1
* Initial chunked transfer encoding.Michael Meeks2019-05-221-4/+122
* Initial HTTP Expect: 100-continue implementation.Michael Meeks2019-05-221-0/+9
* Use compile-time rather than run-time string concatenation.Michael Meeks2019-05-201-1/+1
* 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-1/+1
* Creds.Michael Meeks2019-04-021-1/+1
* fix build: "sockaddr_un addrunix’ has incomplete type ...Henry Castro2019-04-021-0/+1
* Fix -Werror=maybe-uninitializedSamuel Mehrbrodt2019-04-011-1/+1
* peercred: fixup compile issues.Michael Meeks2019-04-011-6/+5
* Fix build in the MOBILEAPP caseTor Lillqvist2019-03-311-11/+8
* Use peercreds to identify processes connecting rather than URL params.Michael Meeks2019-03-301-1/+120
* Switch local prisoner sockets to abstract UDSMichael Meeks2019-03-301-28/+108
* android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky2019-02-121-8/+8
* wsd: reduce warningsAshod Nakashian2019-01-221-5/+9
* Respond to SSL/TLS over http - when we don't expect it.Michael Meeks2018-11-071-0/+12
* wsd: support polling on client threadAshod Nakashian2018-10-161-1/+7
* wsd: always use signal-safe callsAshod Nakashian2018-10-161-4/+7
* wsd: clang-format logging macros and pass logger explicitlyAshod Nakashian2018-10-161-1/+1
* Initialise also _threadFinished and _stop in SocketPoll::startThread()Tor Lillqvist2018-10-161-1/+6
* fix that internal port 9981 was opened on all interfacesAndras Timar2018-10-051-2/+2
* Still more iOS app and related Online C++ code hackingTor Lillqvist2018-09-191-46/+56
* Move SocketPoll::pollingThreadEntry() implementation to cpp fileTor Lillqvist2018-09-131-0/+26
* Intermediate commit of work in progress on an iOS appTor Lillqvist2018-09-121-0/+19
* Revert "Just define these static const int members in-class"Tor Lillqvist2018-09-111-0/+3
* Just define these static const int members in-classTor Lillqvist2018-09-101-3/+0
* More mobile app stuff, very much early state of work in progressTor Lillqvist2018-09-101-9/+23
* Make this file compile for iOSTor Lillqvist2018-09-041-1/+14
* Fix logging a little.Michael Meeks2018-06-151-2/+1
* 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