2001-04-22 |
Ryan Bloom | Add a comment about how http_filter works. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Ryan Bloom | Put the keep-alive connection logging back. |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Cliff Woolley | Revert about half of the last commit because of an... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Roy T. Fielding | Revert the change that moved keepalives out of conn_rec... |
commit | commitdiff | tree | snapshot |
2001-04-21 |
Roy T. Fielding | Revert addition of HTTP logging hhok for connection... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Cliff Woolley | Change mod_include to use the latest bucket API tricks... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Bill Stoddard | struct_ptr is a void*. The Windows compiler doesn... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Bill Stoddard | Fix seg fault at start-up introduced by Ryan's change... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Doug MacEachern | Add ap_set_int_slot() function |
commit | commitdiff | tree | snapshot |
2001-04-20 |
Jeff Trawick | Under certain circumstances, Apache did not supply the |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Graham Leggett | Made sure dates were canonicalised correctly when passe... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Jeff Trawick | test -e isn't portable; use test -f instead |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Brian Havard | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Bill Stoddard | Couple of show stoppers |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Jeff Trawick | get mod_cache to at least compile |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Yoshiki Hayashi | New Japanese translation |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Yoshiki Hayashi | New Japanese translation. |
commit | commitdiff | tree | snapshot |
2001-04-19 |
Yoshiki Hayashi | New Japanese translation. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Ryan Bloom | Forgot to add this file. |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Ryan Bloom | Allow modules to specify their own logging format speci... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Ryan Bloom | There is a bug in how we sort some hooks, the pre-confi... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
David Reid | This changes the build process as outlined in my email... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Ryan Bloom | Don't overwrite r->the_request. This was causing us... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Jeff Trawick | add "extern" to the decl of http_module so that we... |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Jeff Trawick | account for the change to apr_create_signal_thread |
commit | commitdiff | tree | snapshot |
2001-04-18 |
Ryan Bloom | Move the keepalives field out of the conn_rec and into... |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Bill Stoddard | Tweak a message. No function change. |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Bill Stoddard | Retagged.. Now bump back to 2.0.18-dev. For anyone... |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Bill Stoddard | Retag at 2.0.17 |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Greg Stein | allow non-absolute URIs to occur in some of the request... |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Bill Stoddard | Bump the release num |
commit | commitdiff | tree | snapshot |
2001-04-17 |
Roy T. Fielding | Remove some obsolete copies |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Ryan Bloom | If a higher-level filter handles the the byterange... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
David Reid | Silly typo. |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Greg Ames | give the poor users (i.e. us) a clue that something... |
commit | commitdiff | tree | snapshot |
2001-04-16 |
Victor J. Orlikowski | *Sigh*. Slight janatorial work. |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Ryan Bloom | Update the DSO docs in the INSTALL file. |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Graham Leggett | Add the Retry-After support that was commented out... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Graham Leggett | Oops - the proxy host and port were left off when the... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Graham Leggett | Split each individual proxy protocol into separate... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Ryan Bloom | Fix the binbuild.sh script so that it works correctly... |
commit | commitdiff | tree | snapshot |
2001-04-15 |
Ryan Bloom | If mod_dav is not enabled, then don't enable mod_dav_fs. |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Ryan Bloom | Move the httpd release rolling script from the httpd... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Ryan Bloom | We don't really treat this field as a const, and curren... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Paul J. Reder | Changed the threaded mpm to have child_main join to... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Paul J. Reder | Changed the threaded mpm to have child_main join to... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Ryan Bloom | We need a prototype for ap_show_mpm |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Greg Stein | Fix up the auto-versioning stuff. The new scheme more... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Greg Stein | Implement the MERGE method: fill in dav_method_merge... |
commit | commitdiff | tree | snapshot |
2001-04-14 |
Graham Leggett | Make hooks work for the *_canon() functions. Work conti... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Graham Leggett | Initial support for proxy protocol handler sub-modules... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ryan Bloom | Forgot the CHANGES file. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ryan Bloom | Add more options to the ap_mpm_query function. This... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Chuck Murcko | Be type safe, avoid possible buffer overrun |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Chuck Murcko | Not sure what I was thinking, but this clarifies the... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Graham Leggett | Added Max-Forwards support for all request types so... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Graham Leggett | Sorted out some content-type oddness with proxy_ftp.c |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Graham Leggett | Fixed all the APR error codes to make sure they end... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Chuck Murcko | Fix logic in connect handler from previous patch |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Chuck Murcko | Fix warnings about byte count type on Darwin |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Cliff Woolley | Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Graham Leggett | IPV6 EPSV support for IPV6 in FTP proxy. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Graham Leggett | Fixed a problem with FTP directories and charcters... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Ryan Bloom | Do not install the binaries from the support directory... |
commit | commitdiff | tree | snapshot |
2001-04-13 |
Doug MacEachern | s/apr_signal_thread_func/apr_signal_thread/ |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Roy T. Fielding | Fix the shell syntax error that occurs when a for list... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ryan Bloom | The ap_f* functions should flush data to the filter... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ryan Bloom | Convert the apr_create_signal_thread to apr_signal_thre... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ryan Bloom | Force the dav/fs config.m4 file to be added to the... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Ryan Bloom | Make the dav/main config.m4 file be added to the config... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
William A.... | Clean up some exposed data that should be internal... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
William A.... | More APR_STATUS_IS_ canonicalization |
commit | commitdiff | tree | snapshot |
2001-04-12 |
William A.... | Probably my own foobar |
commit | commitdiff | tree | snapshot |
2001-04-12 |
William A.... | Gotta use APR_STATUS_IS_EFOO() wrappers on all except... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
William A.... | It's critical that apps use the APR_STATUS_IS_EFOO... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
William A.... | Make default install target more consistent with... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Roy T. Fielding | Remove double-quotes from the list of programs to insta... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Roy T. Fielding | Make ab work again by changing its native types to... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Graham Leggett | FTP directory filter works now. |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Ryan Bloom | When I initially pulled the BYTERANGE filter into the... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Graham Leggett | Fixed some thread-safety issues with the HTTP proxy... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Cliff Woolley | Removed apr_bucket_do_create() macro, which was causing... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Roy T. Fielding | Make clean, distclean, and extraclean consistently... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Greg Ames | commit the CHANGES file, too. This is for fixing the... |
commit | commitdiff | tree | snapshot |
2001-04-11 |
Greg Ames | Fix the naming of the apr_threadattr_detach_xxx functio... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Victor J. Orlikowski | Small docco fix. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Victor J. Orlikowski | Remove a needless assignment. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Victor J. Orlikowski | Ignore *.slo too.... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Graham Leggett | Small fixes. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Graham Leggett | A client POST request would be read entirely into RAM... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
William A.... | Clean up a yet a couple more emits |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Graham Leggett | Make sure the filter stack in a reused downstream conne... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
William A.... | Knock off another couple of compiler emits. |
commit | commitdiff | tree | snapshot |
2001-04-10 |
William A.... | icase is intialized as the result of an (a == b)... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
William A.... | Toss the float nonsense from c-l, and cast atof as... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Graham Leggett | We now keep the entire conn_rec across downstream keepa... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Victor J. Orlikowski | Missed one... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Bill Stoddard | More status stuff and wish listing... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Victor J. Orlikowski | *Sigh*. Pointless repetition of calculations. It bother... |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Bill Stoddard | More status |
commit | commitdiff | tree | snapshot |
next |