2002-02-28 |
Lars Eilebrecht | Sync with contents of apache-1.3/ABOUT_APACHE |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Joshua Slive | Fix a typo on a directive name. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Aaron Bannert | For some reason AC_PREFIX_DEFAULT must not be called... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | remove an XXX: we already do CRYPTO_set_locking_callbac... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | remove #ifdef SHARED_MODULE around ssl library cleanup... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | move SSL_load_client_CA_file() comment to where we... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | various SSLCACertificatePath fixes: |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | plug leak in ssl_init_FindCAList() where return value of |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | fold some duplication within ssl_init_FindCAList()... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | need to free X509_NAME duplicates already found in... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | need to free the stacks returned by calls to SSL_load_c... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | contrary to what comments say, DH* returned from ssl_dh... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | need to free sc->pRevocationStore at shutdown |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Aaron Bannert | No longer assume SERVER_CONFIG_FILE is in the "conf... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | PR: |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | always reusing existing private key for given vhost... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | s/asn1->mtime/asn1->source_mtime/ |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Aaron Bannert | Fix a typo in the default cgidir variable. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | initialize ssl_asn1_t.mtime to 0 |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | reuse vhost keys for asn1 tables where keys are allocat... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | switch SSLModConfigRec.tPublicCert to ssl_asn1_table... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | switch SSLModConfigRec.tPrivateKey to ssl_asn1_table... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | add ssl_asn1_table_get() wrapper and change ssl_init_Tm... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Doug MacEachern | mod_ssl was "leaking" on restart since mc->tTmpKeys... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Allan K. Edwards | clean up the passed-in brigade since mod_deflate is... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Allan K. Edwards | ownership of the brigade is passed in the ap_pass_briga... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jeff Trawick | axe an unused variable |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | I hope this explanation is simple enough - comments... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Introduce PassPhraseDialog 'pipe' mechanism. This... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Introduce the PassPhraseDialog 'pipe' mechanism. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Aaron Bannert | Set defaults for non-autoconf path variables. Also... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Need broader permissions if we are to read and the... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Bill Stoddard | De-tabify... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | This baffled .mak exported build targets for mod_ssl... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Must admit, my use case was focused on services.... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Aaron Bannert | Fix --sysconfdir and --localstatedir, which were being... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | When we fix this, make sure to close 9963 as this is... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Aaron Bannert | Fix --enable-layout to work again. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jim Jagielski | Add the ProxyRemoteMatch directive to the mod_proxy |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jeff Trawick | document the ctx parameter to the add-input-filter... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Jeff Trawick | mention some graceful restart breakage with worker |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | No releases until these two are addressed. It doesn... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | I just tried to do a graceful restart while pounding... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Doug MacEachern | ap_calc_scoreboard_size() needs to be exported for... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Clarity on a snowy night in Illinois. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Justin Erenkrantz | Don't set bytes_sent to be 0 when r->assbackwards since... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
William A.... | Whoh boy that's rough... We sometimes like to answer... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Doug MacEachern | change builtin passphrase prompt to use stdout rather... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Doug MacEachern | changing mod_ssl to do a full startup/teardown on each... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Aaron Bannert | All the work on the lock APIs probably deserves a littl... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Ryan Bloom | Use the empty string, not NUL. I should have read... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Ryan Bloom | Grrrrr..... We should really use the correct line... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Jeff Trawick | fix some problems with variables in config_vars.mk |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Joshua Slive | Commit the transformations from the xml docs. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Joshua Slive | Start converting the mpm documentation. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Joshua Slive | Changes necessary to document MPMs. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Aaron Bannert | These variables need to be delimited with {} or they... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Justin Erenkrantz | Fix segfault if content_type is NULL. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Bill Stoddard | Fix some formatting. No function change. |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Ryan Bloom | I learned about AP_MODE_EXHAUSTIVE while reading some... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Cliff Woolley | Forward port of changes in mod_ssl for Apache 1.3 up... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Cliff Woolley | remove a tab |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Jeff Trawick | restart fixes for worker: |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Jeff Trawick | don't wait nearly so long for child processes to go... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Jeff Trawick | I prefer to remove stuff :( |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Brian Pane | Removed unixd_set_lock_perms(apr_lock_t *), which is... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Brian Pane | Fix for the code that handles SSI tokens that span... |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Ian Holsman | notes need to be 'set' at the main requests pool |
commit | commitdiff | tree | snapshot |
2002-02-24 |
Ian Holsman | baby steps |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Pane | Fix to avoid a segfault in mod_bucketeer if content_typ... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | make it work with flushes |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bill Stoddard | Fix problem with expiry date being set in the past. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Bill Stoddard | Fix problem where expiry time was being set in the... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | pass a brigade |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | remove stale comment |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Havard | When firing up a new child process, wipe clean the... |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Havard | Handle shift of restart_time into scoreboard. |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | introducing the bucketeer |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Ian Holsman | forgot the ap-declare's |
commit | commitdiff | tree | snapshot |
2002-02-23 |
Brian Pane | Added ap_get_input_filter_handle() and ap_get_output_fi... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Jeff Trawick | mention a new showstopper introduced after 2.0.32 |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Ian Holsman | need to copy mod_log_config over for custom-loggers |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Joshua Slive | Small typo fix. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Joshua Slive | Fix double proxy listing. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
William A.... | Good things for beta testers to know have been fixed. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Mention the -DNO_DETACH changes (to implement apr_proc_... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Implement apr_proc_detach changes and allow -DNO_DETACH... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
William A.... | This code should be a noop today. But I did not... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Convert mod_auth_digest to use the new apr_global_mutex... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Ian Holsman | fix problem where a unmatched tag was not sent if it... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Jeff Trawick | Convert the ap_queue_foo routines to return apr_status_... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Jeff Trawick | fix the linkage of and add a prototype for ap_proxy_tab... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Jeff Trawick | zap an incorrect comment |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Graham Leggett | Some browsers ignore cookies that have been merged... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Ian Holsman | bump bumpty bump |
commit | commitdiff | tree | snapshot |
2002-02-21 |
William A.... | Fix the close-on-sendfile bug where Win32 would trans... |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Aaron Bannert | Placing the thread-limit and server-limit values, those... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Ian Holsman | Fix segfault in proxy |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Ian Holsman | send a 'bad-gateway' |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Jeff Trawick | on OS/390, instdso.sh should just use libtool, since... |
commit | commitdiff | tree | snapshot |
next |