Add a clarifying comment to the last commit
[deb_shairplay.git] / src / lib / raop.c
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,...
2013-04-14  Juho Vähä-HerttuaAdd some more logging to authentication
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ä-HerttuaPass on rtpmap to raop_buffer in order to add AAC suppo...
2013-01-10  Juho Vähä-HerttuaUpdate the Joyent http_parser.c to version 2.0, cleanup...
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-16  Juho Vähä-HerttuaMake the maximum number of clients configurable
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 metadata checking of SET_PARAMETERS to RAOP handler
2012-05-16  Memphiz[windows] - fixups for building on windows
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 memory leak in raop
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ä-HerttuaParse the remote address from SDP instead of a hack.
2012-05-16  Juho Vähä-HerttuaReview and cleanup the raop.c a little bit
2012-05-16  Juho Vähä-HerttuaMove hwaddress to raop_start instead of raop_init.
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...