summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* We can't use strerror() or CoCreateGuid() on WinCE.wrowe2002-02-122-0/+16
* Place a trailing newlinewrowe2002-02-121-1/+1
* Getting ready for some API name changes in the NetWare librariesbnicholes2002-02-082-0/+12
* Added the apr_app_main() stubbnicholes2002-02-011-1/+11
* Removed the NetWare #ifdefs since NetWare now has its own version ofbnicholes2002-02-011-8/+4
* NetWare version of start.c for handling initialization of application NLMs withbnicholes2002-01-311-0/+129
* Added the necessary code to make APRLib into a real library NLM. Alsobnicholes2002-01-311-2/+97
* Introduce apr_app_main() for global consumption.wrowe2002-01-302-6/+28
* apr_app_main() seems like a decent enough re-entry point, but this iswrowe2002-01-301-1/+1
* Final tests still required, but here goes the basic concept. The initwrowe2002-01-301-0/+31
* The 'second way' - not yet published in a .h file. This would allowwrowe2002-01-301-7/+91
* A some-platforms-symbol required for apr_app.cwrowe2002-01-301-2/+2
* Rejigger the API so we pass _DEBUG mode in Win32. MSVCRT believes itwrowe2002-01-291-5/+28
* Allocate the correct number of elementswrowe2002-01-291-1/+1
* Had rethought the args for clarity but hadn't brought them into syncwrowe2002-01-291-1/+1
* Not ready for it's own prime time slot in any build - note the purposewrowe2002-01-291-3/+17
* Start from the outside in. This little applet, combined with thewrowe2002-01-291-0/+136
* Added the implementation of apr_generate_random_bytes()bnicholes2002-01-281-0/+69
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-0/+13
* Another update of the pools debug code.striker2002-01-131-0/+2
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).jerenkrantz2002-01-081-3/+100
* Never had set the global apr_os_level (outch!) Also improve thewrowe2001-12-301-35/+78
* Seems this symbol is simply too new, use it's hardcode value.wrowe2001-12-301-1/+3
* Tickle the Win32 rand generator so it works on W2Kwrowe2001-12-291-2/+3
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-5/+6
* Move us over to the new pools code. The debug code isn't in place yet,striker2001-12-141-17/+22
* This correct error reporting on BeOS. The problem is autoconf, butdreid2001-12-141-1/+1
* don't try to use getaddrinfo() on systems without gai_strerror()trawick2001-12-071-1/+1
* moved APR_HAVE_SYS_TIME_H after include of apr.h so sys/time.h is includeddougm2001-11-301-4/+3
* Switched the #ifdef to APR_HAVE_SYS_TIME as it should be.bnicholes2001-11-301-1/+1
* Removed an unneeded header on NetWarebnicholes2001-11-301-0/+3
* Change getopt_t ->err flag to a real ->errfn that mirrors fprintf,wrowe2001-11-291-25/+16
* Introduce apr_os_level, an apr-private internal value for optimizingwrowe2001-11-272-32/+45
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-1/+41
* Add versioning mechanisms/APIs to APR.gstein2001-11-112-1/+73