summaryrefslogtreecommitdiff
path: root/src/modules/raop
AgeCommit message (Expand)AuthorFilesLines
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2012-11-16modules: Micro-optimisation for rewind_requested pathsArun Raghavan1-1/+1
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen1-3/+2
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2-3/+3
2011-09-14raop: Don't crash if fd is not open when trying to close itDavid Henningsson1-4/+6
2011-09-09raop: Properly deal with the name coming from the device.Colin Guthrie1-3/+5
2011-09-05raop: Use the port supplied by avahi when connecting to RAOP devices.Colin Guthrie2-12/+19
2011-08-25More spelling fixesMaarten Bosmans2-5/+5
2011-08-15Plug some memory leaksMaarten Bosmans1-0/+2
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie1-1/+1
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-06-24Remove obsolete description property from modulesMaarten Bosmans2-7/+3
2011-06-22raop: Change socket buffer size handling to avoid playback underrunsBryan Gleeson1-1/+0
2011-06-22Remove unnecessary #includesMaarten Bosmans4-17/+2
2011-03-20Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie1-1/+0
2011-03-19Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans1-1/+0
2011-03-11Fix up according to Coding StyleMaarten Bosmans2-30/+15
2011-01-31build: Don't include empty Makefile.am in subdirsMaarten Bosmans1-20/+0
2010-12-05build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie1-0/+20
2010-05-07thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering1-1/+1
2009-12-16poll() is totally broken on Mac OS XDaniel Mack2-6/+1
2009-09-18raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie1-2/+2
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering1-1/+0
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-3/+3
2009-06-22Merge most of elmarco/rtclock2Lennart Poettering2-8/+9
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-1/+1
2009-06-20pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau1-2/+3
2009-06-19core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering1-1/+0
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-5/+5
2009-06-17raop: move all raop files to subdirLennart Poettering2-0/+1094
2009-03-03revive solaris moduleFinn Thain1-0/+5
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie4-4/+4
2009-03-01raop: Log teardown explicitlyColin Guthrie1-0/+4
2009-01-13Fix a potentially non-returning function in base64 code.Colin Guthrie1-2/+7
2008-10-08Modularise the RAOP stuff that requires OpenSSL and make it optional at compi...Colin Guthrie4-0/+767