]> granicus.if.org Git - apache/shortlog
apache
2000-08-13 Ryan BloomCleanup the buckets a bit, and add ScanDoc comments...
2000-08-12 Ryan BloomAdd an error condition to the filter code. Basically...
2000-08-12 Ryan Bloomdocument util_filter.h using Scandoc
2000-08-12 Ryan BloomRemove some suspended PR's that have been closed in...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-12 Jeff TrawickChange the rewrite log lock from intra-process to lock...
2000-08-12 Ken Coar Allow <Limit*> to accept arbitrary extension method...
2000-08-11 Ken Coar Add mnemonics for the ap_allow_methods() reset flag...
2000-08-11 Ken Coar Note the connexion between the method number list...
2000-08-11 Ken Coar More prototypical API support for arbitrary extension...
2000-08-11 Ken Coar Preset the cmd_parms->limited field to the magic ...
2000-08-11 Bill StoddardExport util_xml.c functions. Add dependency on xml...
2000-08-11 Jeff TrawickGet rid of an ancient comment (which was updated for...
2000-08-11 Ken Coar Don't skip any remaining methods just because one...
2000-08-11 Ken Coar Fix another oversight: don't add an extension method...
2000-08-11 Ken Coar Add recognition of the --with-port=n (as was added...
2000-08-10 Ken Coar Whoops, head off a potential segfault. The array...
2000-08-10 Jeff TrawickTweak apr_getopt() and its use in ab to avoid compiler...
2000-08-10 Jeff TrawickChange use of ap_pstrcat() to apr_pstrcat() in previous...
2000-08-10 Ken Coar Add support for arbitrary extension methods for the...
2000-08-10 Jeff TrawickFix comment delimiters so that Apache builds again.
2000-08-10 Ryan BloomWe've already released a5
2000-08-10 Ryan BloomBegin to document httpd.h with ScanDoc
2000-08-09 Jeff Trawickmod_cern_meta: fix broken file reading loop in scan_met...
2000-08-09 Bill StoddardUpdate exports file for AIX.
2000-08-09 William A.... Fix ApacheBench for the apr_initopt/apr_getopt change...
2000-08-09 William A.... Adjust the WinNT MPM/SCM code for apr_initopt/apr_get...
2000-08-09 William A.... Provide the first real-world update for the new apr_i...
2000-08-09 William A.... Add a useful header
2000-08-09 Bill StoddardFix compile break
2000-08-09 David ReidSome tidying up of the beos mpm.
2000-08-09 David ReidGuess this one was missed when the rest were fixed :(
2000-08-09 William A.... Minor nits in documentation. The link to the ISAPI...
2000-08-08 Bill StoddardUpdated patch to fix compile warnings from not includin...
2000-08-08 Bill StoddardWin32: Add util_xml.c to ApacheCore.
2000-08-08 Bill StoddardFix win32 compile break.
2000-08-08 William A.... A few new observations for the Win32 user.
2000-08-08 Jeff TrawickFix syntax error in the typedef of schemes_t so Apache...
2000-08-08 Ryan BloomDocument the util_md5.h file using ScanDoc. Also add...
2000-08-08 Ryan BloomDocument util_xml using ScanDoc
2000-08-08 Ryan BloomDocument util_uri.h using ScanDoc
2000-08-08 Ryan BloomDocument os.h. I am only documenting the Unix copy...
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
2000-08-07 Jeff TrawickInclude apr_strings.h to avoid missing-prototype warning.
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-07 Ryan BloomDocument util_script using ScanDoc
2000-08-07 Ryan BloomDocument util_ebcdic.h with ScanDoc
2000-08-06 Jeff TrawickUse AP_INIT_* macros for command_rec [] in a few more...
2000-08-06 Ryan BloomRemove some values that aren't needed anymore. These...
2000-08-06 Ryan BloomDocument util_date.h using ScanDoc
2000-08-06 Brian HavardSome enhancements for OS/2 ap_canonical_filename:
2000-08-06 Brian HavardAdd #include <unistd.h> for getpid() prototype.
2000-08-06 Jeff TrawickFinish renaming AP_CTIME_LEN to APR_CTIME_LEN.
2000-08-06 William A.... Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-06 Ryan BloomDocument util_charset.h using ScanDoc
2000-08-06 Ryan BloomDocument util_cfgtree using ScanDoc
2000-08-06 Ryan BloomDocument mpm_status.h using ScanDoc
2000-08-06 Ryan BloomDocument rfc1413 using ScanDoc
2000-08-06 Ryan BloomUpdate the mpm_common.h file with docs to use ScanDoc
2000-08-06 Jeff TrawickUse new AP_INIT_xxx macros & include apr_strings.h...
2000-08-06 Ryan BloomUpdate http_vhost.h to use ScanDoc
2000-08-05 Ryan BloomUpdate http_protocol.h to use ScanDoc.
2000-08-05 Ryan BloomRemove some old APIs. These were left around for legac...
2000-08-05 Ryan BloomDocument http_main to use ScanDoc
2000-08-05 Ryan BloomDocument http_core's public APIs for use with ScanDoc.
2000-08-05 Brian HavardFix warnings about string functions.
2000-08-05 Jeff TrawickFinish (almost) Ryan's change of apr_filter_t back...
2000-08-05 Ryan BloomFix a small name mix-up. Filters are part of Apache...
2000-08-04 Jeff TrawickFix a config tree problem.
2000-08-04 Ryan BloomFix a small typo
2000-08-04 Ryan BloomBump the numbers since a5 has been tagged already
2000-08-04 Ryan BloomUpdate the version number for the new alpha release
2000-08-04 Ryan BloomThe announcement text for Apache 2.0a5
2000-08-04 Ken Coar Whoops; forgot to apply this to the 2.0 docs..
2000-08-04 Ryan BloomFix the Perchild MPM. This does work now. This change...
2000-08-04 Jeff TrawickDisable the dbm_ usage in mod_rewrite so that it links.
2000-08-04 Ryan BloomMore progress with the perchild MPM. This is serving...
2000-08-03 Jeff TrawickClean up maintainer-mode compiles of mod_rewrite (use...
2000-08-02 Jeff TrawickDon't trace EINTR errors from accept() on the Unix...
2000-08-02 Ryan BloomUpdate the perchild MPM. This does not work, but that...
2000-08-02 Ryan BloomConvert all of the apr_listen.h to ap_listen.h. This...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-08-02 Jeff TrawickUse the AP_INIT_TAKE23() macro to clean up a maintainer...
2000-08-02 Jeff TrawickUse the AP_INIT_FLAG() macro to clean up a maintainer...
2000-08-02 Jeff Trawick-DMPMT_PTHREAD is no longer needed.
2000-08-01 Ryan BloomThis serves requests again, although it still doesn...
2000-08-01 Ryan BloomComplete redesign of this MPM. This is almost working...
2000-08-01 Ryan BloomAdd a NO_DETACH environment variable to all MPMs that...
2000-08-01 Ken Coar Put back PR#6347, but note that it's waiting for an...
2000-08-01 Tony FinchRemove a PR that depends on the submitter (or someone...
2000-08-01 Ken Coar We've been ignoring lots of PRs forever, marking them as
2000-07-31 Bill StoddardWin32: Add sdbm to the windows build
2000-07-31 Jeff TrawickInclude <strings.h> if we have it to get protos for...
2000-07-31 Ryan BloomRemove a bug from the STATUS file. Manoj tested the...
2000-07-31 Jeff TrawickFix some problems with which error code to use after...
2000-07-31 Jeff TrawickDon't use perror() to report the failure of an APR...
2000-07-31 Ryan BloomMake http_log use ScanDoc
2000-07-31 Ryan BloomThis makes the perchild MPM server requests again,...
2000-07-31 Ryan BloomDocument http_connection.h using ScanDoc
2000-07-31 Ryan BloomNote the patch for graceful restarts in the STATUS...
next