Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | shm: page align shm size when mmap()ing it | Lennart Poettering | 2009-04-29 | 1 | -3/+3 | |
| | ||||||
* | strbuf: add new call pa_strbuf_putc() | Lennart Poettering | 2009-04-29 | 2 | -0/+8 | |
| | ||||||
* | idxset: add enumeration macro PA_IDXSET_FOREACH | Lennart Poettering | 2009-04-29 | 1 | -0/+4 | |
| | ||||||
* | build-system: move x11 and jack modules into subdirectories | Lennart Poettering | 2009-04-28 | 7 | -12/+12 | |
| | ||||||
* | build-system: hide .version from git | Lennart Poettering | 2009-04-24 | 1 | -0/+1 | |
| | ||||||
* | build-system: run make update-shave | Lennart Poettering | 2009-04-24 | 2 | -0/+7 | |
| | ||||||
* | build: there is no such thing as SHAVE_OUTPUT anymore | Marc-André Lureau | 2009-04-23 | 1 | -1/+0 | |
| | ||||||
* | build: generate git tarball using git describe | Marc-André Lureau | 2009-04-23 | 3 | -6/+165 | |
| | ||||||
* | start-pulseaudio-x11: don't start a local sound server if a remote sound ↵ | Lennart Poettering | 2009-04-22 | 1 | -0/+2 | |
| | | | | server is configured | |||||
* | memtrap,aupdate: split atomic update from memtrap into seperate aupdate ↵ | Lennart Poettering | 2009-04-22 | 5 | -82/+264 | |
| | | | | framework | |||||
* | i18n: run make update-po | Lennart Poettering | 2009-04-21 | 26 | -3181/+3758 | |
| | ||||||
* | i18n: add missing file to LINGUAS ... again | Lennart Poettering | 2009-04-21 | 1 | -0/+1 | |
| | ||||||
* | Merge commit 'origin/master-tx' | Lennart Poettering | 2009-04-21 | 8 | -1268/+5913 | |
|\ | ||||||
| * | Sending translation for Italian | marionline | 2009-04-20 | 1 | -108/+125 | |
| | | ||||||
| * | Sending translation for po/uk.po | mvdz | 2009-04-19 | 1 | -0/+2372 | |
| | | ||||||
| * | Sending translation for Spanish | beckerde | 2009-04-18 | 1 | -464/+316 | |
| | | ||||||
| * | Sending translation for po/LINGUAS | fab | 2009-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | Sending translation for po/de_CH.po | fab | 2009-04-18 | 1 | -0/+2386 | |
| | | ||||||
| * | Sending translation for German | fab | 2009-04-18 | 1 | -383/+300 | |
| | | ||||||
| * | Sending translation for Dutch | warrink | 2009-04-15 | 1 | -109/+146 | |
| | | ||||||
| * | Sending translation for Dutch | warrink | 2009-04-14 | 1 | -236/+295 | |
| | | ||||||
| * | Sending translation for Polish | raven | 2009-04-14 | 1 | -8/+12 | |
| | | ||||||
* | | memtrap: add a bit of documentation for memtrap | Lennart Poettering | 2009-04-21 | 1 | -0/+11 | |
| | | ||||||
* | | memtrap: fix parameter type | Lennart Poettering | 2009-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | memtrap: hook up core to memtrap system | Lennart Poettering | 2009-04-21 | 3 | -1/+11 | |
| | | ||||||
* | | memtrap: make installation of SIGBUS handler explicit to ease integration ↵ | Lennart Poettering | 2009-04-21 | 3 | -23/+18 | |
| | | | | | | | | into libraries | |||||
* | | memtrap: when we fail to handle sigbus say so | Lennart Poettering | 2009-04-21 | 1 | -0/+1 | |
| | | ||||||
* | | memtrap: add new logic to trap and handle SIGBUS | Lennart Poettering | 2009-04-21 | 5 | -2/+374 | |
| | | ||||||
* | | semaphore: introduce static semaphores | Lennart Poettering | 2009-04-21 | 2 | -0/+37 | |
| | | ||||||
* | | mutex: add initializer for static mutexes | Lennart Poettering | 2009-04-21 | 2 | -1/+5 | |
| | | ||||||
* | | mutex: when we fail to fill in mutex into static mutex ptr free it again | Lennart Poettering | 2009-04-21 | 1 | -0/+2 | |
| | | ||||||
* | | llist: add PA_LLIST_FOREACH | Lennart Poettering | 2009-04-21 | 1 | -0/+3 | |
| | | ||||||
* | | object: revert to old unref() behaviour | Lennart Poettering | 2009-04-19 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | This mostly reverts these two commits: eb04d0fda6f6ee7998bcf290750a299c566fbb19 12c5afe0382ded41de5283e0a8711155adf7ee64 | |||||
* | | object: fix ref counting of objects on destruction | Lennart Poettering | 2009-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | alsa: remove debug code | Lennart Poettering | 2009-04-19 | 1 | -2/+0 | |
| | | ||||||
* | | alsa: properly convert return values of snd_strerror() to utf8 | Lennart Poettering | 2009-04-19 | 5 | -53/+86 | |
| | | ||||||
* | | log: use pa_logl() instead of pa_log_level() | Lennart Poettering | 2009-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | log: print file name only when we have it | Lennart Poettering | 2009-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | util: if NULL is passed to pa_path_get_filename() just hand it through | Lennart Poettering | 2009-04-19 | 2 | -2/+3 | |
| | | ||||||
* | | reserve-device: allow building without D-Bus | Erich Boleyn | 2009-04-19 | 2 | -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 failure | Finn Thain | 2009-04-18 | 1 | -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 objects | Lennart Poettering | 2009-04-18 | 1 | -3/+6 | |
| | | ||||||
* | | core-util: handle EINTR already inside of pa_read/pa_write | Lennart Poettering | 2009-04-18 | 1 | -7/+32 | |
| | | ||||||
* | | bluetoth-device: be less strict on CONNECTED state to switch profile | Marc-André Lureau | 2009-04-17 | 1 | -2/+7 | |
| | | ||||||
* | | pulse/context: when NOFAIL, don't try_next_connection() if c->client | Marc-André Lureau | 2009-04-17 | 1 | -1/+2 | |
| | | ||||||
* | | rescue-streams: when one stream move fails try to continue with the ↵ | Lennart Poettering | 2009-04-17 | 1 | -10/+6 | |
|/ | | | | remaining ones | |||||
* | add a few missing initializationsv0.9.15 | Lennart Poettering | 2009-04-14 | 2 | -3/+3 | |
| | ||||||
* | explcitly ignore return values of some functions marked with gcc's ↵ | Lennart Poettering | 2009-04-14 | 3 | -4/+4 | |
| | | | | warn_unused_result attribute | |||||
* | bump version for final 0.9.15 release | Lennart Poettering | 2009-04-14 | 1 | -1/+1 | |
| | ||||||
* | core: when applying delay memblockq take monitored sink latency into account | Lennart Poettering | 2009-04-14 | 1 | -0/+19 | |
| |