2001-10-15 |
William A.... | Clarify the new MultiviewsMatch directive. I wanted... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Justin Erenkrantz | Fix the first bucket not getting chunked properly.... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Justin Erenkrantz | Ensure that ap_http_filter can not be coersced into... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Martin Kraemer | Fix broken links |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Joshua Slive | htmltidy made a little mess of the <pre> environment. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Doug MacEachern | x_handler() was not checking r->handler, leaving it... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Cliff Woolley | Remove unused hard-coded definition of a SHELL_PATH. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Ryan Bloom | Make sure we install apxs. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Justin Erenkrantz | Well, now I know what the bio_is_renegotiating call... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Justin Erenkrantz | If we passed the bucket to ap_pass_brigade (because... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Justin Erenkrantz | Lose the magic number and use the central #define AP_IO... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Justin Erenkrantz | Another one bites the dust. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Justin Erenkrantz | Teach mod_proxy to live with the new filtering scheme. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeff Trawick | fix a *printf() format |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Justin Erenkrantz | Remove deprecated ap_dechunk_filter from header. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Greg Ames | fix another seg fault. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Joshua Slive | Eventually I'll get this right. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Joshua Slive | Squeeze the example down to fit on one line. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
William A.... | Aye, it's bogus. Something very odd about short... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
William A.... | Outch... fixed warning |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Joshua Slive | Convert to html. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Joshua Slive | TransferLog is (sort of) deprecated, and people never... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
William A.... | Ok, this formats a whole lot cleaner, and (I believe... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
William A.... | Close the mod_mime file extension matching issue... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Ryan Bloom | Fix a typo in the configure script. The argument is... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Ryan Bloom | Remove some warnings from the code. The buckets take... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Ryan Bloom | Fixed the configure script to add a LoadModule directive to |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Justin Erenkrantz | This is the mod_ssl input filtering rewrite. Lots... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Justin Erenkrantz | We can't pass in &r->remaining because we change that... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Justin Erenkrantz | The problem here is that we are getting some zero-lengt... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | We also need to increment *readbytes when we find a... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Ryan Bloom | Make the error messages from apachectl refer to the... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Finish the switch to huge file support |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Support huge files from mod_asis |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Negotiation once allowed any file, of any filename... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | Yeah, let's just return this segment to how it was... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | For some reason, I was thinking PEEK should read infini... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Catch up to Martin's work for 2.0 |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Short of removing the headers filter, this is the... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | Allow the bucket reading code in the core to handle... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeff Trawick | prefork: Don't segfault when we are able to listen... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Too many args is a bad thing too, some days |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Rewrite of rotatelogs as an apr-ized app. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
William A.... | Correct dependency for apr-ization of rotatelogs |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | Foo != Bar. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | Remove ^M character. Someone thinks they are in DOS... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Justin Erenkrantz | Allow mod_so to be enabled by default even if no shared... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Greg Ames | Sunny but chilly in Raleigh |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Joshua Slive | fixes heml to html to make example work |
commit | commitdiff | tree | snapshot |
2001-10-09 |
William A.... | Always helps to add the member |
commit | commitdiff | tree | snapshot |
2001-10-09 |
William A.... | Bring many things up-to-date. FirstBill, wasn't... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
William A.... | Speed it up. While this optimization wasn't obvious... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
William A.... | Uhmm... time for a note about this. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Greg Ames | allow file extentions specified by AddHandler, AddInput... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Greg Ames | prevent near infinite subrequest recursion with mod_neg... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Greg Stein | Get rid of some byterange handling code; it doesn't... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Ryan Bloom | Clean up the string passed to the error log hook. This... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Greg Stein | Don't set r->status_line. Apache uses that in preferenc... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Greg Ames | get symlinks working again |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Ian Holsman | dechunking filter removed. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Jeff Trawick | at least *this* cast keeps gcc happy (and should keep |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Greg Stein | HTTP_IN was attempting to process the PEEK mode. This... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Ian Holsman | initial port of new Request-mode HTTP_IN filter to... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
William A.... | Revamped ap_directory_walk logic, without a path_info... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
William A.... | This is nothing but const bogosity. We have our... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Ian Holsman | Correct Verbage in comments. |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Martin Kraemer | Rename ssl-std.conf to match Makefile.in's installation... |
commit | commitdiff | tree | snapshot |
2001-10-07 |
William A.... | Great badness - not a good idea to return OK when... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Hmmm... continue's not so good an idea here :) |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Time to give up for the day, and grab a beer |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Aaargh! Unwinding part of my patch before I committe... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | A major overhaul to the -replacement- ap_directory_wa... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Good to note |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Allow ApacheBench to connect to and control Apache... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Fix a borked entry that I introduced. Now mime_magic... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
Greg Stein | Don't attempt to call apr_xml_parser_done() twice ... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | I don't know if these are correct, just my best alien... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Some other modules here are argueably tests ... but... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
William A.... | Legibility counts for something, so does eliminating... |
commit | commitdiff | tree | snapshot |
2001-10-06 |
Justin Erenkrantz | It's a good time to update STATUS. |
commit | commitdiff | tree | snapshot |
2001-10-06 |
Justin Erenkrantz | We should only be doing one socket read under any circu... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Joshua Slive | Bring forward some 1.3 changes, mostly from |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Justin Erenkrantz | Allow the core input filter to handle AP_NONBLOCK_READ... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Justin Erenkrantz | I believe it is a kosher for a filter to return EOS... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
William A.... | And thank you once again, Justin |
commit | commitdiff | tree | snapshot |
2001-10-05 |
William A.... | These now exist with their -std names, thanks for... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Justin Erenkrantz | Include paths must be relative to ServerRoot directive. |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Justin Erenkrantz | Make sure we run the new conf files through sed. |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Jeff Trawick | get rid of an unused variable |
commit | commitdiff | tree | snapshot |
2001-10-04 |
William A.... | Split the significant modules into segregated module... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
William A.... | Cleanup the config (somewhat) so that win32 -could... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Ryan Bloom | Remove the Port directive. In it's place, the Listen... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
William A.... | Just passing through |
commit | commitdiff | tree | snapshot |
2001-10-04 |
William A.... | Add some mime magic to the Win32 build |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Ryan Bloom | Make sure we install all of the support scripts. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Justin Erenkrantz | Ah, I didn't see that churn is only used on input ... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Ryan Bloom | We need to use @@Port@@ not hard-code the Port number. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Ryan Bloom | Fix --enable-mods-shared processing. If most is specified, |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Ryan Bloom | Add a Listen directive to the default config file.... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Ryan Bloom | Remove an old comment. This config.m4 is numbered... |
commit | commitdiff | tree | snapshot |
next |