index
:
apr
trunk
apache apr mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
os2
/
proc.c
Commit message (
Expand
)
Author
Age
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
*
apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/g
Yann Ylavic
2022-06-17
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
Yann Ylavic
2022-01-25
*
stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*
Jeff Trawick
2014-01-18
*
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
Brian Havard
2010-04-02
*
* We need to disable inheritance in the case of success like in the
Ruediger Pluem
2009-06-11
*
Remove simple ipc because of -1
Mladen Turk
2009-02-24
*
Remove ipc init from apr_initialize.
Mladen Turk
2009-02-23
*
Add simple parent/child data exchange for APR processes
Mladen Turk
2009-02-21
*
Add object perms set macros and implement them for shm and mutex
Mladen Turk
2009-02-07
*
Fix mismatch, using child_err when dealing with stdout.
Brian Havard
2007-10-31
*
OS/2: Fix condition for restoring std handles after spawning a process.
Brian Havard
2007-10-31
*
Fix build breakage due to syntax errors in threadproc/os2/proc.c.
Brian Havard
2007-10-30
*
Backport the std handling improvements to Netware, OS2, BeOS.
William A. Rowe Jr
2007-10-15
*
Fix the typo.
Joe Orton
2006-08-03
*
Update license header.
Joe Orton
2006-08-03
*
OS/2: Fix crash in apr_proc_create with non-shell type process creation where
Brian Havard
2005-07-03
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
*
Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...
Mladen Turk
2005-01-16
*
Add command type APR_SHELLCMD_ENV for creating a process
Jeff Trawick
2004-06-23
*
Added new APR API to load child process in current or new address space (NetW...
Jean-Jacques Clar
2004-06-14
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
*
OS/2: when parsing #! line, adjust for the fact that apr_file_gets() no
Brian Havard
2003-03-31
*
We don't guard against NULL args.
William A. Rowe Jr
2003-02-24
*
add apr_procattr_error_check_set() for telling apr_proc_create() to
Jeff Trawick
2003-02-07
*
Allow apr_proc_create() to call an app-provided error reporting
Jeff Trawick
2003-02-06
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
*
Update copyright notices to 2003.
Thom May
2003-01-01
*
Rename all the "cntxt" members of the thread and proc structures to
Sander Striker
2002-03-19
*
The apr_get_os_proc accessor is no longer supported [better or worse].
William A. Rowe Jr
2002-03-16
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
*
Change apr_proc_detach to take a parameter that can enable/disable automatic
Aaron Bannert
2002-02-21
*
Add a couple new command types to process creation:
Greg Stein
2002-01-28
*
OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*
Brian Havard
2001-10-26
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
*
Return the exit code from apr_proc_wait(). This is a combination of a patch
Greg Stein
2001-09-20
*
Ooops, test is redundant. We wouldn't get here if interpreter was 0 length.
Brian Havard
2001-08-23
*
\n removal, needed now OS/2 apr_file_gets() leaves them on.
Brian Havard
2001-08-23
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
*
OS/2: add an assortment of misc helper functions that were missing so
Brian Havard
2001-03-19
*
Stop warning about apr_signal() being undeclared.
Brian Havard
2001-02-18
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
*
Don't assume apr_pstrndup will return n bytes of storage. It was recently
Brian Havard
2001-02-13
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
*
OS2 was chasing os2errno.h which we hid in a private platform directory,
William A. Rowe Jr
2001-01-28
*
OS/2: const'ifying the args to apr_create_process() has a ripple effect....
Brian Havard
2000-11-26
*
The arguments to apr_create_process() should be "const" since we aren't
Greg Stein
2000-11-26
*
Fix OS/2 build after the move of private APR headers to the include/arch/
Brian Havard
2000-11-14
*
Move all of the threadproc private header files to an arch directory under
Ryan Bloom
2000-11-09
[next]