summaryrefslogtreecommitdiff
path: root/packages/fcl-process/src/win/process.inc
Commit message (Expand)AuthorAgeFilesLines
* * also assign threadid. mantis 38645marco2021-03-201-0/+1
* process: explode with blocksondrej2020-08-091-62/+53
* * add podetached. Follow up to mantis @32055 due to regression, see marco2020-05-021-0/+3
* * two new priority classes for all but wince. See comments in process.ppmarco2018-08-291-1/+2
* * Unicode version TProcess in two commits.marco2018-08-181-20/+19
* * Fix bug 32055michael2017-07-081-1/+1
* * Do not call CloseHandle on hStdInput if poPassInput is in Optionspierre2016-01-291-19/+20
* Handle poPassInput to be able to handle interactive processes for Windows an...pierre2016-01-291-4/+11
* + TProcess.WaitForExit implementation with timeoutflorian2016-01-241-5/+15
* * patch by Mattias Gaertner to make TProcess more unicode aware, resolves iss...florian2016-01-051-24/+39
* * fix for compilation breakage due to windows header fix. (reported by Reini...marco2014-07-201-3/+3
* * Fix bug 22271michael2013-11-071-1/+0
* * make pipesize a property. Mantis #22327, patch by Cyrax.marco2012-06-301-5/+5
* * if arguments and exename already quoted, then assume the user did it prope...marco2012-05-301-2/+10
* * uses and resourcestrings moved to platform specific includeshajny2011-10-021-1/+12
* * Fixed use of Executable propertymichael2011-05-251-16/+11
* * patch by Anton Shepelev to pass eofs in tprocess to the parent process, res...florian2011-05-201-5/+33
* * Changed CommandLine/ApplicationName to Executable and Parameters (12034 and...michael2011-04-271-10/+28
* * empty tprocess command line results on windows now in the same exception as...florian2008-07-071-10/+26
* * created fcl-async and fcl-process packagespeter2007-10-281-0/+257