index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
fcl-process
/
src
/
process.pp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* add podetached. Follow up to mantis @32055 due to regression, see
marco
2020-05-02
1
-1
/
+1
*
* 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
1
-1
/
+1
*
* two new priority classes for all but wince. See comments in process.pp
marco
2018-08-29
1
-2
/
+5
*
* centralize some type definitions so that they are compatible between proce...
marco
2018-08-20
1
-0
/
+7
*
* second part processunicode commit.
marco
2018-08-18
1
-0
/
+49
*
* Unicode version TProcess in two commits.
marco
2018-08-18
1
-709
/
+0
*
* 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
*
Add poPassInput to be able to handle interactive processes
pierre
2016-01-29
1
-1
/
+2
*
+ TProcess.WaitForExit implementation with timeout
florian
2016-01-24
1
-0
/
+1
*
* Add options to RunCommand* call
michael
2016-01-08
1
-8
/
+18
*
* var -> out for Runcommand
michael
2016-01-01
1
-12
/
+12
*
Avoid blocking pipe read calls by only asking as many bytes as returned by N...
pierre
2014-12-18
1
-18
/
+81
*
Suppress deprecated cmdline warning
pierre
2014-11-22
1
-28
/
+28
*
* Changed signature of TForkEvent
michael
2014-02-11
1
-1
/
+1
*
* Check running
michael
2014-02-07
1
-1
/
+4
*
* Added ExitCode (different from ExitStatus)
michael
2014-02-07
1
-0
/
+9
*
* properly initialize FPipeBuffersize. Follow up to Mantis #22327
marco
2012-07-01
1
-0
/
+1
*
* make pipesize a property. Mantis #22327, patch by Cyrax.
marco
2012-06-30
1
-0
/
+2
*
* (runcommand), fix for corruption of outputstring if command fails with
marco
2012-06-30
1
-1
/
+1
*
* A few utility routines that capture program output in a string.
marco
2012-05-30
1
-0
/
+123
*
* TIn/OutputPipeStream gets closed on freeing
hajny
2011-11-18
1
-1
/
+0
*
* correction of whitespace definition
hajny
2011-10-04
1
-1
/
+1
*
* fix for breakage under Unix platforms - see also bug #20400
hajny
2011-10-03
1
-0
/
+2
*
* uses and resourcestrings moved to platform specific includes
hajny
2011-10-02
1
-18
/
+1
*
* TProcess.setparameter assigned a TStrings instead of .assign()ing it.
marco
2011-08-05
1
-2
/
+1
*
* Changed CommandLine/ApplicationName to Executable and Parameters (12034 and...
michael
2011-04-27
1
-4
/
+117
*
* Patch from #18617 Forkevent from Seth Grover.
marco
2011-01-27
1
-0
/
+13
*
* patch (don't call waitprocess if not running) from Mantis 14707
marco
2009-11-03
1
-2
/
+1
*
* forbid passing derived classes to call by reference parent classes (for obj...
florian
2009-08-17
1
-8
/
+8
*
* added unixtype unit in addition to baseunix unit (currently baseunix contai...
ivost
2008-09-14
1
-0
/
+2
*
* empty tprocess command line results on windows now in the same exception as...
florian
2008-07-07
1
-0
/
+14
*
* created fcl-async and fcl-process packages
peter
2007-10-28
1
-0
/
+325