]> granicus.if.org Git - apache/shortlog
apache
2000-11-10 Ryan Bloomremove a thread un-safe function from mod_rewrite
2000-11-10 Ryan BloomRemove the comments that I accidentally left in from...
2000-11-10 Ryan BloomRemove a thread un-safe function when APR_HAS_THREADS
2000-11-10 Jeff TrawickDon't use ap_bucket_read() to find the length unless...
2000-11-10 David ReidMore local/remote changes and tidy up http_vhost a...
2000-11-10 William A.... Fix symbol break.
2000-11-10 William A.... Killing ap_os_is_filename_valid. Left actual win32...
2000-11-10 Ryan BloomThis is always displayed to the console. There is no...
2000-11-10 William A.... Just some things I noticed letting someone else have...
2000-11-10 Tony FinchI have fixed PR#4455 already.
2000-11-10 Tony FinchIn mass hosting setups (using mod_vhost_alias or mod_re...
2000-11-10 William A.... Newer canonicalization code should replace this patch...
2000-11-10 David ReidBring the apr_in_addr type into line with naming conven...
2000-11-09 Ryan BloomRemove MMAP handling from the default handler. MMAPs...
2000-11-09 William A.... Per new-httpd discussions, this version of mod_autoin...
2000-11-09 Bill StoddardClean up compiler warnings
2000-11-09 Bill StoddardEliminate use of BUFF in mpm_winnt. Thanks to rbb for...
2000-11-09 David ReidChange the code to reflect the recent API changes...
2000-11-09 William A.... Return buff.h to the winnt mpm till Bill (or I, if...
2000-11-09 Jeff TrawickSimplify the call to ap_send_fd().
2000-11-09 Greg Steinfinal round of walker cleanup: fix the provider API...
2000-11-09 Greg Steinone more round of walker cleanup: remove some items...
2000-11-09 Greg Steinshould be DAV_WALKTYPE_NORMAL, not _ALL
2000-11-09 Greg Steinfirst round whack at cleaning up the walker interface
2000-11-09 Greg Steinbyterange handling simply did not work for internal...
2000-11-09 Greg Steinminor tweaks, cleanup, comments.
2000-11-09 Ryan BloomTie up some loose ends that fell through the cracks...
2000-11-09 Ryan BloomUse the content-length filter to compute the content...
2000-11-09 Ryan BloomThe content-length filter needs to compute the length...
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...
next