summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* be a bit more verbose about the busses we are connected toLennart Poettering2009-04-061-0/+7
* make sure we keep a reference of the bus connection during the whole runtime ...Lennart Poettering2009-04-062-11/+30
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-0525-47/+91
|\
| * initialize sound cards only after the 'control' object appearedLennart Poettering2009-04-041-5/+25
| * increase log buffer furtherLennart Poettering2009-04-041-1/+1
| * refuse to initialize on modem devicesLennart Poettering2009-04-044-0/+24
| * various spelling fixesMaarten Bosmans2009-04-0421-37/+37
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-039-45/+59
| |\
| * | downgrade a few messagesLennart Poettering2009-04-032-4/+4
* | | make it easy to disable interpolation in the interpolation test toolLennart Poettering2009-04-051-2/+22
* | | Fix a couple of races in native protocolLennart Poettering2009-04-051-42/+97
* | | don't try to outsmart the transportLennart Poettering2009-04-051-8/+0
* | | introduce pa_{sink|source}_get_latency_within_thread()Lennart Poettering2009-04-054-0/+55
* | | Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-0512-43/+136
* | | plot the difference between system and sound card timeLennart Poettering2009-04-011-1/+2
* | | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-0111-50/+55
| |/ |/|
* | use machine id instead of hostname to identify local connectionsLennart Poettering2009-04-013-17/+23
* | load bt discover module only when installedLennart Poettering2009-04-011-2/+2
* | pass destination source/sink when moving streams so that we can access themLennart Poettering2009-04-015-20/+24
* | don't access i->sink if it is not setLennart Poettering2009-04-012-6/+10
|/
* increase timing update interval exponentiallyLennart Poettering2009-04-012-4/+14
* in verbose mode log buffer attr changesLennart Poettering2009-04-011-0/+8
* add buffer_attr callback stuff to exported symbol listLennart Poettering2009-04-011-0/+1
* fix buffer defaultsLennart Poettering2009-03-311-3/+3
* be a bit more verbose about max_request changesLennart Poettering2009-03-311-5/+14
* Log underrunsLennart Poettering2009-03-311-1/+1
* handle buffer_attr changed messages properlyLennart Poettering2009-03-311-1/+49
* update command name tableLennart Poettering2009-03-311-1/+14
* fix an error where a signal was accidently freed when it is tried to register...Lennart Poettering2009-03-311-3/+2
* revive solaris moduleFinn Thain2009-03-312-54/+81
* Specifying ALSA mixer controlKyle Cronan2009-03-316-8/+19
* fix some typos in doxygen commentsMaarten Bosmans2009-03-311-7/+7
* handle failure to parse proplist in cli-command gracefullyMaarten Bosmans2009-03-311-4/+16
* explain ff7033c11d9248fe837204b03c8397231dc511feLennart Poettering2009-03-311-0/+3
* Revert "make sure we always read in all properties"Lennart Poettering2009-03-311-9/+0
* allow nofail mode only when no server string was specifiedLennart Poettering2009-03-302-4/+6
* minor cleanupsLennart Poettering2009-03-301-4/+8
* take org.pulseaudio.Server instead of org.pulseaudio to match the interface n...Lennart Poettering2009-03-302-5/+5
* fix compiler warningLennart Poettering2009-03-301-1/+1
* make sure we never access an invalid pa_bluetooth_device objectLennart Poettering2009-03-301-17/+19
* make sure we always read in all propertiesLennart Poettering2009-03-301-0/+9
* get rid of old 'Connected' property parsing and make sure we don't execute tw...Lennart Poettering2009-03-301-11/+0
* introduce typedef for pa_bt_audio_state and use it everywhereLennart Poettering2009-03-302-11/+10
* Merge commit 'elmarco/bluetooth-fixes'Lennart Poettering2009-03-308-131/+275
|\
| * bluetooth: use new audio State propertiesMarc-André Lureau2009-03-274-49/+112
| * bluetooth: GetProperties after profile UUID show upMarc-André Lureau2009-03-272-0/+26
| * bluetooth: remove racy GetProperties to check profileMarc-André Lureau2009-03-271-6/+0
| * bluetooth: don't access outside array rangeMarc-André Lureau2009-03-271-2/+4
| * bluetooth: fail when switching on non-connected profileMarc-André Lureau2009-03-271-3/+12
| * bluetooth: connected can be -1, check > 0Marc-André Lureau2009-03-271-1/+1