summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
Commit message (Expand)AuthorAgeFilesLines
* adjust various data/library paths automatically if we are run from a build treeLennart Poettering2009-08-211-0/+19
* core: check return value of getgrnam_r() instead of errnoLennart Poettering2009-08-201-40/+34
* core-util: move personality resetting into core-utilLennart Poettering2009-08-121-0/+13
* core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering2009-08-011-11/+63
* core-util: rework pa_strlcpy() to not rely on strncpy()Lennart Poettering2009-08-011-2/+10
* pipe: replace PIPE_BUF macro pa pa_pipe_buf callLennart Poettering2009-08-011-0/+16
* daemon: replace colons by dash in per-machine directory names for compat with...Lennart Poettering2009-07-231-2/+2
* Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+1
* Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò2009-06-291-8/+8
* Only declare saved_errno when it's going to be used (on Linux).Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+1
* core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-191-104/+46
* core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-191-18/+78
* core-util: implement pa_maybe_prefix_path()Lennart Poettering2009-06-171-0/+9
* core-util: implement pa_split_spaces_strv()Lennart Poettering2009-06-171-0/+24
* core-util: implement pa_xstrfreev()Lennart Poettering2009-06-171-0/+12
* core-util: introduce pa_disable_sigpipe()Lennart Poettering2009-05-261-0/+21
* core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptorLennart Poettering2009-05-221-4/+6
* core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc()Lennart Poettering2009-04-291-19/+46
* core-util: handle EINTR already inside of pa_read/pa_writeLennart Poettering2009-04-181-7/+32
* core-util: filter utf8 in pa_machine_id()Lennart Poettering2009-04-131-3/+6
* core-util: add pa_session_id()Lennart Poettering2009-04-131-0/+9
* various spelling fixesMaarten Bosmans2009-04-041-2/+2
* revive solaris moduleFinn Thain2009-03-311-10/+24
* Small fix for MacOSX compatLennart Poettering2009-03-271-1/+1
* revive solaris moduleFinn Thain2009-03-031-1/+1
* pulsecore: don't leak p when make_random_dir_and_link()Marc-André Lureau2009-02-191-0/+1
* pulsecore: don't leak d in case of errorMarc-André Lureau2009-02-191-0/+1
* pulsecore: use r returned from fgets()Marc-André Lureau2009-02-191-1/+1
* introduce pa_realpath()Lennart Poettering2009-02-181-0/+25
* export pa_match()Lennart Poettering2009-02-181-3/+3
* A few MacOS X portability fixesLennart Poettering2009-02-061-0/+4
* add new calls pa_replace() and pa_unescape()Lennart Poettering2009-02-041-0/+47
* add API pa_ncpus()Lennart Poettering2009-01-221-0/+12
* NetBSD doesn't know getgrnam_r()/getpwnam_r()Jared D. McNeill2009-01-221-9/+39
* Add new pa_reduce() and pa_gcd() functionsLennart Poettering2009-01-101-0/+24
* add new API function pa_in_valgrind() to check forLennart Poettering2008-10-041-0/+15
* a few FreeBSD fixes, from alexisLennart Poettering2008-10-011-1/+1
* have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
* make sure ~/.pulse exists before we create the runtime dir link beneath itLennart Poettering2008-09-121-3/+8
* include build and runtime host information in debug outputLennart Poettering2008-09-051-0/+8
* Rework pa_machine_id() a bitLennart Poettering2008-09-031-10/+27
* call close() in a loop to catch EINTRLennart Poettering2008-08-261-1/+9
* add a few missing castsLennart Poettering2008-08-201-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-35/+38
* free regex_t after useLennart Poettering2008-08-091-4/+11
* set errno properly in all functions from core-util.cLennart Poettering2008-08-091-23/+95
* add locale support to pa_parse_boolean()Lennart Poettering2008-08-091-0/+35
* remove some leftover debug stringLennart Poettering2008-08-071-1/+1
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-071-5/+18
* Rework state/runtime directory logicLennart Poettering2008-08-071-26/+221