summaryrefslogtreecommitdiff
path: root/packages/fcl-process/src/unix
Commit message (Expand)AuthorAgeFilesLines
* * two new priority classes for all but wince. See comments in process.ppmarco2018-08-291-1/+2
* * Patch from Denis Kozlov to fix threaded servermichael2017-08-151-21/+5
* * Allow server to run message queue in a threadmichael2016-05-171-5/+0
* * All platforms use a queue nowmichael2016-05-171-18/+29
* * Fix compilation of pipesipcmichael2016-05-161-1/+4
* * Remove old stale file checking mechanismmichael2016-05-161-65/+2
* Handle poPassInput to be able to handle interactive processes for Windows an...pierre2016-01-291-8/+13
* * improved TProcess.WaitOnExit with timeout implementation to use fpGetTimeOf...florian2016-01-241-1/+21
* + TProcess.WaitForExit implementation with timeoutflorian2016-01-241-0/+21
* * avoid deprecated warning.marco2015-11-061-1/+1
* * Allow use of absolute path in ServerID (bug ID 27572)michael2015-03-241-12/+4
* * don't use vfork in case we may have to call any OS routine after we'vejonas2014-10-081-3/+21
* * fix #26007 move size=0 of r27762 to OS specific code, otherwise it prohibitsmarco2014-08-031-0/+1
* * Add support for xfce terminalmichael2014-04-161-3/+5
* * Changed signature of TForkEventmichael2014-02-111-1/+1
* * Check runningmichael2014-02-071-1/+1
* * Added ExitCode (different from ExitStatus)michael2014-02-071-7/+12
* * improved KDE detectionmichael2012-09-051-1/+1
* * Set terminal correctly (fix for #21028)michael2012-08-201-3/+3
* * make pipesize a property. Mantis #22327, patch by Cyrax.marco2012-06-301-1/+1
* * workaround rangecheck error, Mantis #22055. Possibly temporarily while marco2012-06-161-1/+1
* * if wifexited, pass exitcode unmodified. Bug #22055, though it doesn't clos...marco2012-06-031-3/+7
* * SimpleIPC, avoid stale server state files (Unix). Patch by Andrew, Mantis ...marco2012-02-201-1/+20
* * increase loop in determine xterm, Mantis #21028marco2012-01-151-0/+1
* * TIn/OutputPipeStream gets closed on freeinghajny2011-11-181-0/+4
* * Fixed so it compiles also in pipesipcmichael2011-11-131-31/+37
* * Added cleanup of stale socket files (bug 17248)michael2011-11-121-0/+52
* * Modify file permissions when global socketmichael2011-11-111-1/+7
* * uses and resourcestrings moved to platform specific includeshajny2011-10-021-2/+15
* * Fix bug ID 19856 (adapted and completed patch by Chad B)michael2011-08-131-0/+10
* * Fixed 19136 and exposed unix pipe implementation in a separate unitmichael2011-06-111-9/+32
* * Changed CommandLine/ApplicationName to Executable and Parameters (12034 and...michael2011-04-271-59/+69
* * Patch from #18617 Forkevent from Seth Grover.marco2011-01-271-0/+2
* + use "Terminal" under Haiku to launch external programs (patch byjonas2010-10-081-4/+35
* * Mantis ipcserver problem solved caused by the adding of locking in the rtlmarco2009-12-111-4/+5
* * Patch from Mantis 14709marco2009-11-031-1/+2
* * use "open" rather than xterm for poNewConsole on Darwin (patch byjonas2009-11-011-0/+4
* * Use ExeSearch instead of FileSearch to find process executablejoost2009-03-221-1/+1
* * fixed a bunch of cases where ESysEINTR wasn't handledjonas2009-03-191-41/+57
* * fixed unix version of tprocess.waitonexit (use unix.waitprocess so alljonas2009-03-191-4/+2
* * Fixed the problem that an IPC-Server holds a lock on its pipe so that nojoost2009-03-071-2/+5
* * empty tprocess command line results on windows now in the same exception as...florian2008-07-071-13/+9
* * fix executable not found exceptionpeter2007-11-131-8/+10
* * created fcl-async and fcl-process packagespeter2007-10-283-0/+625