| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 1790490 (r1790488 from trunk), was; | William A. Rowe Jr | 2017-05-23 | 2 | -14/+34 |
* | Revert 1790527 (r1790521, r1790523 from trunk), was; | William A. Rowe Jr | 2017-05-23 | 2 | -2/+2 |
* | Revert 1790633 (r1790632 from trunk), was; | William A. Rowe Jr | 2017-05-23 | 2 | -2/+8 |
* | Merge r1790632 from trunk: | Yann Ylavic | 2017-04-07 | 2 | -8/+2 |
* | Merge r1790521, r1790523 from trunk: | Yann Ylavic | 2017-04-07 | 2 | -2/+2 |
* | Merge r1790488 from trunk: | Yann Ylavic | 2017-04-07 | 2 | -34/+14 |
* | Merge r1738925 from trunk: | Yann Ylavic | 2016-04-13 | 1 | -1/+7 |
* | Merge r1733775, r1738791 from trunk: | Yann Ylavic | 2016-04-12 | 1 | -5/+32 |
* | Merge r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1671292, r1... | Yann Ylavic | 2016-03-05 | 3 | -9/+209 |
* | Merge r741862, r741866 from trunk: | Jim Jagielski | 2014-04-28 | 1 | -1/+1 |
* | revret 1533105 | Jim Jagielski | 2013-10-17 | 1 | -1/+1 |
* | Merge r1533104 from trunk: | Jim Jagielski | 2013-10-17 | 1 | -1/+1 |
* | Axed C++ comments and tabs. | Guenter Knauf | 2011-02-18 | 1 | -1/+1 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 4 | -4/+4 |
* | Update license header. | Joe Orton | 2006-08-03 | 4 | -24/+24 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 4 | -4/+8 |
* | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 1 | -4/+0 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 4 | -196/+40 |
* | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 1 | -18/+0 |
* | Add proc_mutex_lockfile() for retrieving the name of the file | Jeff Trawick | 2003-06-07 | 1 | -0/+5 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 4 | -4/+4 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 4 | -9/+9 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 4 | -4/+4 |
* | OS/2: Make apr_proc_mutex_cleanup() public to match recent API change. | Brian Havard | 2002-11-23 | 1 | -3/+3 |
* | Added 2 additional lock functions: apr_proc_mutex_name and | Jim Jagielski | 2002-06-07 | 1 | -0/+9 |
* | Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTED | William A. Rowe Jr | 2002-05-29 | 1 | -0/+3 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Don't build locks.lo anymore. | Aaron Bannert | 2002-04-09 | 1 | -1/+1 |
* | ** DEPRECATE old lock API: apr_lock.h ** | Aaron Bannert | 2002-04-09 | 1 | -288/+0 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 5 | -5/+5 |
* | OS/2: Use APR_PROC_MUTEX_IS_GLOBAL to provide global mutex as an alias for | Brian Havard | 2002-02-23 | 2 | -97/+1 |
* | get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR() | Jeff Trawick | 2002-02-18 | 1 | -1/+1 |
* | Add a new lock API: apr_global_mutex_t | Aaron Bannert | 2002-02-18 | 2 | -1/+97 |
* | OS/2: Implement apr_proc_mutex*() | Brian Havard | 2002-02-11 | 1 | -8/+152 |
* | roll the extra apr_lock_create_np() functionality into apr_lock_create() | Jeff Trawick | 2001-12-29 | 2 | -12/+7 |
* | Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the native | Brian Havard | 2001-12-29 | 1 | -12/+2 |
* | Implement portable accessors for proc mutex. These are equivalent to | Aaron Bannert | 2001-10-19 | 1 | -0/+25 |
* | Remove FIXME comment. Yes, OS/2 native locks support nesting. | Brian Havard | 2001-10-17 | 1 | -1/+0 |
* | Added a new parameter to apr_thread_mutex_init(). Mutexes are now by | Aaron Bannert | 2001-10-17 | 1 | -0/+2 |
* | Adds apr_thread_cond_timedwait() interface to new lock API. | Aaron Bannert | 2001-10-12 | 1 | -0/+6 |
* | Implement pool accessors for thread_condition variables. | Ryan Bloom | 2001-09-29 | 1 | -0/+3 |
* | Implement pool accessor for rwlocks. | Ryan Bloom | 2001-09-29 | 1 | -0/+3 |
* | Implement pool accessor functions for proc mutex's | Ryan Bloom | 2001-09-29 | 1 | -0/+2 |
* | Add pool accessors to the apr_thread_mutex_t datatype. | Ryan Bloom | 2001-09-26 | 1 | -0/+3 |
* | Add suitable #if protection to non-portable function | Brian Havard | 2001-09-25 | 1 | -0/+2 |
* | New process locking API for APR. | Ryan Bloom | 2001-09-19 | 2 | -1/+106 |
* | OS/2: Implement read/write locks. As there's no native equivalent in OS/2 | Brian Havard | 2001-09-15 | 1 | -8/+145 |
* | Add condition variables to the APR set of locking functions. | Ryan Bloom | 2001-09-13 | 2 | -1/+91 |
* | OS/2: Implement apr_thread_mutex functions. | Brian Havard | 2001-09-12 | 1 | -6/+51 |