summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_31(no author)2002-02-014-265/+29
* Be a bit more conservative regarding all those broken implementations outmartin2002-01-311-17/+15
* Fixed up some comments -- got rid of FIXMEs that have been fixed.aaron2002-01-301-6/+1
* Mention the changes with respect to the pools code.striker2002-01-301-0/+6
* Get rid of the getpid warning.striker2002-01-301-2/+5
* Introduce apr_app_main() for global consumption.wrowe2002-01-303-6/+38
* 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
* Build new goodies.wrowe2002-01-302-0/+8
* 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-302-3/+10
* Add APR_APP as a symbol, so we may use apr_app.c in two differentwrowe2002-01-301-2/+2
* Hard to follow a dirty tree.wrowe2002-01-291-0/+6
* Alpha order, same order between apr.dsp and libapr.dspwrowe2002-01-291-4/+4
* Change 'External' since some suspect this could cause Win32 to considerwrowe2002-01-292-4/+4
* 60 degrees last Saturday, and they suggest inches of snow by tommorow.wrowe2002-01-291-1/+14
* 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
* De facto implementations of getnameinfo() return the error code in theirmartin2002-01-291-0/+11
* Submitted by Mladen Turk <mturk@mappingsoft.com>, one last bit of WinCEwrowe2002-01-291-0/+2
* More goodness for both WinNT and WinCE builds ... none of this matterswrowe2002-01-291-0/+4
* Continued WinCE porting effortswrowe2002-01-292-4/+73
* Adding this project as a dependency of a WinNT-only project, and addingwrowe2002-01-291-0/+93
* Improve matters on Win32 with time string formats.wrowe2002-01-291-1/+65
* 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
* In respect to Jeff's earlier comments, these fns will never be publiclywrowe2002-01-295-21/+22
* rainy. dark. bleh...gstein2002-01-292-1/+7
* Implement shared memory cleanup handlers on Unix for both the originalaaron2002-01-291-66/+98
* Fixed the way the FIFOs are being cleaned up for NetWarebnicholes2002-01-291-2/+31
* First cut at implementing fork/exec like functionality in NetWarebnicholes2002-01-291-100/+95
* Added apr_rmm.c to the APRLib build projectbnicholes2002-01-291-0/+0
* Added the apr_shm and apr_rmm API to the export list processingbnicholes2002-01-291-1/+2
* Added the implementation of apr_generate_random_bytes()bnicholes2002-01-282-1/+70
* Removed the obsolete flag statements and added a reference to APRLIB sobnicholes2002-01-281-2/+2
* Added testrand.c to the test build project and added rand.c to the APR projectbnicholes2002-01-281-0/+0
* Add a couple new command types to process creation:gstein2002-01-286-10/+59
* Mladen's patch for WinCE compatibility indicated we might need thewrowe2002-01-281-3/+0
* Some changes proposed by Mladen Turk <mturk@mappingsoft.com> that simplifywrowe2002-01-281-54/+56
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-2811-48/+148
* OS/2: Implement apr_os_shm_get/put.bjh2002-01-281-2/+17
* get a --disable-threads --enable-pool-debug built to compile againtrawick2002-01-261-1/+1
* Added symbol prefixing to the export listbnicholes2002-01-251-0/+5
* (apr_file_write_full): Clarify documentation.kfogel2002-01-251-1/+3
* I've been getting compile warnings on FreeBSD 4.4/4.5 for months:sussman2002-01-253-9/+9
* Simple workaround, for now. Aaron is researching, but if somethingwrowe2002-01-254-0/+43
* Win32 requires an apr_os accessor for shm regions. This allows us towrowe2002-01-252-0/+60
* Fix leakage with fds with respect to pipes. dup2() should close the oldjerenkrantz2002-01-251-6/+6
* Remove evil spaces following #.striker2002-01-251-28/+35