0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bootstrap.sh: avoid use of 'sed -i', which doesn't exist on BSD More... almost 12 years ago
bootstrap.sh: this script requires bash More... almost 12 years ago
Makefile.am: don't rely on the automatic variable $<, which isn't available in BSD make More... almost 12 years ago
maint: post-release administrivia More... almost 12 years ago
NEWS: fix position of the newly added header line More... almost 12 years ago
NEWS: update for upcoming release More... almost 12 years ago
bootstrap.sh: adapt the set of warnings for the upcoming release More... almost 12 years ago
Improve style of error messages. More... almost 12 years ago
Ensure that <config.h> is included in every source code module. More... almost 12 years ago
Makefile.am: fix the distclean and maintainer-clean targets More... almost 12 years ago
Update datestamp in copyright headers. More... almost 12 years ago
Updated copyright headers. More... over 13 years ago
configure.ac: write a config.h file, gnulib doesn't work properly without it More... over 13 years ago
libscheduler: correctly reference the scheduler branch More... over 13 years ago
libscheduler: dropped bogus reference to ioxx More... over 13 years ago
.gitignore: ignore 'html' directory More... over 14 years ago
post-release administrivia More... almost 15 years ago
httpd.txt, NEWS, README: updated for the upcoming 1.1 release More... almost 15 years ago
man-page: build the man page from asciidoc instead of docbook More... almost 15 years ago
man-page.xml: added further meta-info tags to make xmlto(1) happy More... almost 15 years ago
NEWS: documented recent user-visible changes in the 1.1 release More... almost 15 years ago
Use consistent indention (thanks to astyle). More... almost 15 years ago
Replaced all tabs by white space. More... almost 15 years ago
config.cc, config.hh: prefer strtol() over atoi() since it supports error reporting More... almost 15 years ago
HTTPParser.hh: Spirit v1.x has been renamed to Spirit.Classic in recent versions of Boost More... almost 15 years ago
config.cc, config.hh: define default_content_type 'const' to avoid compiler warnings about assigning a constant string to a mutable pointer More... almost 15 years ago
Replace obsolete ScopeGuard class with boost::scoped_array<> or, if that's not possible, with explicit try/catch cleanup. More... almost 15 years ago
HTTPParser.cc: added missing includes to ensure that memset() and strcasecmp() are declared More... almost 15 years ago
Updated build system to use Gnulib. The documentation is generated from XML docbook via xmlto. More... almost 15 years ago
Added missing system-error.hh header file locally into the repository. More... almost 15 years ago