Do not give IPv4 any special treatment in httpd code
[deb_shairplay.git] / src / lib / httpd.c
2014-03-24  Juho Vähä-HerttuaDo not give IPv4 any special treatment in httpd code
2014-03-24  Juho Vähä-HerttuaFix #23 on issue tracker.
2013-03-31  Juho Vähä-HerttuaDisconnect the HTTP connection on unrecoverable error
2013-01-10  Juho Vähä-HerttuaUpdate the Joyent http_parser.c to version 2.0, cleanup...
2013-01-10  Juho Vähä-HerttuaAdd more debugging information to httpd.c
2012-11-25  Juho Vähä-HerttuaClose server sockets on shutdown, thanks to Memphiz...
2012-05-16  Juho Vähä-HerttuaDo not check for httpd->server_fd6 if it is not initialized
2012-05-16  Juho Vähä-HerttuaAttempt to fix the IPv4/IPv6 problems once and for all
2012-05-16  Juho Vähä-HerttuaMake the maximum number of clients configurable
2012-05-16  Juho Vähä-HerttuaFall back to IPv4 in case initializing IPv6 socket...
2012-05-16  Juho Vähä-HerttuaRemove newlines from logger calls.
2012-05-16  Juho Vähä-HerttuaAdd raop_is_running function.
2012-05-16  Juho Vähä-HerttuaImprove logging on thread cleanups.
2012-05-16  Juho Vähä-HerttuaDo not accept new connections if the connection buffer...
2012-05-16  Juho Vähä-HerttuaUpdate license header to all source files.
2012-05-16  Juho Vähä-HerttuaMove src to src/lib, include to src/include, test to...