summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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
| | | | | | This has the benefit that we can properly support ALSA devices where only the raw 'hw' device exists but no 'front' although it's a proper 2ch stereo device.
* 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
|
* start-pulseaudio-x11: don't start a local sound server if a remote sound ↵Lennart Poettering2009-04-221-0/+2
| | | | server is configured
* memtrap,aupdate: split atomic update from memtrap into seperate aupdate ↵Lennart Poettering2009-04-225-82/+264
| | | | framework
* 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 ↵Lennart Poettering2009-04-213-23/+18
| | | | into libraries
* 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
| | | | | | | This mostly reverts these two commits: eb04d0fda6f6ee7998bcf290750a299c566fbb19 12c5afe0382ded41de5283e0a8711155adf7ee64
* object: fix ref counting of objects on destructionLennart Poettering2009-04-191-1/+1
|
* alsa: remove debug codeLennart Poettering2009-04-191-2/+0
|
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-195-53/+86
|
* log: use pa_logl() instead of pa_log_level()Lennart Poettering2009-04-191-1/+1
|
* log: print file name only when we have itLennart Poettering2009-04-191-1/+1
|
* util: if NULL is passed to pa_path_get_filename() just hand it throughLennart Poettering2009-04-192-2/+3
|
* reserve-device: allow building without D-BusErich Boleyn2009-04-192-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lennart Poettering <lennart@poettering.net> wrote: > On Wed, 15.04.09 16:26, Erich Boleyn (erich@uruk.org) wrote: > > > Just noticed the new 0.9.15 release, got it building on Gentoo, and then > > found that the non-dbus build's ALSA modules appear to be broken: ... > > Is this something that can stubbed out (relatively) safely? > > Hmm, yes. As it seems I broke the build for non-dbus builds. Should be > easy to fix. Best way is probably to make the reserver wrapper mostly > a noop if D-Bus is not available. > > Please understand that I don't really focus on making every weird > combination of build deps work. So I won't fix this for you. But I am > happy to merge good patches! No problem, I was mainly looking for a hint that to your knowledge there should be no wierd side-effects from stubbing out the reserve and dbus functions inside reserve_wrapper. Thanks for said hint. ;-) Attached is a patch to include "reserve_wrapper.[ch]" in the non-dbus builds, and do said stubbing when HAVE_DBUS is not defined. It has passed moderate testing: built both versions, both pass "pulseaudio --dump-modules" with no weird messages, and the "--disable-dbus" build works and produces audio as expected in some simple tests including RTP.
* solaris: 0.9.15 solaris module build failureFinn Thain2009-04-181-1/+1
| | | | | | | | | | | | | | | | Lennart wrote, > > Hmm, yes. As it seems I broke the build for non-dbus builds. Well, you also broke the solaris module between 0.9.15-test8 and 0.9.15. Have you considered release candidates? Patch follows. It would be nice if API changes could be made without breaking things when the effort to avoid that is trivial. Finn
* object: keep refcount at 1 while destructing objectsLennart Poettering2009-04-181-3/+6
|
* core-util: handle EINTR already inside of pa_read/pa_writeLennart Poettering2009-04-181-7/+32
|
* bluetoth-device: be less strict on CONNECTED state to switch profileMarc-André Lureau2009-04-171-2/+7
|
* pulse/context: when NOFAIL, don't try_next_connection() if c->clientMarc-André Lureau2009-04-171-1/+2
|
* rescue-streams: when one stream move fails try to continue with the ↵Lennart Poettering2009-04-171-10/+6
| | | | remaining ones
* add a few missing initializationsv0.9.15Lennart Poettering2009-04-142-3/+3
|
* explcitly ignore return values of some functions marked with gcc's ↵Lennart Poettering2009-04-143-4/+4
| | | | warn_unused_result attribute
* core: when applying delay memblockq take monitored sink latency into accountLennart Poettering2009-04-141-0/+19
|