]> granicus.if.org Git - apache/shortlog
apache
2002-01-30 William A.... Need the long name of the build model for ssl/abs...
2002-01-30 Ian Holsmanmake it compile on win32
2002-01-30 Bill StoddardCleanup some fallout from the recent install_transport_...
2002-01-30 Justin ErenkrantzSimplify the exit paths of ap_rgetline by creating...
2002-01-30 Bill StoddardNow how did this slip by. Fixes a segfault. I tested...
2002-01-29 Greg Amesget prefork to build again.
2002-01-29 Ian Holsmannew directive 'ProxyPreserveHost' which allows the...
2002-01-29 Ian Holsmanjust make it a bit more explicit
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-29 Ian Holsmanconfiguration change.
2002-01-29 William A.... BuildBin never made it to this home. Makefile.win...
2002-01-29 William A.... Move the _tryssl targets across to the BuildBin target
2002-01-29 William A.... Trust MS to manage it's project.
2002-01-29 William A.... By popular demand and some of my own observations...
2002-01-29 Martin KraemerIf the ftp proxy could not guess the output format...
2002-01-29 William A.... Many of our platform's apr_dir_read() aren't returnin...
2002-01-29 William A.... Prepare for some changes to the .dsw - phase 1.
2002-01-29 Martin KraemerFix handling of \r\n at the end of FTP directory listin...
2002-01-29 Martin KraemerFor NoProxy connections (when no backend->connection...
2002-01-29 Joshua SliveScriptAlias requires mod_cgi
2002-01-29 Martin Kraemer* Prefer compatibility with both HTML-4 and XHTML ...
2002-01-29 Martin KraemerAdd some more apr_ types
2002-01-29 Jeff Trawickconst is nice
2002-01-29 Martin KraemerNo need to use strcpy() where a ptr assignment is ok
2002-01-29 Jeff TrawickDon't let the default handler try to serve a raw direct...
2002-01-29 Aaron BannertTake advantage of the new pre_config return value when...
2002-01-29 Bradley NicholesAdded MOD_Auth_Digest to the build project
2002-01-29 Bradley NicholesAdded some type casting to the appropriate types to...
2002-01-29 Aaron BannertI think this was supposed to have been bumped a couple...
2002-01-28 Aaron BannertMention the pre_config prototype change, and fix some...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-28 Greg Amesbacking out fix for missing path info and query string...
2002-01-28 Greg Ameshandle_multi: pass along the original path info and...
2002-01-28 Jeff TrawickFix some unix socket descriptor leaks in the handler...
2002-01-28 Martin KraemerFirst step: send proxy_ftp.c thru
2002-01-28 Brian HavardUpdate --with-mpm help text wrt available OS/2 MPM...
2002-01-28 Jeff Trawickzap an unintended (and incorrect) comment that slipped...
2002-01-28 Jeff Trawicksome level of gcc seems to be confused about whether...
2002-01-28 Jeff Trawickfix the problem where a scoreboard init failure could...
2002-01-27 Brian Paneoptimized away one more filter name lookup during reque...
2002-01-27 Brian PaneReplaced some more ap_add_output_filter() calls with
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2002-01-27 Greg SteinAPR might not return everything we're asking for. Let...
2002-01-27 Brian PaneAdded a note about potential performance improvements...
2002-01-27 William A.... Whoops - this patch is required by the last request...
2002-01-27 William A.... Shortcut where the resource has no language [discover...
2002-01-27 William A.... Which PR? I can't count them all. Get QUERY_STRING...
2002-01-27 Brian PaneFixed a read from a deleted brigade in the new version of
2002-01-27 Brian PaneFixed segfault in "-i" mode of ab
2002-01-27 William A.... Been bad - forgot to keep my thoughts up to date.
2002-01-27 Brian Paneoptimization: switched to ap_add_output_filter_handle...
2002-01-27 Brian PanePerformance improvement: incorporated the use of the new
2002-01-27 Brian PaneAdded new functions ap_add_input_filter_handle() and
2002-01-26 Jeff Trawickavoid a palloc of zero bytes so memory debuggers don...
2002-01-26 Jeff Trawickap_rgetline(): completely ignore an empty bucket.....
2002-01-26 Greg Amesremove one showstopper and add the next
2002-01-26 Greg Amesap_sub_req_lookup_dirent: fix mod_negotiation loop...
2002-01-26 Jeff Trawickget mod_mem_cache to compile with compilers that bother...
2002-01-25 Bradley NicholesAdded symbol prefixing to the export list
2002-01-25 Justin ErenkrantzGrammar police coming through
2002-01-25 Ian Holsmanta da
2002-01-25 Ian HolsmanI haven't created the optional function to specify...
2002-01-25 Jeff Trawickaxe an unused variable
2002-01-25 William A.... No. I don't like this patch. I like what it does...
2002-01-25 Justin ErenkrantzEliminate needless variable that wasn't initialized...
2002-01-25 Justin ErenkrantzAdd another status code to ignore in the error_log.
2002-01-25 Justin Erenkrantzshowstoppers--;
2002-01-25 Justin ErenkrantzTurn the log verbosity WAY down by not logging TIMEUP...
2002-01-25 Justin ErenkrantzI Heard It Through The Grapevine...
2002-01-25 Justin ErenkrantzSomehow, I lost this condition when I changed to accoun...
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-25 Greg SteinEnable the BrowserMatch for Microsoft's DAV client...
2002-01-25 Greg SteinFix some serious, hard-core breakage :-( I don't even...
2002-01-24 Justin ErenkrantzRewrite ap_rgetline to remove the need to have an ...
2002-01-24 Justin ErenkrantzRemove mod_auth_db since we've received enough votes...
2002-01-24 Greg SteinSome extra tweaks to the DAV code file/path handling...
2002-01-24 Aaron BannertNever got rolled, problems with daedalus' thundering...
2002-01-24 William A.... The clean solution.
2002-01-24 William A.... If you only mean to ask one question, why ask a dozen?
2002-01-24 William A.... Omitted this argument and const'ness. All looks...
2002-01-24 William A.... Cause dav_fs_get_parent_resource to fail if the file...
2002-01-24 William A.... A quick hack around Aaron's patch. Win32 'supports...
2002-01-24 William A.... Improve error reporting a bit so we might start diagn...
2002-01-24 Aaron BannertKeep track of this so we don't forget about it. It...
2002-01-24 Aaron BannertI looked at this again with a clear head and I'm much...
2002-01-24 Aaron BannertBring apache in line with the new apr_file_dup2() param...
2002-01-23 Cliff WoolleyLooks like a bug to me.
2002-01-23 Jeff Trawickset the variable before looking at it
2002-01-23 Justin ErenkrantzThis is a showstopper. Let's remember it.
2002-01-23 William A.... Our kids need a little more time here, remember,...
2002-01-23 William A.... one blank line for code, one huge step for legibility
2002-01-23 William A.... Eliminate a large number of Win32-isms. In large...
2002-01-23 Justin ErenkrantzAdd message-ids to ease issue tracking
2002-01-23 Aaron BannertJust a style update before I work on this thing any...
2002-01-23 Aaron BannertScoreboard update comming soon.
2002-01-23 Aaron BannertCurrently pcre/config.h and pcre/internal.h are getting...
2002-01-23 Aaron BannertAlthough this patch is technically correct, I'm not...
2002-01-22 Greg Steindav_xml_get_cdata() is an exported function, so mark...
2002-01-22 Martin KraemerAvoid syntax error
2002-01-22 Justin Erenkrantz- Add AP_MODE_SPECULATIVE support to mod_ssl
next