]> granicus.if.org Git - apache/shortlog
apache
2000-11-17 Bill StoddardGet rid of a bit more BUFF cruft in mpm_winnt.c
2000-11-17 Bill StoddardMake function definition agree with the declaration...
2000-11-17 Jeff TrawickAPR: Change apr_connect() to take apr_sockaddr_t instea...
2000-11-17 Jeff TrawickGet exports.c symbols to compile even if the declaratio...
2000-11-17 Ryan BloomThis removes all BUFF's from the HTTP proxy. This...
2000-11-17 Joshua SliveYet another broken link.
2000-11-16 Joshua SliveBring a couple typo fixes forward from 1.3.
2000-11-16 Jeff Trawickadd apr_create_socket to the list of symbols
2000-11-16 Jeff TrawickUpdate httpd.exp for recent symbol changes.
2000-11-16 Greg Steinuse apr_size_t and a few minor tweaks
2000-11-16 Ryan BloomMake the proxy work with filters. We are still using...
2000-11-16 Greg Steinuse apr_size_t
2000-11-15 Ryan BloomDo not send a content-length if and only if this is...
2000-11-15 Joshua SliveFirst stab at a STATUS file for httpd-docs-2.0.
2000-11-15 Tony FinchMake cgi-bin work as a regular directory when using...
2000-11-15 Greg SteinApply a patch from John Vasta for adding (some/more...
2000-11-15 Joshua SliveHmmm... It appears that there were some translation...
2000-11-15 Joshua SliveBring the "it worked" pages in 2.0 in sync with the...
2000-11-14 Ryan BloomRemove BUFF from the CONNECT handler. This works as...
2000-11-14 Ryan BloomGet the proxy to look at requests that are being proxie...
2000-11-14 Joshua SliveTypo in example.
2000-11-14 Allan K. Edwardsrepair cgi's on Windows
2000-11-14 Chuck MurckoChanges for previous ap_proxy_doconnect() calling
2000-11-14 Ryan BloomGet the proxy working again. With this change in,...
2000-11-14 Chuck MurckoSimplify ap_proxy_doconnect(); now returns apr_status_t
2000-11-14 Jeff TrawickIgnore generated file pcre.h.
2000-11-14 Jeff TrawickGet "make install" to work on Tru64.
2000-11-14 Ryan BloomRemove the change from earlier tonight to not send...
2000-11-14 Ryan BloomStop the default_handler from trying to deal with HEAD...
2000-11-14 Ryan BloomMake the header filter decide if a body should be sent...
2000-11-14 Ryan BloomIf the content-length is zero, then we don't output...
2000-11-14 Ryan BloomAssociate a pool with the pool bucket so that it serves...
2000-11-14 Ryan BloomAdd the referer to the error log if one is available.
2000-11-14 Jeff TrawickInclude ap_config.h to get the definition of AP_DECLARE...
2000-11-14 Jeff TrawickGet http_core to compile again after the last change.
2000-11-14 Ryan BloomPort mod_info to 2.0. This is basically a complete...
2000-11-14 Ryan BloomWe can not use heap buckets for data that was allocated...
2000-11-14 Jeff TrawickGet rid of warning on Tru64:
2000-11-13 Ryan BloomGet the default_handler to use the bucket code directly...
2000-11-13 Bill StoddardUpdate coalesce filter to use heap buckets rather than...
2000-11-13 Ryan BloomGet send the content-type header sent correctly for...
2000-11-13 Ryan BloomUpdate the httpd.exp file.
2000-11-13 William A.... Win32 symlink (NTFS Junction) support for mod_rewrite
2000-11-13 Ryan BloomFix type complaints on Xlc.
2000-11-13 Ryan BloomThe core handler should never close a file, because...
2000-11-13 Ryan BloomGet the hints file working on Linux. This also gets...
2000-11-13 Jeff TrawickChange mod_rewrite's tilde expansion to use apr_get_hom...
2000-11-13 Jeff TrawickClean up some of the warnings from a Tru64 build, mostl...
2000-11-13 Ryan BloomGet SINGLE_LISTEN_UNSERIALIZED_ACCEPT working again...
2000-11-13 Jeff Trawickadd apr_get_home_directory(), teach mod_userdir to...
2000-11-13 Joshua SliveFix a few broken links.
2000-11-12 Joshua SliveTypo in mod_rewrite.html.
2000-11-11 Ryan BloomThe whole proxy compiles cleanly now. Now we need...
2000-11-11 Ryan Bloomproxy_ftp and proxy_http both compile now. Not tested...
2000-11-11 Ryan BloomMake proxy_connect.c compile cleanly again. Not sure...
2000-11-11 Chuck MurckoPick up buff.h for the moment, now to get the conn_rec...
2000-11-11 Chuck MurckoFix small thinko in void funcs
2000-11-11 Chuck MurckoThis is the 1.3.x current proxy into 2.0 - first stage
2000-11-11 Chuck MurckoThis is the 1.3.x current proxy into 2.0 - first stage
2000-11-11 Chuck MurckoThis is the 1.3.x current proxy code into 2.0.
2000-11-11 Chuck MurckoThis is 1.3.x current proxy folded into 2.0.
2000-11-11 Ryan BloomNot all platforms have INADDR_NONE defined by default...
2000-11-11 William A.... A good thing, allow W2K to perform the symlink test.
2000-11-10 Jeff TrawickGet mod_userdir compiling on FreeBSD when APR_HAS_THREADS.
2000-11-10 Ryan BloomMM has a bug that when you ask for a specific amount...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
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...
next