summaryrefslogtreecommitdiff
path: root/misc/netware/libprews.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue when compiling serf due to odd defines.Guenter Knauf2011-03-211-3/+0
* Added missing prototypes for NetWare.Guenter Knauf2011-03-101-0/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Disable some default LibC debugging code when compiling optimizedBradley Nicholes2005-04-291-5/+5
* Allow Apache on NetWare to build using either the standard socket libraries o...Bradley Nicholes2005-04-141-0/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Make sure that Winsock is started up properly for all NLMs that link to aprli...Bradley Nicholes2004-07-061-0/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-10/+14
* Performance enhancement by trying to create and cache path contexts soBradley Nicholes2003-02-071-0/+23
* Remove the stat info caching for NetWareBradley Nicholes2003-01-141-65/+0
* Moving the application global data management structure to APR.hnw toBradley Nicholes2002-12-021-7/+3
* Divided the cstat() memory pool into per processor memory pools to avoid havingBradley Nicholes2002-07-241-7/+14
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...Bradley Nicholes2002-06-261-6/+17
* Switched to the new winsock header for NetWareBradley Nicholes2002-03-141-1/+1
* Added APIs for storing the global memory pool and the stat cacheBradley Nicholes2002-02-221-0/+51
* Added the necessary code to make APRLib into a real library NLM. AlsoBradley Nicholes2002-01-311-2/+97
* Updated to the LibC NLM startup codeBradley Nicholes2001-10-231-4/+33
* NLM startup codeBradley Nicholes2001-10-191-0/+25