]> granicus.if.org Git - apache/shortlog
apache
2000-09-17 David ReidAdd some more .cvsignore files for BeOS and add a CHANG...
2000-09-17 Ryan BloomIf a bucket is split at the first or last character...
2000-09-17 Ryan BloomPort the RemoveEncodings/RemoveTypes code from 1.3...
2000-09-15 Jeff TrawickHandle a tag that appears at the start of a bucket.
2000-09-15 Joshua SlivePR: 4976
2000-09-15 Joshua SlivePR: 5040
2000-09-15 Joshua SlivePR: 5289
2000-09-15 Joshua SlivePR: 5596
2000-09-15 Joshua SlivePR: 5961
2000-09-15 Jeff TrawickFix a bug parsing configuration file containers. With...
2000-09-14 Jeff TrawickGet rid of some unused variables introduced in recent...
2000-09-14 Jeff TrawickFix the types of the variables passed as the len parm...
2000-09-14 Jeff TrawickIn find_string(), handle eos and end-of-pipe conditions.
2000-09-14 Ryan BloomChange AddFilter name to AddOutputFilter
2000-09-14 Jeff Trawickeos_bucket->read() no longer returns AP_END_OF_BRIGADE...
2000-09-14 Doug MacEachernput ctx back in ap_add_filter()
2000-09-14 Tony FinchImprove the way the chunking filter handles zero-length...
2000-09-14 Ryan BloomAdd a pointer to the filter_rec_t from the filter_t...
2000-09-13 Ryan BloomAdd the AddFilter directive. This directive takes...
2000-09-13 Ryan BloomFix another seg fault with allow_methods and sub requests
2000-09-13 Ryan BloomFix a seg fault with sub requests. We must allocate...
2000-09-13 Ryan BloomFix a stupid typo. I wanted to register the filter...
2000-09-13 Tony FinchEncourage people to use the simpler NameVirtualHost...
2000-09-13 Ryan BloomFirst pass at mod_include as a filter. This is at...
2000-09-13 Ken Coar Start introducing the extension-method elements so...
2000-09-13 Ken Coar Do a bunch of style-guide fixups (like wrapping Boolea...
2000-09-12 Tony FinchThis commit adds support for purely name-based virtual...
2000-09-12 Joshua SliveNew doc describing configuration process.
2000-09-12 Rich Bowenallow->Allow, deny->Deny, order->Order and require...
2000-09-12 Jeff TrawickExplictly close the AF_UNIX socket to the cgid child...
2000-09-12 Ryan BloomEnsure that only one EOS bucket is sent down the filter...
2000-09-11 Jeff TrawickThe apr_file_t representation of the Unix socket from...
2000-09-11 Jeff TrawickGet mod_isapi.c to compile with the level of Win32...
2000-09-11 Joshua SliveTutorials. These are, of course, all for 1.3, but...
2000-09-11 Ryan BloomModify mod_cgid to use bucket brigades. This means...
2000-09-10 Tony FinchDon't do non-idempotent things in macro arguments.
2000-09-10 Tony FinchUse XXX for comments describing inadequacies in the...
2000-09-09 Greg SteinThe "get resource" functionality is no longer a hook...
2000-09-09 Greg Steinthe DAV directive now takes the name of a repository...
2000-09-09 Greg Steinpass_chunk() was tossing a brigade composed of just...
2000-09-09 Jeff TrawickUpdate mod_charset_lite to use the new ring-based macros
2000-09-09 Joshua SlivePR: 6139
2000-09-09 Joshua SlivePR: 6419
2000-09-09 Joshua SlivePR: 6470,6450,6218,6216,6478
2000-09-09 David ReidBeOS doesn't have an os-inline.c file so don't try...
2000-09-09 Greg Steinpublish the mod_dav.h header for DAV backend providers...
2000-09-09 Greg Steinupdate the WebDAV versioning support:
2000-09-09 Tony FinchUse wrapper macros to avoid the verbosity of the AP_RIN...
2000-09-09 Tony FinchFix inserting elements at the head and tail of a ring...
2000-09-08 Joshua SlivePR:
2000-09-08 Joshua SlivePR:
2000-09-08 Ryan BloomFix a compile break in mod_mime_magic.c. In early...
2000-09-08 Greg AmesChange prefork to use the same listen api as the rest...
2000-09-08 Tony FinchReduce the manualarity of managing bucket brigade lists...
2000-09-07 Jeff TrawickFix merging of AddDefaultCharset directive.
2000-09-06 Ryan BloomFix the ScanDoc output on IE. I don't have IE, so...
2000-09-02 Jeff TrawickNote release date of 2.0a6.
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
next