| Commit message (Expand) | Author | Age | Files | Lines |
| * | * also assign threadid. mantis 38645 | marco | 2021-03-20 | 1 | -0/+1 |
| * | * buffer overflow in ReadInputStream if a stream read> READ_BYTES (=64k) lar... | marco | 2021-03-15 | 1 | -1/+1 |
| * | MorphOS: TProcess implementation supporting async mode and pipes | marcus | 2021-02-20 | 3 | -14/+92 |
| * | * Fix bug 37546, improvement to pass log filename to server | michael | 2020-08-12 | 2 | -25/+31 |
| * | process: explode with blocks | ondrej | 2020-08-09 | 1 | -62/+53 |
| * | TProcessnamemacro: move FProcessID, FThreadID, FProcessHandle, FThreadHandle ... | ondrej | 2020-08-09 | 1 | -4/+4 |
| * | * Fix bug ID 37504: allow to send processID in messages | michael | 2020-08-06 | 1 | -8/+28 |
| * | * add podetached. Follow up to mantis @32055 due to regression, see | marco | 2020-05-02 | 2 | -1/+4 |
| * | * improve porunidle casing, suggestion by Bart. | marco | 2020-04-03 | 1 | -1/+1 |
| * | * use a PO flag to run idle event. This allows both cases (slow, long term i... | marco | 2020-04-01 | 2 | -2/+2 |
| * | * have showwindow parameter in runcommand | marco | 2019-10-16 | 1 | -6/+9 |
| * | Amiga-systems: bugfix for TProcess.commandline, left over space at exename | marcus | 2019-06-27 | 1 | -4/+4 |
| * | * deprecate .commandline property setter setcommandline too. | marco | 2018-12-16 | 1 | -1/+1 |
| * | * two new priority classes for all but wince. See comments in process.pp | marco | 2018-08-29 | 3 | -4/+9 |
| * | * centralize some type definitions so that they are compatible between proce... | marco | 2018-08-20 | 3 | -14/+20 |
| * | * second part processunicode commit. | marco | 2018-08-18 | 2 | -107/+213 |
| * | * Unicode version TProcess in two commits. | marco | 2018-08-18 | 3 | -20/+57 |
| * | * give stderr as much chance to drain as output per runcommandloop cycle. | marco | 2018-08-18 | 1 | -18/+23 |
| * | * Fixed RunCommandIndir with poStderrToOutput | joost | 2018-08-15 | 1 | -1/+2 |
| * | * fix compilation after r39568 as Min() requires the Math unit | svenbarth | 2018-08-04 | 1 | -1/+2 |
| * | * alternate readinput with streams. | marco | 2018-08-04 | 1 | -0/+22 |
| * | * remove unused private field fterminalprogram | marco | 2018-07-29 | 1 | -1/+0 |
| * | * reduce to one Event only, and use enum to signal what is happening. | marco | 2018-07-28 | 1 | -14/+16 |
| * | * Renamed intruncommand to RunCommandLoop. | marco | 2018-07-28 | 1 | -8/+27 |
| * | * body of runcommand to TProcess class. If more flexibility is added to this... | marco | 2018-07-28 | 1 | -20/+38 |
| * | * fix typo-gotcha probably introduced by an accidental save in the IDE after... | marco | 2018-07-27 | 1 | -1/+1 |
| * | * ReadInputStream factored out, analogous as suggested in mantis #32541. | marco | 2018-07-27 | 1 | -54/+34 |
| * | * Changed default debug server exe (bug ID 33140) | michael | 2018-02-10 | 1 | -1/+1 |
| * | * Make debugserver configurable | michael | 2018-02-10 | 1 | -2/+12 |
| * | * Patch from Denis Kozlov to fix threaded server | michael | 2017-08-15 | 3 | -269/+552 |
| * | * Fix bug 32055 | michael | 2017-07-08 | 1 | -1/+1 |
| * | * Patch by C Western to fix use of uninitialized lock (bug ID 31682 | michael | 2017-04-21 | 1 | -1/+2 |
| * | * Call inherited destructor | michael | 2016-07-23 | 1 | -0/+1 |
| * | Fix compilation for Windows OS after commit 33702 | pierre | 2016-05-18 | 1 | -6/+5 |
| * | * Allow server to run message queue in a thread | michael | 2016-05-17 | 2 | -12/+150 |
| * | * All platforms use a queue now | michael | 2016-05-17 | 4 | -193/+252 |
| * | * Fix compilation of pipesipc | michael | 2016-05-16 | 1 | -1/+4 |
| * | * Remove old stale file checking mechanism | michael | 2016-05-16 | 1 | -65/+2 |
| * | * Do not activate client/server in design mode | michael | 2016-02-27 | 1 | -1/+1 |
| * | * Fix bug 29717 | michael | 2016-02-27 | 1 | -0/+1 |
| * | * Do not call CloseHandle on hStdInput if poPassInput is in Options | pierre | 2016-01-29 | 1 | -19/+20 |
| * | Handle poPassInput to be able to handle interactive processes for Windows an... | pierre | 2016-01-29 | 2 | -12/+24 |
| * | Add poPassInput to be able to handle interactive processes | pierre | 2016-01-29 | 1 | -1/+2 |
| * | Fix compilation of fcl-process on WinCE | svenbarth | 2016-01-29 | 1 | -3/+3 |
| * | * Remove redundant files | michael | 2016-01-24 | 2 | -0/+0 |
| * | * Fix compilation (doubled code due to patch ?) | michael | 2016-01-24 | 1 | -559/+0 |
| * | * Patch from Denis Kozlov to merge all Windows versions into 1 (Bug ID 29496) | michael | 2016-01-24 | 3 | -851/+1118 |
| * | * improved TProcess.WaitOnExit with timeout implementation to use fpGetTimeOf... | florian | 2016-01-24 | 1 | -1/+21 |
| * | + TProcess.WaitForExit implementation with timeout | florian | 2016-01-24 | 6 | -7/+62 |
| * | * Patch from Denis Kozlov to use *W functions (preparation for use on WinCE) | michael | 2016-01-22 | 1 | -17/+23 |