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
2017-09-16
Fix building on BSDs
Christopher Zimmermann
2017-09-13
net/AllocatedSocketAddress: pass SocketAddress by value to operator!=
Max Kellermann
2017-08-11
net/IPv4Address: new class
Max Kellermann
2017-08-11
net/SocketDescriptor: add AcceptNonBlock() overload without address
Max Kellermann
2017-08-11
net/SocketDescriptor: AcceptNonBlock() enables non-blocking even if SOCK_NONB...
Max Kellermann
2017-08-11
net/SocketDescriptor: check HAVE_ACCEPT4
Max Kellermann
2017-08-10
net/SocketUtil: use SocketDescriptor::SetBoolOption()
Max Kellermann
2017-08-10
net/SocketDescriptor: add method SetKeepAlive()
Max Kellermann
2017-08-10
net/SocketDescriptor: allow constructing with "int"
Max Kellermann
2017-08-10
net/SocketDescriptor: SO_REUSEADDR is portable
Max Kellermann
2017-08-10
net/SocketUtil: fix -Wunused
Max Kellermann
2017-08-10
net/SocketDescriptor: cast setsockopt() value to "const char *" for Windows
Max Kellermann
2017-08-10
net/SocketDescriptor: socketpair() is unavailable on Windows
Max Kellermann
2017-08-10
net/SocketDescriptor: implement SetNonBlocking() on Windows
Max Kellermann
2017-08-10
net/SocketDescriptor: call SetNonBlocking() on Linux if SOCK_NONBLOCK unavail...
Max Kellermann
2017-08-10
net/SocketDescriptors: IsValid() is not available on Windows
Max Kellermann
2017-08-10
net/SocketDescriptors: fix includes for Windows
Max Kellermann
2017-08-10
net/SocketUtil: socket_bind_listen() returns UniqueSocketDescriptor
Max Kellermann
2017-08-10
net/SocketDescriptor: specialization of FileDescriptor for network sockets
Max Kellermann
2017-08-10
net/StaticSocketAddress: add struct sockaddr cast operators
Max Kellermann
2017-08-10
net/*, ...: use AF_LOCAL instead of AF_UNIX
Max Kellermann
2017-08-10
net/StaticSocketAddress: pass SocketAddress by value to operator!=
Max Kellermann
2017-08-10
net/StaticSocketAddress: add method SetMaxSize()
Max Kellermann
2017-08-10
net/StaticSocketAddress: set a valid size in Clear()
Max Kellermann
2017-06-04
*: add lots of "noexcept" specifications
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-17
net/SocketAddress: add method IsV6Any()
Max Kellermann
2017-05-17
net/SocketAddress: add more "noexcept"
Max Kellermann
2017-05-17
net/AllocatedSocketAddress: allow copying
Max Kellermann
2017-05-17
net/AllocatedSocketAddress: add more "noexcept"
Max Kellermann
2017-05-17
net/AllocatedSocketAddress: use C++11 initializers
Max Kellermann
2017-05-17
net/StaticSocketAddress: add method SetPort()
Max Kellermann
2017-05-17
net/AllocatedSocketAddress: add method SetPort()
Max Kellermann
2017-05-17
net/SocketAddress: add method GetPort()
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
[next]