]> granicus.if.org Git - apache/shortlog
apache
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-08 Justin ErenkrantzFix segfault when restarting worker MPM. We can not...
2001-12-08 Justin ErenkrantzClean up style (tabs->spaces, etc, etc, etc.).
2001-12-07 William A.... AFAICT - these symbols are unused.
2001-12-07 Joshua SliveHere's another one: IPv6.
2001-12-07 Joshua SliveAgain, someone really needs to update the mod_proxy...
2001-12-07 Joshua Slivestatus update...
2001-12-07 Aaron BannertProvide an accessor function for the global_score porti...
2001-12-07 Jeff Trawickmake sure mod_foo.so is installed by apxs -i
2001-12-07 Aaron BannertExport ap_get_parent_scoreboard and ap_get_servers_scor...
2001-12-07 Aaron BannertFix bug that could potentially prevent perchild from...
2001-12-07 Aaron BannertOne thing I learned from the worker MPM was that the...
2001-12-07 Aaron BannertWow, it just got really windy outside, and warm!
2001-12-07 Justin ErenkrantzAny release that goes out that doesn't have this fixed...
2001-12-07 Jeff TrawickDo special install processing for Apache DSO modules...
2001-12-07 Greg Ameschange binbuild.sh to use --enable-mods-shared=most...
2001-12-07 Brian PaneAdded a string "class" to the Apache 3.0 wishlist
2001-12-07 Ryan BloomAdd a note about terminating the server.
2001-12-07 Ken CoarPeople are asking for this..
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-06 Jeff Trawickdon't lose the const-ness of the string being searched
2001-12-06 Brian PaneReplaced ap_strcmp_match call that checked for a '...
2001-12-05 Joshua SliveGet rid of some needless index.html's.
2001-12-05 Joshua SliveUpdate SSI docs to use AddOutputFilter in place of...
2001-12-05 Joshua SliveFix a typo.
2001-12-05 Joshua SliveRemove some comments from the errordocument and browser...
2001-12-05 Joshua SliveConfig file updates. Mostly just playing with comments...
2001-12-05 Jeff Trawickseparate logic specific to building Apache DSOs from...
2001-12-05 Ian Holsmanmutli-dbm patch should remove on of the showstoppers...
2001-12-05 Joshua SliveAdd directory and .htaccess context in mod_env directives.
2001-12-05 Joshua SliveBad link.
2001-12-05 Jeff Trawickhmmm... gcc 2.95.2 on AIX says sizeof is long... fix up
2001-12-05 Jeff Trawickif compilation is doomed due to lack of thread support...
2001-12-05 Justin ErenkrantzBill speaks.
2001-12-05 Jeff Trawickmention an unfortunate issue with make_exports.awk
2001-12-05 Jeff TrawickAllow apxs to be used to build DSOs on AIX without...
2001-12-05 Brian PaneFixed check for buffer overrun in ap_rgetline()
2001-12-04 Jeff Trawicktweak httpd -V output to show the architecture (bits...
2001-12-04 Jeff Trawickget the declaration for strcasecmp()/strncasecmp()...
2001-12-04 Jeff Trawickget prototype for strcasecmp() on AIX
2001-12-03 William A.... Resolved segfault in mod_isapi when configuring with...
2001-12-03 Joshua SliveAdd a sitemap.
2001-12-03 Greg Amesget binbuild working when apr, apr-util, and expat...
2001-12-03 Bill StoddardChange a comment. This change was made to 2.0.29-dev...
2001-12-03 Ben LaurieHandle the ? option.
2001-12-03 Jeff Trawickget rid of an unused variable
2001-12-03 Cliff WoolleyFix prototype for post_config hook
2001-12-03 Cliff WoolleyFix a typo (?)
2001-12-03 Brian PaneOptimization for ap_getparents: skip past all the leading
2001-12-02 Brian Pane[No code changes here, just adding the cvs comment...
2001-12-02 Brian PaneAdded a version of ap_getline() that allocs a buffer...
2001-12-02 Brian Paneinclude/http_protocol.h
2001-12-02 Brian PaneOptimization: replace apr_pstrndup() with apr_pstrmemdu...
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 Brian PaneOptimization: changed some apr_pstrndup calls to apr_ps...
2001-12-02 Brian PaneReduced the number of strlen operations in ap_getword()
2001-12-02 Brian PaneModified ap_make_full_path to minimize the number of...
2001-12-02 William A.... Correct case comparison typematch
2001-12-01 Jeff TrawickGet shared builds of libapr and libaprutil, as well...
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 Trawickuse our standard declaration macro for the AP_DEBUG...
2001-12-01 Jeff Trawickfix a potential thread safety issue in mod_mime_magic
2001-11-30 Bradley NicholesSync'ed the NetWare export AWK script to the Unix script
2001-11-30 Jeff Trawickexport file for mod_cgid...
2001-11-30 Bradley NicholesGot rid of an annoying uninitialized variable compiler...
2001-11-30 Bradley NicholesSwitched to a NetWare version of APU.h
2001-11-30 Greg Amescopy the lib/ directory when installing a binary.
2001-11-30 William A.... Ensure we include path_info in ap_internal_fast_redir...
2001-11-30 William A.... Ingorance is bliss
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 Greg Amesinstall our manual in the new location
2001-11-29 Jeff Trawick"totalcon / requests" is no longer double either, so...
2001-11-29 William A.... Finish undoing that last patch... previous commit...
2001-11-29 Doug MacEachernget rid of warning introduced by previous patch
2001-11-29 William A.... Revert my last patch to detect a 'leftover' arg....
2001-11-29 William A.... I don't believe it. This actually fixes the rest...
2001-11-29 William A.... We never tested for invalid 'additional' arguments...
2001-11-29 Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
2001-11-29 William A.... Prevent Apache from continuing to start when it's...
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...
next