summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Kill a small and mostly insignificant leak.wrowe2002-09-151-0/+2
* PR:trawick2002-09-131-3/+8
* Fix bug reported as PR 11854.wrowe2002-08-201-3/+10
* Expand the error code spaces:kfogel2002-08-151-1/+1
* fix the 'elseif' style by adding some curly braketsianh2002-08-021-17/+27
* The documentation within include/apr_getopt.h says that the nameianh2002-08-021-4/+6
* de-tab this suckerianh2002-08-021-79/+79
* Divided the cstat() memory pool into per processor memory pools to avoid havingbnicholes2002-07-242-8/+15
* Outch. The most important part, stop dragging in troublesome includes.wrowe2002-07-171-3/+1
* A few semirandom fixes to a mode that isn't used by much of anyone yet.wrowe2002-07-171-1/+1
* Skip the entire CoAPI garbage and go right for UuidCreate(), which onwrowe2002-07-171-2/+5
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-175-458/+23
* Move the win32-only utf8 support [for the Unicode filesystem] out ofwrowe2002-07-171-0/+292
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-102-8/+8
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toorlikowski2002-07-101-55/+66
* Hadn't saved the file complete when committing. apr_oslevel_get will nowrowe2002-07-091-1/+1
* apr_oslevel_get() is an internal function. Correct it to no longer passwrowe2002-07-092-7/+7
* fix a compiler warningbrianp2002-07-051-0/+1
* Call apr_atomic_init() during apr_initialize() in case we'rebrianp2002-07-051-0/+4
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...bnicholes2002-06-262-6/+18
* Type mismatch causes AIX build breakage....news at 11.orlikowski2002-06-251-1/+1
* Permit us to use very Win32 specific i18n macros and extensions so thatwrowe2002-06-241-1/+1
* Use apr_ischar() ... especially within apr itself!wrowe2002-06-231-2/+3
* report the right error code after I/O with thetrawick2002-06-211-4/+7
* Fix a compile error in the EGD support in rand.c on older Solaristrawick2002-06-211-1/+1
* fix typojwoolley2002-06-121-1/+1
* Fix apr_generate_random_bytes() for Win32 on Win NT or 9x bywrowe2002-05-291-2/+6
* Renames:jwoolley2002-05-181-1/+1
* Move APR_STRINGIFY to a common place (apr_general.h). Remove thestriker2002-04-221-0/+1
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Correct const'ification of apr_app_initialize and internal relatedwrowe2002-04-134-9/+17
* Finished removing the locks API on NetWarebnicholes2002-04-091-1/+0
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-2/+0
* A better explanation of APR_INCOMPLETE as used today.wrowe2002-04-041-1/+1
* For CommandLineFromArgvW() if WinNT is defined.wrowe2002-03-171-0/+1
* Switched to the new winsock header for NetWarebnicholes2002-03-141-1/+1
* Update our copyright for this year.fielding2002-03-1316-16/+16
* Some extra diagnostics I'm using, thought others might enjoy.wrowe2002-03-131-2/+16
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-3/+0
* NetWare LibC API change for getting random bytesbnicholes2002-03-051-8/+0
* Added APIs for storing the global memory pool and the stat cachebnicholes2002-02-222-0/+52
* My typos - all builds once againwrowe2002-02-182-4/+4
* Changed apr_app_main to apr_app_initialize, but better yet - dropped allwrowe2002-02-181-40/+4
* Changed apr_app_main to apr_app_initializewrowe2002-02-181-5/+3
* Ok, unix users should be pleased, we are eliminating start.c win32 cruftwrowe2002-02-181-0/+242
* Simplification - code moving to internal.c for sharing, and misc.c forwrowe2002-02-181-184/+6
* A new source to hide statics on Win32 that are purely internal. Theywrowe2002-02-181-0/+137
* A companion patch to apr_dbg_file_handles.h so we can log them.wrowe2002-02-181-2/+66
* Vetoed by GStein, there is a better 'alternate' implementation availablewrowe2002-02-131-10/+0