]> code.delx.au - pulseaudio/history - src/modules/rtp/rtsp_client.c
Use pa_hashmap_remove_and_free() where appropriate
[pulseaudio] / src / modules / rtp / rtsp_client.c
2013-07-04 poljar (Damir Jelić)Remove pa_bool_t and replace it with bool.
2013-06-24 poljar (Damir Jelić)Whitespace cleanup: Remove all multiple newlines
2012-10-23 Tanu Kaskinenrtp: Fix rtp_port reading.
2012-06-09 Arti Trivedi Boramodules: Use pa_streq instead of strcmp.
2011-09-05 Colin Guthrieraop: Use the port supplied by avahi when connecting...
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-03-24 Colin GuthrieMerge remote-tracking branch 'zonique/osx'
2011-03-20 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-03-19 Maarten BosmansUse pulsecore/arpa-inet.h to make arpa/inet.h functiona...
2011-03-11 Maarten BosmansFix up according to Coding Style
2010-01-05 Lennart PoetteringMerge remote branch 'zonque/topic/osx'
2009-12-16 Daniel Mackpoll() is totally broken on Mac OS X
2009-11-05 Lennart PoetteringMerge remote branch 'origin/merge-queue'
2009-10-02 Tanu KaskinenMerge branch 'master' into dbus-work
2009-09-22 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
2009-09-18 Lennart PoetteringMerge remote branch 'origin/master-tx'
2009-09-18 Colin Guthriertp: Remove 'fix me' comment after it was actually...
2009-09-17 Colin Guthriertp: Factor out direct io writing and use ioline instead.
2009-09-14 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
2009-09-09 Lennart PoetteringMerge remote branch 'origin/master-tx'
2009-09-09 Lennart PoetteringMerge remote branch 'origin/master-tx'
2009-09-08 Lennart Poetteringrtsp: document that rtsp_exec() needs fixing (llvm...
2009-09-03 Lennart PoetteringMerge commit 'origin/master-tx'
2009-08-30 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-28 Andy Shevchenkoraop: Fix memory leak
2009-07-23 Lennart PoetteringMerge branch 'master-tx'
2009-06-29 Tanu KaskinenMerge branch 'master' into dbus-work
2009-06-22 Lennart PoetteringMerge most of elmarco/rtclock2
2009-06-20 Marc-André LureauBase mainloop on pa_rtclock_now()
2009-06-07 Lennart PoetteringMerge commit 'origin/master-tx'
2009-05-15 Diego Elio 'Flamee... Add missing headers' include to build on FreeBSD 7.1.
2009-04-05 Lennart PoetteringMerge commit 'origin/master-tx'
2009-04-05 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-04-04 Lennart PoetteringMerge commit 'origin/master-tx'
2009-04-04 Maarten Bosmansvarious spelling fixes
2009-03-05 Lennart PoetteringMerge commit 'origin/master-tx'
2009-03-04 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-03-03 Finn Thainrevive solaris module
2009-03-03 Lennart PoetteringMerge commit 'coling/lgpl21'
2009-03-03 Colin GuthrieUse LGPL 2.1 on all files previously using LGPL 2
2009-03-02 Lennart PoetteringMerge commit 'coling/master'
2009-03-01 Colin Guthrieraop: Handle the reponse header memory allocation more...
2009-01-08 Lennart PoetteringMerge commit 'origin/master-tx'
2008-12-16 Lennart PoetteringMerge commit 'flameeyes/libtool-2.2'
2008-10-08 Lennart PoetteringMerge commit 'coling/airtunes-0.9.13'
2008-10-08 Colin GuthrieRemove $Id$ lines left over from SVN
2008-10-08 Colin GuthrieChange the API of the RTSP client a bit.
2008-10-08 Colin GuthrieRemove unneeded headers accidentially added in r2500.
2008-10-08 Colin GuthrieAdd seq and rtptime params to record/flush with a view...
2008-10-08 Colin GuthrieDo tidy up on disconnection.
2008-10-08 Colin GuthrieDo not prefix internal function rtsp_exec.
2008-10-08 Colin GuthrieFix up IPv6 address format to enclose it in []
2008-10-08 Colin GuthrieAdd a new callback structure to propigate when the...
2008-10-08 Colin GuthrieDo not assert on NULL values of s. This means the conne...
2008-10-08 Colin GuthrieRename rtsp.{c,h} to rtsp_client.{c,h}.