summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* A simple typo that's come up more than once, VC accepts whileWilliam A. Rowe Jr2006-02-111-1/+1
* Make apr_file_t::filePtr an apr_off_t on unix so that we avoid truncatingGarrett Rooney2006-02-081-1/+1
* Initial implementation of the variable file-io buffer sizes functions on theColm MacCarthaigh2005-10-181-2/+4
* Initial implementation of variable file-io buffer sizes on the Netware Colm MacCarthaigh2005-10-181-2/+5
* Initial win32 implementation of the variable file-io buffer size functions.Colm MacCarthaigh2005-10-181-1/+4
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and Colm MacCarthaigh2005-10-181-2/+5
* * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R toJoe Orton2005-09-271-1/+7
* Add some workarounds for cases where readdir_r fails due to largeJoe Orton2005-08-311-0/+4
* Refactor Win32 condition variables code to address bugs.William A. Rowe Jr2005-07-221-1/+0
* OS/2: Implement apr_file_mtime_set().Brian Havard2005-07-161-0/+2
* Actually implement the multicast on the WIN32.Mladen Turk2005-07-081-0/+3
* Implement pool accessor for socketsMladen Turk2005-06-123-3/+3
* Allow Apache on NetWare to build using either the standard socket libraries o...Bradley Nicholes2005-04-142-0/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0458-58/+116
* Add Support for DragonFly BSD.Paul Querna2005-01-211-1/+2
* Added detection for XP_SP1, XP_SP2 and 2003.Mladen Turk2005-01-171-1/+4
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-162-0/+7
* Fix some style problems in the poll code, no functional changes.Garrett Rooney2004-12-061-2/+2
* Added support for Solaris 10 Event Completion Framework asPaul Querna2004-11-221-1/+8
* This commit may break the win32 or netware builds because of the added files.Paul Querna2004-11-201-0/+92
* Remove .cvsignore files.Joe Orton2004-11-181-3/+0
* WIN64: update pools code for 64 bit compilesAllan K. Edwards2004-10-073-0/+11
* added define to enable writev capabilities in NetWareJean-Jacques Clar2004-10-061-0/+2
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...Bill Stoddard2004-08-241-0/+2
* Since this code only applies to sendfile, make sure that it is properly #ifde...Bradley Nicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982Bill Stoddard2004-07-221-0/+5
* Make sure that Winsock is started up properly for all NLMs that link to aprli...Bradley Nicholes2004-07-061-0/+7
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-0/+1
* Support POSIX semaphores on LP64 platforms:Joe Orton2004-06-141-0/+3
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:Joe Orton2004-06-051-16/+0
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,Joe Orton2004-06-051-4/+0
* Update the comment.Joe Orton2004-06-041-2/+1
* Move APR_INT64_STRFN to apr_private.h and remove redundantJoe Orton2004-06-042-1/+10
* Drop racy/broken Unix nested mutex implementation; use SUSv3-styleJoe Orton2004-06-041-3/+0
* * configure.in, include/arch/win32/apr_private.h,Joe Orton2004-05-242-0/+16
* Add LFS support:Joe Orton2004-03-272-0/+18
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-012-0/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-1357-2749/+574
* * configure.in: Fix detection of pthread rwlocks to actually fail whenJoe Orton2004-01-261-1/+1
* * include/arch/unix/apr_arch_thread_rwlock.h: Use result ofJoe Orton2004-01-251-2/+2
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tJoe Orton2003-12-291-1/+1
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...Bradley Nicholes2003-12-151-2/+2
* move the implementations of apr atomics out of the public header fileJeff Trawick2003-12-031-1/+1
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)Jeff Trawick2003-11-242-3/+8
* Modify the beos dso code to always return a structure, adding the errormsgDavid Reid2003-11-231-0/+3
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledBrian Havard2003-11-191-3/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-177-0/+29
* Fix the Win32 build.Branko Čibej2003-11-041-3/+3
* The use of "netmask" to hold options is a bit beyond bogus. That term hasGreg Stein2003-11-023-10/+13
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))Jeff Trawick2003-10-151-0/+3