2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 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... almost 11 years ago
Fixed typos: witch->which and her->here. Thank you @ericyew!
runarb
as Runar Buvik
More... almost 11 years ago
Removed yumupdate. It has been replaced by YumWrapper and Perl scripts for better control.
runarb
as Runar Buvik
More... almost 11 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... about 11 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... about 11 years ago
Fixed typo in error message. More... about 11 years ago
Fixed bug where we run out of bounds on an array if we were missing iindex files during garbage collection. More... about 11 years ago
Add garbage directive to http pushed collections. More... about 11 years ago
Fixed bug where we did not handle that a duplicate document can be a deleted document. More... about 11 years ago
Specified that it is the LotNr we want when doing a repositoryRead. More... about 11 years ago
Removed unused variable used for setting the length to a url when it is rewritten by the crawler manager. More... about 11 years ago
Added 'const' to a function variable to indicate that it is not being changed. More... about 11 years ago
Fixed typo in comment. More... about 11 years ago
Silenced noisy printf.
runarb
as Runar Buvik
More... about 11 years ago
Merge branch 'master' of [email protected]:searchdaimon/enterprise-search
runarb
as Runar Buvik
More... about 11 years ago
Fixed build errors when building crawlManager2 with -Wall. More... about 11 years ago
Added support for building common with -Wall. ( only 5-6 errors left now :) ) More... about 11 years ago
Fixed build errors when building crawlManager2 with -Wall. More... about 11 years ago
Fixed build errors when building crawlManager2 with -Wall. More... about 11 years ago
Also delete the acl_allow, acl_denied and attributes iindex files when deleting a collection, not just Main. More... about 11 years ago
Removed the iconv helper functions. They are no longer in use. More... about 11 years ago
Removed some uncommented code. More... about 11 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... about 11 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... about 11 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... about 11 years ago
Fixed a bug in the intranet connector that prevented NTLM authenticate to work for https pages. More... about 11 years ago
Removed temporarily printf used for debugging. More... about 11 years ago
Removed unnecessary code that was commented out and some other style fixes.
runarb
as Runar Buvik
More... about 11 years ago
Merge branch 'master' of [email protected]:searchdaimon/enterprise-search More... about 11 years ago
Removed some bad comments. More... about 11 years ago