| Commit message (Expand) | Author | Age | Files | Lines |
* | * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OS | jorton | 2004-06-14 | 1 | -3/+5 |
* | * 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 |
* | 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 | 1 | -49/+10 |
* | * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_t | jorton | 2003-09-29 | 1 | -13/+9 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Style Police writes some more tickets... | striker | 2002-03-19 | 1 | -19/+39 |
* | Rename all the "cntxt" members of the thread and proc structures to | striker | 2002-03-19 | 1 | -17/+17 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Convert apr_thread_exit(..., apr_status_t *retval) to | aaron | 2001-12-27 | 1 | -3/+4 |
* | 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 | 1 | -17/+17 |
* | 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 |
* | 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 |
* | Fix the naming of the apr_threadattr_detach_xxx functions. get and set were | gregames | 2001-04-11 | 1 | -2/+2 |
* | if we don't have the prototype, we shouldn't have the function either | trawick | 2001-02-25 | 1 | -83/+0 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | s/pupt/put/g typo | dougm | 2001-02-08 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -26/+26 |
* | Move apr_private.h.in from the include directory to the arch/unix | rbb | 2000-12-08 | 1 | -1/+1 |
* | Get exports.c symbols to compile even if the declaration is hidden in | trawick | 2000-11-17 | 1 | -0/+93 |
* | Move all of the threadproc private header files to an arch directory under | rbb | 2000-11-09 | 1 | -1/+1 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -30/+30 |
* | Fix some problems with which error code to use after a pthread_ failure. | trawick | 2000-07-31 | 1 | -0/+15 |
* | Fix ap_get_os_thread. This should work on Windows and Unix now. | rbb | 2000-07-10 | 1 | -3/+2 |
* | a while back, we said "segfault on invalid params rather than returning an | gstein | 2000-07-08 | 1 | -17/+3 |
* | const-ify the userdata interfaces | gstein | 2000-07-08 | 1 | -2/+2 |
* | Cleanup yesterday's patch to make APR use APR namespace protected macros. | rbb | 2000-06-22 | 1 | -1/+1 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | rbb | 2000-06-22 | 1 | -2/+3 |
* | Handle some OS/390-isms dealing with pthreads: | trawick | 2000-05-16 | 1 | -0/+10 |
* | Check for the flavor of pthread_attr_getdetachstate(); normally | trawick | 2000-05-07 | 1 | -0/+4 |
* | Use ap_pcalloc instead of ap_palloc where it makes sense. | rbb | 2000-04-30 | 1 | -7/+5 |
* | The last two commits to remove contexts, horribly breaks threads on Unix. | rbb | 2000-04-22 | 1 | -0/+103 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | rbb | 2000-04-19 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -105/+2 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -76/+0 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 1 | -14/+14 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 1 | -14/+14 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 1 | -32/+31 |
* | Last doc update. | rbb | 2000-03-15 | 1 | -27/+32 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 1 | -9/+9 |