summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* In some application environments, the mod_dav hook structures areGreg Stein2002-07-254-2/+56
* Fixed the ap_cgi_build_command() function for NetWare so that it correctlyBradley Nicholes2002-07-251-3/+11
* Replace atol() calls which should return long long with apr_atoll() calls.Wilfredo Sanchez2002-07-244-10/+9
* Style police comin' through..Ken Coar2002-07-241-137/+163
* the directives ignorecachecontrol & ignorelastmodified weren't being setIan Holsman2002-07-241-3/+3
* Including the make file for mod_ext_filter to the main build for NetWareBradley Nicholes2002-07-221-0/+1
* Adding the NetWare make file for mod_ext_filterBradley Nicholes2002-07-221-0/+250
* Fix a resource leak where LDAP connections were not being returnedGraham Leggett2002-07-221-0/+10
* Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.Joshua Slive2002-07-213-3/+7
* A half hour to waste waiting for builds... this is what you get.William A. Rowe Jr2002-07-215-8/+56
* Fix (safely) one minor emit [always positive, so apr_size_t cast is ok]William A. Rowe Jr2002-07-192-1/+96
* Way too busy today.. last commit was wrong in two ways. First, 1KB is 1024Bill Stoddard2002-07-191-1/+1
* mod_ext_filter: Ignore any content-type parameters when checking ifJeff Trawick2002-07-181-8/+17
* Compare bytes to bytes.Bill Stoddard2002-07-181-1/+1
* mod_ext_filter: Set up environment variables for external programs.Jeff Trawick2002-07-181-2/+21
* Do some sanity checking on the cache config directives.Bill Stoddard2002-07-181-27/+28
* Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so thatWilliam A. Rowe Jr2002-07-171-0/+8
* Get proxy ftp to work over IPv6.Jeff Trawick2002-07-171-49/+40
* use APR_TIME_T_FMT when formatting apr_time_tJeff Trawick2002-07-174-6/+9
* use APR_SIZE_T_FMT for formatting apr_size_tJeff Trawick2002-07-172-2/+4
* axe an unused functionJeff Trawick2002-07-173-10/+5
* add notes about a portability problem -- formatting apr_time_tJeff Trawick2002-07-171-0/+1
* Last missing symbols that I can find.William A. Rowe Jr2002-07-172-3/+2
* this file should have the asf license on itCliff Woolley2002-07-171-0/+58
* Add a couple of optimizations to the priority queue code:Cliff Woolley2002-07-171-48/+41
* header files should include everything they need to compileCliff Woolley2002-07-171-2/+9
* Optimize away a couple 64bit integer divides.Aaron Bannert2002-07-161-1/+1
* Eat our own dogfood when it comes to the time macros.Sander Striker2002-07-151-1/+1
* Fixed good. The modulos op should give us just that extra little bit weWilliam A. Rowe Jr2002-07-151-1/+1
* Sleep INTO the next second, not for the entire next second.William A. Rowe Jr2002-07-151-1/+1
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-153-16/+20
* Remove a time lookup that's now unnecessaryBrian Pane2002-07-151-2/+0
* Timeout/time fixesWilliam A. Rowe Jr2002-07-153-9/+8
* The macros remove how much legibility?William A. Rowe Jr2002-07-151-3/+1
* Streamline the handling of C-L values in the common case by usingJim Jagielski2002-07-141-31/+20
* added apr_is_empty_array()Brian Pane2002-07-131-1/+1
* add PROXY_OPTIONAL_HOOK() macro for modules that want toJeff Trawick2002-07-111-0/+7
* Clean up docs and add a hook for clarification.William A. Rowe Jr2002-07-111-17/+38
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-112-4/+5
* mod_ext_filter: don't segfault if content-type is not set.Jeff Trawick2002-07-101-1/+2
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-108-14/+14
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-083-3/+3
* Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In theBill Stoddard2002-07-071-2/+10
* Renames Pending:Ian Holsman2002-07-064-7/+7
* Fix some Win32 compile breaks caused by Brian Pane's making apr_table_tBill Stoddard2002-07-062-6/+8
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* Get the perchild MPM starting different child processes with differentRyan Bloom2002-06-301-0/+1
* Replaced APR_USEC_PER_SEC division with apr_time_sec macroBrian Pane2002-06-301-7/+6
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-304-8/+12
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-3/+3