2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 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... almost 11 years ago
Fixed -Wall build errors in dispatcher_all and separated get_filetype_icon() into a separate file.
runarb
as Runar Buvik
More... almost 11 years ago
Fix missing _ in a define.
runarb
as Runar Buvik
More... almost 11 years ago
Better support for searching from the command line. +Typo fix.
runarb
as Runar Buvik
More... almost 11 years ago
Allowed maxhits to bee forwarded to the search system.
runarb
as Runar Buvik
More... almost 11 years ago
Added "page" is an alternative name for "start" to describes which page to start at.
runarb
as Runar Buvik
More... almost 11 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... almost 11 years ago
Correct disabling of the lottery. Double negatives are bad :)
runarb
as Runar Buvik
More... almost 11 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... almost 11 years ago
Removed old url import script that isn't in use anymore.
runarb
as Runar Buvik
More... almost 11 years ago
Made interaction with the crawler manager thread safe.
runarb
as Runar Buvik
More... almost 11 years ago
Hints the user to return correctly when making a Perl crawler.
runarb
as Runar Buvik
More... almost 11 years ago
Add "Authenticated Users" to all loged in users. More... almost 11 years ago
Disable buffering so console information gets printed at ones. Fixes #4 . More... almost 11 years ago
Removed not in use file Makefile.old. More... almost 11 years ago
Do not print special attribute "snippet".
runarb
as Runar Buvik
More... almost 11 years ago
Support for supplying thumbnail images directly from crawlers. More... almost 11 years ago
Correct printf % format for html and image. More... almost 11 years ago
Fixed build instruction for perlxs-sdcrawl and make it part of the default build. More... almost 11 years ago
New "Person" nav menu. More... almost 11 years ago
Added sortCrc32attrMap to default build. More... almost 11 years ago
Added make directive for attributes_test program. More... almost 11 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... almost 11 years ago
Initial commit: test data for generateSnippet. More... almost 11 years ago
Fix a missing { and missing variable if on compiled with DEBUG_VERBOSE. More... almost 11 years ago
Support for snippeting cells in a db snippet. More... almost 11 years ago
Fixed verbose output, removed unused code.
runarb
as Runar Buvik
More... almost 11 years ago
Removed references to function attribElementNormalize(). The function is no longer in use. More... almost 11 years ago
Removed incorrect error message and some general code cleaning. More... almost 11 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... almost 11 years ago