]> granicus.if.org Git - apache/shortlog
apache
2001-11-27 William A.... Changes by Mladen Turk <mturk@mappingsoft.com>, with...
2001-11-26 Greg Amesinclude mod_charset_lite by default on an ebcdic system
2001-11-26 Joshua SliveMore updates of user support info.
2001-11-26 Ryan BloomWe must use absolute paths or we break VPATH builds.
2001-11-26 Cliff WoolleyThe survey says yes, that is in fact the expected behav...
2001-11-26 Justin ErenkrantzCorrect closing tag for a href.
2001-11-26 Ian Holsmanchange so that it doesn't rely on the structure of...
2001-11-26 Jeff Trawickvery minor tweaks:
2001-11-26 Brian PaneAnother fix for the core_output_filter() code that...
2001-11-26 Brian PaneMore fixes for core_input_filter()'s concatenation...
2001-11-26 Joshua SliveAdd a link to the new mailing list.
2001-11-26 Brian PaneFix for the code in core_output_filter() that concatena...
2001-11-24 William A.... Reports arrive that some awks are tripped up by an...
2001-11-24 Ryan BloomFix the installation target to make sure that the manual is
2001-11-24 Brian Paneshort-circuit out of xbithack_handler immediately if...
2001-11-24 Brian Paneoptimization: short-circuit out of the mod_actions...
2001-11-24 Brian Paneoptimized away the sprintf calls in ap_make_etag()
2001-11-24 Brian Paneoptimize ap_add_common_vars() for the common case where...
2001-11-24 Doug MacEacherndon't bother setting the ssl info callback unless SSLLo...
2001-11-24 Ryan BloomFix the cmd command for mod_include. When we are proce...
2001-11-24 Ian Holsmanchange open_logs hook to return a value, allowing you...
2001-11-23 Ian HolsmanFix post-config hook to return a int.
2001-11-23 Brian Panefixed declaration mismatch for cgid_init() that was...
2001-11-23 Ryan BloomFix a bug in the core_output_filter. If we are bufferi...
2001-11-23 Aaron Bannertmod_ssl is big and bulky, takes awhile to load, sometim...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-23 Ian Holsmanmake doxygen stop complianing about some netware specif...
2001-11-23 Brian Paneconverted apr_pcalloc to apr_palloc for 15% reduction...
2001-11-23 Brian Panerestructured the conditional logic in ap_merge_per_dir_...
2001-11-23 Brian Panereplaced the hash used in add_any_filter() with a trie...
2001-11-22 Cliff WoolleyIt's better to dup the apr_mmap_t when we first create...
2001-11-22 Brian Paneoptimized away a strlen call in alias_matches()
2001-11-22 Brian Paneadded inlined string concatenation to form_header_field...
2001-11-22 Brian Paneminor performance fix for ap_add_common_vars(): replace...
2001-11-22 Aaron BannertMention the new --with-suexec-bin parameter.
2001-11-22 Aaron BannertAllow SUEXEC_BIN to be defined by the configure script.
2001-11-22 Joshua SliveFix link.
2001-11-22 Aaron BannertJust some style changes from when I was working on...
2001-11-22 Brian Panefix for a segfault that occurred when mod_include was...
2001-11-22 Brian Panefix segv in worker MPM following check_pipe_of_death...
2001-11-22 Doug MacEacherndont va_start() in ssl_log() unless we are actually...
2001-11-22 Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22 Doug MacEachernoptimize lookup of ssl-{unclean,accurate}-shutdown...
2001-11-22 Doug MacEacherntwo performance improvements:
2001-11-22 Doug MacEachernreturn from ssl_callback_LogTracingState if sc->nLogLev...
2001-11-22 Doug MacEachernmacros for dumping the list of server_recs
2001-11-22 Doug MacEachernremove AP_CTX_* macros which are no longer used
2001-11-22 Doug MacEachernget rid of 'apctx' table that used to live in SSL_get_a...
2001-11-22 Doug MacEachernmove c->notes.ssl::verify::depth to SSLConnRec.verify_depth
2001-11-21 Doug MacEachernget rid of SSL_get_app_data2_idx() which had a race...
2001-11-21 Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21 Justin ErenkrantzAdd mod_deflate (formerly known as mod_gz) to experimen...
2001-11-21 Doug MacEachernremove test_pass_brigade; it lives in httpd-test not...
2001-11-21 Ian Holsmancomment out module test_pass_brigade as it doesn't...
2001-11-21 Doug MacEachernmove c->notes.ssl::flag::{unclean,accurate}-shutdown...
2001-11-21 Jeff TrawickBail out at configure time if an invalid MPM was specified.
2001-11-21 Ryan BloomFix a bug in our output filter buffering. If a lot...
2001-11-21 Ryan BloomThis was done a while ago.
2001-11-21 Greg Amesinclude the appropriate header files for ntohs and...
2001-11-21 Doug MacEachernmove c->notes.ssl::client::dn to SSLConnRec.client_dn
2001-11-21 Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-11-21 Ian Holsmanlet mod_file_cache use the new apr_mmap_dup function
2001-11-21 Jeff Trawickwhen this module's resolver calls were apr-ized recentl...
2001-11-21 Ryan BloomFix the timeout logic that I broke last week. This...
2001-11-21 Doug MacEachernPrevent segv in ap_note_basic_auth_failure() when no...
2001-11-20 Aaron BannertGets us compiling again on FreeBSD. Adds conditional...
2001-11-20 Aaron BannertIt compiles and looks good. I know not of a good way...
2001-11-20 Aaron BannertNo good reason to have this in <> instead of "". Having...
2001-11-20 Bill StoddardWin32: Move the call to fetch the network addresses...
2001-11-20 Justin Erenkrantzapxs should be using sbindir not bindir for the path...
2001-11-20 Bill StoddardWin32: Clean up some error paths.
2001-11-20 Bill StoddardWin32 bug fix:
2001-11-20 Jeff TrawickGet IPv6 vhosts working (again ?).
2001-11-20 Doug MacEachernfix chdir_for_gprof() to s/dir/use_dir/ for chdir()
2001-11-20 William A.... Split Justin's and my key issues, which have become...
2001-11-20 Brian Paneoptimized away some pointer arithmetic in the inner...
2001-11-20 Justin Erenkrantz2.0.28 was released.
2001-11-20 Brian Paneoptimized away some pointer arithmetic in the inner...
2001-11-19 Bradley NicholesFixed the AWK script so that it will pick up functions...
2001-11-19 Doug MacEachernadd input filter AP_MODE_INIT support to handshake...
2001-11-19 Doug MacEachernadd new input filter mode AP_MODE_INIT:
2001-11-19 Cliff WoolleyFixed the behavior of the XBitHack directive.
2001-11-19 Jeff Trawickuse the old threaded.html contents for worker MPM docs...
2001-11-19 Jeff Trawickaxe threaded MPM
2001-11-19 Jeff TrawickGet rid of threaded MPM. This commit has the actual...
2001-11-19 Bradley NicholesChanged a variable name to avoid a NetWare LibC global...
2001-11-19 William A.... Historically consistent flag to shutdown the server...
2001-11-19 Ken CoarTypo fixit
2001-11-19 Jeff TrawickAPR-ize the resolver logic in mod_unique_id. This...
2001-11-19 Cliff WoolleyGet rid of some cruft. Setting these flag slots is...
2001-11-18 Ian HolsmanAdd extra If-XXX request headers to be ignored in subre...
2001-11-18 Jeff Trawicka couple of spelling corrections
2001-11-18 Cliff WoolleyDon't need apr_pcalloc on any of these, since we explic...
2001-11-18 Cliff Woolleyfix spelling
2001-11-18 Cliff WoolleyDon't know why these were missing... just an oversight...
2001-11-18 Cliff WoolleyFix spelling
2001-11-18 Ian Holsmanchange the signature of ap_custom_response() to use a
2001-11-17 Ian Holsmanshould this file be used or the main httpd one?
2001-11-17 Ian HolsmanOnly do keepalives (and keep state on the connection...
2001-11-17 Ian HolsmanProxyPass wasn't sending the right URL through to the...
next