* Fix a typo in the dpkg changelog.
[deb_shairplay.git] / src / lib /
2014-11-26  Jérôme BenoitMerge branch 'upstream'
2014-11-25  Jérôme BenoitFix up more conflicts.
2014-11-25  Jérôme BenoitMerge branch 'master' of https://github.com/juhovh...
2014-11-25  Jérôme BenoitClean up the mess.
2014-11-25  Jérôme BenoitClean up the mess in the upstream branch.
2014-11-25  Jérôme BenoitImported Upstream version 0.9.0
2014-04-22  Juho Vähä-HerttuaIPV6_V6ONLY set by default on win32
2014-03-25  Juho Vähä-HerttuaAdd some compatibility defines to dnssd.c.
2014-03-24  Juho Vähä-HerttuaDo not give IPv4 any special treatment in httpd code
2014-03-24  Juho Vähä-HerttuaAdd a clarifying comment to the last commit
2014-03-24  Juho Vähä-HerttuaMake password authentication work on iTunes again,...
2014-03-24  Juho Vähä-HerttuaFix #23 on issue tracker.
2014-03-24  Juho Vähä-HerttuaDouble the RAOP_BUFFER_LENGTH to avoid stuttering
2014-02-26  Juho Vähä-HerttuaClean up a series of ifs, remove redundant processing.
2014-02-26  Juho Vähä-HerttuaPrevent a memory leak in digest.c
2013-04-17  Memphiz[fix] - compilation with visual studio
2013-04-16  Juho Vähä-HerttuaSymbol exporting related fixes in automake scripts
2013-04-14  Juho Vähä-HerttuaAdd some more logging to authentication
2013-03-31  Juho Vähä-HerttuaAdd libtool versioning rules to relevant Makefile.am
2013-03-31  Juho Vähä-HerttuaDisconnect the HTTP connection on unrecoverable error
2013-03-31  Juho Vähä-HerttuaDo not crash to assertion failure on unknown audio...
2013-03-31  Juho Vähä-HerttuaOnly accept first rtpmap and fmtp (assume they are...
2013-03-31  Juho Vähä-HerttuaPass on rtpmap to raop_buffer in order to add AAC suppo...
2013-01-10  Juho Vähä-HerttuaPatch the new http_parser to support RTSP requests...
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-31  Juho Vähä-HerttuaAdd checks for required libraries
2012-05-31  Juho Vähä-HerttuaAdd autotools build scripts and new shairplay program
2012-05-31  Juho Vähä-HerttuaAdd error pointer to raop_init, today API breaks in...
2012-05-31  Juho Vähä-HerttuaAdd cls pointer to the logger
2012-05-19  Juho Vähä-HerttuaAdd libdl support to dnssd.c for lazy linking
2012-05-17  Juho Vähä-HerttuaSet default logging level to warning
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ä-HerttuaAttempt to make a temporary fix for Vista/Win7
2012-05-16  Juho Vähä-HerttuaMake the maximum number of clients configurable
2012-05-16  Juho Vähä-HerttuaHandle volume change with an explicit flag
2012-05-16  Juho Vähä-HerttuaAdd log level and log callback support to the RAOP API
2012-05-16  Juho Vähä-HerttuaAdd full metadata and coverart support to the library
2012-05-16  Juho Vähä-HerttuaPass metadata and coverart to the RTP thread
2012-05-16  Juho Vähä-HerttuaAdd support for receiving iTunes streams back, got...
2012-05-16  Juho Vähä-HerttuaAdd metadata checking of SET_PARAMETERS to RAOP handler
2012-05-16  Juho Vähä-HerttuaAdd the STDCALL definition just to be sure
2012-05-16  Memphiz[windows] - fixups for building on windows
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ä-HerttuaFix a small memory leak in raop_buffer.
2012-05-16  Juho Vähä-HerttuaFix a memory leak in raop
2012-05-16  Juho Vähä-HerttuaFix a memory leak in the ALAC decoder.
2012-05-16  Juho Vähä-HerttuaImprove logging on thread cleanups.
2012-05-16  Juho Vähä-HerttuaDo not calculate the challenge if authentication fails.
2012-05-16  Juho Vähä-HerttuaFix bugs in the digest handling.
2012-05-16  Juho Vähä-HerttuaUpdate bindings and fix a bug in last commit, password...
2012-05-16  Juho Vähä-HerttuaAdd support for password digests.
2012-05-16  Juho Vähä-HerttuaMake some modifications to the API to make bindings...
2012-05-16  Juho Vähä-HerttuaParse the remote address from SDP instead of a hack.
2012-05-16  Juho Vähä-HerttuaFix compilation on windows.
2012-05-16  Juho Vähä-HerttuaReview and cleanup the raop.c a little bit
2012-05-16  Juho Vähä-HerttuaFix a bug in volume handling.
2012-05-16  Juho Vähä-HerttuaSeveral smaller fixes to compile on windows
2012-05-16  Juho Vähä-HerttuaMove hwaddress to raop_start instead of raop_init.
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...