]> granicus.if.org Git - apache/shortlog
apache
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...
2000-08-11 Ken Coar Fix another oversight: don't add an extension method...
2000-08-11 Ken Coar Add recognition of the --with-port=n (as was added...
2000-08-10 Ken Coar Whoops, head off a potential segfault. The array...
2000-08-10 Jeff TrawickTweak apr_getopt() and its use in ab to avoid compiler...
2000-08-10 Jeff TrawickChange use of ap_pstrcat() to apr_pstrcat() in previous...
2000-08-10 Ken Coar Add support for arbitrary extension methods for the...
2000-08-10 Jeff TrawickFix comment delimiters so that Apache builds again.
2000-08-10 Ryan BloomWe've already released a5
2000-08-10 Ryan BloomBegin to document httpd.h with ScanDoc
2000-08-09 Jeff Trawickmod_cern_meta: fix broken file reading loop in scan_met...
2000-08-09 Bill StoddardUpdate exports file for AIX.
2000-08-09 William A.... Fix ApacheBench for the apr_initopt/apr_getopt change...
2000-08-09 William A.... Adjust the WinNT MPM/SCM code for apr_initopt/apr_get...
2000-08-09 William A.... Provide the first real-world update for the new apr_i...
2000-08-09 William A.... Add a useful header
2000-08-09 Bill StoddardFix compile break
2000-08-09 David ReidSome tidying up of the beos mpm.
2000-08-09 David ReidGuess this one was missed when the rest were fixed :(
2000-08-09 William A.... Minor nits in documentation. The link to the ISAPI...
2000-08-08 Bill StoddardUpdated patch to fix compile warnings from not includin...
next