summaryrefslogtreecommitdiff
path: root/src/pulsecore/core-util.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-08core-util: ensure that we chmod only the dir we ourselves createdKees Cook1-5/+34
2010-02-21core-util: introduce generic function pa_strip()Lennart Poettering1-4/+24
2010-01-05fix a number of warningsDaniel Mack1-2/+2
2009-11-11core: make cpuid code compile cleanly with 32bit PICLennart Poettering1-2/+6
2009-11-05core-util: add call to detect if we are called from within a VMLennart Poettering1-0/+89
2009-10-31daemon: make sure pa has its own session and process group, but is not its le...Lennart Poettering1-0/+16
2009-10-30use pa_fopen_cloexec() where applicableLennart Poettering1-4/+4
2009-10-30core-util: introduce pa_fopen_cloexec()Lennart Poettering1-2/+27
2009-10-30core-util: make sure to enable FD_CLOEXEC unconditionally to cope with kernel...Lennart Poettering1-3/+12
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-4/+1
2009-10-30core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/acceptLennart Poettering1-0/+79
2009-10-02Merge branch 'master' into dbus-workTanu Kaskinen1-19/+71
2009-09-17core-util: unify how we determine the temporary directoryLennart Poettering1-10/+23
2009-09-17Improve TMPDIR handlingLennart Poettering1-1/+1
2009-09-08core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...Lennart Poettering1-1/+1
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering1-8/+5
2009-09-02Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering1-0/+10
2009-09-02core-util: don't leak memory in pa_unset_env_recorded()Lennart Poettering1-2/+4
2009-09-02core-util: call dbus_connection_set_exit_on_disconnect() on shared busses to ...Lennart Poettering1-0/+10
2009-09-02core-util: add api for setting env vars and record them so that we can undo t...Lennart Poettering1-0/+30
2009-08-30Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen1-6/+6
2009-08-28core-util: Fix logic of pa_make_path_absolute()Andy Shevchenko1-6/+6
2009-08-24Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen1-95/+42
2009-08-23port a few things over to use xmalloc and friends instead of low-level libc m...Lennart Poettering1-1/+1
2009-08-22core: Add thread-safe group info functions with dynamic buffersTed Percival1-86/+20
2009-08-21adjust various data/library paths automatically if we are run from a build treeLennart Poettering1-0/+19
2009-08-20core: check return value of getgrnam_r() instead of errnoLennart Poettering1-40/+34
2009-08-16Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen1-15/+104
2009-08-12core-util: move personality resetting into core-utilLennart Poettering1-0/+13
2009-08-01core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering1-11/+63
2009-08-01core-util: rework pa_strlcpy() to not rely on strncpy()Lennart Poettering1-2/+10
2009-08-01pipe: replace PIPE_BUF macro pa pa_pipe_buf callLennart Poettering1-0/+16
2009-07-23daemon: replace colons by dash in per-machine directory names for compat with...Lennart Poettering1-2/+2
2009-07-21Finish the Core dbus interface.Tanu Kaskinen1-0/+22
2009-06-29Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò1-0/+1
2009-06-29Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò1-8/+8
2009-06-29Only declare saved_errno when it's going to be used (on Linux).Diego Elio 'Flameeyes' Pettenò1-2/+1
2009-06-19core: use rtkit to acquire high-priority schedulingLennart Poettering1-104/+46
2009-06-19core: ask RealtimeKit for RT schedulingLennart Poettering1-18/+78
2009-06-17core-util: implement pa_maybe_prefix_path()Lennart Poettering1-0/+9
2009-06-17core-util: implement pa_split_spaces_strv()Lennart Poettering1-0/+24
2009-06-17core-util: implement pa_xstrfreev()Lennart Poettering1-0/+12
2009-05-26core-util: introduce pa_disable_sigpipe()Lennart Poettering1-0/+21
2009-05-22core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptorLennart Poettering1-4/+6
2009-04-29core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc()Lennart Poettering1-19/+46
2009-04-18core-util: handle EINTR already inside of pa_read/pa_writeLennart Poettering1-7/+32
2009-04-13core-util: filter utf8 in pa_machine_id()Lennart Poettering1-3/+6
2009-04-13core-util: add pa_session_id()Lennart Poettering1-0/+9
2009-04-04various spelling fixesMaarten Bosmans1-2/+2
2009-03-31revive solaris moduleFinn Thain1-10/+24