]> granicus.if.org Git - apache/shortlog
apache
2001-10-10 Justin ErenkrantzWe also need to increment *readbytes when we find a...
2001-10-10 Ryan BloomMake the error messages from apachectl refer to the...
2001-10-10 William A.... Finish the switch to huge file support
2001-10-10 William A.... Support huge files from mod_asis
2001-10-10 William A.... Negotiation once allowed any file, of any filename...
2001-10-10 Justin ErenkrantzYeah, let's just return this segment to how it was...
2001-10-10 Justin ErenkrantzFor some reason, I was thinking PEEK should read infini...
2001-10-10 William A.... Catch up to Martin's work for 2.0
2001-10-10 William A.... Short of removing the headers filter, this is the...
2001-10-10 Justin ErenkrantzAllow the bucket reading code in the core to handle...
2001-10-10 Jeff Trawickprefork: Don't segfault when we are able to listen...
2001-10-10 William A.... Too many args is a bad thing too, some days
2001-10-10 William A.... Rewrite of rotatelogs as an apr-ized app.
2001-10-10 William A.... Correct dependency for apr-ization of rotatelogs
2001-10-10 Justin ErenkrantzFoo != Bar.
2001-10-10 Justin ErenkrantzRemove ^M character. Someone thinks they are in DOS...
2001-10-10 Justin ErenkrantzAllow mod_so to be enabled by default even if no shared...
2001-10-09 Greg AmesSunny but chilly in Raleigh
2001-10-09 Joshua Slivefixes heml to html to make example work
2001-10-09 William A.... Always helps to add the member
2001-10-09 William A.... Bring many things up-to-date. FirstBill, wasn't...
2001-10-09 William A.... Speed it up. While this optimization wasn't obvious...
2001-10-09 William A.... Uhmm... time for a note about this.
2001-10-09 Greg Amesallow file extentions specified by AddHandler, AddInput...
2001-10-09 Greg Amesprevent near infinite subrequest recursion with mod_neg...
2001-10-09 Greg SteinGet rid of some byterange handling code; it doesn't...
2001-10-08 Ryan BloomClean up the string passed to the error log hook. This...
2001-10-08 Greg SteinDon't set r->status_line. Apache uses that in preferenc...
2001-10-08 Greg Amesget symlinks working again
2001-10-08 Ian Holsmandechunking filter removed.
2001-10-08 Jeff Trawickat least *this* cast keeps gcc happy (and should keep
2001-10-08 Greg SteinHTTP_IN was attempting to process the PEEK mode. This...
2001-10-08 Ian Holsmaninitial port of new Request-mode HTTP_IN filter to...
2001-10-08 William A.... Revamped ap_directory_walk logic, without a path_info...
2001-10-08 William A.... This is nothing but const bogosity. We have our...
2001-10-08 Ian HolsmanCorrect Verbage in comments.
2001-10-08 Martin KraemerRename ssl-std.conf to match Makefile.in's installation...
2001-10-07 William A.... Great badness - not a good idea to return OK when...
2001-10-06 William A.... Hmmm... continue's not so good an idea here :)
2001-10-06 William A.... Time to give up for the day, and grab a beer
2001-10-06 William A.... Aaargh! Unwinding part of my patch before I committe...
2001-10-06 William A.... A major overhaul to the -replacement- ap_directory_wa...
2001-10-06 William A.... Good to note
2001-10-06 William A.... Allow ApacheBench to connect to and control Apache...
2001-10-06 William A.... Fix a borked entry that I introduced. Now mime_magic...
2001-10-06 Greg SteinDon't attempt to call apr_xml_parser_done() twice ...
2001-10-06 William A.... I don't know if these are correct, just my best alien...
2001-10-06 William A.... Some other modules here are argueably tests ... but...
2001-10-06 William A.... Legibility counts for something, so does eliminating...
2001-10-06 Justin ErenkrantzIt's a good time to update STATUS.
2001-10-06 Justin ErenkrantzWe should only be doing one socket read under any circu...
2001-10-05 Joshua SliveBring forward some 1.3 changes, mostly from
2001-10-05 Justin ErenkrantzAllow the core input filter to handle AP_NONBLOCK_READ...
2001-10-05 Justin ErenkrantzI believe it is a kosher for a filter to return EOS...
2001-10-05 William A.... And thank you once again, Justin
2001-10-05 William A.... These now exist with their -std names, thanks for...
2001-10-05 Justin ErenkrantzInclude paths must be relative to ServerRoot directive.
2001-10-05 Justin ErenkrantzMake sure we run the new conf files through sed.
2001-10-05 Jeff Trawickget rid of an unused variable
2001-10-04 William A.... Split the significant modules into segregated module...
2001-10-04 William A.... Cleanup the config (somewhat) so that win32 -could...
2001-10-04 Ryan BloomRemove the Port directive. In it's place, the Listen...
2001-10-04 William A.... Just passing through
2001-10-04 William A.... Add some mime magic to the Win32 build
2001-10-04 Ryan BloomMake sure we install all of the support scripts.
2001-10-04 Justin ErenkrantzAh, I didn't see that churn is only used on input ...
2001-10-03 Ryan BloomWe need to use @@Port@@ not hard-code the Port number.
2001-10-03 Ryan BloomFix --enable-mods-shared processing. If most is specified,
2001-10-03 Ryan BloomAdd a Listen directive to the default config file....
2001-10-03 Ryan BloomRemove an old comment. This config.m4 is numbered...
2001-10-03 William A.... One more note on the last commit - the 'cannot serve...
2001-10-03 William A.... Correct file lookups when we are given a file within...
2001-10-03 Jeff Trawickrename variable "except" to avoid colliding with a...
2001-10-03 William A.... Fix a mismatching issue, where index.html.foo.en...
2001-10-02 Lars EilebrechtUpdate mime.types file.
2001-10-02 Ryan BloomSuexec is compiled to the builddir, not the source...
2001-10-02 Bill StoddardI am agreeable to mod_gz going in experimental. It...
2001-10-02 William A.... Goodbye r->content_lanaguage (per vote from apache...
2001-10-02 Lars EilebrechtAdd info about Opera supporting MD5 Authentication.
2001-10-02 William A.... Clean up a couple of type warnings.
2001-10-02 Lars EilebrechtUpdate entry.
2001-10-02 Ian HolsmanAdded Doxygen Comments
2001-10-02 Joshua SliveSync the html version with the nroff version.
2001-10-02 Cliff WoolleyOops, missed a part.
2001-10-02 Cliff WoolleyBring httpd man page up-to-date with flags that current...
2001-10-01 Greg Amesap_sub_req_output_filter: don't pass along a brigade...
2001-10-01 Ryan Bloomclean up the fdqueue a bit more, by implementing Greg's
2001-10-01 Cliff WoolleySwitch from tmpnam() to apr_file_mktemp() so that gcc...
2001-10-01 William A.... Two more loadable modules on Win32, thank you Gunther!
2001-10-01 William A.... BIO_write returns an int. Whacha gonna do? Kill...
2001-10-01 William A.... /GZ RTL debug flag is not recognized across VC 5...
2001-10-01 William A.... Clean up some warnings by summing bytecounts into...
2001-10-01 William A.... Nothing wrong with an int here, so make it explicit...
2001-10-01 William A.... Remain consistent to the connection_rec, and use...
2001-10-01 William A.... Kill off some expensive, unnecessary effort when...
2001-10-01 William A.... Should be no change to the execution - simply clean...
2001-10-01 William A.... Wording changes
2001-10-01 William A.... The patch that emerged uppon discussion on news:hr...
2001-09-30 Justin ErenkrantzKill two autoconf-related birds with one commit.
2001-09-30 Justin ErenkrantzRemove unnecessary initialization and add a comment...
next