]> granicus.if.org Git - apache/history - modules
Switched from heap bucket to pool bucket for SSI echo directive
[apache] / modules /
2001-12-08 Brian PaneSwitched from heap bucket to pool bucket for SSI echo...
2001-12-08 Brian Pane[indentation fixes only]
2001-12-08 Brian PaneReduced the number of times that we scan through each...
2001-12-07 Jeff Trawickfix a const-ness problem caused by calling the wrong...
2001-12-07 Brian PaneRemoved one more strdup in the content-type processing
2001-12-07 Brian PaneOptimized away some string scans and copies in analyze_ct()
2001-12-07 Brian Paneupdated some comments to accurately reflect the current...
2001-12-07 Brian Paneoptimization: replaced an apr_pstrndup call with apr_ps...
2001-12-07 Brian PaneWhen checking for "file" or "virtual" as an argument to
2001-12-06 Brian PaneSmall performance fix: delay variable initialization in
2001-12-05 Jeff Trawickif compilation is doomed due to lack of thread support...
2001-12-04 Jeff Trawickget the declaration for strcasecmp()/strncasecmp()...
2001-12-03 William A. Rowe Jr Resolved segfault in mod_isapi when configuring with...
2001-12-02 Brian PaneAdded code to ap_ssi_get_tag_and_value() to avoid conve...
2001-12-02 Brian PaneAdded faster logic for decodehtml to handle the special...
2001-12-02 Brian PaneExclude the terminating null byte from the length of
2001-12-02 William A. Rowe Jr Correct case comparison typematch
2001-12-01 Brian PaneFix the handling of SSI directives in which the ">...
2001-12-01 Jeff Trawickfix mod_actions.exp, which got broken when we sanitized...
2001-12-01 Jeff Trawickadd some new .exp files for AIX so these modules can be
2001-12-01 Jeff Trawickfix a couple of .exp files that broke when we sanitized...
2001-12-01 Doug MacEachernremove churn_output() function and calls to it.
2001-12-01 Jeff Trawickfix a potential thread safety issue in mod_mime_magic
2001-11-30 Jeff Trawickexport file for mod_cgid...
2001-11-30 Bradley NicholesGot rid of an annoying uninitialized variable compiler...
2001-11-30 William A. Rowe Jr Ensure we include path_info in ap_internal_fast_redir...
2001-11-30 Aaron BannertOnly let the "suEXEC enabled" message be printed once...
2001-11-29 Aaron BannertAdd back in the "suEXEC mechanism enabled (wrapper...
2001-11-29 Ian Holsmanr->headers_in is shared by original requests and compon...
2001-11-29 Doug MacEachernget rid of warning introduced by previous patch
2001-11-29 Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
2001-11-29 Doug MacEachernavoid a call to X509_NAME_oneline() and ASN1_INTEGER_ge...
2001-11-29 Doug MacEachernget rid of ssl_log_applies() function. it does more...
2001-11-29 Doug MacEachernssl_callback_SSLVerify() was calling (the expensive...
2001-11-29 Doug MacEachernfix for last change that removed ssl_util_getmodconfig():
2001-11-29 Doug MacEachernssl_util_getmodconfig() and ssl_util_getmodconfig_ssl...
2001-11-29 Doug MacEachernSSL_rand() does a mutex lock/unlock with threaded MPMs...
2001-11-29 Doug MacEachernmove srand() call from ssl_rand_choosenum() to ssl_init...
2001-11-29 Doug MacEacherncall getpid() once at child init and save in the SSLMod...
2001-11-29 Aaron BannertFix awkward grammar in some of mod_ssl's error messages.
2001-11-28 Ian Holsmanmake the proxy code spit out an error to the error...
2001-11-28 Doug MacEacherncalculate VHostID length at startup rather than request...
2001-11-28 Doug MacEachernavoid calling ssl_util_vhostid() (and apr_sprintf under...
2001-11-28 Doug MacEachernreplace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in...
2001-11-28 Doug MacEachernremove unused ssl::handshake::timeout references
2001-11-28 Doug MacEachernremove setting of ap::{http::method,default::port}...
2001-11-28 Doug MacEachernmoving chunk of logic that deals with writing ssl data...
2001-11-27 Doug MacEachernimplement a custom BIO which allows us to hook SSL_writ...
2001-11-26 Greg Amesinclude mod_charset_lite by default on an ebcdic system
2001-11-26 Ian Holsmanchange so that it doesn't rely on the structure of...
2001-11-26 Jeff Trawickvery minor tweaks:
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 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 Brian Panefixed declaration mismatch for cgid_init() that was...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
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 Panefix for a segfault that occurred when mod_include was...
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 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 Ryan BloomFix a bug in our output filter buffering. If a lot...
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-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 Brian Paneoptimized away some pointer arithmetic in the inner...
2001-11-19 Doug MacEachernadd input filter AP_MODE_INIT support to handshake...
2001-11-19 Cliff WoolleyFixed the behavior of the XBitHack directive.
2001-11-19 Jeff TrawickGet rid of threaded MPM. This commit has the actual...
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-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