Add full metadata and coverart support to the library
[deb_shairplay.git] / src /
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ä-HerttuaUpdate python bindings to include is_running.
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 it possible to init shairplay library without...
2012-05-16  Juho Vähä-HerttuaRelicense bindings as MIT License
2012-05-16  Juho Vähä-HerttuaFix python bindings to hold a reference to sessions
2012-05-16  Juho Vähä-HerttuaLink to dns_sd on linux since it is necessary for now.
2012-05-16  Juho Vähä-HerttuaUpdate the python bindings to work with current version
2012-05-16  Juho Vähä-HerttuaAdd initial python bindings to the library
2012-05-16  Juho Vähä-HerttuaMake some modifications to the API to make bindings...
2012-05-16  Juho Vähä-HerttuaRename libairplay to libshairplay to avoid confusion...
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ä-HerttuaExport symbols when compiling windows DLL.
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ä-HerttuaAdd some really ugly scons scripts to compile libraries
2012-05-16  Juho Vähä-HerttuaMove src to src/lib, include to src/include, test to...
2012-05-16  Juho Vähä-HerttuaFix the log levels not to print out too much information
2012-05-16  Juho Vähä-HerttuaInitial commit to the repository