summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* Added missing prototypes for NetWare.fuankg2011-03-101-0/+3
* Axed C++ comments and tabs.fuankg2011-02-184-55/+58
* Remaining part of r663941 backport for NetWare.fuankg2011-02-151-0/+10
* Removed stuff defined in expat.h; moved license to top.fuankg2010-12-251-23/+13
* Backport r580484; the patchset to teach APR dup2 to hook up stdiowrowe2007-10-011-0/+4
* Solve win32 inherited pipe leaks by leveraging OS2 port's solution.wrowe2007-08-282-36/+64
* include/arch/win32/apr_arch_inherit.h defines macros that are used to implementwrowe2007-06-011-0/+28
* Remove duplicate definition of apr_wchar_t.wrowe2007-05-311-2/+0
* Stop undefining __attribute__ for GNUC (only 2.7 and prior might be interestingwrowe2007-05-311-2/+0
* Backport r538045 from the trunk.bojan2007-05-212-0/+2
* Backport 538266 from the trunk.bojan2007-05-151-0/+18
* Backport r538009 and r538019 from the trunk.bojan2007-05-151-0/+4
* Backport r537393, r537402 and r537405 from the trunk.bojan2007-05-131-0/+14
* Update license header.jorton2006-09-2057-342/+342
* A simple typo that's come up more than once, VC accepts whilewrowe2006-02-111-1/+1
* Backport the apr_procattr_addrspace_set() API to allow a platform to specify ...bnicholes2005-09-211-0/+1
* Refactor Win32 condition variables code to address bugs.wrowe2005-07-221-1/+0
* 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