summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/run.c
Commit message (Expand)AuthorAgeFilesLines
* runner: fix for coverity issues in runner_start() (#1902)Nikhil Ladha2020-12-121-5/+7
* runner: moving to posix_spawnp instead of fork (#1644)Nikhil Ladha2020-12-021-51/+108
* multiple-files: clang-scan fixesAmar Tumballi2018-12-281-3/+3
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-5/+5
* Land part 2 of clang-format changesGluster Ant2018-09-121-381/+385
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-4/+4
* libglusterfs: fix run.c demo modeCsaba Henk2017-05-231-15/+82
* libglusterfs: extract some functionality to functionsCsaba Henk2017-05-091-32/+3
* core: use readdir(3) with glibc, and associated cleanupKaleb S. KEITHLEY2016-07-071-1/+6
* glusterd: add defence mechanism to avoid brick port clashesPrasanna Kumar Kalever2016-04-271-4/+8
* runner: extract and return actual exit status of childPrasanna Kumar Kalever2016-04-211-2/+7
* core: use syscall wrappers instead of direct syscalls - libglusterfsKaleb S. KEITHLEY2015-10-011-17/+18
* libglusterfs:Porting log messages to new frameworkMohamed Ashiq2015-08-121-2/+2
* NetBSD portability fix: recover errno on runner errorEmmanuel Dreyfus2015-01-141-4/+0
* Use F_CLOSEM if availableEmmanuel Dreyfus2014-08-041-2/+6
* gluster: GlusterFS Volume Snapshot FeatureAvra Sengupta2014-02-191-1/+1
* glusterfs : Moved option files, and statedumps from /tmpAvra Sengupta2013-01-241-1/+1
* runner: introduce a new variant runner_run_nowait()Anand Avati2012-09-201-0/+19
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-2/+6
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-081-16/+7
* NetBSD build fixes Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>Emmanuel Dreyfus2012-03-301-0/+1
* libglusterfs/run: POSIX compatible closing of child fds on non-LinuxCsaba Henk2012-04-031-1/+6
* libglusterfs/run: clean up properly also if program could not be spawnedCsaba Henk2012-03-311-6/+6
* libglusterfs/run: test suite refinementCsaba Henk2012-03-311-1/+10
* libglusterfs: run: fix closing of redirection fd in childCsaba Henk2011-09-151-30/+38
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* build warning fixesAmar Tumballi2011-06-081-1/+1
* libglusterfs: add 'run' sub-lib for safe and convenient invocation of externa...Csaba Henk2011-05-261-0/+476