Do not check for httpd->server_fd6 if it is not initialized
[deb_shairplay.git] / src / lib / httpd.c
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...