summaryrefslogtreecommitdiff
path: root/src/client/ClientNew.cxx
AgeCommit message (Expand)Author
2019-04-03client/*: rename source files, remove "Client" prefixMax Kellermann
2019-04-03Client: make almost all attributes `private`Max Kellermann
2018-12-28remove libwrap supportMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-15client: pass permission mask to constructorMax Kellermann
2017-12-20client/*: add "noexcept"Max Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-10event/ServerSocket: pass UniqueSocketDescriptor by valueMax Kellermann
2017-08-29Client: migrate from TimeoutMonitor to TimerEventMax Kellermann
2017-08-11client: make GREETING constexprMax Kellermann
2017-08-11client: use C++11 initializersMax Kellermann
2017-08-11system/fd_util: remove unused libraryMax Kellermann
2017-08-10net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()Max Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-08-10net/*, ...: use AF_LOCAL instead of AF_UNIXMax Kellermann
2017-02-25Client: convert partition to pointerMax Kellermann
2017-02-25Client: replace playlist and player_control with getter methodsMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-24Client*: move to client/Max Kellermann