summaryrefslogtreecommitdiff
path: root/packages/fcl-process/src/win
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
* * Remove redundant filesmichael2016-01-241-0/+0
* * Patch from Denis Kozlov to merge all Windows versions into 1 (Bug ID 29496)michael2016-01-241-559/+0
* + TProcess.WaitForExit implementation with timeoutflorian2016-01-241-5/+15
* * Patch from Denis Kozlov to use *W functions (preparation for use on WinCE)michael2016-01-221-17/+23
* * Patch from Denis Kozlov: Patches here fix several issues with SimpleIPC on ...michael2016-01-051-106/+365
* * patch by Mattias Gaertner to make TProcess more unicode aware, resolves iss...florian2016-01-051-24/+39
* * fix #26007 move size=0 of r27762 to OS specific code, otherwise it prohibitsmarco2014-08-031-0/+1
* * fixed 64-bit issue.marco2014-08-011-1/+1
* * fix for compilation breakage due to windows header fix. (reported by Reini...marco2014-07-201-3/+3
* * Fix bug 22271michael2013-11-071-1/+0
* * fixes some allochwnd functions for FPC_UNICODE_RTL (use -A explicitly)marco2013-06-011-7/+7
* * make pipesize a property. Mantis #22327, patch by Cyrax.marco2012-06-302-7/+7
* * if arguments and exename already quoted, then assume the user did it prope...marco2012-05-301-2/+10
* * TIn/OutputPipeStream gets closed on freeinghajny2011-11-181-0/+5
* * uses and resourcestrings moved to platform specific includeshajny2011-10-021-1/+12
* * Fix bug ID 19856 (adapted and completed patch by Chad B)michael2011-08-131-0/+9
* * 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-202-6/+34
* * 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-283-0/+593