]> granicus.if.org Git - apache/shortlog
apache
2002-02-21 Aaron BannertConvert mod_auth_digest to use the new apr_global_mutex...
2002-02-21 Ian Holsmanfix problem where a unmatched tag was not sent if it...
2002-02-21 Jeff TrawickConvert the ap_queue_foo routines to return apr_status_...
2002-02-21 Jeff Trawickfix the linkage of and add a prototype for ap_proxy_tab...
2002-02-21 Jeff Trawickzap an incorrect comment
2002-02-21 Graham LeggettSome browsers ignore cookies that have been merged...
2002-02-21 Ian Holsmanbump bumpty bump
2002-02-21 William A.... Fix the close-on-sendfile bug where Win32 would trans...
2002-02-21 Aaron BannertPlacing the thread-limit and server-limit values, those...
2002-02-20 Ian HolsmanFix segfault in proxy
2002-02-20 Ian Holsmansend a 'bad-gateway'
2002-02-20 Jeff Trawickon OS/390, instdso.sh should just use libtool, since...
2002-02-20 Justin ErenkrantzRemember AddOutputFilterByType.
2002-02-20 William A.... Some info messages mean something to only three peopl...
2002-02-20 William A.... Seems Terminal Server flavors were failing global_mut...
2002-02-20 Ian Holsmanadd a comment about the gzip-only-text/html note
2002-02-20 Joshua SliveAnother xml comversion.
2002-02-20 Joshua SliveAdd xml-ized mod_auth_anon. I had to change directives...
2002-02-20 Jeff Trawickrefer to background information on filters and mod_defl...
2002-02-20 Jeff Trawickfix the short description for mod_deflate
2002-02-20 Jeff Trawickfix a broken link to the SetOutputFilter description
2002-02-20 Jeff Trawickadd an example to the mod_deflate documentation
2002-02-19 Bill StoddardAdd some messages. Be a bit smarter about detecting...
2002-02-19 Bill StoddardWin32: Migrate mpm_winnt away from the deprecated apr_l...
2002-02-19 Bill StoddardMore info for folks searching the CHANGES file
2002-02-19 Bill StoddardThis fixes a bug in mod_status on Windows where restart...
2002-02-19 Joshua SliveHere goes: now committing the transformed version of...
2002-02-19 Joshua SliveMake sure the "do not edit" comment gets passed through.
2002-02-19 Joshua SliveWoops... Not allowed to break a line there.
2002-02-19 Joshua SliveA couple small changes and a little reformatting to...
2002-02-19 Joshua SliveXML version of core directives.
2002-02-19 Jeff TrawickAdd IPv6 notes to the documentation for the NameVirtualHost
2002-02-19 Jeff Trawickfix a v4-specific INADDR_ANY check that kept name-based...
2002-02-19 Joshua Slive<example> is not (by default) a <pre>formatted environment.
2002-02-19 Jeff TrawickDescribe IPv6 syntax for Listen, Allow from, and <Virtu...
2002-02-19 Justin ErenkrantzIntroduce AddOutputFilterByType directive.
2002-02-19 Roy T. FieldingRoy has a new employer
2002-02-19 Rich BowenConversion to xml
2002-02-18 Lars EilebrechtUpdate.
2002-02-18 Greg Amesone step closer to happiness on ebcdic boxes
2002-02-18 Jeff Trawickclose a nearly-impossible leak in dummy_connection...
2002-02-18 Jeff Trawickclose an extremely unlikely file descriptor leak in
2002-02-18 Joshua SliveWoops. I meant <note>, not <example>.
2002-02-18 Joshua SliveA couple tiny updates to use <directive> and <note>.
2002-02-18 Joshua SliveThree xsl changes:
2002-02-18 Justin ErenkrantzThere is no way, IMHO, that we could ever maintain...
2002-02-18 Justin ErenkrantzFixup DEBUG_CGI code paths to compile and not leak...
2002-02-18 Justin ErenkrantzCite PR 9669 submitter.
2002-02-18 Rich BowenConversion to XML
2002-02-18 Rich BowenConversion to XML
2002-02-18 William A.... Hmmm, tried committing this in a hurry this aftn...
2002-02-18 Rich BowenConversion to XML.
2002-02-18 Justin ErenkrantzCorrectly check script_in variable.
2002-02-18 Brian PaneUpdated the mapper lock to use apr_global_mutex_t instead
2002-02-18 Joshua SliveConvert a few more modules to xml format. The transfor...
2002-02-17 Justin ErenkrantzFix bad logging level.
2002-02-17 Aaron BannertGrammariffic!
2002-02-17 Aaron Bannerthtpasswd is not my friend anymore.
2002-02-17 Rich BowenAdded a few things that I have been working on, and...
2002-02-17 Ian HolsmanSander's Stylistic Style Stuff
2002-02-17 Jeff Trawickstop using APR_BRIGADE_NORMALIZE()
2002-02-17 Joshua SliveThe color I used for <note> is too ugly even for a...
2002-02-17 Justin ErenkrantzRemove and demote two showstoppers:
2002-02-17 Justin ErenkrantzRamblin' Man.
2002-02-17 Rich BowenFirst attempt at converting a module doc to xml.
2002-02-17 Jeff Trawickexpand_lock_fname() is no longer used
2002-02-16 Brian PaneRestored the permission setting for the accept mutex...
2002-02-16 Brian PaneConverted the rewrite mapper lock to the new lock API
2002-02-16 Brian PaneConverted prefork MPM's accept mutex to the new lock API
2002-02-16 Brian PaneAdded a list of known API changes happening between...
2002-02-16 Justin ErenkrantzIf the file specified by SSLMutex cannot be created...
2002-02-15 Aaron BannertThis comment is bogus since we decided to keep -X.
2002-02-15 Bill StoddardAdd a reference counter to the mem_cache_object_t and...
2002-02-15 Greg Amesvote on .32
2002-02-15 Aaron BannertChange the verbage on the ScoreBoardFile in our default...
2002-02-15 Aaron BannertFix a nice-to-have non-showstopper -- change the semant...
2002-02-15 Jeff Trawickinitial (rough) docs for mod_deflate
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-15 Ian HolsmanI'm happy now
2002-02-15 Joshua SliveI don't have a window, so how could I know the weather?
2002-02-15 Joshua SliveMake the <summary> optional and change the header on...
2002-02-15 Joshua SliveConvert three more modules to the xml format.
2002-02-15 Justin ErenkrantzCliff weighs in.
2002-02-15 Justin Erenkrantz- Unset content-length in mod_deflate so that the netwo...
2002-02-15 Joshua SliveChange the format slightly so that each "context" get...
2002-02-15 Justin ErenkrantzFix ap_directory_walk() per-dir merge bug seen when...
2002-02-15 Justin ErenkrantzAnother +1 for .32 beta (from Ian)
2002-02-15 Bill StoddardFix a nasty little bug that could be hosing mod_mem_cac...
2002-02-15 Justin ErenkrantzJust toss these debug messages since so many people...
2002-02-14 Bill StoddardThis is a bug or two away from working... Open both...
2002-02-14 Justin ErenkrantzPer <005b01c1b55f$dcd917a0$50381b09@sashimi>, FirstBill...
2002-02-14 Lars Eilebrechtthe last one I missed, hopefully ...
2002-02-14 Lars Eilebrechtmissed this one...
2002-02-14 Lars EilebrechtSome cosmetic changes.
2002-02-14 Justin Erenkrantz.32 has been rolled and placed in /dist/httpd
2002-02-14 Justin ErenkrantzSince we had 3 +1s for JRE_1 to become .32, so it is...
2002-02-14 Justin ErenkrantzWelcome to .33-dev.
2002-02-14 Justin ErenkrantzBump for .32
2002-02-14 Justin ErenkrantzTemporarily remove changes that aren't in JRE_1 (aka...
2002-02-14 William A.... Another thought.
next