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
*
Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.
rooneg
2006-06-30
1
-1
/
+8
*
* threadproc/unix/procsup.c
rooneg
2006-04-22
1
-8
/
+8
*
* threadproc/unix/signals.c (apr_signal, avoid_zombies): Use the
jorton
2006-04-05
1
-2
/
+2
*
* threadproc/unix/procsup.c (apr_proc_detach): Check chdir() return
jorton
2005-11-28
1
-1
/
+4
*
Don't pass NULL to execve() for the environment array,
trawick
2005-10-10
1
-0
/
+8
*
* threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() to
jorton
2005-08-24
1
-6
/
+6
*
* threadproc/unix/proc.c (apr_procattr_child_in_set,
jorton
2005-05-16
1
-19
/
+25
*
Update copyright year to 2005 and standardize on current copyright owner line.
jerenkrantz
2005-02-04
5
-5
/
+10
*
Remove unused variable declarations.
mturk
2005-01-17
1
-2
/
+0
*
Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...
mturk
2005-01-16
1
-0
/
+52
*
* acconfig.h: Remove file.
jorton
2005-01-13
1
-1
/
+7
*
sigprocmask should be used instead pthread_sigmask on nothreaded platforms.
jfclere
2005-01-04
1
-3
/
+3
*
Remove .cvsignore files.
jorton
2004-11-18
1
-4
/
+0
*
Fix enabling of signal blocking and unblocking code.
jorton
2004-11-17
1
-2
/
+2
*
apr_proc_create() on Unix: Remove unnecessary check for read
trawick
2004-07-20
1
-1
/
+1
*
Add command type APR_SHELLCMD_ENV for creating a process
trawick
2004-06-23
1
-2
/
+8
*
* threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OS
jorton
2004-06-14
1
-3
/
+5
*
Added new APR API to load child process in current or new address space (NetW...
clar
2004-06-14
1
-0
/
+7
*
* threadproc/unix/thread.c (threadattr_cleanup): New function.
jorton
2004-06-14
1
-2
/
+18
*
Add apr_threadattr_guardsize_set function, which allows changing
jorton
2004-06-10
1
-0
/
+19
*
* threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock):
jorton
2004-04-22
1
-2
/
+10
*
Added two new functions apr_signal_block and apr_signal_unblock to
madhum
2004-04-21
1
-0
/
+46
*
Add apr_threadattr_stacksize_set() for overriding the default
trawick
2004-03-01
1
-0
/
+16
*
Relicense APR under Apache License, Version 2.0
jerenkrantz
2004-02-13
5
-245
/
+50
*
First whack at switching to a single top-level make. This adds a dependency
gstein
2004-02-05
1
-18
/
+0
*
* threadproc/unix/threadpriv.c (apr_threadkey_private_delete):
jorton
2003-12-10
1
-2
/
+4
*
Get rid of tabs.
ben
2003-11-06
1
-1
/
+1
*
Endianness and APR types for random.
ben
2003-11-05
1
-0
/
+2
*
Really fix the build again.
jorton
2003-11-05
1
-2
/
+0
*
Make sure randomness is different after a fork.
ben
2003-11-03
1
-0
/
+3
*
* include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_t
jorton
2003-09-29
1
-13
/
+9
*
axe these deprecated functions:
trawick
2003-09-03
1
-6
/
+0
*
Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.
jorton
2003-07-14
1
-1
/
+1
*
Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly with
jorton
2003-07-07
1
-4
/
+5
*
For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treat
trawick
2003-06-02
1
-1
/
+5
*
(apr_proc_wait): Handle interrupted waitpid(2) calls by calling
thommay
2003-05-08
1
-1
/
+5
*
apr_proc_create() on Unix: Make the APR_SHELLCMD mode work
trawick
2003-04-21
1
-8
/
+36
*
add apr_procattr_error_check_set() for telling apr_proc_create() to
trawick
2003-02-07
1
-0
/
+33
*
Allow apr_proc_create() to call an app-provided error reporting
trawick
2003-02-06
1
-0
/
+21
*
Fix a bug in apr_proc_create() that could cause a new child process
trawick
2003-02-04
1
-1
/
+1
*
Namespace protection for include/arch/ header files
thommay
2003-01-06
5
-5
/
+5
*
Update copyright notices to 2003.
thommay
2003-01-01
5
-5
/
+5
*
In apr_signal_thread() remove synchronous signals from the mask
trawick
2002-08-08
1
-0
/
+3
*
* httpd-2.0/srclib/apr/threadproc/unix/signals.c
kfogel
2002-07-23
1
-1
/
+1
*
The old macro was blowing up on some platforms that weren't using gcc.
rbb
2002-07-23
1
-2
/
+8
*
added support for changing the limit on file descriptors per process
brianp
2002-07-09
1
-0
/
+15
*
Some simple fn renames ... by the book [deprecated entry points retained]
wrowe
2002-06-08
1
-2
/
+8
*
Darwin/Mac OS X: There is apparently no convenient way to keep deceased
trawick
2002-05-22
1
-0
/
+20
*
Address PR 8963
wrowe
2002-05-10
1
-1
/
+1
*
Remove APR_WANT_SIGNAL from apr_want.h because code must include
fielding
2002-04-30
1
-3
/
+0
[next]