2001-06-10 |
William A.... | Now that it works, adjust the conf appropriately. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
William A.... | Was certain I had committed this. Position the score... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Bill Stoddard | Enable SetEnvIf to handle taking a regex on the header... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | Updating docs to change around the order of extern and |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | WooHoo! |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | Make this little hack slightly more palatable. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | Still needs to be built, though. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | No, libtool shouldn't build this. :p |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | xlC isn't as accepting as gcc; make things tolerable... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | Slight Clean-up. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | Add the missing AP[RU]_DECLARE_DATA symbols to httpd... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Victor J. Orlikowski | Ordering changes, for detection's sake. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Jeff Trawick | pod_in shouldn't be non-blocking after all |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Victor J. Orlikowski | Clean up this relative path too. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Jeff Trawick | the input handle to the pod (used by child processes... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Ryan Bloom | We need to increment i during this for loop. Without... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Victor J. Orlikowski | Greg was right, I was wrong. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Victor J. Orlikowski | DISTCLEAN, not EXTRACLEAN. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Victor J. Orlikowski | Make sure httpd.exp gets cleaned up only with a distcle... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Greg Stein | Convert the filter and brigade writing functions to... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Chuck Murcko | moved CHANGES here |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Ryan Bloom | It helps to write to the input side of the pipe, and... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Victor J. Orlikowski | (A few) Small changes to pass full paths instead of... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
David Reid | Small change to pass full paths instead of relatives. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Victor J. Orlikowski | Clean out httpd.exp when cleaning up. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Victor J. Orlikowski | Ignore the now-irrelevant httpd.exp. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Victor J. Orlikowski | On the trail to getting make_export.awk pull in the... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | trace failures of a couple of crucial socket calls... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | check the pod in the child at a different spot so that... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | improve ap_mpm_pod_signal() by not let it loop until... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | fix a thread-safety bug by using apr_strtok() instead... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Victor J. Orlikowski | A little cloudy, but clearing... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Greg Stein | correct the back-out of this change. it used to be... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Victor J. Orlikowski | Ooopsie. Some unintended things slipped in. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Greg Stein | *) Add apr_bucket_setaside_noop to use for buckets... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Victor J. Orlikowski | Generate httpd.exp on the fly. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Yoshiki Hayashi | Port typo fix from 1.3. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | back out bogus "fix" for subrequest buckets using wrong... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | the subrequest pool issue wasn't recent breakage so... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | implement Ryan's suggested fix for buckets associated... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Jeff Trawick | don't add BYTERANGE, CONTENT_LENGTH, or HTTP_HEADER for |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Ryan Bloom | First pass at the pipe_of_death logic for the prefork... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Ryan Bloom | Add a new request phase, for allowing management module... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Chuck Murcko | Use apr-util's date functions now |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Ryan Bloom | Make mod_echo use filters for all communication with... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jeff Trawick | get rid of util_date.c/util_date.h and associated test... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jeff Trawick | use apr-util's apr_date_parse_http() instead of the... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jeff Trawick | nicer to compare r->finfo.filetype with APR_NOFILE... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jeff Trawick | filters should return APR status codes |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jeff Trawick | initialize local condition_var var to keep garbage... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jeff Trawick | ap_getword_conf wants const char **, not char ** |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Bill Stoddard | Extend mod_headers to support conditional driven Header |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Jeff Trawick | it's hot out there |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Ryan Bloom | Fix the reset_filters function. If we set r->output_fi... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Cliff Woolley | Further explain the custom bucket types idea for mod_fi... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Bill Stoddard | mod_file_cache brokeness |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Jeff Trawick | void * isn't compatible with a function pointer; deal... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Ryan Bloom | Fix some broken logic in the prefork MPM. Basically... |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Ben Laurie | Doxygenation. |
commit | commitdiff | tree | snapshot |
2001-06-03 |
Ben Laurie | Function declaration must be a prototype. |
commit | commitdiff | tree | snapshot |
2001-06-02 |
Jeff Trawick | mention another problem experienced on daedalus using... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Graham Leggett | Optimise reset_filter() in http_protocol.c |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Bill Stoddard | Extend Header add|set|append support to accept format... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Bill Stoddard | Return "1" to apr_table_do() |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Graham Leggett | Add a check to ap_die() to make sure the filter stack... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Graham Leggett | Move the addition of default AP_HTTP_HTTP_HEADER filter... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Bill Stoddard | Update doc with info on Header echo directive |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Bill Stoddard | Add the 'echo' option to mod_headers Header directive... |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Jeff Trawick | handle the SERVER_IDLE_KILL state in some of the Extend... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Jeff Trawick | a worker being cleaned up is not processing a request... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Martin Kraemer | Add png's |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Martin Kraemer | Add description strings for AuthDb*File |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Martin Kraemer | Add RequestHeader |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Martin Kraemer | Fix broken #target |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Martin Kraemer | First step at stamping out gif's: convert them to png |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Martin Kraemer | First step at stamping out gif's: convert them to png |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Doug MacEachern | back out filter change that is preventing headers to... |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Ben Laurie | Remove many redundant semicolons. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Ben Laurie | Merging was bollocks. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Ben Laurie | Doxygenation. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Yoshiki Hayashi | Typo fix. |
commit | commitdiff | tree | snapshot |
2001-05-27 |
Ben Laurie | Utility to list available hooks. |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Ralf S. Engelschall | mod_ssl status |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Victor J. Orlikowski | Change strtok() calls to use apr_strtok(). |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Jeff Trawick | export apr_strtok() too |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Jeff Trawick | include/ap_compat.h tested and set APR_COMPAT_H instead... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
William A.... | One drawback to .dsps, nobody watches the command... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
William A.... | Unnecessary with apxs |
commit | commitdiff | tree | snapshot |
2001-05-23 |
William A.... | Need to have apxs for building such things |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Victor J. Orlikowski | YAPJBUJ. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
William A.... | Blew it... forgot to transpose dsp versions |
commit | commitdiff | tree | snapshot |
2001-05-23 |
William A.... | Get win32 libhttpd building without uri_delims, now... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Victor J. Orlikowski | Bletch. The Proxy Janitor botches the job again. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Roy T. Fielding | A wild guess at what is needed to get win32 compiling... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Victor J. Orlikowski | When AP_DEBUG is defined, these two need to be in here. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Ken Coar | Checkpoint my mod_example work. It does not work... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Victor J. Orlikowski | Fixes to proxy, after util-uri move, plus fixes to... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Victor J. Orlikowski | Ooops. Leftovers. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Victor J. Orlikowski | More exp file changes |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Roy T. Fielding | Moved to the apr-util library. |
commit | commitdiff | tree | snapshot |
next |