summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_6(no author)2000-08-1835-5364/+0
* Tweak apache/apr builds to support dsos on OS/390.trawick2000-08-181-0/+13
* This fixes readwrite on Win9x. Misc.h needed to be includedrbb2000-08-181-0/+1
* Win32: Simplify the code a bit by eliminating a variable.stoddard2000-08-171-15/+11
* Add support to APR for dsos on OS/390.trawick2000-08-175-0/+342
* Fix some warnings from initopt and getopt.rbb2000-08-172-4/+4
* Fix a minor bug in the default template file. The template used to notrbb2000-08-141-4/+12
* Remove all files from the buckets directory. This is in preparationrbb2000-08-1216-5454/+0
* APR locks on Unix: Let APR_LOCKALL locks work when APR isn'ttrawick2000-08-111-4/+8
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.trawick2000-08-102-4/+4
* Doc it correctly, even if the const'ness is wrong.wrowe2000-08-091-2/+2
* Commit two fixes while I'm considering Jeff's comments.wrowe2000-08-092-2/+3
* Fix the Win32 linker .def for APR (for my last several commits)...wrowe2000-08-092-22/+34
* Fix the Win32 linker .def for APR (for my last several commits), andwrowe2000-08-091-5/+12
* Eliminate apr_opt*** symbols from the namespace, and allow parallelwrowe2000-08-092-77/+92
* PLEASE REVIEW: Add an apr_lstat placeholder for Win32. Shouldn'twrowe2000-08-091-0/+7
* Add apr_full_read/write to the Win32 apr build.wrowe2000-08-092-0/+8
* Force CancelIo() to be late-bound for Win9x folks (who don't have it.)wrowe2000-08-092-0/+2
* Clean up aprlib.def. Add the hash functions to the export list.stoddard2000-08-092-194/+216
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-068-0/+8
* Use apr_is*() character test macros to avoid warnings about signedbjh2000-08-061-9/+9
* OS/2: Avoid unnecessary calls to set pipe blocking state.bjh2000-08-064-2/+14
* Add an OS/2 apr_signal(), pretty much copied from unix/signals.cbjh2000-08-061-0/+19
* Make this script recognizable as executable on a non-unix file system.bjh2000-08-061-0/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-0680-518/+588
* Fix the patch after Jeff removed the last apr_filter* from therbb2000-08-051-9/+0
* - remove patch #3 since it has been appliedgstein2000-08-057-1190/+267
* Make the patch apply and compile again after the apr_ rename.rbb2000-08-052-103/+126
* Document all of the public APR structures with DocBook.rbb2000-08-0510-38/+149
* Finish converting "ap_sendfile" to "apr_sendfile".trawick2000-08-042-15/+15
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-045-485/+485
* Win32: Fix problem with timeout units on TransmitFile.stoddard2000-08-042-7/+9
* first apr_ pass only touched .[ch] filesdougm2000-08-022-17/+17
* add apr_compat.h and note changesdougm2000-08-021-0/+61
* prefix libapr functions and types with apr_dougm2000-08-02195-3484/+3484
* Clean up compile warnings, mostly by including apr_strings.h.trawick2000-08-017-3/+7
* Fix problems with APR sockaddr handling on Win32. It didn't alwaystrawick2000-08-014-12/+85
* ap_recv() on Win32: Set bytes-read to 0 on error.trawick2000-08-011-0/+1
* Make ap_bucket_list_destroy a static function. It should never be usedrbb2000-08-012-28/+14
* Commit a bunch of docs for the bucket brigades code. This should clearrbb2000-08-011-14/+149
* Update the bucket brigade patch to work with the latest code. This isrbb2000-07-311-220/+306
* bucket_brigade is too long to type in every function name. This justrbb2000-07-312-19/+19
* Combine the create and write functions. I am leaving the write functionrbb2000-07-315-18/+32
* Win32: Return error codes on ap_generate_random()stoddard2000-07-311-10/+2
* Fix some problems with which error code to use after a pthread_ failure.trawick2000-07-312-2/+47
* Use the correct CR/LF line terminators on OS/2.bjh2000-07-302-1/+6
* ap_dso_sym:trawick2000-07-301-4/+8
* Remove iol_socket.h. This file had one declaration, and it makes morerbb2000-07-291-1/+1
* ap_setprocattr_limit() was broken due to missing break statements.trawick2000-07-291-0/+3
* Update the APR docs about how to document APR functions.rbb2000-07-281-21/+17