]> granicus.if.org Git - apache/shortlog
apache
2002-04-05 Ryan BloomUse the new format for the tarballs. httpd-2.0.xx...
2002-04-05 Ryan BloomBump after the tag and roll
2002-04-05 Bradley NicholesAdded replacement values for the new tags in the httpd...
2002-04-05 Bradley NicholesChanged the make file to pick up the renamed httpd...
2002-04-05 Ryan BloomFix a segfault. Only try to set this if the sub_Reques...
2002-04-05 Ryan BloomIf we are doing a fast_redirect, and we don't have...
2002-04-05 William A.... Whoops, missed this. Moved these symbols to mod_core.h
2002-04-05 William A.... Correct partitioning of filter handles between core...
2002-04-05 William A.... Clean up breakage introduced recently that sent the...
2002-04-05 Ryan BloomBump for the 2.0.35 tag. Just waiting for Will's commi...
2002-04-05 Aaron BannertUpdate mod_rewrite to use the new APR global mutex...
2002-04-05 Ryan BloomWith VPATH builds, the httpd.conf-std file is found...
2002-04-05 Doug MacEachernPR:
2002-04-05 Brian PaneDocument the mod_include fixes from yesterday
2002-04-05 Ryan BloomThis is a HACK! The problem is that the fast_internal_...
2002-04-05 Ryan BloomThis fixes the mod_autoindex problem of not getting...
2002-04-05 Jim JagielskiWith a cool spin cast...
2002-04-05 Brian PaneFix for the boundary case in which each character of...
2002-04-05 Cliff WoolleyGet the HTTP-on-HTTPS hint to come through again. ...
2002-04-05 Cliff WoolleyGet rid of overlay bogosity by copying the static strin...
2002-04-05 Brian PaneRemove an invalid comment. (The only way that the...
2002-04-05 Cliff WoolleySilence an irrelevant gcc warning
2002-04-05 Cliff WoolleyFix variable name typo
2002-04-05 William A.... One for 2.0.34 - to fix the problem of utf-8 configur...
2002-04-05 William A.... Mix 'n match signedness? Make some emits go away.
2002-04-05 Doug MacEachernPR:
2002-04-05 Jeff Trawickquiet a bogus gcc warning that crops up with -O2
2002-04-05 Jeff Trawickimplement FOREGROUND for perchild and beos MPMs too
2002-04-05 Jeff Trawickworker MPM: add -DFOREGROUND option to use when you...
2002-04-04 William A.... Uhmmm... notices only when we are running as a servic...
2002-04-04 William A.... One emit is an error, not a notice. Neither have...
2002-04-04 William A.... Another, potential race. Assure we are allowing...
2002-04-04 William A.... Race condition one ... we were occasionally escaping...
2002-04-04 Paul J. RederThis patch fixes a core dump that occurs in mod_include...
2002-04-04 Jeff Trawickignore generated file ap_config_layout.h
2002-04-04 Jim JagielskiAdded support for Posix semaphore-based mutex locking...
2002-04-04 Jeff TrawickAIX: Fix the syntax for setting the LDR_CNTRL and AIXTH...
2002-04-04 Sander StrikerRemove hardcoded paths from MPMs and move them to a...
2002-04-04 Aaron BannertFix a potential size mismatch (apr_off_t might be 64bit...
2002-04-03 Bill StoddardFix a couple of edge cases when the content being cache...
2002-04-03 Joshua SliveAdd mod_cache to allmodules.xml and do the transforms...
2002-04-03 Bill StoddardMake comments and function name agree with what the...
2002-04-03 Jeff Trawickworker MPM:
2002-04-03 Jeff Trawickprefork MPM: add -DFOREGROUND option to use when you...
2002-04-03 Jeff Trawickstyle change only
2002-04-03 Jeff TrawickAllow worker MPM to build on systems without pthread_ki...
2002-04-03 William A.... Elimiate references of subreferences to simplify...
2002-04-03 William A.... Much easier to clone first than fix later - next...
2002-04-03 William A.... Would really prefer if the authors of the .dsp's...
2002-04-03 William A.... Can't we -please- rename mod_file_cache if it doesn...
2002-04-03 William A.... Gheesh
2002-04-03 William A.... On second thought ... I can see some weird sign bit...
2002-04-03 William A.... A very safe cast for any ^2 based cpu. Are we expect...
2002-04-03 Bill StoddardFirst meager steps to documenting mod_cache
2002-04-02 Doug MacEachernfix SSL_X509_INFO_load_path so SSLProxyMachineCertifica...
2002-04-02 Doug MacEacherncopy-n-pasto: need to use SSL_X509_INFO_load_*path...
2002-04-02 Doug MacEacherncopy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath...
2002-04-02 Doug MacEachernfix copy-n-pasto: ssl_cmd_SSLProxyCACertificatePath...
2002-04-02 Doug MacEachernanother todo
2002-04-02 Joshua SliveUpdate the transformations.
2002-04-02 Joshua SliveJust a little change so that this will validate.
2002-04-02 Doug MacEachernPR:
2002-04-02 Doug MacEachernvarious updates
2002-04-02 Bradley NicholesCheck for a NULL pointer in the case of the OS address...
2002-04-02 Bill StoddardWin32: tweak some messages
2002-04-02 Bill StoddardWin32: Change startup/shutdown message class to NOTICE...
2002-04-02 Sander StrikerAdd myself on this bright and sunny day.
2002-04-02 Doug MacEachernPR:
2002-04-02 Bill StoddardNote about ap_cache_msec2hex() and ap_cache_hex2msec...
2002-04-02 Bill StoddardWin32: Add mod_cache, mod_mem_cache and mod_disk_cache...
2002-04-02 Bill StoddardUse runtime library linking. This reduces the size...
2002-04-02 Bill StoddardCleanup some compile warnings.
2002-04-02 Rich BowenA few additional examples added to the docs.
2002-04-02 Cliff WoolleyGrammar police. (Well, you asked for it. ;) There...
2002-04-02 Aaron BannertUpdate the docs on the ScoreBoardFile directive for...
2002-04-02 Bradley NicholesReplaced a hack for getting the address space with...
2002-04-01 Justin ErenkrantzPrevent ap_add_output_filters_by_type from being called in
2002-04-01 Bill StoddardFix some of the cache size checks.
2002-04-01 Cliff WoolleyAnd it only took me what, 10 months? :)
2002-04-01 Bill StoddardWin32: Move apr_bucket_alloc() to a more reasonable...
2002-04-01 Bill StoddardRemove some gratuitous comments.
2002-04-01 Brian HavardDestroy the connection pool (and therefore run the...
2002-04-01 Bill StoddardIf this is a subrequest, register the cleanup against
2002-04-01 Jeff TrawickDon't allow initialization to succeed if we can't get...
2002-04-01 Ryan BloomMigrate perchild to the new lock API, and clean up...
2002-04-01 Cliff WoolleyMatch the new APR_BUCKET_BUFF_SIZE. We want this to...
2002-04-01 Dirk-Willem... Made AB's use of the Host: header rfc2616 compliant as
2002-04-01 Ryan BloomA bunch of Perchild changes.
2002-04-01 Ryan BloomMake perchild work with the new bucket_allocation API...
2002-04-01 William A.... pointer subtraction yeilds a ssize_t, fix emit by...
2002-04-01 William A.... Fix another linkage error for 2.0.34 and cvs head
2002-04-01 Ryan BloomGet the Perchild MPM to compile and serve pages again...
2002-03-31 Doug MacEachernit is sunny and warm in tahoe, still plenty of snow...
2002-03-31 William A.... Roll these changes into 2.0.34
2002-03-31 Brian HavardHandle CR/LF terminated lines from CGI scripts.
2002-03-30 Brian PaneRemoved the single-byte header reads from mod_cgid
2002-03-30 Brian PaneFixed script error logging, which I'd left commented...
2002-03-30 Brian PaneFix for a bug that I introduced when eliminating the...
2002-03-30 Doug MacEachernadd/use EVP_PKEY_reference_inc and X509_reference_inc...
2002-03-30 Doug MacEachernadd sslc compat for sk_X509_INFO_free
next