]> granicus.if.org Git - apache/history - modules
squash warnings
[apache] / modules /
2002-06-18 Roy T. FieldingIt isn't valid to check errno without setting it first...
2002-06-17 Justin ErenkrantzDo not use atol() for the Content-Length parsing as...
2002-06-17 Bill StoddardEliminate segfault we were seeing in mod_mem_cache...
2002-06-17 William A. Rowe Jr These emits occur mainline, outside of the pphrase_ca...
2002-06-17 Justin ErenkrantzRewrite ap_get_client_block to rely on assumptions...
2002-06-17 Ian Holsmanremove a redundant piece of code
2002-06-15 Bill StoddardClose race condition cleaning up cache entry.
2002-06-15 Ryan BloomWe must set the MIME-type for .shtml files to text...
2002-06-15 Brian PaneFixed a bug in the handling of nested if-statements...
2002-06-15 Bill StoddardStyle cleanups
2002-06-15 William A. Rowe Jr Fix serious brokenness... we abused prog_type rather...
2002-06-14 William A. Rowe Jr Clean up a signedness emit
2002-06-14 William A. Rowe Jr Cleanup proxy timeouts a bit to remove emits and...
2002-06-14 Justin ErenkrantzModify the deflate input filter so that it should alway...
2002-06-13 Cliff Woolleythis comment is way bogus
2002-06-13 Brian PaneSend output to the next filter even on header_only...
2002-06-13 Brian PanePass the brigade even on header_only requests
2002-06-13 Jeff Trawickfix the type of cache_pq_set_null so that it compiles...
2002-06-13 Justin ErenkrantzPer RFC 2616 section 9.4, we SHOULD return the content...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-06-12 William A. Rowe Jr Use lowercased macros
2002-06-12 William A. Rowe Jr Use the new wrapper
2002-06-12 William A. Rowe Jr Use the new APR_TIME_FROM_SEC() wrapper
2002-06-12 William A. Rowe Jr An important observations before some x86'er attacks...
2002-06-11 Jeff TrawickFix some casting in mod_rewrite which broke random...
2002-06-11 Cliff Woolleyfix the infinite recursion problem with HTTP-on-the...
2002-06-11 Doug MacEachernin case there is actually a cert chain in the cache...
2002-06-11 Doug MacEachernPR:
2002-06-11 Doug MacEachernPR:
2002-06-10 Cliff Woolleydetabify
2002-06-10 Greg Amesbe consistant about how a couple of members of mem_cach...
2002-06-10 Greg Amesfix compile breakage on platforms with default atomics
2002-06-10 Bradley NicholesFixed up the NetWare make files to include the correct...
2002-06-10 Bradley NicholesModified the CGIMapExtension directive to take an optio...
2002-06-09 Brian PaneMy logger timestamp cache was using an apr_time_t as...
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-06-08 Brian PaneRemove some extraneous comparison operations
2002-06-08 Justin ErenkrantzTighten this variable's scope to only where it is needed.
2002-06-07 Ryan BloomCall ap_discard_request_body from ap_finalize_request...
2002-06-07 Jeff Trawicktry to be a better example of a process-connection...
2002-06-07 Ryan BloomMore docs for mod_example.c
2002-06-07 Bill StoddardWin32: Get Ian's priority queue work compiling on Windows.
2002-06-07 Jeff Trawickmake some small steps towards getting the post config...
2002-06-06 Justin ErenkrantzI have no earthly idea what this comment is referring...
2002-06-06 Ian Holsmanimplement a fixed size cache in mod_mem_cache using...
2002-06-06 Cliff WoolleyUpdate Geoff's email address. PS: Geoff still voluntee...
2002-06-06 Jeff Trawickget the prototype for strcasecmp() on AIX
2002-06-06 William A. Rowe Jr Need to grok optional fns.
2002-06-06 William A. Rowe Jr Catch up with Brad's changes, this knocks off the...
2002-06-06 William A. Rowe Jr Once moved to a shared location, this bouncy #include...
2002-06-06 William A. Rowe Jr Cleanup an emit
2002-06-05 Bradley NicholesConsolidated the startup attributes for building the...
2002-06-05 Bill StoddardHummm. not entirely sure if ap_meets_conditions() does...
2002-06-05 Bill StoddardFix segfault at startup when the startup fails before...
2002-06-05 Greg Amesfix a compile failure on platforms where apr_atomic_t...
2002-06-05 Bill StoddardFix a storage leak introduced by my patch last night...
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-06-05 Justin ErenkrantzOops.
2002-06-05 Bill StoddardAdd content negotiation and expiration policy to mod_ca...
2002-06-04 Bill StoddardJean-Jacques is reporting that this change dramatically...
2002-06-04 Bill StoddardThe number of collision chains in cache_hash is MCacheM...
2002-06-04 Bradley NicholesAdded conditional build instructions for building the...
2002-06-04 Bradley NicholesGeneral make file for building the filter modules
2002-06-04 Ryan BloomAllow ap_discard_request_body to be called multiple...
2002-06-04 Bill StoddardSave request_time and response_time in the info struct
2002-06-04 Justin ErenkrantzThe style police have arrested mod_alias on charges...
2002-06-04 Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
2002-06-04 William A. Rowe Jr Feedback appreciated - I'm guessing that we can trust...
2002-06-04 William A. Rowe Jr The only remaining question ... are nested or strictl...
2002-05-31 Ian Holsmanadd 2 new enviornment variables to deal with misbehavin...
2002-05-31 Ryan BloomThe apr_bucket change requires a minor MMN bump. Also...
2002-05-31 Jeff Trawickif we autoindex, discard the request body and check...
2002-05-31 Ryan BloomIf the request doesn't have a body, then don't try...
2002-05-31 Bradley NicholesAdded mod_cgi and mod_netware as built in module in...
2002-05-31 Justin ErenkrantzFix segfault when x hasn't been initialized and tighten...
2002-05-31 Cliff Woolleywe should be copying over all metadata buckets we don...
2002-05-31 Justin ErenkrantzFix the case where we generate both a 401 and 413 and...
2002-05-31 Justin ErenkrantzFix the case where if there is no ErrorDocument specifi...
2002-05-31 Aaron BannertThis fixes a failed assert when r->remaining is left...
2002-05-30 Justin ErenkrantzThis should have remained cleanup not a re-creation.
2002-05-30 Justin Erenkrantz- Fix case where the initial chunk length was 0 was...
2002-05-30 Cliff WoolleyThis definitely gets the award for least useful error...
2002-05-30 Cliff WoolleyWhy the stack buffer and the copy? This seems much...
2002-05-30 Justin Erenkrantzmod_bucketeer needs to preserve error buckets if it...
2002-05-30 William A. Rowe Jr Based on DougM's feedback to the list...
2002-05-30 William A. Rowe Jr Apparently Roy missed this comment. Rephrase as...
2002-05-30 William A. Rowe Jr Split out the LAYOUT
2002-05-30 William A. Rowe Jr As we find the right places for this content, move...
2002-05-30 Ian Holsmanclear up some warnings about unused variables
2002-05-30 Jeff Trawickkeep the signed-ness of char buffers consistent with...
2002-05-30 Justin ErenkrantzUnroll the putLong and getLong loops and correct putLon...
2002-05-30 Justin ErenkrantzSwitch mod_proxy to using the brigade/filter calls...
2002-05-30 Justin ErenkrantzAdd a PROXYREQ_RESPONSE value for request_rec->proxyreq...
2002-05-30 William A. Rowe Jr All rather stale. Any new/remaining issues should...
2002-05-30 Justin ErenkrantzApply same patch to mod_cgid that was applied to mod_cg...
2002-05-30 Justin ErenkrantzRewrite mod_cgi's input handling to use brigades and...
2002-05-30 Cliff WoolleyThanks Ryan for cleaning up after my laziness. :)...
2002-05-30 Justin Erenkrantz- Remove APR_STATUS_IS_SUCCESS calls in favor of direct...
2002-05-30 Ryan BloomTokenize the arguments for rewrite programs during...
2002-05-29 Justin ErenkrantzCall apr_file_write_full instead to achieve the same...
next