]> granicus.if.org Git - apache/shortlog
apache
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...
2001-11-17 Jeff Trawickmake sure ap_process_child_status() always returns...
2001-11-17 Jeff TrawickGet mod_cgid killed when a MPM exits due to a fatal...
2001-11-17 Bill StoddardExternalize the functions to manage the mpm's queue...
2001-11-17 Jeff TrawickI'll yank that baby over the weekend if nobody pops...
2001-11-16 Cliff WoolleyMy two cents
2001-11-16 Cliff Woolleyfix spelling mistake
2001-11-16 Roy T. FieldingUpdate the ack for PCRE
2001-11-16 Aaron BannertMy 2pfennig. I'd like to see more of a technical reason...
2001-11-16 Jeff Trawicknote some opinions on the threaded MPM
2001-11-16 Bill StoddardHave SSL docs now thanks to Ralf.
2001-11-16 Aaron BannertConversion from old apr_lock_t to new apr_thread_mutex_t
2001-11-16 David ReidAdd some runtime configuration variable for the beos...
2001-11-16 David ReidUpdate the beos MPM to have better naming and also...
2001-11-15 Ryan BloomFix the SSL filter logic. The SSL filter is not a...
2001-11-15 Ryan BloomPull lingering close out of the pool cleanup phase...
2001-11-15 Aaron BannertStyle updates before I convert to the new lock type.
2001-11-15 Jeff Trawickmention an old problem (mod_cgid being left around...
2001-11-15 Ryan BloomFix a file descriptor leak in mod_include. When we...
2001-11-15 Ryan BloomFTYPE_CONTENT - 1 isn't enough for OLD_WRITE. OLD_WRIT...
2001-11-15 Aaron BannertIgnore *.slo files.
2001-11-15 Ryan BloomGet rid of the listensocks array. It was just duplicat...
2001-11-14 Bradley NicholesAdded links to NetWare documentation
2001-11-14 Bradley Nicholesmpm_netware directive documentation
2001-11-14 Bradley NicholesApache for NetWare configuration and build documentation
next