index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Age
Commit message (
Expand
)
Author
2018-02-24
net/Init: work around -Werror=unused-variable
Max Kellermann
2018-02-24
Main: move WinSock initialization to class ScopeNetInit
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-11-07
net/SocketError: remove obsolete Error functions
Max Kellermann
2016-10-28
event/ServerSocket: migrate from class Error to C++ exceptions
Max Kellermann
2016-06-12
net/Resolver: correct includes for gettaddrinfo(3)
Lazaros Koromilas
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-09-17
system/SocketUtil: guard usage of SO_PASSCRED
François Revol
2015-07-22
net/AllocatedSocketAddress: new sockaddr wrapper class
Max Kellermann
2015-07-22
Net/StaticSocketAddress: add equality operator with SocketAddress
Max Kellermann
2015-07-22
net/StaticSocketAddress: replace cast operator with GetAddress()
Max Kellermann
2015-07-22
net/ToString: relicense to BSD-2
Max Kellermann
2015-07-22
net/ToString: rename sockaddr_to_string() to ToString()
Max Kellermann
2015-07-22
net/ToString: move V4 mapping code to functions
Max Kellermann
2015-07-22
net/ToString: make variables more local
Max Kellermann
2015-07-22
net/Resolver: move sockaddr_to_string() to ToString.cxx
Max Kellermann
2015-07-21
net/StaticSocketAddress: remove unused method SetLocal()
Max Kellermann
2015-07-21
net/StaticSocketAddress: include cleanup
Max Kellermann
2015-07-21
net/StaticSocketAddress: disable SetLocal() on Android
Max Kellermann
2015-07-21
net: add header Features.hxx
Max Kellermann
2015-07-21
net/StaticSocketAddress: include config.h
Max Kellermann
2015-07-21
net/StaticSocketAddress: use SocketAddress::size_type
Max Kellermann
2015-07-21
net/StaticSocketAddress: include cleanup
Max Kellermann
2015-03-17
*: doxygen fixups
Max Kellermann
2015-03-05
fs/Traits: enable _UNICODE on Windows
Max Kellermann
2015-02-13
net/StaticSocketAdress: new class wrapping struct sockaddr_storage
Max Kellermann
2015-02-10
net/Resolver: relax size check in LocalAddressToString()
Max Kellermann
2015-02-10
net/Resolver: move code to LocalAddressToString()
Max Kellermann
2015-02-10
net/SocketAddress: light wrapper for struct sockaddr
Max Kellermann
2015-02-10
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Max Kellermann