summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://0pointer.de/pulseaudioDaniel Mack2009-09-2268-2728/+2884
|\
| * 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
| |
| * stream-restore: Comment fixColin Guthrie2009-09-201-1/+1
| |
| * core: dump proplist when creating stream similar to how we already to it for ↵Lennart Poettering2009-09-202-4/+12
| | | | | | | | sinks/sources
| * alsa: make build gcc clean on 32bitLennart Poettering2009-09-201-1/+1
| |
| * Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-191-427/+442
| |\
| | * Sending translation for Portuguesericardopinto2009-09-181-427/+442
| | |
| * | 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
| | |