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