]> granicus.if.org Git - apache/shortlog
apache
2000-05-01 Ryan BloomCleanup the STATUS file a bit.
2000-05-01 William A.... Final .dsp changes to produce the lightest weight...
2000-05-01 Jeff Trawickadd missing ';' in non-ASCII path
2000-05-01 William A.... Just a last few files to ignore in the installed...
2000-05-01 William A.... Significantly shorten the Win32 build and shrink...
2000-04-30 Sascha SchumannMake install target work on AIX.
2000-04-30 Sascha SchumannUse F_SETFL for setting the O_NONBLOCK status flag...
2000-04-30 Ryan BloomMake piped logs work again in 2.0. The next step is...
2000-04-30 Sascha SchumannAdd VPATH support to Apache:
2000-04-30 Sascha SchumannMost of the support programs are created during the...
2000-04-30 Sascha SchumannAlways create the target directory, if it does not...
2000-04-30 Sascha SchumannWe want to build in the build dir, not the src dir.
2000-04-30 Jim JagielskiAllow for help messages for modules.
2000-04-30 Sascha SchumannWork around the non-working pthread.h detection on...
2000-04-30 Sascha SchumannGet rid of last relative include path in our Makefiles
2000-04-30 Sascha SchumannOverall UNIX build system improvements:
2000-04-29 Sascha SchumannAdd ap_sigwait() to support old-style sigwait().
2000-04-29 Ryan BloomUpdate some docs.
2000-04-29 William A.... PR:
2000-04-29 William A.... PR:
2000-04-29 William A.... PR:
2000-04-29 Sascha SchumannGet rid of NO_RECURSION. This was originally implemente...
2000-04-28 William A.... PR:
2000-04-28 William A.... PR:
2000-04-28 William A.... PR:
2000-04-28 William A.... PR:
2000-04-28 Ryan BloomUpdate the version string for the current dev version.
2000-04-28 Ryan BloomUpdate version information for 3rd alpha.
2000-04-28 Ryan BloomUpdate announcement for 3rd alpha.
2000-04-28 Doug MacEachernback out APR_ prefix for TRUE,FALSE
2000-04-28 Jeff TrawickWin32:
2000-04-28 Ryan BloomAdd back in the build before install step when using...
2000-04-28 William A.... Dependency sequences appear to overrule other .dsp...
2000-04-28 Bill StoddardBackout the APR_TRUE|FALSE patch for the Windows MPM.
2000-04-28 William A.... Clean up a few Win32 build oversights before the...
2000-04-28 William A.... Following constructive advise of Ralf, and comments...
2000-04-28 Doug MacEachernprefix TRUE,FALSE with APR_
2000-04-28 Brian HavardRemove unnecessary rules for .S files which clash with...
2000-04-28 William A.... Untangle Win32 build errors.
2000-04-28 William A.... Replace ERROR constant with TODO_ERROR to flag these...
2000-04-28 William A.... Replace ERROR constant with TODO_ERROR to flag these...
2000-04-28 Jeff Trawickextremely minor cleanup:
2000-04-28 Jeff TrawickBuild ab on Win32.
2000-04-28 Ryan BloomThis stops Apache 2.0 from trying to compile the server...
2000-04-27 Doug MacEachernchange ap_hook_pre_connection from VOID to RUN_ALL
2000-04-27 Ryan BloomCleanup more files when make distclean is used. This...
2000-04-27 Ryan BloomMerge the htdigest.c file from the apr/test directory...
2000-04-27 Jeff TrawickRepair ap_poll() on UNIX systems where APR's poll flags
2000-04-27 Ryan BloomRemove two items from the STATUS file. These are most...
2000-04-27 Ryan BloomFix the parsing of a config file when the first item...
2000-04-27 Ryan BloomInstall the support binaries.
2000-04-27 Ryan Bloomignore the .libs directory too.
2000-04-27 Ryan Bloomignore the intermediate build files.
2000-04-27 Bill StoddardEliminate redundant calls to initialize the Winsock.
2000-04-27 Jeff Trawickfix path to mm's configure.in
2000-04-27 Ryan BloomI have merged the two ab files together, the one from...
2000-04-27 Ryan BloomFix some compile breaks in the support directory. ...
2000-04-27 Ryan BloomAdd the support directory back into the build process.
2000-04-27 Doug MacEachernreport dso_error if any
2000-04-27 Bill StoddardA bit of mod_file_cache cleanup. Eliminate mmap_static...
2000-04-26 Ryan BloomFix the progname stuff to work the same way the rest...
2000-04-26 Bill StoddardSome windows tweaks to the default configuration, inclu...
2000-04-26 Jeff TrawickIncrease the default NumSIG value from 32 to 33 on...
2000-04-26 Jeff TrawickDefine HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H,...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-26 Bill StoddardGet rid of ap_pool_t argument on ap_strerror
2000-04-26 Bill StoddardWin32: Graceful restart is working again, and better...
2000-04-25 Ryan BloomIf a developer uses --with-program-name=foo, the config...
2000-04-25 Jeff TrawickPort a 1.3 EBCDIC fix to 2.0:
2000-04-25 Bill StoddardTell APR to truncate the httpd.pid file if it exists...
2000-04-25 Bill StoddardMore win32 shotgunary to the windows project files...
2000-04-25 Bill StoddardWin32: Add htdigest
2000-04-25 Bill StoddardUpdate logresolve.dsp and add to Makefile.win
2000-04-25 Ryan BloomAllow the Apache-2.0 executable name to be specified...
2000-04-25 Bill StoddardSome Windows tweaks from William Rowe...
2000-04-25 Bill StoddardAdd the logresolve Windows project file
2000-04-25 Ryan BloomWe should be checking for apr_private.h.in and updating...
2000-04-24 Bill StoddardWin32: First cut at new shutdown/restart logic. The...
2000-04-24 Ryan BloomRemove ServerType from the Windows config file
2000-04-24 Bill StoddardChange names of strnatcmp & strnatcasecmp to cpmply...
2000-04-24 Bill StoddardFix compile break
2000-04-24 Bill StoddardInclude apr_md5.h rather than the deprecated ap_md5...
2000-04-24 Greg Steindrop the "container" param from ap_walk_config(). calle...
2000-04-24 Greg Steinclean up cmd_parms: config_file is no longer valid...
2000-04-24 Greg Steinhandle error messages during building and processing...
2000-04-24 Brian HavardChange strncasecmp() definition to match Bill's prototy...
2000-04-24 dgaudetAdd `IndexOptions +VersionSort', to nicely sort filenames
2000-04-23 Bill StoddardFirst cut at a file handle cache. It serves on Windows...
2000-04-23 Jeff TrawickFix some problems on systems where EAGAIN != EWOULDBLOC...
2000-04-23 Jeff Trawickap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead...
2000-04-23 Roy T. FieldingFinished move of ap_md5 routines to apr_md5. Removed...
2000-04-22 Tony Finchding, dong, ServerType is dead
2000-04-22 Ryan BloomParse the config tree, instead of the config file....
2000-04-22 Bill StoddardAdd ApacheModAuthDigest to apache.dsw. Get rid of compi...
2000-04-22 Ryan BloomServer Type is not recognized by any of the current...
2000-04-21 Bill StoddardWin32: Get mod_auth_digest compiling and added to the...
2000-04-21 Bill StoddardRemove mod_digest. Its being replaced by mod_auth_digest
2000-04-21 Bill StoddardEliminate compile warning on Windows
2000-04-21 Bill StoddardWin32: Update docs to reflect new build environment.
2000-04-21 dgaudetfix buglet in example
next