summaryrefslogtreecommitdiff
path: root/packages/fcl-process/src
Commit message (Expand)AuthorAgeFilesLines
* * also assign threadid. mantis 38645marco2021-03-201-0/+1
* * buffer overflow in ReadInputStream if a stream read> READ_BYTES (=64k) lar...marco2021-03-151-1/+1
* MorphOS: TProcess implementation supporting async mode and pipesmarcus2021-02-203-14/+92
* * Fix bug 37546, improvement to pass log filename to servermichael2020-08-122-25/+31
* process: explode with blocksondrej2020-08-091-62/+53
* TProcessnamemacro: move FProcessID, FThreadID, FProcessHandle, FThreadHandle ...ondrej2020-08-091-4/+4
* * Fix bug ID 37504: allow to send processID in messagesmichael2020-08-061-8/+28
* * add podetached. Follow up to mantis @32055 due to regression, see marco2020-05-022-1/+4
* * 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-012-2/+2
* * have showwindow parameter in runcommandmarco2019-10-161-6/+9
* Amiga-systems: bugfix for TProcess.commandline, left over space at exenamemarcus2019-06-271-4/+4
* * deprecate .commandline property setter setcommandline too. marco2018-12-161-1/+1
* * two new priority classes for all but wince. See comments in process.ppmarco2018-08-293-4/+9
* * centralize some type definitions so that they are compatible between proce...marco2018-08-203-14/+20
* * second part processunicode commit.marco2018-08-182-107/+213
* * Unicode version TProcess in two commits.marco2018-08-183-20/+57
* * 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
* * Changed default debug server exe (bug ID 33140)michael2018-02-101-1/+1
* * Make debugserver configurablemichael2018-02-101-2/+12
* * Patch from Denis Kozlov to fix threaded servermichael2017-08-153-269/+552
* * Fix bug 32055michael2017-07-081-1/+1
* * Patch by C Western to fix use of uninitialized lock (bug ID 31682michael2017-04-211-1/+2
* * Call inherited destructormichael2016-07-231-0/+1
* Fix compilation for Windows OS after commit 33702pierre2016-05-181-6/+5
* * Allow server to run message queue in a threadmichael2016-05-172-12/+150
* * All platforms use a queue nowmichael2016-05-174-193/+252
* * Fix compilation of pipesipcmichael2016-05-161-1/+4
* * Remove old stale file checking mechanismmichael2016-05-161-65/+2
* * Do not activate client/server in design modemichael2016-02-271-1/+1
* * Fix bug 29717michael2016-02-271-0/+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-292-12/+24
* Add poPassInput to be able to handle interactive processespierre2016-01-291-1/+2
* Fix compilation of fcl-process on WinCEsvenbarth2016-01-291-3/+3
* * Remove redundant filesmichael2016-01-242-0/+0
* * Fix compilation (doubled code due to patch ?)michael2016-01-241-559/+0
* * Patch from Denis Kozlov to merge all Windows versions into 1 (Bug ID 29496)michael2016-01-243-851/+1118
* * improved TProcess.WaitOnExit with timeout implementation to use fpGetTimeOf...florian2016-01-241-1/+21
* + TProcess.WaitForExit implementation with timeoutflorian2016-01-246-7/+62
* * Patch from Denis Kozlov to use *W functions (preparation for use on WinCE)michael2016-01-221-17/+23