| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 14 | -125/+125 |
* | Stage 1 in cleaning win95 code ... cleanup utils | Mladen Turk | 2021-12-02 | 1 | -26/+2 |
* | Stage 3 in dismantling _WIN32_WCE ... cleanup code | Mladen Turk | 2021-12-02 | 1 | -9/+0 |
* | * locks/unix/thread_mutex.c, | Joe Orton | 2021-07-02 | 1 | -0/+9 |
* | * configure.in: Add --enable-thread-debug, which defines | Joe Orton | 2020-06-01 | 1 | -0/+19 |
* | * locks/unix/proc_mutex.c (apr_proc_mutex_defname): Fix clang warning, | Joe Orton | 2020-06-01 | 1 | -3/+2 |
* | Follow-up to r1860075: Remove unused local variable. | Ivan Zhakov | 2019-09-08 | 1 | -1/+0 |
* | Refactor win32 thread_mutex code. No functional changes intended. | Ivan Zhakov | 2019-09-03 | 1 | -12/+29 |
* | Windows platform: Use semaphore object instead of manual reset event to | Ivan Zhakov | 2019-06-07 | 1 | -6/+5 |
* | * locks/win32/thread_mutex.c | Ivan Zhakov | 2019-05-28 | 1 | -16/+3 |
* | win32: Factor out common code to private function apr_wait_for_single_object(). | Ivan Zhakov | 2019-05-26 | 3 | -62/+8 |
* | Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t. | Ivan Zhakov | 2019-05-20 | 1 | -105/+36 |
* | Use proc mutex pthread by default when robust[_np] | Yann Ylavic | 2019-03-22 | 1 | -6/+22 |
* | apr_thread_cond_timedwait on windows should wait on the semaphore. | Yann Ylavic | 2019-03-20 | 1 | -1/+1 |
* | Revert 1839699, this contained unintended, additional noise. Re-correcting. | William A. Rowe Jr | 2018-08-30 | 1 | -1/+1 |
* | Revert 1839627, this macro does not result in a usable CC_FOR_BUILD | William A. Rowe Jr | 2018-08-30 | 1 | -1/+1 |
* | On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatible | William A. Rowe Jr | 2017-06-02 | 3 | -9/+9 |
* | locks: thread: timedlock: better handling of spurious wakeups that may be | Yann Ylavic | 2017-05-07 | 2 | -36/+30 |
* | locks: unix: follow up to r1792622. | Yann Ylavic | 2017-04-25 | 1 | -17/+17 |
* | locks: unix: timedlock: better handling of spurious wakeups that may be | Yann Ylavic | 2017-04-25 | 1 | -18/+27 |
* | locks: unix: provide a macro helper for a pattern used several times. | Yann Ylavic | 2017-04-25 | 1 | -8/+6 |
* | locks: Windows: work around 64bit usecs to native 32bit msecs timeouts for | Yann Ylavic | 2017-04-25 | 3 | -10/+67 |
* | locks: follow up to r1790436. | Yann Ylavic | 2017-04-17 | 1 | -5/+6 |
* | locks: follow up to r1790446. | Yann Ylavic | 2017-04-17 | 1 | -5/+9 |
* | apr_{thread,proc,global}_timedlock() with negative timeout is now equivalent | Yann Ylavic | 2017-04-07 | 9 | -106/+55 |
* | locks: follow up to r1790488 and r1790521: likewise for the | Yann Ylavic | 2017-04-07 | 1 | -5/+5 |
* | locks: follow up to r1790488. | Yann Ylavic | 2017-04-07 | 11 | -11/+11 |
* | locks: follow up to r1667900. | Yann Ylavic | 2017-04-07 | 11 | -187/+115 |
* | locks: follow up to r1790330. | Yann Ylavic | 2017-04-06 | 1 | -1/+1 |
* | locks: follow up to r1790330. | Yann Ylavic | 2017-04-06 | 1 | -24/+28 |
* | locks: follow up to r1790330 and r1790436. | Yann Ylavic | 2017-04-06 | 1 | -194/+0 |
* | locks: follow up to r1790330. | Yann Ylavic | 2017-04-06 | 1 | -101/+154 |
* | Avoid a compiler warning by using system's errno. | Yann Ylavic | 2017-04-05 | 1 | -1/+2 |
* | locks: when pthread_mutex_timedlock() isn't available, fall back to an | Yann Ylavic | 2017-04-05 | 2 | -50/+318 |
* | Make clear this is a delta timeout | Jim Jagielski | 2017-04-05 | 1 | -1/+1 |
* | Use our "portable" versions | Jim Jagielski | 2017-04-05 | 1 | -8/+7 |
* | semtimedop() takes a delta time, so accept what is given as the "time remaining" | Jim Jagielski | 2017-04-05 | 1 | -22/+4 |
* | Follow up to r1667900: semtimedop() should be passed a relative timeout rather | Yann Ylavic | 2017-04-05 | 1 | -2/+5 |
* | the rest | Jim Jagielski | 2017-04-04 | 1 | -47/+180 |
* | Be safe... if we had a super small timeout then by the time we | Jim Jagielski | 2017-04-04 | 1 | -0/+4 |
* | Add in our own pthread_mutex_timedlock impl for those OSs, like | Jim Jagielski | 2017-04-04 | 3 | -69/+82 |
* | Follow up to r1733694: proc-pthreads have their own child_init() now. | Yann Ylavic | 2017-04-03 | 1 | -1/+1 |
* | proc_mutex_pthread: simplify (shorten) methods' names by removing | Yann Ylavic | 2016-12-19 | 1 | -27/+26 |
* | locks: follow up to r1667900. | Yann Ylavic | 2016-12-19 | 1 | -0/+4 |
* | locks/netware: follow up to r1667962 and r1667900: fix typos (compile errors). | Yann Ylavic | 2016-09-17 | 3 | -4/+4 |
* | apr_os_proc_mutex_get_ex: win32: fix typo (s/mutex/pmutex/) leading to: | Yann Ylavic | 2016-08-11 | 1 | -1/+1 |
* | OS/2: Fix compile breakage in apr_thread_mutex_timedlock() due to incorrect v... | Brian Havard | 2016-05-04 | 1 | -1/+1 |
* | apr_os_proc_mutex-unix: For consistency with other OS native to APR | Yann Ylavic | 2016-04-13 | 1 | -1/+5 |
* | apr_os_proc_mutex_put_ex: Allow to specify whether the OS native | Yann Ylavic | 2016-04-13 | 5 | -5/+42 |
* | proc_mutex-unix: follow up to r1733775. | Yann Ylavic | 2016-04-12 | 1 | -1/+2 |