2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
show_attributes_init() has a new verbose option. Setting it to 1.
runarb
as Runar Buvik
More... about 10 years ago
Fixed -Wall build errors in dispatcher_all and separated get_filetype_icon() into a separate file.
runarb
as Runar Buvik
More... about 10 years ago
Fix missing _ in a define.
runarb
as Runar Buvik
More... about 10 years ago
Better support for searching from the command line. +Typo fix.
runarb
as Runar Buvik
More... about 10 years ago
Allowed maxhits to bee forwarded to the search system.
runarb
as Runar Buvik
More... about 10 years ago
Added "page" is an alternative name for "start" to describes which page to start at.
runarb
as Runar Buvik
More... about 10 years ago
Hack to remove the "wide character in print" warning that occurs on some virtualizations platforms. Currently off by default, while we do some more testing.
runarb
as Runar Buvik
More... over 10 years ago
Correct disabling of the lottery. Double negatives are bad :)
runarb
as Runar Buvik
More... over 10 years ago
Support for skipping the document exist lottery, and thus prevent forcefully Reindexing if 1% of the documents on each crawl.
runarb
as Runar Buvik
More... over 10 years ago
Removed old url import script that isn't in use anymore.
runarb
as Runar Buvik
More... over 10 years ago
Made interaction with the crawler manager thread safe.
runarb
as Runar Buvik
More... over 10 years ago
Hints the user to return correctly when making a Perl crawler.
runarb
as Runar Buvik
More... over 10 years ago
Add "Authenticated Users" to all loged in users. More... over 10 years ago
Disable buffering so console information gets printed at ones. Fixes #4 . More... over 10 years ago
Removed not in use file Makefile.old. More... over 10 years ago
Do not print special attribute "snippet".
runarb
as Runar Buvik
More... over 10 years ago
Support for supplying thumbnail images directly from crawlers. More... over 10 years ago
Correct printf % format for html and image. More... over 10 years ago
Fixed build instruction for perlxs-sdcrawl and make it part of the default build. More... over 10 years ago
New "Person" nav menu. More... over 10 years ago
Added sortCrc32attrMap to default build. More... over 10 years ago
Added make directive for attributes_test program. More... over 10 years ago
Made generate_snippet() return if it found a hit or not. Make first sentence snippets in db_snippet cells if there is no hit. General code clean. More... over 10 years ago
Initial commit: test data for generateSnippet. More... over 10 years ago
Fix a missing { and missing variable if on compiled with DEBUG_VERBOSE. More... over 10 years ago
Support for snippeting cells in a db snippet. More... over 10 years ago
Fixed verbose output, removed unused code.
runarb
as Runar Buvik
More... over 10 years ago
Removed references to function attribElementNormalize(). The function is no longer in use. More... over 10 years ago
Removed incorrect error message and some general code cleaning. More... over 10 years ago
Changed so we don't cast an error when closing of the bbdn socket is a success. Close() return 0 on success, not 1.
runarb
as Runar Buvik
More... over 10 years ago