]> granicus.if.org Git - apache/shortlog
apache
2002-03-01 Cliff WoolleyConsensus is that we should not use the scoreboard...
2002-03-01 Greg SteinGive mod_dav the ability to output both standard and...
2002-02-28 Cliff WoolleyUse the new APR_BRIGADE_PREPEND() macro
2002-02-28 Joshua SliveNew xml mod_auth_digest docs.
2002-02-28 Doug MacEachernplug leak in newish ssl_asn1_table_set() function
2002-02-28 Justin ErenkrantzHow can reach our goals if we never have them? So...
2002-02-28 Lars EilebrechtSync with contents of apache-1.3/ABOUT_APACHE
2002-02-28 Joshua SliveFix a typo on a directive name.
2002-02-28 Aaron BannertFor some reason AC_PREFIX_DEFAULT must not be called...
2002-02-28 Doug MacEachernremove an XXX: we already do CRYPTO_set_locking_callbac...
2002-02-28 Doug MacEachernremove #ifdef SHARED_MODULE around ssl library cleanup...
2002-02-28 Doug MacEachernmove SSL_load_client_CA_file() comment to where we...
2002-02-28 Doug MacEachernvarious SSLCACertificatePath fixes:
2002-02-28 Doug MacEachernplug leak in ssl_init_FindCAList() where return value of
2002-02-28 Doug MacEachernfold some duplication within ssl_init_FindCAList()...
2002-02-28 Doug MacEachernneed to free X509_NAME duplicates already found in...
2002-02-28 Doug MacEachernneed to free the stacks returned by calls to SSL_load_c...
2002-02-28 Doug MacEacherncontrary to what comments say, DH* returned from ssl_dh...
2002-02-28 Doug MacEachernneed to free sc->pRevocationStore at shutdown
2002-02-28 Aaron BannertNo longer assume SERVER_CONFIG_FILE is in the "conf...
2002-02-28 Doug MacEachernPR:
2002-02-28 Doug MacEachernalways reusing existing private key for given vhost...
2002-02-28 Doug MacEacherns/asn1->mtime/asn1->source_mtime/
2002-02-28 Aaron BannertFix a typo in the default cgidir variable.
2002-02-28 Doug MacEacherninitialize ssl_asn1_t.mtime to 0
2002-02-28 Doug MacEachernreuse vhost keys for asn1 tables where keys are allocat...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPublicCert to ssl_asn1_table...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPrivateKey to ssl_asn1_table...
2002-02-28 Doug MacEachernadd ssl_asn1_table_get() wrapper and change ssl_init_Tm...
2002-02-28 Doug MacEachernmod_ssl was "leaking" on restart since mc->tTmpKeys...
2002-02-27 Allan K. Edwardsclean up the passed-in brigade since mod_deflate is...
2002-02-27 Allan K. Edwardsownership of the brigade is passed in the ap_pass_briga...
2002-02-27 Jeff Trawickaxe an unused variable
2002-02-27 William A.... I hope this explanation is simple enough - comments...
2002-02-27 William A.... Introduce PassPhraseDialog 'pipe' mechanism. This...
2002-02-27 William A.... Introduce the PassPhraseDialog 'pipe' mechanism.
2002-02-27 Aaron BannertSet defaults for non-autoconf path variables. Also...
2002-02-27 William A.... Need broader permissions if we are to read and the...
2002-02-27 Bill StoddardDe-tabify...
2002-02-27 William A.... This baffled .mak exported build targets for mod_ssl...
2002-02-27 William A.... Must admit, my use case was focused on services....
2002-02-27 Aaron BannertFix --sysconfdir and --localstatedir, which were being...
2002-02-27 Justin ErenkrantzWhen we fix this, make sure to close 9963 as this is...
2002-02-27 Aaron BannertFix --enable-layout to work again.
2002-02-27 Jim JagielskiAdd the ProxyRemoteMatch directive to the mod_proxy
2002-02-27 Jeff Trawickdocument the ctx parameter to the add-input-filter...
2002-02-27 Jeff Trawickmention some graceful restart breakage with worker
2002-02-27 Justin ErenkrantzNo releases until these two are addressed. It doesn...
2002-02-27 Justin ErenkrantzI just tried to do a graceful restart while pounding...
2002-02-27 Doug MacEachernap_calc_scoreboard_size() needs to be exported for...
2002-02-27 William A.... Clarity on a snowy night in Illinois.
2002-02-27 Justin ErenkrantzDon't set bytes_sent to be 0 when r->assbackwards since...
2002-02-27 William A.... Whoh boy that's rough... We sometimes like to answer...
2002-02-27 Doug MacEachernchange builtin passphrase prompt to use stdout rather...
2002-02-27 Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2002-02-27 Aaron BannertAll the work on the lock APIs probably deserves a littl...
2002-02-27 Ryan BloomUse the empty string, not NUL. I should have read...
2002-02-27 Ryan BloomGrrrrr..... We should really use the correct line...
2002-02-26 Jeff Trawickfix some problems with variables in config_vars.mk
2002-02-26 Joshua SliveCommit the transformations from the xml docs.
2002-02-26 Joshua SliveStart converting the mpm documentation.
2002-02-26 Joshua SliveChanges necessary to document MPMs.
2002-02-26 Aaron BannertThese variables need to be delimited with {} or they...
2002-02-26 Justin ErenkrantzFix segfault if content_type is NULL.
2002-02-25 Bill StoddardFix some formatting. No function change.
2002-02-25 Ryan BloomI learned about AP_MODE_EXHAUSTIVE while reading some...
2002-02-25 Cliff WoolleyForward port of changes in mod_ssl for Apache 1.3 up...
2002-02-25 Cliff Woolleyremove a tab
2002-02-24 Jeff Trawickrestart fixes for worker:
2002-02-24 Jeff Trawickdon't wait nearly so long for child processes to go...
2002-02-24 Jeff TrawickI prefer to remove stuff :(
2002-02-24 Brian PaneRemoved unixd_set_lock_perms(apr_lock_t *), which is...
2002-02-24 Brian PaneFix for the code that handles SSI tokens that span...
2002-02-24 Ian Holsmannotes need to be 'set' at the main requests pool
2002-02-24 Ian Holsmanbaby steps
2002-02-23 Brian PaneFix to avoid a segfault in mod_bucketeer if content_typ...
2002-02-23 Ian Holsmanmake it work with flushes
2002-02-23 Bill StoddardFix problem with expiry date being set in the past.
2002-02-23 Bill StoddardFix problem where expiry time was being set in the...
2002-02-23 Ian Holsmanpass a brigade
2002-02-23 Ian Holsmanremove stale comment
2002-02-23 Brian HavardWhen firing up a new child process, wipe clean the...
2002-02-23 Brian HavardHandle shift of restart_time into scoreboard.
2002-02-23 Ian Holsmanintroducing the bucketeer
2002-02-23 Ian Holsmanforgot the ap-declare's
2002-02-23 Brian PaneAdded ap_get_input_filter_handle() and ap_get_output_fi...
2002-02-22 Jeff Trawickmention a new showstopper introduced after 2.0.32
2002-02-22 Ian Holsmanneed to copy mod_log_config over for custom-loggers
2002-02-22 Joshua SliveSmall typo fix.
2002-02-22 Joshua SliveFix double proxy listing.
2002-02-22 William A.... Good things for beta testers to know have been fixed.
2002-02-21 Aaron BannertMention the -DNO_DETACH changes (to implement apr_proc_...
2002-02-21 Aaron BannertImplement apr_proc_detach changes and allow -DNO_DETACH...
2002-02-21 William A.... This code should be a noop today. But I did not...
2002-02-21 Aaron BannertConvert mod_auth_digest to use the new apr_global_mutex...
2002-02-21 Ian Holsmanfix problem where a unmatched tag was not sent if it...
2002-02-21 Jeff TrawickConvert the ap_queue_foo routines to return apr_status_...
2002-02-21 Jeff Trawickfix the linkage of and add a prototype for ap_proxy_tab...
2002-02-21 Jeff Trawickzap an incorrect comment
2002-02-21 Graham LeggettSome browsers ignore cookies that have been merged...
next