| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed NetWare thread handling so that it can deal with multiple argument | bnicholes | 2001-10-05 | 1 | -2/+11 |
* | Fixed apr_thread_create() so that it doesn't require the caller to pass an | bnicholes | 2001-10-04 | 1 | -11/+9 |
* | Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait. | jerenkrantz | 2001-09-21 | 1 | -24/+21 |
* | No cast needed here, but some NULL checking would be nice. | wrowe | 2001-09-20 | 1 | -2/+6 |
* | No longer... win32's pid is a _pid_, hproc is the process handle. | wrowe | 2001-09-20 | 1 | -1/+1 |
* | Return the exit code from apr_proc_wait(). This is a combination of a patch | gstein | 2001-09-20 | 5 | -20/+28 |
* | Eliminate the //?/ paths altogether from proc_create. This simply isn't | wrowe | 2001-09-17 | 1 | -1/+1 |
* | Clean up an emit. | wrowe | 2001-09-17 | 1 | -1/+3 |
* | Fix two odd bits of breakage. Don't you just -love- casts? | wrowe | 2001-09-17 | 1 | -15/+28 |
* | Tidy up to get us working again... | dreid | 2001-09-11 | 3 | -4/+47 |
* | Since the original version of these blocks just set the si.hStdFoo's | jwoolley | 2001-09-11 | 1 | -6/+6 |
* | (apr_proc_create): Check the attribute pointers, yes, but *don't* | brane | 2001-09-11 | 1 | -8/+12 |
* | (apr_proc_create): Sigh. Process attributes can remain | brane | 2001-09-11 | 1 | -14/+28 |
* | Updated to generate a thread name if one is not specified and to default to | bnicholes | 2001-09-10 | 1 | -13/+28 |
* | (apr_proc_create): Fix bug in conversion of program name to Unicode on | brane | 2001-09-10 | 1 | -3/+3 |
* | Fix the apr_proc_create for win32. In order to do so, this patch | wrowe | 2001-09-09 | 2 | -151/+190 |
* | On platforms that have sigsuspend (such as Darwin) but not apr_sigwait, | jerenkrantz | 2001-09-07 | 1 | -0/+2 |
* | Clean up the event sem in the apr_thread_once_t. | bjh | 2001-09-02 | 1 | -0/+14 |
* | OS/2: Implement apr_thread_once(). | bjh | 2001-09-02 | 1 | -2/+17 |
* | Fix a seg-fault on Unix. It helps to allocate the structure before | rbb | 2001-09-02 | 1 | -0/+1 |
* | One more iteration on apr_thread_once on Windows. Now we use | rbb | 2001-09-01 | 1 | -13/+1 |
* | Avoid a rather nasty bug in the Windows apr_thread_once function. We | rbb | 2001-09-01 | 1 | -0/+11 |
* | It helps to assign it to the correct level of indirection | rbb | 2001-09-01 | 1 | -1/+1 |
* | Implement apr_thread_once for Windows. | rbb | 2001-09-01 | 1 | -0/+17 |
* | OS/2: Fix thread return value passing. | bjh | 2001-08-31 | 1 | -1/+1 |
* | OS/2: Add stubs for apr_thread_once functions to fix link. Will fill them in | bjh | 2001-08-30 | 1 | -0/+14 |
* | 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 |
* | Ooops, test is redundant. We wouldn't get here if interpreter was 0 length. | bjh | 2001-08-23 | 1 | -3/+1 |
* | \n removal, needed now OS/2 apr_file_gets() leaves them on. | bjh | 2001-08-23 | 1 | -0/+5 |
* | Wrap all APR functions in APR_DECLARE macro. | rbb | 2001-08-10 | 11 | -169/+172 |
* | Changed the create thread flags due to changes in the NetWare threading APIs | bnicholes | 2001-08-10 | 1 | -4/+1 |
* | Added the NetWare supported signal descriptions | bnicholes | 2001-08-06 | 1 | -1/+19 |
* | Added a stub for apr_thread_yield() | bnicholes | 2001-08-03 | 5 | -2/+20 |
* | NetWare port of the threadproc functions | bnicholes | 2001-08-02 | 5 | -0/+1080 |
* | 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 |
* | Bring the naming conventions more inline with unix | wrowe | 2001-07-24 | 1 | -3/+4 |
* | fix a warning for dummy_worker(); it wasn't static and didn't have a | trawick | 2001-07-24 | 1 | -1/+1 |
* | dummy_func != dummy_worker | dreid | 2001-07-24 | 1 | -7/+7 |
* | 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 | 4 | -14/+42 |
* | Win32: Do not set the detached attribute for os_levels less than NT. | stoddard | 2001-07-13 | 1 | -2/+10 |
* | Set the DETACHED_PROCESS creation flag | stoddard | 2001-07-12 | 1 | -6/+13 |
* | Win32: Add apr_os_thread_current() | stoddard | 2001-07-06 | 1 | -0/+5 |
* | OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() & | bjh | 2001-06-16 | 1 | -0/+17 |
* | on some Unix platforms pthread_t is a structure and the compiler won't allow | trawick | 2001-06-14 | 2 | -0/+10 |
* | This is a much larger commit than I meant to have, but a lot has | dreid | 2001-06-06 | 2 | -0/+11 |
* | A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_t | wrowe | 2001-05-16 | 1 | -1/+1 |
* | Convert the apr_create_signal_thread to apr_signal_thread. The main | rbb | 2001-04-12 | 1 | -10/+2 |