summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-1/+23
* Remove the stat info caching for NetWarebnicholes2003-01-141-6/+0
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-077-3/+3
* Finish off the rename of include/archthommay2003-01-077-9/+9
* Namespace protection for include/arch/ header filesthommay2003-01-0653-0/+0
* Update copyright notices to 2003.thommay2003-01-0155-55/+55
* Close the last testdir emit by always calling FindFirstFile on open/rewindwrowe2002-12-291-0/+1
* Add an internal Win32 apr_file_open flag APR_OPENINFO to allow APR itselfwrowe2002-12-291-3/+4
* Moving the application global data management structure to APR.hnw tobnicholes2002-12-021-4/+0
* Register the proc_mutex cleanup with an exported API. Most of thisrbb2002-11-201-1/+1
* Rip out buggy nested-mutex code from apr_proc_mutex. This should fix subtleaaron2002-11-181-7/+0
* Remove a stale comment.jorton2002-11-141-1/+0
* Cleaning out some left over garbage.bnicholes2002-11-071-6/+3
* Store and use the path context to each directory and file rather than relyingbnicholes2002-11-061-6/+0
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-253-0/+3
* Getting ready for an API change in the NetWare LIBC library that will speed upbnicholes2002-10-231-0/+19