summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* strlist: add new calls pa_strlist_{next|data}()Lennart Poettering2009-04-302-0/+18
* parseaddr: add new call pa_is_ip_address()Lennart Poettering2009-04-302-0/+17
* rygel: make server name configurableLennart Poettering2009-04-291-1/+21
* rygel: add module that interfaces with Rygel UPnPLennart Poettering2009-04-292-0/+560
* http: split out mime type handling callsLennart Poettering2009-04-294-155/+222
* protocol-http: allow listening into sinks/sources via HTTPLennart Poettering2009-04-291-111/+394
* ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained()Lennart Poettering2009-04-292-2/+31
* ioline: add callback that can be called when the ioline object is fully drainedLennart Poettering2009-04-292-1/+25
* simple-protocol: don't hit an assert when we call connection_unlink() earlyLennart Poettering2009-04-291-1/+1
* protocol-http: substantial modernizationsLennart Poettering2009-04-291-103/+394
* alsa: allow configuration of fallback device strings in profilesLennart Poettering2009-04-292-37/+90
* protocol-native,proplist-util: port to pa_get_{user|host}_name_malloc()Lennart Poettering2009-04-292-13/+19
* core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc()Lennart Poettering2009-04-292-19/+49
* memtrap: implicitly page align memory areasLennart Poettering2009-04-291-4/+6
* macro: make pa_page_align roung up instead of downLennart Poettering2009-04-291-1/+2
* macro: add new macro pa_align_ptr()Lennart Poettering2009-04-291-0/+8
* shm: minor modernizationsLennart Poettering2009-04-291-3/+3
* shm: page align shm size when mmap()ing itLennart Poettering2009-04-291-3/+3
* strbuf: add new call pa_strbuf_putc()Lennart Poettering2009-04-292-0/+8
* idxset: add enumeration macro PA_IDXSET_FOREACHLennart Poettering2009-04-291-0/+4
* build-system: move x11 and jack modules into subdirectoriesLennart Poettering2009-04-287-12/+12
* build-system: hide .version from gitLennart Poettering2009-04-241-0/+1
* build-system: run make update-shaveLennart Poettering2009-04-242-0/+7
* build: there is no such thing as SHAVE_OUTPUT anymoreMarc-André Lureau2009-04-231-1/+0
* build: generate git tarball using git describeMarc-André Lureau2009-04-233-6/+165
* start-pulseaudio-x11: don't start a local sound server if a remote sound serv...Lennart Poettering2009-04-221-0/+2
* memtrap,aupdate: split atomic update from memtrap into seperate aupdate frame...Lennart Poettering2009-04-225-82/+264
* i18n: run make update-poLennart Poettering2009-04-2126-3181/+3758
* i18n: add missing file to LINGUAS ... againLennart Poettering2009-04-211-0/+1
* Merge commit 'origin/master-tx'Lennart Poettering2009-04-218-1268/+5913
|\
| * Sending translation for Italianmarionline2009-04-201-108/+125
| * Sending translation for po/uk.pomvdz2009-04-191-0/+2372
| * Sending translation for Spanishbeckerde2009-04-181-464/+316
| * Sending translation for po/LINGUASfab2009-04-181-0/+1
| * Sending translation for po/de_CH.pofab2009-04-181-0/+2386
| * Sending translation for Germanfab2009-04-181-383/+300
| * Sending translation for Dutchwarrink2009-04-151-109/+146
| * Sending translation for Dutchwarrink2009-04-141-236/+295
| * Sending translation for Polishraven2009-04-141-8/+12
* | memtrap: add a bit of documentation for memtrapLennart Poettering2009-04-211-0/+11
* | memtrap: fix parameter typeLennart Poettering2009-04-211-1/+1
* | memtrap: hook up core to memtrap systemLennart Poettering2009-04-213-1/+11
* | memtrap: make installation of SIGBUS handler explicit to ease integration int...Lennart Poettering2009-04-213-23/+18
* | memtrap: when we fail to handle sigbus say soLennart Poettering2009-04-211-0/+1
* | memtrap: add new logic to trap and handle SIGBUSLennart Poettering2009-04-215-2/+374
* | semaphore: introduce static semaphoresLennart Poettering2009-04-212-0/+37
* | mutex: add initializer for static mutexesLennart Poettering2009-04-212-1/+5
* | mutex: when we fail to fill in mutex into static mutex ptr free it againLennart Poettering2009-04-211-0/+2
* | llist: add PA_LLIST_FOREACHLennart Poettering2009-04-211-0/+3
* | object: revert to old unref() behaviourLennart Poettering2009-04-191-2/+1