| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing whitespaces. | Ivan Zhakov | 2022-11-19 | 3 | -7/+7 |
| * | apr_thread: Provide apr_threadattr_max_free_set(). | Yann Ylavic | 2022-07-14 | 1 | -0/+1 |
| * | apr_thread: destroy the thread's pool at _join() time, unless _detach()ed. | Yann Ylavic | 2020-12-03 | 1 | -0/+1 |
| * | locks: introduce apr_{thread,proc,global}_mutex_timedlock(). | Yann Ylavic | 2015-03-19 | 1 | -0/+3 |
| * | Fix typo noticed by Mike Rumph and Christophe Jaillet. | Rainer Jung | 2013-12-14 | 1 | -1/+1 |
| * | Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list. | William A. Rowe Jr | 2011-05-31 | 1 | -1/+0 |
| * | Avoid redefines. | Guenter Knauf | 2011-04-11 | 1 | -3/+6 |
| * | Axed C++ comments. | Guenter Knauf | 2011-02-09 | 1 | -5/+7 |
| * | Removed stuff defined in expat.h; moved license to top. | Guenter Knauf | 2010-12-25 | 1 | -23/+13 |
| * | Fixed some comments and indents. | Guenter Knauf | 2010-12-08 | 1 | -9/+9 |
| * | Fixed NetWare signal defines to match with newer NDKs. | Guenter Knauf | 2010-12-08 | 1 | -4/+5 |
| * | Fixed some NetWare signal redefines. | Guenter Knauf | 2010-12-08 | 1 | -7/+11 |
| * | Include alloca.h to get compiler-dependent defines. | Guenter Knauf | 2010-09-01 | 1 | -0/+6 |
| * | Fixed two other NetWare compiler warnings. | Guenter Knauf | 2010-08-04 | 1 | -0/+1 |
| * | Some more NetWare build fixes. | Guenter Knauf | 2010-08-03 | 1 | -17/+6 |
| * | Sync'd NetWare header with unix one. | Guenter Knauf | 2010-08-03 | 1 | -0/+14 |
| * | Ensure all platforms are consistent in including apr.h within apr_private.h | William A. Rowe Jr | 2009-12-21 | 1 | -2/+8 |
| * | Restore getpassword == getpass_r hack for older Novell NDKs. | William A. Rowe Jr | 2009-12-21 | 1 | -0/+8 |
| * | Finish removing apu_config.h[n]w templates, these need synchronization w/unix | William A. Rowe Jr | 2009-12-18 | 1 | -0/+24 |
| * | Netware changes; always include netware.h/library.h for | William A. Rowe Jr | 2009-12-18 | 1 | -27/+2 |
| * | Nothing interesting existed in apr_common_private.h, this would | William A. Rowe Jr | 2009-12-18 | 1 | -5/+0 |
| * | added usage of threadsafe getpass_r(); | Guenter Knauf | 2008-06-06 | 1 | -0/+9 |
| * | Remove APR_BUFSIZ definition, as it would only be used in one place | Bojan Smojver | 2008-04-25 | 1 | -6/+0 |
| * | Make copy buffer bigger | Bojan Smojver | 2008-04-24 | 1 | -0/+6 |
| * | Static global variables are bad on NetWare. Move them into the library applic... | Bradley Nicholes | 2008-04-09 | 1 | -0/+2 |
| * | Add the missing file locking APIs and macros to the NetWare build | Bradley Nicholes | 2007-05-15 | 1 | -0/+18 |
| * | Discard file buffers when running cleanups for exec. | Bojan Smojver | 2007-05-15 | 1 | -0/+1 |
| * | Fix the typo. | Joe Orton | 2006-08-03 | 12 | -12/+12 |
| * | Update license header. | Joe Orton | 2006-08-03 | 12 | -72/+72 |
| * | Initial implementation of variable file-io buffer sizes on the Netware | Colm MacCarthaigh | 2005-10-18 | 1 | -2/+5 |
| * | Allow Apache on NetWare to build using either the standard socket libraries o... | Bradley Nicholes | 2005-04-14 | 2 | -0/+8 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 12 | -12/+24 |
| * | WIN64: update pools code for 64 bit compiles | Allan K. Edwards | 2004-10-07 | 1 | -0/+3 |
| * | added define to enable writev capabilities in NetWare | Jean-Jacques Clar | 2004-10-06 | 1 | -0/+2 |
| * | Make sure that Winsock is started up properly for all NLMs that link to aprli... | Bradley Nicholes | 2004-07-06 | 1 | -0/+7 |
| * | Added new APR API to load child process in current or new address space (NetW... | Jean-Jacques Clar | 2004-06-14 | 1 | -0/+1 |
| * | Move APR_INT64_STRFN to apr_private.h and remove redundant | Joe Orton | 2004-06-04 | 1 | -0/+3 |
| * | * configure.in, include/arch/win32/apr_private.h, | Joe Orton | 2004-05-24 | 1 | -0/+6 |
| * | Add LFS support: | Joe Orton | 2004-03-27 | 1 | -0/+7 |
| * | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 12 | -544/+124 |
| * | Clean up some 32 bit/64 bit type incompatibilities that cause problems when l... | Bradley Nicholes | 2003-12-15 | 1 | -2/+2 |
| * | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | Greg Stein | 2003-11-17 | 1 | -0/+4 |
| * | Remove an unused system import from the NetWare build | Bradley Nicholes | 2003-10-02 | 1 | -2/+0 |
| * | Indicate that NetWare has the necessary environment functions to support | Bradley Nicholes | 2003-07-31 | 1 | -0/+4 |
| * | Implemented apr_file_mtime_set() for NetWare | Bradley Nicholes | 2003-07-14 | 1 | -0/+2 |
| * | Fixing up the NetWare headers to be compatible with the GNU compiler | Bradley Nicholes | 2003-05-30 | 1 | -5/+7 |
| * | Move the apr_filepath_list_split_impl and apr_filepath_list_merge_impl | Branko Čibej | 2003-02-16 | 1 | -0/+5 |
| * | Implemented apr_proc_wait and apr_wait_all_procs for NetWare | Bradley Nicholes | 2003-02-11 | 1 | -2/+3 |
| * | Performance enhancement by trying to create and cache path contexts so | Bradley Nicholes | 2003-02-07 | 1 | -0/+18 |
| * | Remove the stat info caching for NetWare | Bradley Nicholes | 2003-01-14 | 1 | -6/+0 |