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
Fixed bug where we allocated a fix size buffer for holding all collections names for a user. If we had more collection they would not be included in the search. More... over 11 years ago
Made debug info go to stderr instead of stdout so it doesn't mess up the http headers when run as a cgi script. More... over 11 years ago
If we have more than 50 collections we won't lookup the size of the collection, nor ajax to refresh the view. If we do the administrators browser may be bogged down trying to fetch a lot of data every 3 seconds. More... over 11 years ago
Merge pull request #9 from oiuweirwe/master More... over 11 years ago
Merge commit 'upstream/master' More... over 11 years ago
Waiting for /tmp files that are locked can result in dead locks. Changed to just skipping them and then we will try the next time. More... over 11 years ago
Do not ask for recrawl of pushed connectors. Recrawling dos not do anything, but it can take system resources to go thru them all. More... over 11 years ago
Stop and starts crawl_watch during build. More... over 11 years ago
Support for anonymous statistic (needs dependency perl-JSON) in crawl_watch. More dependencies to the devel package. Added setups of rpm build environment for the devel package. More... over 11 years ago
Set pushed share to use default user system (id=0) instead of the first (id=1). More... over 11 years ago
Merge pull request #8 from oiuweirwe/master
runarb
as Runar Buvik
More... over 11 years ago
Better error message if an add operation fails.
runarb
as Runar Buvik
More... over 11 years ago
Merge commit 'upstream/master' More... over 11 years ago
Don't fail the add if the same document already exists. More... over 11 years ago
Changed usage information to be in English.
runarb
as Runar Buvik
More... over 11 years ago
Set access level to anonymous for pushed collections if we don.t have a user system.
runarb
as Runar Buvik
More... over 11 years ago
Removed nosy printf.
runarb
as Runar Buvik
More... over 11 years ago
Added "use strict" with fixes.
runarb
as Runar Buvik
More... over 11 years ago
If we have more than a certain number of collections we won't lookup the number of documents in the collections. It uses to much resources.
runarb
as Runar Buvik
More... over 11 years ago
Moved starting of suggest to the end of init.d.start because it something fail when suggest server uses a long time to start up (with is perfectly normal). May want to add a better fix later, but for no we just prevent it from blocking to startup of other services.
runarb
as Runar Buvik
More... over 11 years ago
Removed some whit space that now has become redundant.
runarb
as Runar Buvik
More... over 11 years ago
Removed closedir() call that are no longer in use.
runarb
as Runar Buvik
More... over 11 years ago
Removed the delay now that we wait for the bbc_add() and other calls to finish. Fixed bug where spaces (%20) in the url mad us print ugly status messages.
runarb
as Runar Buvik
More... over 11 years ago
Wait for bbdoc*() calls to finished and forward the status to the client.
runarb
as Runar Buvik
More... over 11 years ago
Merge branch 'master' of [email protected]:searchdaimon/enterprise-search
runarb
as Runar Buvik
More... over 11 years ago
Made unescape_url in the cgi-util library public.
runarb
as Runar Buvik
More... over 11 years ago
Change usage information to be in English. More... over 11 years ago
Removed nosy printf. More... over 11 years ago
Added support for running cleanLots.pl in parallel, and clean up the code by removing duplicate work. More... over 11 years ago
Added some Wikipedia related queries. More... over 11 years ago