summaryrefslogtreecommitdiffstats
path: root/net/ServerSocket.hpp
Commit message (Expand)AuthorAgeFilesLines
* fix license headersAndras Timar2020-10-021-2/+0
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-1/+1
* Use #pragma onceTor Lillqvist2020-04-181-4/+1
* Poll - cleanup method naming, and fix merge issues.Michael Meeks2020-04-101-2/+2
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-101-2/+2
* LocalServerSocket: can move sockFactory instead of copyMiklos Vajna2019-05-221-1/+1
* gtkapp: Fix clang's error: private field '...' is not usedJan Holesovsky2019-04-191-0/+4
* net: fix -Werror,-Winconsistent-missing-overrideMiklos Vajna2019-04-011-1/+1
* Fix build in the MOBILEAPP caseTor Lillqvist2019-03-311-0/+4
* Use peercreds to identify processes connecting rather than URL params.Michael Meeks2019-03-301-52/+3
* Switch local prisoner sockets to abstract UDSMichael Meeks2019-03-301-1/+17
* android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky2019-02-121-3/+3
* WaE: -Werror=unused-parameterTor Lillqvist2018-11-011-1/+1
* SocketPoll: make members privateMiklos Vajna2018-10-291-3/+3
* Still more iOS app and related Online C++ code hackingTor Lillqvist2018-09-191-1/+13
* Fis our use of inet_ntop() etcTor Lillqvist2018-07-101-7/+7
* Use inet_ntop for ipv6 address names.Michael Meeks2018-05-141-2/+18
* wsd: to filter clientAddress before POST action.YiiChang Yen2018-04-301-3/+12
* Add IPv6 support, and configuration option.Michael Meeks2018-01-091-14/+11
* SocketDisposition: push it down the stack, and cleanup around that.Michael Meeks2017-05-051-4/+3
* Cleanup whitespace, return is not a function.Michael Meeks2017-03-301-3/+3
* Unify and simplify timeout and poll events setup.Michael Meeks2017-03-171-1/+2
* Switch to std::chrono from Poco::Time and simplify lots.Michael Meeks2017-03-171-1/+2
* remove obsolete Poco headers, and Poco SSL pieces.Michael Meeks2017-03-161-0/+2
* wsd: dump state to generic ostream for flexiblity and to logAshod Nakashian2017-03-131-1/+1
* config.h - get includes right: must always be the first include.Michael Meeks2017-03-101-2/+0
* nb: transfer client sockets to respective DocumentBrokerAshod Nakashian2017-03-101-0/+1
* Switch Prisoner socket handling to use the SocketPoll.Michael Meeks2017-03-101-2/+2
* Improve socket state dumping on USR1.Michael Meeks2017-03-101-0/+2
* nb: log more socket activityAshod Nakashian2017-03-101-1/+11
* nb: read the socket on acceptAshod Nakashian2017-03-101-1/+1
* nb: cout -> loggerAshod Nakashian2017-03-101-1/+2
* Add initial support for socket timeouts.Michael Meeks2017-03-101-1/+1
* nb: de-templatize ServerSocketAshod Nakashian2017-03-101-0/+101