summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allocate the correct number of elementsWilliam A. Rowe Jr2002-01-291-1/+1
* Had rethought the args for clarity but hadn't brought them into syncWilliam A. Rowe Jr2002-01-291-1/+1
* Not ready for it's own prime time slot in any build - note the purposeWilliam A. Rowe Jr2002-01-291-3/+17
* Start from the outside in. This little applet, combined with theWilliam A. Rowe Jr2002-01-291-0/+136
* Added the implementation of apr_generate_random_bytes()Bradley Nicholes2002-01-281-0/+69
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-0/+13
* Another update of the pools debug code.Sander Striker2002-01-131-0/+2
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).Justin Erenkrantz2002-01-081-3/+100
* Never had set the global apr_os_level (outch!) Also improve theWilliam A. Rowe Jr2001-12-301-35/+78
* Seems this symbol is simply too new, use it's hardcode value.William A. Rowe Jr2001-12-301-1/+3
* Tickle the Win32 rand generator so it works on W2KWilliam A. Rowe Jr2001-12-291-2/+3
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-5/+6
* Move us over to the new pools code. The debug code isn't in place yet,Sander Striker2001-12-141-17/+22
* This correct error reporting on BeOS. The problem is autoconf, butDavid Reid2001-12-141-1/+1
* don't try to use getaddrinfo() on systems without gai_strerror()Jeff Trawick2001-12-071-1/+1
* moved APR_HAVE_SYS_TIME_H after include of apr.h so sys/time.h is includedDoug MacEachern2001-11-301-4/+3
* Switched the #ifdef to APR_HAVE_SYS_TIME as it should be.Bradley Nicholes2001-11-301-1/+1
* Removed an unneeded header on NetWareBradley Nicholes2001-11-301-0/+3