summaryrefslogtreecommitdiff
path: root/packages/fcl-process/src/process.pp
Commit message (Expand)AuthorAgeFilesLines
* * add podetached. Follow up to mantis @32055 due to regression, see marco2020-05-021-1/+1
* * improve porunidle casing, suggestion by Bart.marco2020-04-031-1/+1
* * use a PO flag to run idle event. This allows both cases (slow, long term i...marco2020-04-011-1/+1
* * two new priority classes for all but wince. See comments in process.ppmarco2018-08-291-2/+5
* * centralize some type definitions so that they are compatible between proce...marco2018-08-201-0/+7
* * second part processunicode commit.marco2018-08-181-0/+49
* * Unicode version TProcess in two commits.marco2018-08-181-709/+0
* * give stderr as much chance to drain as output per runcommandloop cycle.marco2018-08-181-18/+23
* * Fixed RunCommandIndir with poStderrToOutputjoost2018-08-151-1/+2
* * fix compilation after r39568 as Min() requires the Math unitsvenbarth2018-08-041-1/+2
* * alternate readinput with streams.marco2018-08-041-0/+22
* * remove unused private field fterminalprogrammarco2018-07-291-1/+0
* * reduce to one Event only, and use enum to signal what is happening.marco2018-07-281-14/+16
* * Renamed intruncommand to RunCommandLoop.marco2018-07-281-8/+27
* * body of runcommand to TProcess class. If more flexibility is added to this...marco2018-07-281-20/+38
* * fix typo-gotcha probably introduced by an accidental save in the IDE after...marco2018-07-271-1/+1
* * ReadInputStream factored out, analogous as suggested in mantis #32541.marco2018-07-271-54/+34
* Add poPassInput to be able to handle interactive processespierre2016-01-291-1/+2
* + TProcess.WaitForExit implementation with timeoutflorian2016-01-241-0/+1
* * Add options to RunCommand* callmichael2016-01-081-8/+18
* * var -> out for Runcommandmichael2016-01-011-12/+12
* Avoid blocking pipe read calls by only asking as many bytes as returned by N...pierre2014-12-181-18/+81
* Suppress deprecated cmdline warningpierre2014-11-221-28/+28
* * Changed signature of TForkEventmichael2014-02-111-1/+1
* * Check runningmichael2014-02-071-1/+4
* * Added ExitCode (different from ExitStatus)michael2014-02-071-0/+9
* * properly initialize FPipeBuffersize. Follow up to Mantis #22327marco2012-07-011-0/+1
* * make pipesize a property. Mantis #22327, patch by Cyrax.marco2012-06-301-0/+2
* * (runcommand), fix for corruption of outputstring if command fails withmarco2012-06-301-1/+1
* * A few utility routines that capture program output in a string.marco2012-05-301-0/+123
* * TIn/OutputPipeStream gets closed on freeinghajny2011-11-181-1/+0
* * correction of whitespace definitionhajny2011-10-041-1/+1
* * fix for breakage under Unix platforms - see also bug #20400hajny2011-10-031-0/+2
* * uses and resourcestrings moved to platform specific includeshajny2011-10-021-18/+1
* * TProcess.setparameter assigned a TStrings instead of .assign()ing it.marco2011-08-051-2/+1
* * Changed CommandLine/ApplicationName to Executable and Parameters (12034 and...michael2011-04-271-4/+117
* * Patch from #18617 Forkevent from Seth Grover.marco2011-01-271-0/+13
* * patch (don't call waitprocess if not running) from Mantis 14707marco2009-11-031-2/+1
* * forbid passing derived classes to call by reference parent classes (for obj...florian2009-08-171-8/+8
* * added unixtype unit in addition to baseunix unit (currently baseunix contai...ivost2008-09-141-0/+2
* * empty tprocess command line results on windows now in the same exception as...florian2008-07-071-0/+14
* * created fcl-async and fcl-process packagespeter2007-10-281-0/+325