]> granicus.if.org Git - apache/shortlog
apache
2002-01-08 Aaron BannertAbout to tag 2.0.30
2002-01-08 Bradley NicholesUpdated the build documentation for NetWare to match...
2002-01-08 Bradley NicholesChanged the project file to use the NDK (NovellNDK...
2002-01-08 Bradley NicholesFixed the export list generation for NetWare to make...
2002-01-08 Bradley NicholesAdded a stub for ap_os_create_privileged_process()...
2002-01-08 Bradley NicholesCode updates to allow Mod_Rewrite and Mod_Auth_DBM...
2002-01-08 Bradley NicholesAdded the #ifdef's to the prototypes to match the corre...
2002-01-08 David ReidRestore the apr_pool_clear calls to main.c in case...
2002-01-08 David ReidUpdate the FreeBSD saga...
2002-01-08 David ReidThis small patch modifies the log's to use plog instead...
2002-01-08 Ryan BloomAdd the ability to pass flags to both apr_file_open...
2002-01-08 David ReidCold and dark here...
2002-01-07 Greg SteinFix how mod_dav examines methods in the request --...
2002-01-07 Justin ErenkrantzStylistic nitpicking before I go to work on this.
2002-01-07 Jeff Trawickfix a typo in an error message
2002-01-07 Martin KraemerReflect actual filename in .var file
2002-01-07 Lars Eilebrecht- We just check for "pthread" in mpm_common.c not ...
2002-01-06 Justin ErenkrantzThe -L and -R flags are linker flags not libraries...
2002-01-06 Brian PaneRearranged the log_request_time() code to eliminate...
2002-01-06 Doug MacEachernneed to use $(top_srcdir) when installing build/instdso.sh
2002-01-06 Brian PaneBypass a strdup and an 8KB local variable in the common...
2002-01-06 Brian PaneCleaned up a couple of ap_ssi_parse_string calls that...
2002-01-06 Brian PaneEliminated various large (8KB) string buffers from...
2002-01-06 Justin ErenkrantzThis issue has turned into a FAQ.
2002-01-06 Justin ErenkrantzFix a typo in mod_deflate's m4 config section.
2002-01-06 Justin ErenkrantzNote this for the record. I have no idea if/when I...
2002-01-04 Bradley NicholesReworked the accept() loop to avoid an extra call to...
2002-01-04 Bradley NicholesChanged to 4 byte packing
2002-01-04 Jeff Trawickfor proxy CONNECT handling:
2002-01-04 Ian Holsmancache now can cache things for minutes.
2002-01-04 Justin Erenkrantz2.0.29 isn't going to be rolled.
2002-01-04 Ian Holsmansplit mem_cache out of mod_cache (ala mod_proxy & proxy...
2002-01-04 Jeff TrawickFix a couple of mod_proxy problems forwarding HTTP...
2002-01-03 Bill StoddardKeep my comments to myself.
2002-01-03 Jeff Trawickget the declarations for strncasecmp() on AIX
2002-01-03 Bill StoddardUse ap_getline() in favor of ap_proxy_string_read(...
2002-01-03 Bill StoddardFix seg fault in HTTP_IN when trying to handle the...
2002-01-03 Jeff TrawickFix the module identifier as shown in the docs for...
2002-01-03 Justin ErenkrantzYou know, I got an A in my "Principles of Operating...
2002-01-03 Brian HavardOS/2: Allow but ignore unix config directives so the...
2002-01-02 Justin ErenkrantzMMN = Things that go bump in the night.
2002-01-02 Bradley NicholesMaking sure that the global variables have been initial...
2002-01-02 William A.... Merge a singular path for dir_walk to parse, if we...
2002-01-02 William A.... Eliminate a duplicate absolute path test, and NEVER...
2002-01-02 Aaron BannertThreads on FreeBSD are not my friend.
2002-01-02 Bill StoddardChange the return code from APR_TIMEUP to APR_ECONNABOR...
2002-01-02 Justin Erenkrantzshowstoppers--;
2002-01-02 Justin ErenkrantzAdd note about worker MPM weirdness observed on FreeBSD...
2002-01-02 Justin Erenkrantzshowstoppers--;
2002-01-02 Justin ErenkrantzFix LimitRequestBody directive by moving the relevant...
2002-01-02 Justin ErenkrantzRemove a needless immortal bucket creation. We can...
2002-01-01 Brian PaneGeneralized the recent prep_walk_cache optimizations...
2002-01-01 William A.... Need a null language_priority array for an either...
2002-01-01 William A.... Thanks Mr. Trawick, backtraces can be very enlightening.
2001-12-31 William A.... Time to commit... before I get lost in the changes
2001-12-31 Bill StoddardFix mod_proxy seg fault when the proxied server returns
2001-12-31 Bill StoddardPrevent mod_proxy from truncating one character off the
2001-12-31 Bill StoddardChange the call to be blocking to eliminate a loop...
2001-12-31 Bill StoddardEliminate loop in ap_proxy_string_read(). Need to be...
2001-12-31 Brian PanePerformance fix for prep_walk_cache():
2001-12-31 William A.... Saw this bug several hours ago, but it slipped my...
2001-12-31 William A.... Return the correct $n result (assign the val, not...
2001-12-31 William A.... To provide more flexibility in handling quotes, allow...
2001-12-31 William A.... We never test for success in memory allocation
2001-12-31 William A.... Ever tried to extract some value of QUERY_STRING...
2001-12-31 kevloHostNameLookups -> HostnameLookups
2001-12-30 Joshua SliveRemove ConnectionStatus directive. No longer in code.
2001-12-30 Joshua SliveRewriteguide typos.
2001-12-30 Joshua SliveI really can't spell negotiation.
2001-12-30 Joshua SliveNow that we are releasing betas, we should have compati...
2001-12-30 Joshua SliveSome new features updates.
2001-12-30 Joshua SliveAdd the missing SSI... directives to the main directive...
2001-12-30 Joshua SliveCleanup the ForceLanguagePriority docs.
2001-12-30 Joshua SliveCleanup new directives in mod_include.
2001-12-30 Joshua SliveA little cleanup on the AuthDBMType Directive.
2001-12-30 Jeff Trawickget rid of an unused variable
2001-12-30 Brian HavardOS/2: Supply the configured libraries to the linker...
2001-12-30 Brian HavardUpdate OS/2 MPM to allow for run-time configurable...
2001-12-30 Brian HavardMake calc_scoreboard_size() and init_scoreboard() usabl...
2001-12-30 Ian Holsmanallow mod_include to handle different start/end tags...
2001-12-30 Ian Holsmandocument SSIErrorMsg & SSITimeFmt directives
2001-12-30 William A.... Bad committer! Well, fix everyone else's tabs while...
2001-12-30 William A.... Gotta have an error doc to serve, even if it's not...
2001-12-30 William A.... New directive, new docs
2001-12-30 William A.... Introduce the ForceLanguagePriority options;
2001-12-30 Brian PaneUse r->content_type instead of r->handler to screen...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29 Brian PaneFix to make xbithack work again
2001-12-29 Bill StoddardDetabify some functions. No functional change.
2001-12-29 Jeff Trawicktiny cleanup to remove bogus SCOREBOARD_SIZE define
2001-12-29 William A.... Improvements to docs [always good]
2001-12-29 William A.... mpm_common.c did all this dirty work - cleans up...
2001-12-29 Brian HavardAdd a missing hook run.
2001-12-29 William A.... Close a real GP fault. This is the _wrong_solution_...
2001-12-29 William A.... Error feedback, PLEASE!
2001-12-29 Doug MacEachernroy requested an entry for the various ssl improvements...
2001-12-28 Jeff Trawickget rid of an unused variable
2001-12-28 William A.... Improvements suggested by Brian Pane, first assure...
2001-12-28 William A.... Once again, if mod_dir will perform an internal redir...
2001-12-28 William A.... Context mustn't be transformed in the insert_filters...
next