summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove all of the ap_is* functions from Apache. They were already in APR,rbb2000-07-263-1/+7
* - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.dgaudet2000-07-264-34/+76
* Change APRVARS.in to output EXTRA_LIBS instead of LIBS. Apache doesn'trbb2000-07-251-1/+1
* win32 ap_connect(): check for hostname; it is valid not totrawick2000-07-251-10/+12
* "flush_filters" is a misnomer. rename it. also shift it so that we can callgstein2000-07-251-0/+49
* Make the changes requested by Greg.rbb2000-07-252-19/+18
* Caught a bad var arg linkage declaration.wrowe2000-07-252-2/+4
* Add APR_EOL_STR for a platform specific text delimiter, provided bywrowe2000-07-252-0/+6
* oops. gotta declare r->filters. also need a bit of subrequest mgmt for thegstein2000-07-251-0/+76
* teeny patch to get the util_filter.[ch] builtgstein2000-07-252-1/+18
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-2512-220/+260
* Add the newest try for filter registration to the repository. This isrbb2000-07-253-0/+373
* Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This isrbb2000-07-246-15/+65
* Move the ap_signal code form apr_signal.c in lib to signals.c inrbb2000-07-242-6/+27
* Enable the passwd directory to be built by APR.rbb2000-07-243-2/+66
* Update dependancies.rbb2000-07-241-6/+0
* Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directoryrbb2000-07-243-14/+2
* Remove util_filter.c and util_filter.h. This is in preparation forrbb2000-07-243-257/+0
* ScanDoc recently committed a change that correctly parsed "extern C". I amrbb2000-07-241-10/+17
* Update dependencies.fielding2000-07-232-1/+11
* Add the default ScanDoc images. I expect these will all be replacedrbb2000-07-239-0/+0
* Customize the ScanDoc template just a bit to mention that this is APRrbb2000-07-231-2/+2
* Add a rule to make the docs from APR's header files. And add a .cvsignorerbb2000-07-232-0/+5
* Add scandoc and the default template to APR's helpers directory.rbb2000-07-232-0/+1813