summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Add error code into BeOS.David Reid2000-04-222-2/+3
* Bring BeOS APR back into a working state.David Reid2000-04-222-8/+2
* Remove EBADARGS to fix compile breakBill Stoddard2000-04-221-2/+0
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-227-13/+32
* Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard2000-04-211-0/+2
* Eliminate compile warningBill Stoddard2000-04-211-0/+1
* Win32: Begin adding ap_strerror and ap_canonicalize_error to APR. ServerBill Stoddard2000-04-212-0/+232
* Remove the invalid data checking from APR's file I/O on Unix.Ryan Bloom2000-04-211-2/+0
* Win32: Ooops, forgot aprlib.c to make the linker happy.Bill Stoddard2000-04-212-0/+14
* misc/unix is used on OS/2 as well, prevent unix ap_canonical_error() fromBrian Havard2000-04-211-0/+4
* Get rid of the nasty side-effect macro.Greg Stein2000-04-201-17/+16
* Fix an ugly macro.Ryan Bloom2000-04-201-3/+3
* Win32: Fix compile break caused by the recent ap_strerror patch.Bill Stoddard2000-04-201-0/+65
* Add ap_canonical error for unix.Ryan Bloom2000-04-202-1/+61
* Get APR's misc/unix building cleanly on OS/2 using include paths to getBrian Havard2000-04-203-12/+15
* Add error messages for OS/2 error codes.Brian Havard2000-04-201-2/+45
* add a missing const. wrap some lines. add parse-safety to SYS_ERR_STRING.Greg Stein2000-04-191-5/+11
* First pass at ap_strerrot. This is probably broken somewhere, but it compilesRyan Bloom2000-04-192-1/+157
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-193-7/+7
* Include unistd.h to get read() prototype on FreeBSD.Jeff Trawick2000-04-181-0/+3
* Here's my first stab at getting mod_auth_digest working under 2.0Bill Stoddard2000-04-153-1/+176
* Get Windows compiling after the ap_context_t --> ap_pool_t changeBill Stoddard2000-04-142-15/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-1411-40/+30
* Add forgotten curly bracesMartin Kraemer2000-04-141-0/+4
* namespace cleanup in locks/unixdgaudet2000-04-141-1/+1
* more documentation movementdgaudet2000-04-144-134/+0
* Win32: A few more tweaks to the late binding code as suggested by Greg SteinBill Stoddard2000-04-131-1/+1
* Win32: Small tweak to the late binding codeBill Stoddard2000-04-131-3/+4
* Win32: Add code to perform latebinding on functions that mayBill Stoddard2000-04-131-0/+22
* Update the error handling in APR. This includes the docs in APRDesign.Ryan Bloom2000-04-072-1/+2
* Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() toBill Stoddard2000-04-071-1/+33
* Add more code sharing arrangements and a few minor updates/tweaks.David Reid2000-04-055-27/+65
* Add the other child stuff to beos, tidy up the test program a little andDavid Reid2000-04-043-1/+193
* The Unix MPM's now use the other_child logic from APR.Ryan Bloom2000-04-041-1/+1
* Update the other_child stuff with docs and a couple of minor changes.Ryan Bloom2000-04-041-5/+35
* Other child logic finished for Unix. Docs are forthcoming. This shouldRyan Bloom2000-04-042-18/+42
* First cut at other child logic for unix. Test programs and more workRyan Bloom2000-04-043-7/+184
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-036-17/+17
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).Bill Stoddard2000-04-032-4/+2
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-039-20/+20
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-318-252/+245
* Tweaked APR initialization and termination so that the lifetimeJeff Trawick2000-03-283-7/+35
* Get rid of WinTimeToUnixTime. Replace all instances of its use withBill Stoddard2000-03-281-75/+0
* More relics from the early days of APR that have no place in the modernDavid Reid2000-03-221-4/+0
* Fix warnings, update dependencies.Ben Laurie2000-03-181-1/+4
* fix typoTony Finch2000-03-161-1/+1
* Get Win32 working again after ap_getopt order changes.Allan K. Edwards2000-03-151-2/+1
* Remove getopt.c following the previous change...David Reid2000-03-151-140/+0
* Seems silly to have 2 copies of getopt.c that are the same, so makeDavid Reid2000-03-152-1/+37
* Fix more docs and change some parameter order on ap_getopt. This makesRyan Bloom2000-03-142-24/+34