Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core-util: introduce generic function pa_strip() | Lennart Poettering | 2010-02-21 | 1 | -0/+1 |
| | |||||
* | core-util: add call to detect if we are called from within a VM | Lennart Poettering | 2009-11-05 | 1 | -0/+3 |
| | |||||
* | daemon: make sure pa has its own session and process group, but is not its ↵ | Lennart Poettering | 2009-10-31 | 1 | -0/+2 |
| | | | | leader so that we cannot acquire a tty ever | ||||
* | core-util: introduce pa_fopen_cloexec() | Lennart Poettering | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/accept | Lennart Poettering | 2009-10-30 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-10-02 | 1 | -0/+4 |
|\ | | | | | | | | | Conflicts: src/daemon/daemon-conf.c | ||||
| * | core-util: unify how we determine the temporary directory | Lennart Poettering | 2009-09-17 | 1 | -0/+2 |
| | | |||||
| * | core-util: add api for setting env vars and record them so that we can undo ↵ | Lennart Poettering | 2009-09-02 | 1 | -0/+2 |
| | | | | | | | | them n fork | ||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-24 | 1 | -0/+4 |
|\| | | | | | | | | | Conflicts: src/Makefile.am | ||||
| * | adjust various data/library paths automatically if we are run from a build tree | Lennart Poettering | 2009-08-21 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-16 | 1 | -0/+7 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c | ||||
| * | core-util: move personality resetting into core-util | Lennart Poettering | 2009-08-12 | 1 | -0/+2 |
| | | |||||
| * | core-util: replace remaining fixed size destination string functions by ↵ | Lennart Poettering | 2009-08-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | _malloc() versions This helps portability to GNU/Hurd. Patch originally from Samuel Thibault but modified. Closes ticket #546 | ||||
| * | pipe: replace PIPE_BUF macro pa pa_pipe_buf call | Lennart Poettering | 2009-08-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | This should help portability to platforms that lack PIPE_BUF. Based on a patch from Samuel Thibault. See ticket #546 | ||||
* | | Finish the Core dbus interface. | Tanu Kaskinen | 2009-07-21 | 1 | -0/+7 |
|/ | |||||
* | core: use rtkit to acquire high-priority scheduling | Lennart Poettering | 2009-06-19 | 1 | -3/+0 |
| | |||||
* | core-util: implement pa_maybe_prefix_path() | Lennart Poettering | 2009-06-17 | 1 | -0/+2 |
| | |||||
* | core-util: implement pa_split_spaces_strv() | Lennart Poettering | 2009-06-17 | 1 | -0/+2 |
| | |||||
* | core-util: implement pa_xstrfreev() | Lennart Poettering | 2009-06-17 | 1 | -0/+6 |
| | |||||
* | core-util: introduce pa_disable_sigpipe() | Lennart Poettering | 2009-05-26 | 1 | -0/+2 |
| | |||||
* | core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc() | Lennart Poettering | 2009-04-29 | 1 | -0/+3 |
| | |||||
* | core-util: add pa_session_id() | Lennart Poettering | 2009-04-13 | 1 | -0/+1 |
| | |||||
* | introduce pa_realpath() | Lennart Poettering | 2009-02-18 | 1 | -0/+2 |
| | |||||
* | export pa_match() | Lennart Poettering | 2009-02-18 | 1 | -0/+2 |
| | |||||
* | add new calls pa_replace() and pa_unescape() | Lennart Poettering | 2009-02-04 | 1 | -0/+4 |
| | |||||
* | add API pa_ncpus() | Lennart Poettering | 2009-01-22 | 1 | -0/+2 |
| | |||||
* | add new function pa_strna | Lennart Poettering | 2009-01-22 | 1 | -1/+4 |
| | |||||
* | build: fix few warnings | Marc-André Lureau | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Add new pa_reduce() and pa_gcd() functions | Lennart Poettering | 2009-01-10 | 1 | -0/+3 |
| | |||||
* | add new API function pa_in_valgrind() to check for | Lennart Poettering | 2008-10-04 | 1 | -0/+13 |
| | |||||
* | include build and runtime host information in debug output | Lennart Poettering | 2008-09-05 | 1 | -0/+1 |
| | |||||
* | rework pa_ulog2 and base it on __builtin_clz if available, make ↵ | Lennart Poettering | 2008-08-29 | 1 | -15/+21 |
| | | | | pa_make_power_of_two based on it | ||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | Modify pa_state_path() to take an additional argument for prepending the ↵ | Lennart Poettering | 2008-08-07 | 1 | -1/+1 |
| | | | | machine id to the file name. | ||||
* | add new function pa_machine_id() | Lennart Poettering | 2008-08-07 | 1 | -0/+2 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | replace pa_atof() by pa_atod() because floats are lame | Lennart Poettering | 2008-06-11 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2506 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add new functions pa_state_path()/pa_get_state_dir(), change return value of ↵ | Lennart Poettering | 2008-05-21 | 1 | -2/+8 |
| | | | | | | pa_startswith()/pa_endswith() pa_bool, add pa_in_system_mode() and pa_streq(); alow pa_unlock_lockfile() without file name spec git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2470 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 1 | -4/+55 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | make rtprio and nice level actually configurable | Lennart Poettering | 2007-11-01 | 1 | -2/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2014 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add new function pa_yes_no() | Lennart Poettering | 2007-11-01 | 1 | -0/+5 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2005 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add new pa_readlink() API | Lennart Poettering | 2007-10-29 | 1 | -0/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1974 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge 'lennart' branch back into trunk. | Lennart Poettering | 2007-10-28 | 1 | -7/+37 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Add a wrapper around close() to work around Windows' ass backwards way of | Pierre Ossman | 2007-02-14 | 1 | -1/+3 |
| | | | | | | | handling sockets. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1429 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -3/+3 |
| | | | | | | | mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | * add new function pa_check_in_group() | Lennart Poettering | 2006-07-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | * abstract credential APis a little bit by introducing HAVE_CREDS and a structure pa_creds * rework credential authentication * fix module-volume-restore and friends for usage in system-wide instance * remove loopback= argument from moulde-*-protocol-tcp since it is a superset of listen= and usually a bad idea anyway since the user shouldn't load the TCP module at all if he doesn't want remote access * rename a few variables in the jack modules to make sure they don't conflict with symbols defined in the system headers * add server address for system-wide daemons to the default server list for the the client libs * update todo git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1109 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | * add new --system command line parameter to the daemon for running ↵ | Lennart Poettering | 2006-07-19 | 1 | -2/+3 |
| | | | | | | | | | | | | PulseAudio as system-wide instance * add PA_ prefixes to all global #defines * modify auth-by-creds: define a new group "pulse-access" which is used for authentication * add proper privilige dropping when running in --system mode * create runtime directory once on startup and not by each module seperately git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1105 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 1 | -4/+4 |
| | | | | | | | | | | will allow us to drop the SIGPIPE check). Cache the results of the last write()/send() to make sure that we do not issue more than necessary system calls. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1083 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -0/+88 |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f |