]> granicus.if.org Git - apache/history - modules/http
Description of terms used to describe modules in the new (not yet
[apache] / modules / http /
2000-09-21 Bill StoddardFix error in setting bytes_sent. Need more time to...
2000-09-21 Bill StoddardFirst cut at a file bucket. Modify the core_filter...
2000-09-19 Jeff TrawickGet internal redirects working by initializing the...
2000-09-19 Greg AmesFix a bug where errors that happen during early request...
2000-09-19 Ryan Bloomtart getting things setup for input filtering. All...
2000-09-18 Jeff TrawickFix the calling convention on Windows for ap_bucket_pri...
2000-09-18 Jeff TrawickFix some problems with the recent port of RemoveEncodin...
2000-09-18 Ryan BloomChange r->filters to r->output_filters. This sets...
2000-09-17 Ryan BloomPort the RemoveEncodings/RemoveTypes code from 1.3...
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 Ryan BloomChange AddFilter name to AddOutputFilter
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-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 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 Ryan BloomEnsure that only one EOS bucket is sent down the filter...
2000-09-10 Tony FinchUse XXX for comments describing inadequacies in the...
2000-09-09 Greg Steinpass_chunk() was tossing a brigade composed of just...
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 Tony FinchReduce the manualarity of managing bucket brigade lists...
2000-09-07 Jeff TrawickFix merging of AddDefaultCharset directive.
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-28 Jeff TrawickUpdate chunk_filter to handle buckets with unknown...
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-19 Tony FinchAdd generic support for reference-counting the resource...
2000-08-18 Jeff TrawickFix type of bytes_sent parm passed to ap_bucket_mmap_cr...
2000-08-18 Ryan BloomFix chunking. Two bugs fixed.
2000-08-17 Greg Steintemp fix for filter ordering: +1 on the core filter...
2000-08-17 Ryan BloomA first pass at the chunking filter. This is incredibl...
2000-08-16 Greg Steinprevent zero-length-content brigades from entering...
2000-08-16 Greg Steinfix timing of the EOS bucket delivery
2000-08-16 Greg Steinfix the insertion of the CORE filter. it should be...
2000-08-14 Ken Coar Make compilable on Windows again. I'm not sure the...
2000-08-14 Ryan BloomRemove a bunch of warnings from the server when compile...
2000-08-13 Ryan BloomCleanup the buckets a bit, and add ScanDoc comments...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-12 Ken Coar Allow <Limit*> to accept arbitrary extension method...
2000-08-11 Ken Coar More prototypical API support for arbitrary extension...
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-10 Ken Coar Whoops, head off a potential segfault. The array...
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-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-29 Ryan BloomMove the Server Token stuff out of http_config_globals...
2000-07-28 Ryan BloomAdd the ability to register filters. This commit intro...
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-26 Jeff Trawickpacket minimization when doing sendfile...
2000-07-25 Ryan BloomRemove EXEC_ON_READ from ClearModuleList and AddModule...
2000-07-25 William A. Rowe Jr Caught a bit of my own bad style :)
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-13 Ryan BloomApache doesn't actually check for stdarg.h, but APR...
2000-07-11 Ryan BloomFix a warning associated with the ap_send_fd change...
2000-07-11 Greg Steinshift the LimitXMLRequestBody directive to the core...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
2000-07-06 Jeff TrawickFix the way that ap_rwrite() checks for an error from...
2000-07-06 Bill StoddardWinNT: Implement acceptex socket reuse. Make sure that...
2000-07-05 Ryan BloomRemove some warnings from the latest compile. I don...
2000-07-04 Greg Steinadd ap_get_status_line() so that modules can get a...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-28 William A. Rowe Jr Whoops... will be needing this exported rsn for mod_m...
2000-06-28 William A. Rowe Jr Hook functions aren't translated (and when they are...
2000-06-27 Bill StoddardFix compiler warning on AIX
2000-06-26 Jeff TrawickFix the type of the 5th argument to iol_sendfile().
2000-06-24 Ryan BloomFix a couple of const warnings on Linux. This basicall...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-24 Greg Steinhttp_request.[ch]:
2000-06-23 Bill StoddardProperly detect the existance of send_file() on AIX
2000-06-20 Roy T. FieldingRemoved the pointless ap_is_aborted macro.
2000-06-20 William A. Rowe Jr This Win32 patch adds the key HKCR/filetype/shell...
2000-06-20 William A. Rowe Jr This patch disallows bogus args to the ScriptInterpre...
2000-06-20 William A. Rowe Jr This patch solves several specific issues:
2000-06-19 Bill StoddardGet rid of more compiler warnings.
2000-06-17 Ben LaurieMore command handlers.
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Ben LaurieFix warnings.
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-17 Greg Steinreduce some code redundancy / simplify.
2000-06-17 Greg Steinap_bvputs() is a misnomer; introduce ap_bputstrs()
2000-06-15 Jeff TrawickInclude the proper header file (under X/Open, at least...
2000-06-13 Jeff TrawickGet the ap_config.h cleanup working on FreeBSD by addin...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-06-10 dgaudetanother iteration on the saferead/bhalfduplex stuff...
2000-06-06 Ryan BloomAdd the resource limiting code back to Apache 2.0....
2000-06-06 William A. Rowe JrPR:
next