2002-07-01 |
Mark J. Cox | Make security notes consistant with apache-1.3/src... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Jeff Trawick | fix make install to stop passing make operators to... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Brian Pane | Optimization for ap_rgetline_core(): When "folding... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Marc Slemko | Remove my address for sending comments to, since commen... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Ryan Bloom | Get the perchild MPM starting different child processes... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Brian Pane | Replaced APR_USEC_PER_SEC division with apr_time_sec... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Brian Pane | Replaced APR_USEC_PER_SEC division with the new apr_tim... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Brian Pane | Replaced APR_USEC_PER_SEC division with the new apr_tim... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Chris Pepper | Punctuation tweaks. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Brian Pane | Replaced APR_USEC_PER_SEC division with the new apr_tim... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Ryan Bloom | I got sick of the error messages from copying the heade... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Ryan Bloom | Preserve existing installation directories. We copy... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Justin Erenkrantz | Add autom4te.cache to cvsignore files. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Justin Erenkrantz | Just one more showstopper on my list and I'm not sure... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
William A.... | Prevent us from getting stuck in a NULL provider... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Justin Erenkrantz | Add a filter_init function to the filters so that a... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Jeff Trawick | :( |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Aaron Bannert | I've had these for over a week but finally got around... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Jeff Trawick | fix compile breakage with IBM's xlc compiler caused... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Ryan Bloom | Fix a long-standing bug in 2.0, CGI scripts were being... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Justin Erenkrantz | Fix doxygen comments and add a missing line-feed. |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Justin Erenkrantz | Strengthen error-detection code in HTTP_IN and core_inp... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Justin Erenkrantz | - Fix segfault in core_output_filter when we are passed... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Justin Erenkrantz | Fix infinite loop when reading certain data due to... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
William A.... | Doxygenate the rest of this header. Had I not overlo... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Bradley Nicholes | Re-architected the select()/accept() loop to allow... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jeff Trawick | add another example filter, try to clarify how paramete... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Justin Erenkrantz | Change conn_rec->keepalive to an enumerated value of |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jeff Trawick | Fix mod_ext_filter to look in the main server for filte... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Rich Bowen | Small change of phrasing on the vhosts index page.... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Rich Bowen | Obtained from: IRC, various other conversations |
commit | commitdiff | tree | snapshot |
2002-06-25 |
William A.... | Some small wording improvements. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Greg Ames | ap_discard_request_body: exit without reading the body if |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Jeff Trawick | fix some mispellings of mod_deflate |
commit | commitdiff | tree | snapshot |
2002-06-24 |
William A.... | Move the last little useful bit of registry.c into... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
William A.... | Add in the other complex ap_regkey_value_foo() fns... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Cliff Woolley | Include apr_lib.h for the definition of apr_toupper... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
William A.... | Incorporate ap_regkey.c into the build. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
William A.... | Replace gunk with ap_regkey calls. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
William A.... | Introduce win32 registry handling through a very... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
William A.... | Another excessively warm day in Chicago. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Doc it. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Seems 9x can't delete two files at a time |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Finish the -w keep-console-open-on-error patch. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | The fix wasn't healthy for Win9x. Work around pre... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Brian Pane | Removed "tolower(++s)" idiom from ap_strcasestr(),... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Brian Pane | Convert the hostname to all-lowercase in fix_hostname... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Fixes Win32 cgi 500 errors when QUERY_ARGS or other... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Whoops... removal of the last compat was just this... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | With dav corrected, this last _compat.h bogosity... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | The real pain. ap->apr xml and text types. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Not really sure what this is, but it wasn't aprized... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Adapt to use apr_ischar() |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Use apr_ flavors of ischar() |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | cleanup uses of apr_ischar() macros (no cast required) |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | That's apr, not ap (any longer) |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | No crutches. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Use apr_ variants of ischar() tests. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | No crutches, people! |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | Simplify add_ssi_vars() and move the ssi/cgi vars... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
William A.... | s/cgi/cgid might be just a little agressive - fix... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Graham Leggett | LinuxPPC binaries |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Rich Bowen | Every directive in the 2.0 documentation tree now has... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Rich Bowen | Largely rewritten, based on feedback on the list, on... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
William A.... | Revert to the 1.39 comments about NULL for ap_sub_req... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Bill Stoddard | Cleanup some leftover cruft from the last commit. |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Bill Stoddard | Move the req_hdrs pointer from the cache_object_t to... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
William A.... | Note the changed meaning of the NULL next_filter... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Cliff Woolley | so much for my alphabetizing skillz. ;-/ |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Cliff Woolley | hpux binaries are up, or at least will be if my upload... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Ian Holsman | new configuration option for mod_rewrite to set cookies. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bradley Nicholes | Fixing up some copy commands in the NetWare make files... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Ryan Bloom | Add a timeout option to wintty. This allows the user... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Jeff Trawick | reword an error message |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Greg Ames | ap_die: get rid of bad side effects from the recursive... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Jim Jagielski | Up and ready |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Jeff Trawick | Fix perchild to work with apachectl by adding -k suppor... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Greg Ames | prevent infinite recursion if an ErrorDocument gets... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bradley Nicholes | NetWare makefile for building the dftables utility |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Joshua Slive | Back-out recent changes to the internationalized error... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Joshua Slive | I've been threatening to do this for a few days, but... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Brian Pane | Remove the old EOS logic that I neglected to delete... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Brian Pane | Cleaner handling of unterminated SSI directives |
commit | commitdiff | tree | snapshot |
2002-06-19 |
William A.... | Easy to identify wrowe docs :) |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Cliff Woolley | Fix some variable names |
commit | commitdiff | tree | snapshot |
2002-06-19 |
William A.... | This moved, so moved. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Bradley Nicholes | Fixed a typo |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Aaron Bannert | Better document the error cases returned from get_chunk... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Bradley Nicholes | Updated binary status for NetWare |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Aaron Bannert | Here's the rh70 version, for the heck of it. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Cliff Woolley | Grrrr. Fix the htpasswd -c -n logic bug *the right... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Brian Pane | Fixed the EOS handling for partial SSI directives at... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Cliff Woolley | Fix grammar. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Brian Havard | OS/2 2.0.39 binary is up. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Aaron Bannert | Darwin5.5, Solaris8/intel, and Linux2.4 (Redhat7.2... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Aaron Bannert | Add back in the original volunteers that I probably... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Aaron Bannert | Update the volunteer list for binary distributions. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
William A.... | Not standard WinFoo. Using cd now. Reported by... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Aaron Bannert | HTML-encode the umlauts, and correct a few spelling... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Cliff Woolley | * clear up a warning that NOFILE was redefined on... |
commit | commitdiff | tree | snapshot |
next |