0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix external command parsing bug. More... over 12 years ago
Fix bug in handling SSL connections. More... over 12 years ago
Fix typo in htdig/ExternalParser.cc. More... over 12 years ago
Fix CVE-2007-6110 XSS Vulnerability.
Robert Klein
as Robert Klein (roklein)
More... over 12 years ago
Fix CVE-2005-085 XSS Vulnerability.
Robert Klein
as Robert Klein (roklein)
More... over 12 years ago
Give meaningful error message if execv fails. More... over 12 years ago
Remove class qualifier from method declaration.
Robert Klein
as Robert Klein (roklein)
More... over 12 years ago
branch for htdig 3.2 development More... over 12 years ago
correct version number in Berkely DB License More... almost 21 years ago
Fix handling of boolean_keywords in phrases
lha
More... over 21 years ago
Don't omit URL from url_log if interrupted.
lha
More... over 21 years ago
- Updated ChangeLog for 3.2.0b6 release More... over 21 years ago
RE-fix Cygwin database-empty bug
lha
More... over 21 years ago
Update "files" section of documentation, esp. hyperlink ..._DIR parts
lha
More... over 21 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... over 21 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... over 21 years ago
* installdir/HtFileType: Added -f to rm command. More... over 21 years ago
* htsearch/parser.cc (perform_or): Added missing & in if clause. More... over 21 years ago
* contrib/htdig-3.2.0.spec: Updated for 3.2.0b6. More... over 21 years ago
* installdir/Makefile.{am,in}: Don't stick $(DESTDIR) in HtFileType. More... over 21 years ago
- Updated RELEASE.html and ChangeLog before the release More... over 21 years ago
- Tagged release 3.2.0b6 More... over 21 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... over 21 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... over 21 years ago
Add OpenOffice support to doc2html
lha
More... over 21 years ago
Avoid failure and spurious warnings for two tests on non-linux/gnu systems
lha
More... over 21 years ago
Hyperlink attrs.html for default values defined in terms of other attributes.
lha
More... over 21 years ago
defaults.cc: Escaped new-line in file-space entry, and fixed no_next_page_text
lha
More... over 21 years ago
* htdig/HTML.cc (do_tag): Fixed meta date handling to avoid inadvertently matching names like DC.Date.Review. More... over 21 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... over 21 years ago