summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0457-57/+114
* grab this feature from APR >= 1.0:trawick2005-01-192-0/+2
* Merge r65157, r65158 from trunk: (fixing random lockups in pool-debugjorton2004-11-211-3/+0
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-3/+0
* added define to enable writev capabilities in NetWareclar2004-10-081-0/+2
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...stoddard2004-08-251-0/+2
* 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-211-0/+5
* Make sure that Winsock is started up properly for all NLMs that link to aprli...bnicholes2004-07-061-0/+7
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-1357-2749/+574
* Backport from HEAD:jorton2004-01-271-1/+1
* * include/arch/unix/apr_arch_thread_rwlock.h: Use result ofjorton2004-01-251-2/+2
* Introduce apr_socket_atmark() with a more friendly failure case when thewrowe2003-10-161-0/+6
* Remove an unused system import from the NetWare buildbnicholes2003-10-021-2/+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
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-221-0/+6
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-183-0/+3
* If we toggle APR_HAS_IPV6, we really need to use the new API.wrowe2002-10-131-0/+5