index
:
delta/libapr.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
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
threadproc
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
add some more commentary about a work-around for an AIX problem
trawick
2001-11-30
1
-0
/
+5
*
re-implement an AIX-specific workaround for a sigwait() bug to
trawick
2001-11-29
1
-2
/
+17
*
Fix apr_setup_signal_thread() to grab the right error code from
trawick
2001-11-16
1
-1
/
+3
*
Fix apr_setup_signal_thread() so that threads don't block
trawick
2001-11-12
1
-1
/
+48
*
Fix some file cleanup problems in apr_proc_create() which could
trawick
2001-11-11
1
-4
/
+19
*
back out previous change so that mod_cgid works again; add
trawick
2001-10-27
1
-3
/
+11
*
apr_proc_create():
trawick
2001-10-26
1
-2
/
+6
*
Fix the reporting for child processes that die. This removes
rbb
2001-10-23
1
-10
/
+29
*
Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.
jerenkrantz
2001-09-21
1
-24
/
+21
*
Return the exit code from apr_proc_wait(). This is a combination of a patch
gstein
2001-09-20
1
-5
/
+6
*
On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,
jerenkrantz
2001-09-07
1
-0
/
+2
*
Fix a seg-fault on Unix. It helps to allocate the structure before
rbb
2001-09-02
1
-0
/
+1
*
PTHREAD_ONCE_INIT is for initialization, not arbitrary assignment
trawick
2001-08-27
1
-1
/
+3
*
Add an apr_thread_once function to allow a program to make sure that
rbb
2001-08-27
1
-0
/
+13
*
Wrap all APR functions in APR_DECLARE macro.
rbb
2001-08-10
5
-60
/
+61
*
Added a stub for apr_thread_yield()
bnicholes
2001-08-03
1
-0
/
+4
*
if the thread returns NULL instead of the address of an apr_status_t
trawick
2001-08-01
1
-1
/
+1
*
fix apr_thread_join() on Unix to pick up the correct thread
trawick
2001-08-01
1
-1
/
+3
*
fix a warning for dummy_worker(); it wasn't static and didn't have a
trawick
2001-07-24
1
-1
/
+1
*
Panto season comes early this year...
dreid
2001-07-24
1
-1
/
+1
*
Updated APR to pass the thread worker_function prototype
wrowe
2001-07-24
1
-3
/
+14
*
on some Unix platforms pthread_t is a structure and the compiler won't allow
trawick
2001-06-14
1
-0
/
+5
*
This is a much larger commit than I meant to have, but a lot has
dreid
2001-06-06
1
-0
/
+5
*
Convert the apr_create_signal_thread to apr_signal_thread. The main
rbb
2001-04-12
1
-10
/
+2
*
This small change stops a build breakage.
dreid
2001-04-12
1
-1
/
+1
*
Fix the naming of the apr_threadattr_detach_xxx functions. get and set were
gregames
2001-04-11
1
-2
/
+2
*
Fix a #error so that signals.c compiles again.
trawick
2001-04-07
1
-1
/
+1
*
If we don't have sigwait(), but we have sigsuspend(), use the latter.
wsanchez
2001-04-06
1
-1
/
+7
*
Speling
wsanchez
2001-04-04
1
-2
/
+2
*
get rid of a parameter check in apr_proc_wait(); better to segfault
trawick
2001-04-03
1
-2
/
+1
*
Fix some warnings dealing with the fact that void * isn't compatible
trawick
2001-02-28
1
-2
/
+2
*
Get the signal thread (and thus Apache threaded MPMs) working properly
trawick
2001-02-27
1
-0
/
+27
*
Get APR to build on Tru64 again.
trawick
2001-02-27
1
-1
/
+1
*
Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and
wrowe
2001-02-25
2
-2
/
+2
*
Don't define the signal thread logic is sigwait isn't defined. Hopefully
rbb
2001-02-25
1
-1
/
+1
*
if we don't have the prototype, we shouldn't have the function either
trawick
2001-02-25
1
-83
/
+0
*
These are a bit too unix specific for OS/2 (pthread/sigwait).
bjh
2001-02-23
1
-1
/
+1
*
Add apr_sigwait to the apr_private.h file. This allows us to remove
rbb
2001-02-21
1
-6
/
+1
*
Get APR apps building on FreeBSD when --enable-threads isn't specified.
trawick
2001-02-21
1
-1
/
+5
*
get APR apps to build again by fixing the unresolve reference to
trawick
2001-02-21
1
-2
/
+10
*
Add some functions to APR's thread/processes support to allow a single
rbb
2001-02-21
1
-0
/
+47
*
Remove a useless test.
jwoolley
2001-02-19
1
-5
/
+2
*
Update copyright to 2001
fielding
2001-02-16
5
-5
/
+5
*
get prototype for apr_psprintf()
trawick
2001-02-12
1
-0
/
+1
*
Change a call from setpgrp to setpgid(0, 0). According to man these are
rbb
2001-02-11
1
-1
/
+1
*
*) include "apr_signal.h" when needed
gstein
2001-02-11
1
-0
/
+1
*
*) add apr_signal_get_description() to that platforms (which have signals)
gstein
2001-02-11
1
-9
/
+183
*
s/pupt/put/g typo
dougm
2001-02-08
1
-1
/
+1
*
renaming various functions for consistency sake
dougm
2001-02-08
5
-89
/
+89
*
Libtool-ize APR.
gstein
2001-01-09
2
-29
/
+13
[next]