summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-8/+8
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toVictor J. Orlikowski2002-07-101-55/+66
* Hadn't saved the file complete when committing. apr_oslevel_get will noWilliam A. Rowe Jr2002-07-091-1/+1
* apr_oslevel_get() is an internal function. Correct it to no longer passWilliam A. Rowe Jr2002-07-092-7/+7
* fix a compiler warningBrian Pane2002-07-051-0/+1
* Call apr_atomic_init() during apr_initialize() in case we'reBrian Pane2002-07-051-0/+4
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...Bradley Nicholes2002-06-262-6/+18
* Type mismatch causes AIX build breakage....news at 11.Victor J. Orlikowski2002-06-251-1/+1
* Permit us to use very Win32 specific i18n macros and extensions so thatWilliam A. Rowe Jr2002-06-241-1/+1
* Use apr_ischar() ... especially within apr itself!William A. Rowe Jr2002-06-231-2/+3
* report the right error code after I/O with theJeff Trawick2002-06-211-4/+7
* Fix a compile error in the EGD support in rand.c on older SolarisJeff Trawick2002-06-211-1/+1
* fix typoCliff Woolley2002-06-121-1/+1
* Fix apr_generate_random_bytes() for Win32 on Win NT or 9x byWilliam A. Rowe Jr2002-05-291-2/+6
* Renames:Cliff Woolley2002-05-181-1/+1
* Move APR_STRINGIFY to a common place (apr_general.h). Remove theSander Striker2002-04-221-0/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Correct const'ification of apr_app_initialize and internal relatedWilliam A. Rowe Jr2002-04-134-9/+17
* Finished removing the locks API on NetWareBradley Nicholes2002-04-091-1/+0
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-2/+0
* A better explanation of APR_INCOMPLETE as used today.William A. Rowe Jr2002-04-041-1/+1
* For CommandLineFromArgvW() if WinNT is defined.William A. Rowe Jr2002-03-171-0/+1
* Switched to the new winsock header for NetWareBradley Nicholes2002-03-141-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-1316-16/+16
* Some extra diagnostics I'm using, thought others might enjoy.William A. Rowe Jr2002-03-131-2/+16
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inBradley Nicholes2002-03-051-3/+0
* NetWare LibC API change for getting random bytesBradley Nicholes2002-03-051-8/+0
* Added APIs for storing the global memory pool and the stat cacheBradley Nicholes2002-02-222-0/+52
* My typos - all builds once againWilliam A. Rowe Jr2002-02-182-4/+4
* Changed apr_app_main to apr_app_initialize, but better yet - dropped allWilliam A. Rowe Jr2002-02-181-40/+4
* Changed apr_app_main to apr_app_initializeWilliam A. Rowe Jr2002-02-181-5/+3
* Ok, unix users should be pleased, we are eliminating start.c win32 cruftWilliam A. Rowe Jr2002-02-181-0/+242
* Simplification - code moving to internal.c for sharing, and misc.c forWilliam A. Rowe Jr2002-02-181-184/+6
* A new source to hide statics on Win32 that are purely internal. TheyWilliam A. Rowe Jr2002-02-181-0/+137
* A companion patch to apr_dbg_file_handles.h so we can log them.William A. Rowe Jr2002-02-181-2/+66
* Vetoed by GStein, there is a better 'alternate' implementation availableWilliam A. Rowe Jr2002-02-131-10/+0
* We can't use strerror() or CoCreateGuid() on WinCE.William A. Rowe Jr2002-02-122-0/+16
* Place a trailing newlineWilliam A. Rowe Jr2002-02-121-1/+1
* Getting ready for some API name changes in the NetWare librariesBradley Nicholes2002-02-082-0/+12
* Added the apr_app_main() stubBradley Nicholes2002-02-011-1/+11
* Removed the NetWare #ifdefs since NetWare now has its own version ofBradley Nicholes2002-02-011-8/+4
* NetWare version of start.c for handling initialization of application NLMs withBradley Nicholes2002-01-311-0/+129
* Added the necessary code to make APRLib into a real library NLM. AlsoBradley Nicholes2002-01-311-2/+97
* Introduce apr_app_main() for global consumption.William A. Rowe Jr2002-01-302-6/+28
* apr_app_main() seems like a decent enough re-entry point, but this isWilliam A. Rowe Jr2002-01-301-1/+1
* Final tests still required, but here goes the basic concept. The initWilliam A. Rowe Jr2002-01-301-0/+31
* The 'second way' - not yet published in a .h file. This would allowWilliam A. Rowe Jr2002-01-301-7/+91
* A some-platforms-symbol required for apr_app.cWilliam A. Rowe Jr2002-01-301-2/+2
* Rejigger the API so we pass _DEBUG mode in Win32. MSVCRT believes itWilliam A. Rowe Jr2002-01-291-5/+28