]> granicus.if.org Git - apache/shortlog
apache
2000-09-01 Allan K. EdwardsFix default Timeout & KeepaliveTimeout. Still need...
2000-09-01 Jeff TrawickUpdate export file for AIX with recent symbol changes.
2000-08-30 Jeff Trawickfix a few bugs and improve error handling:
2000-08-30 Greg Steinreversing the latest commit; it was vetoed a while...
2000-08-29 Ryan BloomModify the way filters are added to the server. Instea...
2000-08-29 Jeff TrawickFilters (and thus ap_pass_brigade()) now return an...
2000-08-29 Jeff TrawickStop using strlen() for the size of an array. It isn...
2000-08-29 Greg AmesIf the src/apachecore.dll and src/apachecore.x files...
2000-08-28 Jeff TrawickUpdate chunk_filter to handle buckets with unknown...
2000-08-28 Ken Coar Adding the Taiwan translation bits.
2000-08-26 Jeff TrawickCall ap_pass_brigade() *before* soaking up stderr....
2000-08-26 David ReidRemove a needless cast.
2000-08-25 Ryan BloomMake CGI's use bucket brigades. This will only work...
2000-08-25 William A.... Keep this note for 2.0 developers, as well. Needs...
2000-08-25 Manoj KasichainulaIt's dark.
2000-08-24 Bill StoddardAdd ap_buckets_pipe.c and remove iol_socket and iol_file
2000-08-23 Jim JagielskiWe need to test specifically for setrlimit/getrlimit...
2000-08-23 Sascha SchumannAlways delete generated_lists. This should cure problem...
2000-08-23 Jim JagielskiTry to organize the MPM pre-selection to the hints...
2000-08-23 Ryan BloomFix a small typo and an incorrect type.
2000-08-23 Jeff TrawickUse the AP_INIT_() command_rec initialization macros...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-22 Jeff TrawickFix charset translation breakage on EBCDIC machines...
2000-08-22 Bill StoddardFixed...
2000-08-22 Brian HavardAPRize disabling nagle (setting TCP_NODELAY).
2000-08-22 Ryan BloomFinish fixing the pcre build. PCRE's configure script...
2000-08-22 Ryan BloomBackport the Makefile to the previous version. PCRE...
2000-08-22 Bill StoddardWin32: function pointers use C calling convention unles...
2000-08-22 Bill StoddardAdd a couple of new bucket functions to the Win32 proje...
2000-08-22 Bill StoddardWin32: Reset the acceptex context on a GetQueuedComplet...
2000-08-21 Ken Coar Expand a little on the description, while testing...
2000-08-21 Ken Coar Another minor cosmetic fix, committed from the httpd...
2000-08-21 Ken Coar Cosmetic fix, committed from the apache-2.0 tree ...
2000-08-21 Jeff TrawickFix some bad calls to ap_log_rerror() in mod_rewrite...
2000-08-21 Ken Coar Fix a typo.
2000-08-21 Jeff TrawickUpdate mod_charset_lite for recent changes to ap_bucket...
2000-08-21 Bill StoddardWin32: Don't count the AcceptEx context when reset_acce...
2000-08-20 Jeff TrawickUse context data, initialized prior to insertion of...
2000-08-20 Ryan BloomUpgrade PCRE to version 3.2
2000-08-19 Ryan BloomWe have a list of all of the suspended PRs in the STATU...
2000-08-19 Ryan BloomAdd a note about sub-requests and filters.
2000-08-19 Tony FinchAdd generic support for reference-counting the resource...
2000-08-19 Tony Finchthe ExtendedStatus directive is also dead
2000-08-19 Tony FinchRemove the obsolete ResourceConfig and AccessConfig...
2000-08-19 Tony Finchfix up the </LimitExcept> missing from the previous...
2000-08-19 Tony FinchUse LimitExcept in the commented-out example for the...
2000-08-19 Ryan BloomRemove extra tabs from Makefiles
2000-08-19 Ryan BloomRemove whitespace from blank lines in rules.mk. This...
2000-08-18 Jeff TrawickFix type of bytes_sent parm passed to ap_bucket_mmap_cr...
2000-08-18 Jeff TrawickConvert mod_charset_lite to use a filter for character...
2000-08-18 Ryan BloomAdvance all the numbers in the CHANGES and httpd.h...
2000-08-18 Ryan BloomUpdate the Announcement for the 6th alpha
2000-08-18 Ryan BloomUpdate httpd.h for the release of a6.
2000-08-18 Jeff TrawickTweak apache/apr builds to support dsos on OS/390.
2000-08-18 Ryan Bloomproxy_cache.c was still in the ApacheModuleProxy projec...
2000-08-18 Ryan BloomFix chunking. Two bugs fixed.
2000-08-17 Bill StoddardAdd entry about win32 socket timeouts...
2000-08-17 Ryan BloomMod_echo was using raw args instead of a flag to enable...
2000-08-17 Greg Steintemp fix for filter ordering: +1 on the core filter...
2000-08-17 Greg Steinthis shouldn't have gone in yet. there is still pending...
2000-08-17 Ryan BloomA first pass at the chunking filter. This is incredibl...
2000-08-17 Ryan BloomMake ap_add_filter use a LIFO stack instead of a FIFO...
2000-08-16 Greg Steinprevent zero-length-content brigades from entering...
2000-08-16 Greg Steinsome notes about filter fixes
2000-08-16 Greg Steinfix timing of the EOS bucket delivery
2000-08-16 Greg SteinRyan's recent, suggested patch in this area pointed...
2000-08-16 Greg Steinfix the insertion of the CORE filter. it should be...
2000-08-15 Bill StoddardNuke ap_make_dirstr from the Windows exports file.
2000-08-15 Bill StoddardWe are a LONG way from having stable code...
2000-08-15 Bill StoddardLet ap_send_fd handle the error logging to eliminate...
2000-08-15 Bill StoddardRemove the sendfile_handler (was #if 0'ed out) that...
2000-08-15 dgaudetfinish cleaning up after a change i made over 3 years...
2000-08-15 Bill StoddardWin32: Add bucket brigades and util_filter to the proje...
2000-08-15 Greg Steina filter's context is to be used however the filter...
2000-08-15 Jeff TrawickFix some typos in the comments.
2000-08-14 Bill StoddardWin32: Enable lingering close.
2000-08-14 Ken Coar Make compilable on Windows again. I'm not sure the...
2000-08-14 Jeff TrawickWhen ap_register_filter() registers a cleanup function...
2000-08-14 Ryan BloomFix a minor bug in the default template file. The...
2000-08-14 Ryan BloomRemove a bunch of warnings from the server when compile...
2000-08-14 Ryan BloomAdd a make directive for making the documentation
2000-08-14 Ryan BloomFix a small typo
2000-08-14 Ryan BloomDocument http_request.h using ScanDoc.
2000-08-13 Ryan BloomFinish commenting httpd.h using Scandoc.
2000-08-13 David ReidMore tidy up for mpmt_beos mpm.
2000-08-13 David ReidMissed this first time and forgot about it until now...
2000-08-13 Ryan BloomCleanup the buckets a bit, and add ScanDoc comments...
2000-08-12 Ryan BloomAdd an error condition to the filter code. Basically...
2000-08-12 Ryan Bloomdocument util_filter.h using Scandoc
2000-08-12 Ryan BloomRemove some suspended PR's that have been closed in...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-12 Jeff TrawickChange the rewrite log lock from intra-process to lock...
2000-08-12 Ken Coar Allow <Limit*> to accept arbitrary extension method...
2000-08-11 Ken Coar Add mnemonics for the ap_allow_methods() reset flag...
2000-08-11 Ken Coar Note the connexion between the method number list...
2000-08-11 Ken Coar More prototypical API support for arbitrary extension...
2000-08-11 Ken Coar Preset the cmd_parms->limited field to the magic ...
2000-08-11 Bill StoddardExport util_xml.c functions. Add dependency on xml...
2000-08-11 Jeff TrawickGet rid of an ancient comment (which was updated for...
2000-08-11 Ken Coar Don't skip any remaining methods just because one...
next