| Commit message (Expand) | Author | Age | Files | Lines |
| * | A simple typo that's come up more than once, VC accepts while | William A. Rowe Jr | 2006-02-11 | 1 | -1/+1 |
| * | Make apr_file_t::filePtr an apr_off_t on unix so that we avoid truncating | Garrett Rooney | 2006-02-08 | 1 | -1/+1 |
| * | Initial implementation of the variable file-io buffer sizes functions on the | Colm MacCarthaigh | 2005-10-18 | 1 | -2/+4 |
| * | Initial implementation of variable file-io buffer sizes on the Netware | Colm MacCarthaigh | 2005-10-18 | 1 | -2/+5 |
| * | Initial win32 implementation of the variable file-io buffer size functions. | Colm MacCarthaigh | 2005-10-18 | 1 | -1/+4 |
| * | Add apr-wide definitions and unix implementation of apr_file_buffer_set() and | Colm MacCarthaigh | 2005-10-18 | 1 | -2/+5 |
| * | * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R to | Joe Orton | 2005-09-27 | 1 | -1/+7 |
| * | Add some workarounds for cases where readdir_r fails due to large | Joe Orton | 2005-08-31 | 1 | -0/+4 |
| * | Refactor Win32 condition variables code to address bugs. | William A. Rowe Jr | 2005-07-22 | 1 | -1/+0 |
| * | OS/2: Implement apr_file_mtime_set(). | Brian Havard | 2005-07-16 | 1 | -0/+2 |
| * | Actually implement the multicast on the WIN32. | Mladen Turk | 2005-07-08 | 1 | -0/+3 |
| * | Implement pool accessor for sockets | Mladen Turk | 2005-06-12 | 3 | -3/+3 |
| * | 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 | 58 | -58/+116 |
| * | Add Support for DragonFly BSD. | Paul Querna | 2005-01-21 | 1 | -1/+2 |
| * | Added detection for XP_SP1, XP_SP2 and 2003. | Mladen Turk | 2005-01-17 | 1 | -1/+4 |
| * | Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g... | Mladen Turk | 2005-01-16 | 2 | -0/+7 |
| * | Fix some style problems in the poll code, no functional changes. | Garrett Rooney | 2004-12-06 | 1 | -2/+2 |
| * | Added support for Solaris 10 Event Completion Framework as | Paul Querna | 2004-11-22 | 1 | -1/+8 |
| * | This commit may break the win32 or netware builds because of the added files. | Paul Querna | 2004-11-20 | 1 | -0/+92 |
| * | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 1 | -3/+0 |
| * | WIN64: update pools code for 64 bit compiles | Allan K. Edwards | 2004-10-07 | 3 | -0/+11 |
| * | added define to enable writev capabilities in NetWare | Jean-Jacques Clar | 2004-10-06 | 1 | -0/+2 |
| * | Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s... | Bill Stoddard | 2004-08-24 | 1 | -0/+2 |
| * | Since this code only applies to sendfile, make sure that it is properly #ifde... | Bradley Nicholes | 2004-07-26 | 1 | -0/+2 |
| * | Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982 | Bill Stoddard | 2004-07-22 | 1 | -0/+5 |
| * | 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 |
| * | Support POSIX semaphores on LP64 platforms: | Joe Orton | 2004-06-14 | 1 | -0/+3 |
| * | * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c: | Joe Orton | 2004-06-05 | 1 | -16/+0 |
| * | * configure.in, include/arch/unix/apr_arch_proc_mutex.h, | Joe Orton | 2004-06-05 | 1 | -4/+0 |
| * | Update the comment. | Joe Orton | 2004-06-04 | 1 | -2/+1 |
| * | Move APR_INT64_STRFN to apr_private.h and remove redundant | Joe Orton | 2004-06-04 | 2 | -1/+10 |
| * | Drop racy/broken Unix nested mutex implementation; use SUSv3-style | Joe Orton | 2004-06-04 | 1 | -3/+0 |
| * | * configure.in, include/arch/win32/apr_private.h, | Joe Orton | 2004-05-24 | 2 | -0/+16 |
| * | Add LFS support: | Joe Orton | 2004-03-27 | 2 | -0/+18 |
| * | Add apr_threadattr_stacksize_set() for overriding the default | Jeff Trawick | 2004-03-01 | 2 | -0/+2 |
| * | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 57 | -2749/+574 |
| * | * configure.in: Fix detection of pthread rwlocks to actually fail when | Joe Orton | 2004-01-26 | 1 | -1/+1 |
| * | * include/arch/unix/apr_arch_thread_rwlock.h: Use result of | Joe Orton | 2004-01-25 | 1 | -2/+2 |
| * | * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_t | Joe Orton | 2003-12-29 | 1 | -1/+1 |
| * | Clean up some 32 bit/64 bit type incompatibilities that cause problems when l... | Bradley Nicholes | 2003-12-15 | 1 | -2/+2 |
| * | move the implementations of apr atomics out of the public header file | Jeff Trawick | 2003-12-03 | 1 | -1/+1 |
| * | on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2) | Jeff Trawick | 2003-11-24 | 2 | -3/+8 |
| * | Modify the beos dso code to always return a structure, adding the errormsg | David Reid | 2003-11-23 | 1 | -0/+3 |
| * | OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polled | Brian Havard | 2003-11-19 | 1 | -3/+0 |
| * | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | Greg Stein | 2003-11-17 | 7 | -0/+29 |
| * | Fix the Win32 build. | Branko Čibej | 2003-11-04 | 1 | -3/+3 |
| * | The use of "netmask" to hold options is a bit beyond bogus. That term has | Greg Stein | 2003-11-02 | 3 | -10/+13 |
| * | need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS)) | Jeff Trawick | 2003-10-15 | 1 | -0/+3 |