summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* svolume: tweak constraints for 32 bits0.9.18-stableWim Taymans2009-09-252-4/+4
| | | | | | Tweak the constraints a little so that register starved 32bit systems can select a stack variable for the channel paramter instead of reusing one of the registers we're using in the code.
* tunnel: fix parsing of source info from newer serversColin Guthrie2009-09-201-2/+29
|
* tunnel: fix parsing of sink info from newer serversEmil Renner Berthing2009-09-201-0/+27
|
* build-sys: bump soname for releasev0.9.18Lennart Poettering2009-09-191-1/+1
|
* vala: install .vapi file by defaultLennart Poettering2009-09-192-1/+16
|
* vala: numerous updatesLennart Poettering2009-09-191-203/+259
|
* memtrap: properly add items to linked listLennart Poettering2009-09-191-1/+4
|
* gconf: run the wrapper script when running gconf-helper from build treeLennart Poettering2009-09-181-1/+1
|
* namereg: choose default sink/source as soon as one becomes availableLennart Poettering2009-09-181-1/+12
|
* i18n: run make update-poLennart Poettering2009-09-1830-1956/+2611
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-1815-2124/+1357
|\
| * Sending translation for Tamilifelix2009-09-181-20/+14
| |
| * Sending translation for Portuguesericardopinto2009-09-181-459/+301
| |
| * Sending translation for Serbian (Latin)kmilos2009-09-161-12/+11
| |
| * Sending translation for Serbiankmilos2009-09-161-11/+11
| |
| * Sending translation for Finnishvpv2009-09-151-11/+10
| |
| * Sending translation for Swiss Germanfab2009-09-141-556/+358
| |
| * Sending translation for Germanfab2009-09-141-511/+336
| |
| * Sending translation for Ukrainianmvdz2009-09-141-34/+25
| |
| * Sending translation for Catalanxconde2009-09-121-12/+11
| |
| * Sending translation for Polishraven2009-09-121-9/+11
| |
| * Sending translation for Dutchwarrink2009-09-111-4/+4
| |
| * Sending translation for Spanishbeckerde2009-09-111-438/+227
| |
| * Sending translation for Gujaratiswkothar2009-09-111-18/+13
| |
| * Sending translation for Oriyamgiri2009-09-111-19/+17
| |
| * Sending translation for Punjabijassy2009-09-111-10/+8
| |
* | memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they ↵Lennart Poettering2009-09-181-4/+11
| | | | | | | | usually are much bigger than we want them
* | mainloop: fix detection of rt clocksLennart Poettering2009-09-181-8/+7
| |
* | socket-client: modernizationsLennart Poettering2009-09-182-38/+24
| |
* | memblock: modernizationsLennart Poettering2009-09-181-3/+2
| |
* | conf: Fix typo in daemon.conf: rlimit-rtttime - too many t'sColin Guthrie2009-09-181-1/+1
| | | | | | | | Spotted by peol on IRC
* | alsa: Give all ports a human name to allow UI tools to present the choice to ↵Colin Guthrie2009-09-181-3/+3
| | | | | | | | users.
* | rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie2009-09-181-2/+0
| | | | | | | | That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
* | mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering2009-09-181-6/+16
| |
* | timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2009-09-182-2/+17
| |
* | timeval: add UNLIKELY annotationLennart Poettering2009-09-181-3/+3
| |
* | timeval: make pa_timeval_sub saturatingLennart Poettering2009-09-181-12/+38
| |
* | core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2009-09-182-0/+15
| |
* | timeval: introduce PA_USEC_MAXLennart Poettering2009-09-181-2/+5
| |
* | macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering2009-09-181-0/+12
| |
* | mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering2009-09-181-8/+9
| |
* | mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering2009-09-181-26/+30
| |
* | mainloop: don't initialize fields we don't have toLennart Poettering2009-09-181-30/+4
| |
* | mainloop: calculate in pa_usec_t everywhereLennart Poettering2009-09-181-21/+46
| |
* | mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering2009-09-181-1/+1
| |
* | alsa: fix Surround mixer element nameLennart Poettering2009-09-183-3/+3
| | | | | | | | | | | | s/Sourround/Surround/ Spotted by Colin Guthrie
* | rtp: Factor out direct io writing and use ioline instead.Colin Guthrie2009-09-181-16/+6
| | | | | | | | | | This is how things should have worked orinally, but I obviously misunderstood things a bit. This seems to prevent the random hangups that were happening previously :)
* | raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie2009-09-181-2/+2
| |
* | core-util: unify how we determine the temporary directoryLennart Poettering2009-09-173-20/+26
| |
* | Improve TMPDIR handlingLennart Poettering2009-09-172-2/+15
| | | | | | | | | | | | Patch from 'jnelson', http://pulseaudio.org/ticket/653