2002-07-04 |
Sander Striker | Make the mime types configuration file path relative... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Yoshiki Hayashi | New Japanese translation. |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Yoshiki Hayashi | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Yoshiki Hayashi | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Yoshiki Hayashi | Bump up revision. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
William A.... | Fix a const'ness conflict. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Cliff Woolley | note the C-L filter fix |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Cliff Woolley | Fix C-L filter non-blocking-mode brokenness. It was... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Justin Erenkrantz | Remove unused variable 'str'. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Justin Erenkrantz | Use the apr_file_copy function rather than doing a... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Justin Erenkrantz | found wasn't getting incremented when we update an... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Jeff Trawick | fix some mispellings of the word privileges |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Brian Pane | Optimized the addition of the core output filter |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Brian Pane | Replaced ap_add_input_filter() call with cheaper ap_add... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Ryan Bloom | htpasswd needs to add a newline at the end of each... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
William A.... | Never trust Bill when he cuts and pastes |
commit | commitdiff | tree | snapshot |
2002-07-02 |
William A.... | A bit more ap_regkey and apr-ization. Fixes some... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
William A.... | Introduce a _raw_set/_raw_get for regkey values.... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | The pitfalls of cut'n'paste |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Brian Pane | Document what the threadpool MPM is |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Brian Pane | Document what the leader MPM is, for the benefit of... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | Using apr_file_write_full() we have less to worry... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | Eliminate GetModuleFileName() |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | Remove all the CreateProcess() based code... see... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | Replace CreateProcess with properly formed apr thread... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | Bring in os.h after we let apr do its platform foo. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
William A.... | Add ap_os_proc_filepath and clean up the win32/os... |
commit | commitdiff | tree | snapshot |
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 |
next |