]> granicus.if.org Git - apache/shortlog
apache
2001-04-13 Graham LeggettIPV6 EPSV support for IPV6 in FTP proxy.
2001-04-13 Graham LeggettFixed a problem with FTP directories and charcters...
2001-04-13 Ryan BloomDo not install the binaries from the support directory...
2001-04-13 Doug MacEacherns/apr_signal_thread_func/apr_signal_thread/
2001-04-12 Roy T. FieldingFix the shell syntax error that occurs when a for list...
2001-04-12 Ryan BloomThe ap_f* functions should flush data to the filter...
2001-04-12 Ryan BloomConvert the apr_create_signal_thread to apr_signal_thre...
2001-04-12 Ryan BloomForce the dav/fs config.m4 file to be added to the...
2001-04-12 Ryan BloomMake the dav/main config.m4 file be added to the config...
2001-04-12 William A.... Clean up some exposed data that should be internal...
2001-04-12 William A.... More APR_STATUS_IS_ canonicalization
2001-04-12 William A.... Probably my own foobar
2001-04-12 William A.... Gotta use APR_STATUS_IS_EFOO() wrappers on all except...
2001-04-12 William A.... It's critical that apps use the APR_STATUS_IS_EFOO...
2001-04-12 William A.... Make default install target more consistent with...
2001-04-12 Roy T. FieldingRemove double-quotes from the list of programs to insta...
2001-04-12 Roy T. FieldingMake ab work again by changing its native types to...
2001-04-12 Graham LeggettFTP directory filter works now.
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-04-11 Graham LeggettFixed some thread-safety issues with the HTTP proxy...
2001-04-11 Cliff WoolleyRemoved apr_bucket_do_create() macro, which was causing...
2001-04-11 Roy T. FieldingMake clean, distclean, and extraclean consistently...
2001-04-11 Greg Amescommit the CHANGES file, too. This is for fixing the...
2001-04-11 Greg AmesFix the naming of the apr_threadattr_detach_xxx functio...
2001-04-10 Victor J. OrlikowskiSmall docco fix.
2001-04-10 Victor J. OrlikowskiRemove a needless assignment.
2001-04-10 Victor J. OrlikowskiIgnore *.slo too....
2001-04-10 Graham LeggettSmall fixes.
2001-04-10 Graham LeggettA client POST request would be read entirely into RAM...
2001-04-10 William A.... Clean up a yet a couple more emits
2001-04-10 Graham LeggettMake sure the filter stack in a reused downstream conne...
2001-04-10 William A.... Knock off another couple of compiler emits.
2001-04-10 William A.... icase is intialized as the result of an (a == b)...
2001-04-10 William A.... Toss the float nonsense from c-l, and cast atof as...
2001-04-10 Graham LeggettWe now keep the entire conn_rec across downstream keepa...
2001-04-10 Victor J. OrlikowskiMissed one...
2001-04-10 Bill StoddardMore status stuff and wish listing...
2001-04-10 Victor J. Orlikowski*Sigh*. Pointless repetition of calculations. It bother...
2001-04-10 Bill StoddardMore status
2001-04-10 Victor J. OrlikowskiFix errors in generating docco using make docs.
2001-04-10 Bill StoddardGreen and yellow pollen in the air like fog blotting...
2001-04-10 Victor J. OrlikowskiSmall docco fixes.
2001-04-10 William A.... change include_handler to include_handler_fn_t, and...
2001-04-10 William A.... We seem to use fn_t *fn throughout the rest of apache...
2001-04-10 Victor J. OrlikowskiMoved config.m4 to config9.m4. This allows most (if...
2001-04-10 Graham LeggettMore fixes...
2001-04-10 Graham LeggettMemory allocation cleanups
2001-04-10 Graham LeggettChange HTTP proxy to use ap_proxy_string_read() instead...
2001-04-10 Graham LeggettCompiler warnings - yuck!
2001-04-09 Ryan BloomRemove BindAddress from the default config file, becaus...
2001-04-09 Graham Leggett*) PASV FTP works now.
2001-04-09 William A.... Spare unix users some more win32 questions
2001-04-09 Ryan BloomAllow modules to be added to the server at configure...
2001-04-08 Graham LeggettGoodbye more dead code.
2001-04-08 Graham LeggettStopped the CORE filter from sending off an HTTP respon...
2001-04-08 Graham LeggettHTTP_VERSION() is the correct way to do this...
2001-04-08 Graham LeggettMore error checks to make sure the poll() loop dies...
2001-04-08 Graham LeggettCONNECT now works!!! Woohoo!!!
2001-04-08 Graham LeggettVarious cleanups and comments
2001-04-08 Graham LeggettAdd #defines for protocol version checks...
2001-04-08 Victor J. OrlikowskiAs in the case of 1.3, there are expected cases where...
2001-04-08 Victor J. OrlikowskiBacking my earlier change out; There exists the possibi...
2001-04-07 Graham LeggettMake the CONNECT proxy talk HTTP/1.1. Still need to...
2001-04-07 Graham Leggett*) Made log entries consistent with proxy: CONNECT:
2001-04-07 Graham Leggettproxy_connect.c needs ap_parse_hostinfo_components...
2001-04-07 Graham LeggettDownstream keepalives in mod_proxy should not kick...
2001-04-07 Jeff Trawicktweak unixd.h so that exports.c is built properly
2001-04-07 Brian Havardap_os_systemcase_filename isn't implemented on OS/2...
2001-04-07 Graham LeggettSockets weren't being closed if the proxy could not...
2001-04-07 Brian HavardOS/2: Export some APR global variables from the httpd...
2001-04-07 Brian HavardOS/2: Set the max file handles for the process to somet...
2001-04-07 Brian HavardA few symbols from os.h need to be exported.
2001-04-07 Graham LeggettTurns out continuation lines in ftp can start with...
2001-04-07 Graham LeggettFixed problem where the port was left at zero on reques...
2001-04-07 Graham LeggettSome bugfixes to proxy_ftp.c
2001-04-06 Paul J. RederUpdate CHANGES file to include the prefork idle child...
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-04-06 Graham LeggettBugfixes to proxy_ftp.c -> in some places uri_addr...
2001-04-06 Graham LeggettConverted send_dir() to ap_proxy_send_dir_filter()...
2001-04-06 Victor J. OrlikowskiMore pool allocation errors. The apr_sockaddr_t structu...
2001-04-05 Chuck Murckoupdate status; add FTP back in to the build
2001-04-05 Graham LeggettMajor rework of ap_proxy_ftp_handler() to use filters...
2001-04-05 Jeff TrawickNow that APR knows when TCP_NODELAY is inherited, use...
2001-04-05 Graham LeggettCleanup of dead functions within proxy_util.c.
2001-04-05 Graham LeggettReworked the storage of the client socket between keepa...
2001-04-05 Jeff Trawickas Bill did with threaded, don't let a child process...
2001-04-05 William A.... Time to refresh mak on Win32
2001-04-05 William A.... Lost mod_info at some point (probably well adding...
2001-04-04 David ReidMove the error logging of a failed send into the core...
2001-04-04 Graham LeggettSome code rewriting in ap_proxy_connect_handler():
2001-04-04 Victor J. OrlikowskiSince ap_parse_uri_components() now guarantees port...
2001-04-04 Victor J. OrlikowskiAs in 1.3, make sure the port is set in ap_parse_uri_co...
2001-04-04 Victor J. OrlikowskiModule writers for 2.0 shouldn't still be relying on...
2001-04-04 Victor J. Orlikowski*Sigh.* Again, removing UTIL_URI_REGEX stuff, this...
2001-04-04 Ryan BloomBack out the 2.0.17 stuff. We'll just re-tag the one...
2001-04-04 Ryan BloomUpdate for 2.0.17. The only change was in APR-util...
2001-04-04 Brian HavardOS/2 loadable modules are done.
2001-04-04 Ryan BloomWorking in 2.0.17-dev now.
2001-04-04 Ryan BloomUpdate the CHANGES and ap_release files.
2001-04-03 Marc SlemkoTemporary (hopefully) reversion to the previously used...
next