summaryrefslogtreecommitdiff
path: root/src/pulsecore/core-util.c
Commit message (Expand)AuthorAgeFilesLines
* Permit root-owned home directoryNick Moriarty2020-01-201-1/+1
* core-util: Handle zero-length volume stringTanu Kaskinen2019-12-271-1/+1
* alsa-ucm: Support Playback/CaptureVolumeArun Raghavan2019-12-061-0/+26
* switch-on-connect: Add blacklistingRyszard Knop2019-11-211-0/+20
* core-util: Fix detection when running in a VMArun Raghavan2019-07-041-20/+6
* core-util: Use /proc/fd on Solaris as well in pa_close_allAlan Coopersmith2019-07-011-1/+1
* core-util: Avoid usage of pa_strbuf in pa_escape()Georg Chini2019-05-251-5/+21
* core-util: Use size_t for out parameter of pa_split_*in_place()Sangchul Lee2019-03-191-3/+3
* "e g " to "e.g."scootergrisen2019-02-161-1/+1
* build-sys: introduce a special build flag to explicitly disables running from...Hongxu Jia2018-12-111-1/+3
* core: Expose API to elevate a thread to realtime priorityArun Raghavan2018-06-211-169/+2
* core-util: correct error in set_nonblock()Georg Chini2018-06-211-1/+1
* core-util, cpu-x86: use __get_cpuid() instead of homegrown assemblyTanu Kaskinen2017-12-071-15/+20
* core-util: Fix description of pa_split()Peter Meerwald-Stadler2017-03-081-2/+2
* core-util: do in-place search in pa_str_in_list_spacesHajime Fujita2017-01-191-7/+4
* core-util: add pa_split_space_in_place functionHajime Fujita2017-01-191-0/+19
* raop: Add pulsecore/core-utils a pa_str_in_list functionMartin Blanchard2017-01-191-0/+20
* core-util: log error if we hit file descriptors limitMarcin Lewandowski2016-09-101-0/+20
* core: Replace PA_PAGE_SIZE with pa_page_size()Peter Meerwald-Stadler2016-09-021-2/+24
* Remove newline at end of log messagesPeter Meerwald-Stadler2016-08-161-3/+3
* core-util: Use _SC_NPROCESSORS_ONLN instead of _SC_NPROCESSORS_CONFJohn Paul Adrian Glaubitz2016-08-151-2/+2
* core-util: Improve pa_replace() behaviourUlrich Eckhardt2016-06-221-0/+1
* 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