]> granicus.if.org Git - apache/shortlog
apache
2000-11-21 Joshua SliveLink up the new platform directory. It still needs...
2000-11-21 Jeff TrawickGet rid of apr_create_tcp_socket() reference.
2000-11-20 Greg AmesAdd partial write support for apr_sendfile to core_outp...
2000-11-20 Ryan BloomGet the version number bumped to 2.0a8
2000-11-20 Ryan BloomThe Announcement for a8
2000-11-20 Ryan BloomGet SetFilter working with MIME-types again and update...
2000-11-20 Chuck MurckoRestore Ryan's original intent in ap_proxy_doconnect...
2000-11-20 Joshua SliveClean up core.html a little.
2000-11-20 Joshua SliveRemove some obsolete docs.
2000-11-19 Ryan BloomAdd some docs to the common MPM directives.
2000-11-19 Ryan BloomAdd the MPM docs to the index-bytype front page.
2000-11-19 Joshua SliveAdd the perchild MPM docs and do a little bit of cleanup.
2000-11-19 Ryan BloomUpdate the SetFilter directive to work with Handlers...
2000-11-19 William A.... Disable two features, with warnings, if a relatively...
2000-11-19 Ryan BloomAdd a directive to mod_mime which allows people to...
2000-11-19 Jeff TrawickCall apr_create_socket() instead of apr_create_tcp_sock...
2000-11-19 Jeff TrawickChange apr_bind() to take apr_sockaddr_t.
2000-11-19 Joshua SliveAdd an outline for mpm_winnt.html.
2000-11-19 Joshua SliveRemove more of the directives that moved to mpm_common...
2000-11-19 Joshua SliveWoops, I just discovere UNIX_DAEMON_COMMANDS and LISTEN...
2000-11-19 Joshua SliveUsing an mpm_common.html file for the common directives...
2000-11-19 Greg Steinclean out some liveprop hooks which are now handled...
2000-11-18 Jeff TrawickAdd apr_get_sockaddr() for getting the address of one...
2000-11-18 Ryan BloomFix an error message since we are using common code...
2000-11-18 Ryan BloomRemove some common code in adding filters to either...
2000-11-18 Ryan BloomBegin to remove some of the cache-ing logic from the...
2000-11-18 David ReidChange references of AF_ to reflect APR_ so they should...
2000-11-18 William A.... Cleanup a signed/unsigned warning
2000-11-18 William A.... Cleanup more compiler warnings.
2000-11-18 William A.... Extern symbols (per the warning) belong elsewhere...
2000-11-18 William A.... As promised, and discussed on new-httpd, goodbye...
2000-11-18 Jeff Trawickremove unused variable
2000-11-18 William A.... Clean up some timeout arg warnings
2000-11-18 William A.... Some signedness issues - consistify the size_t references
2000-11-18 Ryan BloomGet Multi-Views working again. It wasn't working becau...
2000-11-18 Ryan BloomFix 204 handling. This moves some logic that used...
2000-11-18 Ryan BloomMore proxy fixes. There are still some bugs in this...
2000-11-18 Greg Steinadd some docco from John Vasta
2000-11-17 Joshua SliveSuggestion of files to delete from httpd-docs-2.0.
2000-11-17 Joshua SliveI forgot one change for the start of the MPM docs.
2000-11-17 Joshua SliveFirst attempt at MPM documentation. Feedback appreciat...
2000-11-17 William A.... Just style nits before someone goes and does somethin...
2000-11-17 Ryan BloomFirst pass at a set of caching filters and handlers...
2000-11-17 Chuck Murckofix apr_getaddrinfo() call
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...
next