0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 11, 2025 — Jun 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix external command parsing bug. More... almost 13 years ago
Fix bug in handling SSL connections. More... almost 13 years ago
Fix typo in htdig/ExternalParser.cc. More... almost 13 years ago
Fix CVE-2007-6110 XSS Vulnerability.
Robert Klein
as Robert Klein (roklein)
More... almost 13 years ago
Fix CVE-2005-085 XSS Vulnerability.
Robert Klein
as Robert Klein (roklein)
More... almost 13 years ago
Give meaningful error message if execv fails. More... almost 13 years ago
Remove class qualifier from method declaration.
Robert Klein
as Robert Klein (roklein)
More... almost 13 years ago
branch for htdig 3.2 development More... almost 13 years ago
correct version number in Berkely DB License More... over 21 years ago
Fix handling of boolean_keywords in phrases
lha
More... almost 22 years ago
Don't omit URL from url_log if interrupted.
lha
More... almost 22 years ago
- Updated ChangeLog for 3.2.0b6 release More... almost 22 years ago
RE-fix Cygwin database-empty bug
lha
More... about 22 years ago
Update "files" section of documentation, esp. hyperlink ..._DIR parts
lha
More... about 22 years ago
* htsearch/parser.cc (phrase): Applied Lachlan's patch to prevent endless loop when boolean keywords appear in a phrase in boolean match method. More... about 22 years ago
* db/hash.c (CDB___ham_open): Applied Red Hat's h_hash patch, to ensure that hash function always set to something valid. More... about 22 years ago
* installdir/HtFileType: Added -f to rm command. More... about 22 years ago
* htsearch/parser.cc (perform_or): Added missing & in if clause. More... about 22 years ago
* contrib/htdig-3.2.0.spec: Updated for 3.2.0b6. More... about 22 years ago
* installdir/Makefile.{am,in}: Don't stick $(DESTDIR) in HtFileType. More... about 22 years ago
- Updated RELEASE.html and ChangeLog before the release More... about 22 years ago
- Tagged release 3.2.0b6 More... about 22 years ago
* htcommon/conf_(lexer.lxx,parser.yxx): applied Gilles' patch (April 22) which features: - improved error handling, gives file name and correct line number, even if using include files - allows space before comment, because otherwise it would just complain about the "#" character and go on to parse the text after it as a definition - allows config file with an unterminated line at end of file, by pushing an extra newline token to the parser at EOF - parser correctly handles extra newline tokens, by moving this handling out of simple_expression, and into simple_expression_list and block, as simple_expression must return a new ConfigDefaults object and a newline token doesn't cut it (caused segfaults when dealing with fix above) * htcommon/conf_lexer.cxx: Regenerate using flex 2.5.31. * htcommon/conf_parser.cxx: Regenerate using bison 1.875a. More... about 22 years ago
* htdig/HTML.cc (do_tag): Fixed meta date handling fix of June 3 to ensure null byte gets put in by get() call. More... about 22 years ago
Add OpenOffice support to doc2html
lha
More... about 22 years ago
Avoid failure and spurious warnings for two tests on non-linux/gnu systems
lha
More... about 22 years ago
Hyperlink attrs.html for default values defined in terms of other attributes.
lha
More... about 22 years ago
defaults.cc: Escaped new-line in file-space entry, and fixed no_next_page_text
lha
More... about 22 years ago
* htdig/HTML.cc (do_tag): Fixed meta date handling to avoid inadvertently matching names like DC.Date.Review. More... about 22 years ago
- htcommon/URL.cc: added "allow_space_in_url" (from fileSpace.1 patch) - htcommon/defaults.[cc,xml]: added documentation of allow_space_in_url - htdoc/attrs.html.in: regenerated using cf_generate.pl - htdoc/cf_byname.html: ditto - htdoc/cf_byprog.html: ditto - htdoc/RELEASE.html: updated with info regarding this attribute More... about 22 years ago