]> granicus.if.org Git - apache/history - modules
Use the "recent time" cache to optimize timestamp generation for
[apache] / modules /
2002-03-17 Jeff Trawickfix a compile error
2002-03-16 Jeff Trawickfix the type of a string argument to ap_log_error()
2002-03-16 William A. Rowe JrPR:
2002-03-16 William A. Rowe Jr Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_f...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-16 William A. Rowe Jr Silly module, we don't need compat.h :)
2002-03-15 Jeff Trawickmake sure we set rc before referencing it
2002-03-15 William A. Rowe Jr Another potential ap_server_root_relative failure
2002-03-15 William A. Rowe Jr Style touchup
2002-03-15 William A. Rowe Jr Another potential ap_server_root_relative failure.
2002-03-15 William A. Rowe Jr A coworker discovered that really bogus path names...
2002-03-15 Jeff Trawickspeed up the short_report path... we were unnecessarily
2002-03-15 Jeff TrawickFactor out a bunch of commonality between the HAVE_TIME...
2002-03-15 Jeff Trawickfix a couple of formatting bugs in the !HAVE_TIMES...
2002-03-15 Jeff Trawickmake mod_status a little faster by checking for an...
2002-03-15 Doug MacEachernget rid of some -Wall warnings
2002-03-15 Doug MacEachernremove stray log message (from madhu)
2002-03-14 Doug MacEachernPR:
2002-03-14 Jeff Trawickdeal with the rename of kill_after_timeout to APR_KILL_...
2002-03-14 Bradley NicholesImport file for NetWare
2002-03-14 Bradley NicholesSwitched to the new winsock header for NetWare
2002-03-14 Doug MacEachernfix comment
2002-03-14 Doug MacEachernPR:
2002-03-13 Bill StoddardDecline urls ending with /
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Jeff Trawickfix the remaining sizeof(token.value) bogosity
2002-03-13 Jeff TrawickFix some mod_include bugs which broke the evaluation...
2002-03-13 Bill StoddardMove the quick_handler comment to the new quick handler...
2002-03-13 Doug MacEachernuse ssl_asn1_keystr
2002-03-13 Doug MacEachernadd ssl_asn1_keystr() util function that returns string...
2002-03-13 Doug MacEachernuse ssl_asn1_table_keyfmt() function and only format...
2002-03-13 Doug MacEachernuse ssl_asn1_table_keyfmt() function
2002-03-13 Doug MacEachernadd ssl_asn1_table_keyfmt() function for clarity
2002-03-13 Doug MacEachernPR:
2002-03-13 Doug MacEacherngeneralize session logging into ssl_session_log() function
2002-03-13 Bill StoddardRemove incomplete cache_objects from the cache if the...
2002-03-13 Jeff Trawickzap some crufty NO_GETTIMEOFDAY code
2002-03-13 Jeff Trawickfix the calculation of request time in mod_status
2002-03-13 Doug MacEachernSSL_SESSION_id2sz() was NOT THREAD SAFE. it returned...
2002-03-13 Doug MacEachernSSL_SESSION_id2sz() is somewhat expensive, make sure...
2002-03-13 Doug MacEacherncleanup logging of CRL, includes ridding of some malloc...
2002-03-13 Doug MacEacherncouple o minor style/log fixos
2002-03-13 Doug MacEachernuse ptemp in ssl_init_FindCAList() rather than creating...
2002-03-13 Doug MacEachernswitch to ptemp pool for ssl_pphrase_Handle
2002-03-13 Doug MacEachernonly call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, ...
2002-03-13 Doug MacEachernremove ssl_engine_ds.c
2002-03-13 Doug MacEachernremove obsolete ssl_ds_{table,array} api
2002-03-13 Doug MacEachernreplace ssl_ds_array usage with apr_array_header_t
2002-03-13 Bill StoddardEnable mod_mem_cache to use apr_atomic operators in...
2002-03-13 Bill StoddardA bit more cleanup
2002-03-13 Doug MacEachernminor ssl_init_CheckServers() enhancements:
2002-03-13 Doug MacEachernfolding more duplication in ssl_tmp_keys_init
2002-03-12 Doug MacEacherncleanup tmp key callbacks. each had assigned the same...
2002-03-12 Doug MacEachernfor the sake of readablity,
2002-03-12 Doug MacEachernsplit ssl_init_TmpKeysHandle function to init/free...
2002-03-12 Doug MacEachernit is not required that temporary keys survive restarts...
2002-03-12 Bill Stoddardcleanup some code paths
2002-03-12 Doug MacEachernremove version checks for using EGD
2002-03-12 Doug MacEachernremove call to legacy X509V3_add_standard_extensions...
2002-03-12 Doug MacEachernwe require OpenSSL 0.9.6+
2002-03-12 Bill StoddardRemove some deprecated comments. Delete some unused...
2002-03-12 Doug MacEachernremoving unused ssl_init_ChildKill
2002-03-12 Doug MacEachernmaking ssl_init_SSLLibrary() static
2002-03-12 Doug MacEacherncleanup version component construction.
2002-03-12 Doug MacEachernfold duplication of SSL{Proxy}VerifyDepth directives...
2002-03-12 Bradley NicholesFixed a type mismatch
2002-03-12 Doug MacEachernmoving SSLVerifyClient directive parsing into ssl_cmd_v...
2002-03-12 Bradley NicholesAdded NetWare to the ifdef list
2002-03-12 Doug MacEachernfold duplication of SSL{Proxy}Protocol directives into
2002-03-12 Doug MacEachernfold some duplication of server certs/keys directive...
2002-03-12 Doug MacEachernfolding some command handler duplication into two gener...
2002-03-12 Doug MacEachernget rid of some warnings for currently unused/unprototy...
2002-03-12 Doug MacEachernminor performance enhancement: no need to use md5 of...
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Doug MacEachernminor style changes
2002-03-12 Sander StrikerResolve the issue Jeff pointed out in his recently...
2002-03-12 Jeff Trawickadd a comment to point out a potential segfault
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Bill StoddardReference the cache_object directly rather than via...
2002-03-12 Bill StoddardMove refcount and cleanup to the primary cache object...
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-12 Doug MacEachernadd SSL_VERIFY_PEER_STRICT shortcut for often used...
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-10 Ben LaurieBe a better example.
2002-03-10 Doug MacEachernno need to call SSL_clear() after SSL_new()
2002-03-10 Doug MacEacherndon't allocate SSLConnRec unless ssl is enabled on...
2002-03-09 Jeff Trawickprovide missing MAX() macro so that proxy can compile...
2002-03-09 Graham LeggettNew directive ProxyIOBufferSize. Sets the size of the...
2002-03-09 Graham LeggettScrap CacheMaxExpireMin and CacheDefaultExpireMin....
2002-03-08 Bill StoddardNo this is not a pretty site... close the cached file...
2002-03-08 Doug MacEachernsupport reuse of encrypted DSA keys on restart
2002-03-08 Jeff Trawickadd a bit of error checking to the mod_cgid daemon...
2002-03-08 Bill StoddardAdd file handle caching to mod_mem_cache. This is still...
2002-03-08 Ian Holsmannew directive SSIUndefinedEcho.
2002-03-08 Jeff Trawickimplement a common function for getting a socket and...
2002-03-08 Greg Stein* mod_dav.c (dav_handle_err): look through the error...
2002-03-08 Doug MacEachernremove unused ap_server_ctx member from SSLSrvConfigRec
2002-03-07 Doug MacEachernfix typo in ap_proxy_http_canon: s/https:/https/
2002-03-07 Bill StoddardDeconstify...
next