]> granicus.if.org Git - apache/shortlog
apache
2000-11-09 Ryan BloomRemove BUFF from the main server. :-) The buff code...
2000-11-08 Jeff TrawickWhen caching file handles (vs. mmaps) reset the file...
2000-11-08 Joshua SliveSlight clarification of chunked encoding and keep-alive...
2000-11-08 Jeff TrawickIn the content-length+bytes-sent filter, only set the...
2000-11-08 Jeff TrawickRemove the byterange code out of mod_file_cache's handl...
2000-11-08 Jeff TrawickGet ab to build again by changing apr_set_remote_port...
2000-11-08 Jeff TrawickFix the format strings used for apr_port_t (APR_PORT_T_...
2000-11-08 David ReidThis adds the APR_LOCAL/APR_REMOTE to APR and changes...
2000-11-08 David ReidMore cleanup of apr_port_t stuff.
2000-11-08 David ReidDoh! Missed this from the last commit...
2000-11-08 David ReidMissed these first time round... More apr_port_t changes.
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-08 Greg Steinfix the byterange filter.
2000-11-08 Ryan BloomThe byte-ranges filter. This looks like it should...
2000-11-08 Greg Steinap_set_content_length() now has a void return.
2000-11-08 Ryan BloomFix a compile break. ap_set_content_length is a void...
2000-11-08 Joshua SliveMake the keep-alive documentation more accurate.
2000-11-07 Greg SteinUse apr_off_t for the content length, rather than long...
2000-11-07 Jeff TrawickAvoid warning about unused function open_file() on...
2000-11-07 Ryan BloomConvert a lot of apr_ssize_t to apr_size_t. We don...
2000-11-07 Ryan BloomRemove the original ap_send_fd code. The filters have...
2000-11-07 Martin KraemerFix typo
2000-11-07 Jeff TrawickGet rid of unused variable zero in ap_send_http_options().
2000-11-07 Greg SteinThe LoadModule line should specify a .so file, not...
2000-11-07 Ryan BloomAlways compute the content-length regardless of whether...
2000-11-07 Ryan BloomRemvoe AP_END_OF_BRIGADE. This definition didn't reall...
2000-11-06 Joshua SliveGrammar/Style fixes.
2000-11-06 Ryan Bloomap_send_fd should not be sending an EOS bucket, so...
2000-11-06 Jeff TrawickMake the desired evaluation explicit to keep gcc -Wall...
2000-11-05 Joshua SliveFixed a couple leftover &s.
2000-11-05 Joshua SliveCleanup of perf-tuning.html. No content changes.
2000-11-05 Ryan BloomAllow the core_output_filter to save data in the filter...
2000-11-05 Greg Steinoops. only do the slash management if dir != NULL
2000-11-04 Joshua SliveMinor content and spelling fixes to two recently added...
2000-11-04 Ryan BloomClean up blocking and non-blocking reads from buckets...
2000-11-03 Ryan BloomSub requests should never get into the http headers...
2000-11-03 Sascha SchumannRemove REQUEST_CHUNKED_PASS and change ap_discard_reque...
2000-11-03 Jeff TrawickChange the content-length filter to give up (i.e.,...
2000-11-03 Jeff TrawickAxe a couple of newly-unused variables.
2000-11-03 David ReidRemove some more references to sockaddr structures...
2000-11-03 David ReidMore removal of raw sockaddr references. This shouldn...
2000-11-03 David ReidAnother removal of using raw sockaddr where we should...
2000-11-03 William A.... John's patches to provide depreciated messages for...
2000-11-03 William A.... John's patches to provide depreciated messages for...
2000-11-03 Bill StoddardMerge the 1.3 patch to add support for logging query...
2000-11-03 Bill StoddardMerge forward mod_log_config enhancement.
2000-11-03 David ReidWe don't really want to fool around with socket structu...
2000-11-03 David ReidWe have functions that allow us to get the ports from...
2000-11-03 Bill StoddardDocument mod_log_config %c option
2000-11-03 Bill StoddardAdd a new LogFormat directive, %c, that will log connection
2000-11-02 Ryan BloomIt doesn't make any sense to set a CHUNK flag in the...
2000-11-02 Sascha SchumannFix last commit which was done from the wrong tree...
2000-11-02 Ryan BloomRemove some more BUFF code. This makes the 100 continu...
2000-11-02 Sascha SchumannMake the default handler read the dechunked request...
2000-11-02 Ryan BloomFix the core_output_filter to work with FLUSH buckets...
2000-11-02 William A.... Solve the os_is_absolute_path problem for the moment.
2000-11-02 William A.... Two patches (sorry), first to clean up the double...
2000-11-02 Ryan BloomCreate a feature macro that determines if Autoconf...
2000-11-02 Jeff Trawickap_http_header_filter() can't remove itself until after...
2000-11-02 Jeff TrawickIn writev_it_all(), tell the caller how many bytes...
2000-11-02 William A.... Get Win32 building again.
2000-11-02 William A.... Get win32 building again... we need something just...
2000-11-02 William A.... Cause the command line version of mpm_winnt to do...
2000-11-02 Greg SteinSimplify the configuration mechanisms for threading...
2000-11-02 Jeff TrawickGet rid of some warnings on Solaris 8 by using APR...
2000-11-01 Joshua SliveBring forward from 1.3. Some of this is obviously...
2000-11-01 Joshua SliveFix in regex example.
2000-11-01 Jeff TrawickCreate the pool bucket after we know the true length...
2000-11-01 Jeff TrawickDon't include a '\0' in the header. (I'm still seeing...
2000-11-01 Sascha SchumannComment fixes.. just to get them out of my tree
2000-11-01 Joshua SliveUpdate the main doc page to a two-column format, and...
2000-11-01 Jeff TrawickGet rid of a couple of buff calls by manipulating the...
2000-11-01 Jeff TrawickFix a buglet in the APR-ization of ap_lingering_close...
2000-11-01 Jeff TrawickPrevent a compile warning on FreeBSD by making pointers...
2000-11-01 Ryan BloomForgot one variable when I re-created the patch.
2000-11-01 Ryan BloomFix canned-errors and OPTIONS requests, so that we...
2000-11-01 Ryan BloomStop always allocating 8k for each request. We now...
2000-11-01 Ryan BloomClean up the http filter a lot. Instead of sending...
2000-11-01 Ryan BloomRemove a BUFF function that isn't used anyplace.
2000-10-31 Jeff Trawicka couple of fixes for byte ranges:
2000-10-31 Jeff Trawickexports.c is generated.
2000-10-31 Jeff TrawickCompute the content length (and add appropriate header...
2000-10-31 Ryan BloomCleanup some warnings in mod_auth_digest.c
2000-10-31 Ryan BloomMod_auth_db.c compiles cleanly now.
2000-10-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
2000-10-30 Ryan BloomThis is an ugly little hack to allow DSO modules to...
2000-10-30 Ryan BloomMake mod_auth_dbm compile cleanly.
2000-10-30 Ryan BloomMake mod_auth_db compile cleanly in 2.0
2000-10-30 Ryan BloomGet mod_auth_anon to compile cleanly in 2.0
2000-10-30 Ryan BloomFix a const problem.
2000-10-30 Ryan BloomRemove the suexec patch from mod_mime_magic
2000-10-28 Jeff Trawickinitial commit of mod_ext_filter code and documentation
2000-10-28 Jeff Trawicknote some filter configuration issues
2000-10-28 Tony FinchDon't truncate the string if a RewriteMap lookup has...
2000-10-27 Sascha SchumannCreate modules.c in the build tree. This file depends...
2000-10-26 Jeff TrawickClean up a few incompatible pointer types (int * vs...
2000-10-26 Jeff TrawickOut goes the EBCDIC issue, in goes the error message...
2000-10-26 Jeff TrawickGet rid of some outdated character set translation...
2000-10-26 Jeff TrawickEBCDIC support: convert protocol data in getline() and
2000-10-26 Jeff Trawick Introduce ap_xlate_proto_{to|from}_ascii() to clean...
next