summaryrefslogtreecommitdiff
path: root/src/pulsecore/core-util.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-22core-util: Improve pa_replace() behaviourUlrich Eckhardt1-0/+1
2016-05-06pulsecore: Fixed possible memory leakDeepak Srivastava1-1/+3
2015-12-08core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski1-3/+3
2015-12-07core-util: improve comments in pa_machine_id()Tanu Kaskinen1-8/+13
2015-12-07netbsd: Improve handling of <locale> and <xlocale.h> headersKamil Rytarowski1-1/+4
2015-11-27netbsd: NetBSD ships with paccept(2) a superset of Linux-specific accept4()Kamil Rytarowski1-0/+7
2015-10-19core-util: avoid calling fchmod if already right modeJulien Isorce1-1/+1
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-2/+2
2015-09-25core: Fallbacks for machine-id in filesystemPeter Meerwald1-3/+12
2015-09-07core-util: include xlocale.h when using strtod_l()Tanu Kaskinen1-0/+1
2015-09-07build-sys: check strtod_l instead of strtof_lTanu Kaskinen1-3/+3
2015-04-29core-util: Make pa_parse_volume() more strictTanu Kaskinen1-16/+26
2015-04-10core-util: Filter out not-a-numbers in pa_atod()Tanu Kaskinen1-0/+6
2015-03-16core-util: Make number parsing stricterTanu Kaskinen1-3/+52
2015-03-12core-util: Fix set_nice() to use private bus connectionsDavid Herrmann1-1/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-12-04core-util: Fix build on mingw32David Henningsson1-0/+2
2014-10-02core-util: Add pa_unset_env()Tanu Kaskinen1-5/+13
2014-09-08core-util: Fail if XDG_RUNTIME_DIR belongs to someone elseDavid Henningsson1-0/+8
2014-08-18core-util: Avoid warnings when missing certain system callsPeter Meerwald1-8/+20
2014-06-24core-util: Add pa_append_to_config_home_dir()Tanu Kaskinen1-0/+16
2014-06-24core-util: Add pa_get_config_home_dir()Tanu Kaskinen1-18/+26
2014-06-24core-util: Add pa_append_to_home_dir()Tanu Kaskinen1-0/+17
2014-04-25core-util: Remove redundant check of directory permissionsAlexander E. Patrakov1-19/+5
2014-04-25core-util: Call fchown() only when necessaryBradley Broom1-1/+1
2013-12-20core: Fix resource leak in core-utilPeter Meerwald1-2/+6
2013-12-13core-util: set_scheduler: check for RLIMIT_RTTIMERyan Lortie1-2/+2
2013-12-06core-util: Check that we actually have regexec before we use itPeter Meerwald1-0/+5
2013-11-15Revert "core: Transparently handle non-blocking sockets on Windows"Pierre Ossman1-34/+4
2013-11-15core: make sure win32 sockets remain blockingPierre Ossman1-6/+58
2013-10-05build-sys: Fix building with Android toolchainAnton Lundin1-3/+3
2013-07-04Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)1-2/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-43/+43
2013-06-23core-util: Fix log message levelsTanu Kaskinen1-2/+2
2013-06-10core-util: Clamp RLIMIT_RTTIME to what RealtimeKit acceptsJan Alexander Steffens (heftig)1-7/+31
2013-06-04core-util: Don't accept random words in pa_parse_boolean()Tanu Kaskinen1-2/+4
2013-04-20pulsecore: Make run-from-build not readlink() on every callArun Raghavan1-5/+7
2013-04-14pulsecore: Don't conditionally inline pa_run_from_build_tree()Arun Raghavan1-4/+0
2012-12-19core-util: Improve get_path() documentationTanu Kaskinen1-3/+3
2012-11-19core: Remove bad free() callArun Raghavan1-1/+0
2012-10-30core-util: Don't error out on existing runtime directory.Thomas Martitz1-2/+3
2012-10-29core: Fix warning on non-win32 buildsArun Raghavan1-0/+2
2012-10-25utils: Adding a function to get volume from stringFlavio Ceolin1-0/+42
2012-10-23core: Transparently handle non-blocking sockets on WindowsThomas Martitz1-4/+32
2012-07-17core: add more verbose error infoDeng Zhengrong1-4/+4
2012-07-03core-util: Fix permissions handling while creating directoriesArun Raghavan1-9/+14
2012-06-16core-util: use the generic PATH_MAX variant of pa_realpath on Mac OS XMihai Moldovan1-1/+1
2012-06-13core-util: Make pa_make_secure_dir() act like mkdir -pArun Raghavan1-0/+10
2012-06-13core-util: Add a pa_split_in_place() string utility functionArun Raghavan1-0/+23
2012-06-09pulsecore: Use pa_streq instead of strcmp.Arti Trivedi Bora1-5/+5