summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* drop .cvsignore filesnd2004-11-241-3/+0
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-174-0/+15
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-221-0/+5
* Make sure that Winsock is started up properly for all NLMs that link to aprli...bnicholes2004-07-061-0/+7
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-141-0/+1
* Support POSIX semaphores on LP64 platforms:jorton2004-06-141-0/+3
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:jorton2004-06-051-16/+0
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,jorton2004-06-051-4/+0
* Update the comment.jorton2004-06-041-2/+1
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-042-1/+10
* Drop racy/broken Unix nested mutex implementation; use SUSv3-stylejorton2004-06-041-3/+0
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-242-0/+16
* Add LFS support:jorton2004-03-272-0/+18
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-012-0/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1357-2749/+574
* * configure.in: Fix detection of pthread rwlocks to actually fail whenjorton2004-01-261-1/+1
* * include/arch/unix/apr_arch_thread_rwlock.h: Use result ofjorton2004-01-251-2/+2
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tjorton2003-12-291-1/+1
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-151-2/+2
* move the implementations of apr atomics out of the public header filetrawick2003-12-031-1/+1
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-242-3/+8
* Modify the beos dso code to always return a structure, adding the errormsgdreid2003-11-231-0/+3
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-191-3/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-177-0/+29
* Fix the Win32 build.brane2003-11-041-3/+3
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-023-10/+13
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))trawick2003-10-151-0/+3
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+3
* * include/arch/unix/apr_arch_thread_rwlock.h: Store a pthread_rwlock_tjorton2003-10-041-1/+1
* Remove an unused system import from the NetWare buildbnicholes2003-10-021-2/+0
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tjorton2003-09-291-1/+1
* axe these deprecated functions:trawick2003-09-032-20/+0
* Revamp apr_thread_mutex to be as thread safe, and occasionallywrowe2003-08-071-2/+3
* Indicate that NetWare has the necessary environment functions to supportbnicholes2003-07-311-0/+4
* Implemented apr_file_mtime_set() for NetWarebnicholes2003-07-141-0/+2
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-083-0/+24
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-4/+5
* Some SVR4 dialects need mutexes declared before including shm.hmartin2003-06-201-0/+3
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.stoddard2003-06-181-5/+3
* Fixing up the NetWare headers to be compatible with the GNU compilerbnicholes2003-05-301-5/+7
* /me reverts an entirely moronic patch - this was a macro declarationwrowe2003-03-191-10/+8
* Simply move a declaration to make the CLOEXEC patch much easier to read.wrowe2003-03-191-8/+10
* We register no cleanups for files with APR_FILE_NOCLEANUP - reflect thatwrowe2003-03-191-0/+4
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-164-8/+85
* get the prototypes for these functions in the right placetrawick2003-02-131-0/+9
* Implemented apr_proc_wait and apr_wait_all_procs for NetWarebnicholes2003-02-111-2/+3
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+1
* Performance enhancement by trying to create and cache path contexts sobnicholes2003-02-071-0/+18
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+1