Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpulse: minor cleanups | Lennart Poettering | 2009-07-01 | 1 | -11/+19 |
| | |||||
* | native: don't hit assert when user uploads zero-sized sample | Lennart Poettering | 2009-07-01 | 1 | -1/+3 |
| | |||||
* | bluetooth: don't busy loop when device is not writable but we want to write | Lennart Poettering | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | bluetooth: handle absence of bluez D-Bus service properly | Lennart Poettering | 2009-07-01 | 1 | -11/+66 |
| | |||||
* | reserve: fix build without D-Bus | Lennart Poettering | 2009-06-30 | 1 | -0/+4 |
| | |||||
* | bootstrap: Ship git-version-gen with the tarball. | Colin Guthrie | 2009-06-29 | 2 | -1/+6 |
| | | | | | | | | | bootstrap.sh is already shipped and when rebootstrapping, it will call git-version-gen internally when processing configure.ac. In order to know when someone has rebootstrapped, we modify the tarball version to mark it as rebootstrapped. Not 100% sure this later stage is desired or if we should remove the .tarball-version file instead. | ||||
* | introspect: Fix a bug in sink/source info protocol handling related to ports. | Colin Guthrie | 2009-06-29 | 1 | -60/+64 |
| | | | | | | Previously the active_profile was extracted from the tagstruct regardless of the protocol version which caused errors while speaking to older version servers. | ||||
* | combine: Do not set (and update) description if the user passed one in ↵ | Colin Guthrie | 2009-06-29 | 1 | -1/+12 |
| | | | | | | | during load. Note that this will not turn off auto-description setting if the user were to update the proplist later, so such a change could be short lived. | ||||
* | udev: Don't install the udev rules if we're not compiling udev support | Colin Guthrie | 2009-06-29 | 1 | -0/+2 |
| | |||||
* | Add missing headers includes for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -0/+5 |
| | | | | This removes the implicit declarations of send() and pthread_sigmask(). | ||||
* | Rename the flock variable to f_lock. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -8/+8 |
| | | | | flock() is a function on FreeBSD, and the variable shadowed its definition. | ||||
* | Only declare saved_errno when it's going to be used (on Linux). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+1 |
| | |||||
* | Rename the wait parameter to wait_op, to avoid shadowing wait(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -13/+13 |
| | |||||
* | Remove the call for pa_rtpoll_install() in the Solaris module. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+0 |
| | | | | | | I hope this is enough, since the removal of the other pa_rtpoll_install() calls deemed Linux good enough, but said nothing about Solaris, but since the function is gone there is little more to do. | ||||
* | Fix the moved rtclock.h header in the Solaris module. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+5 |
| | |||||
* | Add a missing sys/stat.h include for FreeBSD to declare umask(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+1 |
| | |||||
* | Don't try to compile the rtkit sources when dbus is not enabled. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+3 |
| | | | | This change only affects the buildsystem: source code was correct already. | ||||
* | Implement mix-test for s24le and s24be sample formats. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+29 |
| | |||||
* | Use static constants to keep the generated sample blocks. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -46/+20 |
| | |||||
* | Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+4 |
| | | | | | This removes a test failure when an IPv6-enabled PulseAudio is tested on a system where IPv6 is not enabled in kernel. | ||||
* | Use the new CC_CHECK_CFLAGS_APPEND macro instead of a manual for. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -5/+1 |
| | |||||
* | Properly link module-zeroconf-publish against libnative-protocol. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+1 |
| | | | | | | | | | Without this change, undefined symbols will be found in the module and the link will be rejected (thanks to the just-made change to reject outstanding undefined symbols). Also, in -test1, without this change it would have caused the module to not load because of missing symbols. | ||||
* | Check for and use flags to reject undefined symbols in libraries. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -1/+6 |
| | | | | | | Make sure that all the PulseAudio modules are built properly without outstanding undefined symbols: if the undefined symbols are found, reject link. | ||||
* | Update attributes.m4 file from xine-lib. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -3/+56 |
| | |||||
* | Make it more clear that PulseAudio needs libtool 2.2. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+1 |
| | | | | | | The error message was way too generic, as it was very possible that libltdl _is_ in the system but is not found because too old. Disambiguate this by explicitly stating that the version 2 of the library is not found. | ||||
* | sndfile: fix build on BE archsv0.9.16-test1 | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | build-sys: don't make pulseaudio binary suid on install anymore | Lennart Poettering | 2009-06-23 | 1 | -1/+0 |
| | |||||
* | build-sys: properly drop '-' from major/minor/micro strings | Lennart Poettering | 2009-06-23 | 1 | -3/+3 |
| | |||||
* | build-sys: teacch git versioning script to not kill - in version strings | Lennart Poettering | 2009-06-23 | 1 | -1/+2 |
| | |||||
* | build-sys: drop compat with old git versions so that tarballs for -test1 ↵ | Lennart Poettering | 2009-06-23 | 1 | -12/+12 |
| | | | | style evrsions are properly created | ||||
* | intended-roles: drop quite a few unnecessary includes | Lennart Poettering | 2009-06-23 | 1 | -12/+1 |
| | |||||
* | modules: pass properly initialized userdata pointers to various hooks | Lennart Poettering | 2009-06-23 | 3 | -6/+6 |
| | |||||
* | intended-roles: properly initialize split state | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | rtclock: make use of constants when converting between nsec and usec | Lennart Poettering | 2009-06-23 | 1 | -3/+3 |
| | |||||
* | intended-roles: fix symdef header inclusion | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | build-sys: use pax tar format to allow longer file names | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | builds-sys: work around automake 1.11 borkage | Lennart Poettering | 2009-06-23 | 1 | -2/+2 |
| | | | | | | As suggested on: http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html | ||||
* | build-sys: bump udev revision to pull in new rules files | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | rtclock: fix type of PA_TIMEVAL_RTCLOCK | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | timeval: don't create the wrong illusion that nsecs should be stored in ↵ | Lennart Poettering | 2009-06-23 | 1 | -3/+3 |
| | | | | pa_usec_t | ||||
* | rtclock: document that we fallback to wallclock time if monotonic time is ↵ | Lennart Poettering | 2009-06-23 | 1 | -2/+4 |
| | | | | not supported | ||||
* | rtclock: enable rtclock for our own mainloop implementations | Lennart Poettering | 2009-06-22 | 3 | -4/+14 |
| | |||||
* | rtclock: fix build after merge | Lennart Poettering | 2009-06-22 | 2 | -1/+1 |
| | |||||
* | Merge most of elmarco/rtclock2 | Lennart Poettering | 2009-06-22 | 56 | -335/+510 |
|\ | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043' | ||||
| * | rtclock: fix issues found by Lennart | Marc-André Lureau | 2009-06-20 | 4 | -12/+26 |
| | | |||||
| * | Base mainloop on pa_rtclock_now() | Marc-André Lureau | 2009-06-20 | 42 | -233/+311 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com> | ||||
| * | pulse: move pa_rtclock_now in pulsecommon | Marc-André Lureau | 2009-06-20 | 23 | -39/+121 |
| | | |||||
| * | perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'` | Marc-André Lureau | 2009-06-19 | 18 | -66/+66 |
| | | |||||
* | | build-sys: dropo shave support, depend on automake's new silent build ↵ | Lennart Poettering | 2009-06-22 | 7 | -239/+5 |
| | | | | | | | | support instead |