index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
os2
Commit message (
Expand
)
Author
Age
Files
Lines
*
OS/2: Fix crash in apr_proc_create with non-shell type process creation where
Brian Havard
2005-07-03
1
-1
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
3
-3
/
+6
*
Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...
Mladen Turk
2005-01-16
1
-0
/
+13
*
Remove .cvsignore files.
Joe Orton
2004-11-18
1
-4
/
+0
*
Remove threadcancel.c which was somehow ressurected by the CVS->SVN conversion.
Brian Havard
2004-11-14
1
-85
/
+0
*
Add command type APR_SHELLCMD_ENV for creating a process
Jeff Trawick
2004-06-23
1
-1
/
+3
*
Added new APR API to load child process in current or new address space (NetW...
Jean-Jacques Clar
2004-06-14
1
-0
/
+7
*
Add apr_threadattr_guardsize_set function, which allows changing
Joe Orton
2004-06-10
1
-0
/
+6
*
Add apr_threadattr_stacksize_set() for overriding the default
Jeff Trawick
2004-03-01
1
-2
/
+10
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
3
-147
/
+30
*
First whack at switching to a single top-level make. This adds a dependency
Greg Stein
2004-02-05
1
-18
/
+0
*
OS/2: when parsing #! line, adjust for the fact that apr_file_gets() no
Brian Havard
2003-03-31
1
-2
/
+7
*
We don't guard against NULL args.
William A. Rowe Jr
2003-02-24
1
-7
/
+0
*
add apr_procattr_error_check_set() for telling apr_proc_create() to
Jeff Trawick
2003-02-07
1
-0
/
+9
*
Allow apr_proc_create() to call an app-provided error reporting
Jeff Trawick
2003-02-06
1
-0
/
+9
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
3
-3
/
+3
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
3
-6
/
+6
*
Update copyright notices to 2003.
Thom May
2003-01-01
3
-3
/
+3
*
Implement apr_thread_yield() on OS/2.
Brian Havard
2002-05-22
1
-0
/
+1
*
Add .deps to cvsignore since APR may now generate .deps files.
Justin Erenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
Justin Erenkrantz
2002-04-22
1
-0
/
+2
*
Rename all the "cntxt" members of the thread and proc structures to
Sander Striker
2002-03-19
3
-50
/
+50
*
The apr_get_os_proc accessor is no longer supported [better or worse].
William A. Rowe Jr
2002-03-16
1
-11
/
+0
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
3
-3
/
+3
*
Change apr_proc_detach to take a parameter that can enable/disable automatic
Aaron Bannert
2002-02-21
1
-1
/
+1
*
Add a couple new command types to process creation:
Greg Stein
2002-01-28
1
-0
/
+2
*
Fix missed reference to rv that was renamed to exitval.
Brian Havard
2001-12-29
1
-1
/
+1
*
Convert apr_thread_exit(..., apr_status_t *retval) to
Aaron Bannert
2001-12-27
1
-3
/
+3
*
OS/2: Implement exitcode/exitwhy enhancements in apr_proc_wait*
Brian Havard
2001-10-26
1
-8
/
+64
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
1
-6
/
+7
*
Return the exit code from apr_proc_wait(). This is a combination of a patch
Greg Stein
2001-09-20
1
-0
/
+3
*
Clean up the event sem in the apr_thread_once_t.
Brian Havard
2001-09-02
1
-0
/
+14
*
OS/2: Implement apr_thread_once().
Brian Havard
2001-09-02
1
-2
/
+17
*
OS/2: Fix thread return value passing.
Brian Havard
2001-08-31
1
-1
/
+1
*
OS/2: Add stubs for apr_thread_once functions to fix link. Will fill them in
Brian Havard
2001-08-30
1
-0
/
+14
*
Ooops, test is redundant. We wouldn't get here if interpreter was 0 length.
Brian Havard
2001-08-23
1
-3
/
+1
*
\n removal, needed now OS/2 apr_file_gets() leaves them on.
Brian Havard
2001-08-23
1
-0
/
+5
*
Wrap all APR functions in APR_DECLARE macro.
Ryan Bloom
2001-08-10
3
-54
/
+56
*
Added a stub for apr_thread_yield()
Bradley Nicholes
2001-08-03
1
-0
/
+6
*
Updated APR to pass the thread worker_function prototype
William A. Rowe Jr
2001-07-24
1
-8
/
+6
*
OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &
Brian Havard
2001-06-16
1
-0
/
+17
*
Fix the naming of the apr_threadattr_detach_xxx functions. get and set were
Greg Ames
2001-04-11
1
-2
/
+2
*
OS/2: add an assortment of misc helper functions that were missing so
Brian Havard
2001-03-19
3
-0
/
+76
*
Stop warning about apr_signal() being undeclared.
Brian Havard
2001-02-18
1
-0
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
3
-3
/
+3
*
Don't assume apr_pstrndup will return n bytes of storage. It was recently
Brian Havard
2001-02-13
1
-4
/
+6
*
*) add apr_signal_get_description() to that platforms (which have signals)
Greg Stein
2001-02-11
1
-98
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
4
-53
/
+53
*
OS2 was chasing os2errno.h which we hid in a private platform directory,
William A. Rowe Jr
2001-01-28
3
-4
/
+0
*
Libtool-ize APR.
Greg Stein
2001-01-09
2
-33
/
+12
[next]