summaryrefslogtreecommitdiff
path: root/src/pulsecore/core-util.c
Commit message (Expand)AuthorAgeFilesLines
* pulsecore: Fixed possible memory leakDeepak Srivastava2016-05-061-1/+3
* core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski2015-12-081-3/+3
* core-util: improve comments in pa_machine_id()Tanu Kaskinen2015-12-071-8/+13
* netbsd: Improve handling of <locale> and <xlocale.h> headersKamil Rytarowski2015-12-071-1/+4
* netbsd: NetBSD ships with paccept(2) a superset of Linux-specific accept4()Kamil Rytarowski2015-11-271-0/+7
* core-util: avoid calling fchmod if already right modeJulien Isorce2015-10-191-1/+1
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-251-2/+2
* core: Fallbacks for machine-id in filesystemPeter Meerwald2015-09-251-3/+12
* core-util: include xlocale.h when using strtod_l()Tanu Kaskinen2015-09-071-0/+1
* build-sys: check strtod_l instead of strtof_lTanu Kaskinen2015-09-071-3/+3
* core-util: Make pa_parse_volume() more strictTanu Kaskinen2015-04-291-16/+26
* core-util: Filter out not-a-numbers in pa_atod()Tanu Kaskinen2015-04-101-0/+6
* core-util: Make number parsing stricterTanu Kaskinen2015-03-161-3/+52
* core-util: Fix set_nice() to use private bus connectionsDavid Herrmann2015-03-121-1/+2
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* core-util: Fix build on mingw32David Henningsson2014-12-041-0/+2
* core-util: Add pa_unset_env()Tanu Kaskinen2014-10-021-5/+13
* core-util: Fail if XDG_RUNTIME_DIR belongs to someone elseDavid Henningsson2014-09-081-0/+8
* core-util: Avoid warnings when missing certain system callsPeter Meerwald2014-08-181-8/+20
* core-util: Add pa_append_to_config_home_dir()Tanu Kaskinen2014-06-241-0/+16
* core-util: Add pa_get_config_home_dir()Tanu Kaskinen2014-06-241-18/+26
* core-util: Add pa_append_to_home_dir()Tanu Kaskinen2014-06-241-0/+17
* core-util: Remove redundant check of directory permissionsAlexander E. Patrakov2014-04-251-19/+5
* core-util: Call fchown() only when necessaryBradley Broom2014-04-251-1/+1
* core: Fix resource leak in core-utilPeter Meerwald2013-12-201-2/+6
* core-util: set_scheduler: check for RLIMIT_RTTIMERyan Lortie2013-12-131-2/+2
* core-util: Check that we actually have regexec before we use itPeter Meerwald2013-12-061-0/+5
* Revert "core: Transparently handle non-blocking sockets on Windows"Pierre Ossman2013-11-151-34/+4
* core: make sure win32 sockets remain blockingPierre Ossman2013-11-151-6/+58
* build-sys: Fix building with Android toolchainAnton Lundin2013-10-051-3/+3
* Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-041-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-43/+43
* core-util: Fix log message levelsTanu Kaskinen2013-06-231-2/+2
* core-util: Clamp RLIMIT_RTTIME to what RealtimeKit acceptsJan Alexander Steffens (heftig)2013-06-101-7/+31
* core-util: Don't accept random words in pa_parse_boolean()Tanu Kaskinen2013-06-041-2/+4
* pulsecore: Make run-from-build not readlink() on every callArun Raghavan2013-04-201-5/+7
* pulsecore: Don't conditionally inline pa_run_from_build_tree()Arun Raghavan2013-04-141-4/+0
* core-util: Improve get_path() documentationTanu Kaskinen2012-12-191-3/+3
* core: Remove bad free() callArun Raghavan2012-11-191-1/+0
* core-util: Don't error out on existing runtime directory.Thomas Martitz2012-10-301-2/+3
* core: Fix warning on non-win32 buildsArun Raghavan2012-10-291-0/+2
* utils: Adding a function to get volume from stringFlavio Ceolin2012-10-251-0/+42
* core: Transparently handle non-blocking sockets on WindowsThomas Martitz2012-10-231-4/+32
* core: add more verbose error infoDeng Zhengrong2012-07-171-4/+4
* core-util: Fix permissions handling while creating directoriesArun Raghavan2012-07-031-9/+14
* core-util: use the generic PATH_MAX variant of pa_realpath on Mac OS XMihai Moldovan2012-06-161-1/+1
* core-util: Make pa_make_secure_dir() act like mkdir -pArun Raghavan2012-06-131-0/+10
* core-util: Add a pa_split_in_place() string utility functionArun Raghavan2012-06-131-0/+23
* pulsecore: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-5/+5
* core-util: when searching for configuration files, honour XDG basedir specLennart Poettering2012-05-151-3/+10