Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add new test source module-sine-source | Lennart Poettering | 2009-01-08 | 1 | -0/+6 | |
|/ | ||||||
* | Make sure libpulse never gets unloaded | Lennart Poettering | 2008-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | When an .so is unloaded during runtime all TLS keys it has registered need to be freed because the destructor callbacks of the TLS key might otherwise point to invalid code. Hence it would appear sensible to destruct the TLS keys from a function marked as __attribute__ ((destructor)). However functions marked like that are also called when an application terminates, on exit(). If a thread continues to run until the very exit it might still want to access that TLS data. The destructor functions are called while all other threads are still running. If __attribute ((destructor)) is used to destruct TLS keys for such threads this might hence cause a crash when the application shuts down. To circumvent this problem we'll now compile libpulse with -z nodelete, to make it unnecessary to delete the TLS data ever and thus avoiding the problem. It's suboptimal, but for now I see no better solution. | |||||
* | Merge branch 'new-world-order' | Lennart Poettering | 2008-10-25 | 1 | -521/+275 | |
|\ | | | | | | | | | Conflicts: src/Makefile.am | |||||
| * | a lot more build system updates | Lennart Poettering | 2008-10-22 | 1 | -112/+106 | |
| | | ||||||
| * | make new build logic actually work | Lennart Poettering | 2008-10-22 | 1 | -59/+65 | |
| | | ||||||
| * | temporary commit to allow flameeyes a look | Lennart Poettering | 2008-10-21 | 1 | -503/+254 | |
| | | ||||||
| * | reorder setting of AM_CFLAGS a bit | Lennart Poettering | 2008-10-21 | 1 | -20/+21 | |
| | | ||||||
* | | reorder setting of AM_CFLAGS a bit | Lennart Poettering | 2008-10-22 | 1 | -20/+21 | |
|/ | ||||||
* | Merge commit 'coling/airtunes-0.9.13' | Lennart Poettering | 2008-10-08 | 1 | -2/+43 | |
|\ | ||||||
| * | Modularise the RAOP stuff that requires OpenSSL and make it optional at ↵ | Colin Guthrie | 2008-10-08 | 1 | -8/+27 | |
| | | | | | | | | compile time | |||||
| * | Automatic discovery of airtunes devices via Bonjour/Avahi. | Colin Guthrie | 2008-10-08 | 1 | -6/+15 | |
| | | | | | | | | | | | | | | This also does some minor reordering in the Makefile.am Refs #69 git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2519 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
| * | Add more libraries to librtp now that it's doing a lot more. | Colin Guthrie | 2008-10-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | This currently hacks in -lssl rather than writing a configure hook to detect it as I want to replace this with nss before official release. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2397 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
| * | Rename rtsp.{c,h} to rtsp_client.{c,h}. | Colin Guthrie | 2008-10-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | Renate pa_rtsp_context to pa_rtsp_client. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2376 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
| * | Add a skeleton raop client which builds on the rtsp client. | Colin Guthrie | 2008-10-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | It still requires a socket client and callback system to be added before it will be functional. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2366 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
| * | Start the raop sink. It's based on pipe sink and isn't anywhere near ↵ | Colin Guthrie | 2008-10-08 | 1 | -1/+13 | |
| | | | | | | | | | | | | finished. It does however compile. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2335 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | | flat-volume thingy | Marc-Andre Lureau | 2008-10-07 | 1 | -1/+9 | |
|/ | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | make distcheck passv0.9.13 | Lennart Poettering | 2008-10-06 | 1 | -1/+1 | |
| | ||||||
* | Merge commit 'coling/master' | Lennart Poettering | 2008-10-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Linking fix for rtclock on libpulsedsp | Colin Guthrie | 2008-09-06 | 1 | -1/+1 | |
| | | ||||||
* | | a few FreeBSD fixes, from alexis | Lennart Poettering | 2008-10-01 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | | add a generic priority queue implementation | Lennart Poettering | 2008-09-26 | 1 | -1/+8 | |
| | | ||||||
* | | Move bluetooth proximity module to src/modules/bluetooth/ | João Paulo Rechi Vita | 2008-09-11 | 1 | -12/+12 | |
| | | ||||||
* | | Move bluetooth discover and device modules to src/modules/bluetooth | João Paulo Rechi Vita | 2008-09-11 | 1 | -28/+28 | |
| | | ||||||
* | | Fix "file not found" error on load of module-bt-device for Ubuntu Intrepid Ibex | Russ Dill | 2008-09-11 | 1 | -1/+1 | |
| | | ||||||
* | | Adds SBC Codec to pa tree | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+7 | |
| | | ||||||
* | | Add module-bt-device and dependencies to automake | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+15 | |
| | | ||||||
* | | Adding module-bt-discover to Makefile.am | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+9 | |
| | | ||||||
* | | move autospawn lock to pulsecore/ since we don't need it in the client anymore | Lennart Poettering | 2008-09-08 | 1 | -4/+3 | |
|/ | ||||||
* | update map-file script to ignore gcc malloc attributes | Lennart Poettering | 2008-09-05 | 1 | -1/+1 | |
| | ||||||
* | optionally add timestampts to every line logged | Lennart Poettering | 2008-08-29 | 1 | -5/+7 | |
| | ||||||
* | Fix more linking issues in x11-publish and stream-restore | Colin Guthrie | 2008-08-22 | 1 | -2/+2 | |
| | ||||||
* | rework autospawning code to survive multiple pa_contexts in a single process | Lennart Poettering | 2008-08-09 | 1 | -3/+11 | |
| | ||||||
* | add new function pa_machine_id() | Lennart Poettering | 2008-08-07 | 1 | -0/+1 | |
| | ||||||
* | add i18n support | Lennart Poettering | 2008-08-06 | 1 | -2/+5 | |
| | ||||||
* | ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map file | Lennart Poettering | 2008-08-04 | 1 | -1/+1 | |
| | ||||||
* | Fix linking | Colin Guthrie | 2008-08-04 | 1 | -2/+2 | |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | wrap protocol extension of module-stream-restore | Lennart Poettering | 2008-08-04 | 1 | -2/+4 | |
| | ||||||
* | add new module module-stream-restore | Lennart Poettering | 2008-08-03 | 1 | -1/+9 | |
| | ||||||
* | make all protocol objects global singletons | Lennart Poettering | 2008-08-03 | 1 | -9/+9 | |
| | ||||||
* | rename props.[ch] to shared.[ch] | Lennart Poettering | 2008-08-01 | 1 | -2/+2 | |
| | ||||||
* | A fix on src/Makefile.am | Stanley Cai | 2008-07-31 | 1 | -2/+2 | |
| | | | | | | It needs dbus not hal to build module-console-kit.so Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | use the right LIBICONV macro, spotted by woglinde, closes #324 | Lennart Poettering | 2008-07-30 | 1 | -2/+2 | |
| | ||||||
* | install a default system.pa | Lennart Poettering | 2008-07-30 | 1 | -1/+9 | |
| | ||||||
* | add missing pieces for new startup logic | Lennart Poettering | 2008-07-23 | 1 | -4/+10 | |
| | ||||||
* | get rid of our internal copy of the speex resampler. Instead, link against a ↵ | Lennart Poettering | 2008-06-28 | 1 | -19/+6 | |
| | | | | system-installes libspeexdsp | |||||
* | add additional file when updating speex resampler | Lennart Poettering | 2008-06-27 | 1 | -0/+1 | |
| | ||||||
* | update speex resampler | Lennart Poettering | 2008-06-27 | 1 | -2/+2 | |
| | ||||||
* | remove remaining $ | Lennart Poettering | 2008-06-18 | 1 | -2/+0 | |
| | ||||||
* | move pa_init_proplist() to proplist-util.[ch] | Lennart Poettering | 2008-06-17 | 1 | -0/+2 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2541 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | merge Colin Guthrie's module-always-sink module, and add priorization to the ↵ | Lennart Poettering | 2008-06-11 | 1 | -0/+8 | |
| | | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f |