summaryrefslogtreecommitdiff
path: root/include/arch/netware
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-08-0312-72/+72
* Initial implementation of variable file-io buffer sizes on the Netware colm2005-10-181-2/+5
* Allow Apache on NetWare to build using either the standard socket libraries o...bnicholes2005-04-142-0/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0412-12/+24
* WIN64: update pools code for 64 bit compilesake2004-10-071-0/+3
* added define to enable writev capabilities in NetWareclar2004-10-061-0/+2
* 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
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-041-0/+3
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+6
* Add LFS support:jorton2004-03-271-0/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1312-544/+124
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-151-2/+2
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+4
* Remove an unused system import from the NetWare buildbnicholes2003-10-021-2/+0
* 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
* Fixing up the NetWare headers to be compatible with the GNU compilerbnicholes2003-05-301-5/+7
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-161-0/+5
* Implemented apr_proc_wait and apr_wait_all_procs for NetWarebnicholes2003-02-111-2/+3
* Performance enhancement by trying to create and cache path contexts sobnicholes2003-02-071-0/+18
* 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-071-0/+0
* Finish off the rename of include/archthommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-0611-0/+0
* Update copyright notices to 2003.thommay2003-01-0111-11/+11
* Moving the application global data management structure to APR.hnw tobnicholes2002-12-021-4/+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
* Getting ready for an API change in the NetWare LIBC library that will speed upbnicholes2002-10-231-0/+19
* Getting ready to build for IPV6 on NetWarebnicholes2002-09-031-0/+4
* Divided the cstat() memory pool into per processor memory pools to avoid havingbnicholes2002-07-241-2/+2
* Implemented the thread_once API's on NetWarebnicholes2002-07-191-0/+4
* Define _getch() and use the same getpass() implementation as Win32bnicholes2002-07-151-0/+1
* Leftovers from my size_t hunt.wrowe2002-07-081-1/+1
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...bnicholes2002-06-261-2/+2
* Updated to match the header changebnicholes2002-06-031-1/+1
* Reimplemented apr_file_pipe_create() on NetWare using the standardbnicholes2002-05-291-1/+0
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-73/+0
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-2/+2
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-5/+5
* Update our copyright for this year.fielding2002-03-1312-12/+12
* Added NetWare to the WIN32 definition of types used in the apr_stat andbnicholes2002-03-051-4/+0
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-5/+1
* Due to other changes in NetWare LibC, had to redefine the timezone macrobnicholes2002-03-051-4/+1
* Added APIs for storing the global memory pool and the stat cachebnicholes2002-02-221-0/+6
* Netware Global mutex private headerbnicholes2002-02-201-0/+67
* Piggy-backed the proc_mutexes on the thread_mutexes since all resourcesbnicholes2002-02-081-1/+2
* Getting ready for some API name changes in the NetWare librariesbnicholes2002-02-082-0/+8
* Added the APIs for handling application NLM registration with the APRbnicholes2002-01-311-2/+18