2
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 14 hours ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in the intranet crawler where credential was not correctly set when fetching robots.txt file.
runarb
as Runar Buvik
More... over 10 years ago
Fixed typos: witch->which and her->here. Thank you @ericyew!
runarb
as Runar Buvik
More... over 10 years ago
Removed yumupdate. It has been replaced by YumWrapper and Perl scripts for better control.
runarb
as Runar Buvik
More... over 10 years ago
Increased the number of queued connections a standard sock may have. As systems get faster it may be ok to hold a longer queued.
runarb
as Runar Buvik
More... over 10 years ago
Increased the number of queued connections a standard sock may have. As systems get faster it may be ok to hold a longer queued.
runarb
as Runar Buvik
More... over 10 years ago
Fixed typo in error message. More... over 10 years ago
Fixed bug where we run out of bounds on an array if we were missing iindex files during garbage collection. More... over 10 years ago
Add garbage directive to http pushed collections. More... over 10 years ago
Fixed bug where we did not handle that a duplicate document can be a deleted document. More... over 10 years ago
Specified that it is the LotNr we want when doing a repositoryRead. More... over 10 years ago
Removed unused variable used for setting the length to a url when it is rewritten by the crawler manager. More... over 10 years ago
Added 'const' to a function variable to indicate that it is not being changed. More... over 10 years ago
Fixed typo in comment. More... over 10 years ago
Silenced noisy printf.
runarb
as Runar Buvik
More... over 10 years ago
Merge branch 'master' of [email protected]:searchdaimon/enterprise-search
runarb
as Runar Buvik
More... over 10 years ago
Fixed build errors when building crawlManager2 with -Wall. More... over 10 years ago
Added support for building common with -Wall. ( only 5-6 errors left now :) ) More... over 10 years ago
Fixed build errors when building crawlManager2 with -Wall. More... over 10 years ago
Fixed build errors when building crawlManager2 with -Wall. More... over 10 years ago
Also delete the acl_allow, acl_denied and attributes iindex files when deleting a collection, not just Main. More... over 10 years ago
Removed the iconv helper functions. They are no longer in use. More... over 10 years ago
Removed some uncommented code. More... over 10 years ago
Speed up: If the existing main iindex is newer then the lot iindex we don.t go thru generating a new one, because the new will be equal to the existing. Also stopped generating empty iindex files. More... over 10 years ago
Speed up: Caches the last username we tried to insert to the database because we don't have to insert it more than ones. More... over 10 years ago
Speed up: If there is no data in the revindex there is no need to go thru with an empty merge with the existing iindex. Will just return and let the iindex be. More... over 10 years ago
Fixed a bug in the intranet connector that prevented NTLM authenticate to work for https pages. More... over 10 years ago
Removed temporarily printf used for debugging. More... over 10 years ago
Removed unnecessary code that was commented out and some other style fixes.
runarb
as Runar Buvik
More... over 10 years ago
Merge branch 'master' of [email protected]:searchdaimon/enterprise-search More... over 10 years ago
Removed some bad comments. More... over 10 years ago