6d7e14d2a4
Corrects compiler warning: C++11 requires a space between string literal and macro
2021-06-19 17:17:06 +00:00
100888d691
fix file/dir creation permissions bugs
2015-09-21 12:44:41 -06:00
74cde33a3a
just use the user's umask val for all file/dir creation
2015-09-21 11:33:38 -06:00
ce7b06fc4d
all files made are now group writable.
...
if you don't like that then you can make
a special group and set the directory just
group writable for that group using chmod g+s <dir>.
2015-09-21 11:19:34 -06:00
41b8128bfd
detect bogus saved hashtables
2015-09-09 21:49:12 -07:00
178721d35b
speed up getFileSize() by using stat() func again.
...
despam logs at startup.
do not perm check every coll dir, only first 100, on
startup to make things faster.
2015-08-15 22:21:15 -07:00
fc4b4db425
fix core related to increasing max query length
2015-07-13 19:00:47 -06:00
815bd7ce0a
quite a few bug fixes.
2015-07-02 17:42:05 -06:00
87285ba3cd
use gbmemcpy not memcpy so we can get profiler working again
...
since memcpy can't be interrupted and backtrace() called.
2015-01-13 12:25:42 -07:00
251f7d2f22
fix core when removing row from url filters table.
...
tail safebuf was not detaching buf.
clear all of memtable on startup, use sizeof(char) not 4.
fix m_memtablesize since it can't be based on m_maxMem
because g_hostdb inits before g_conf.m_maxMem and calls
Mem::addMem()
2014-12-02 16:17:06 -08:00
931a1c4bc6
good checkpoint. quite a few fixes.
2014-11-17 18:13:36 -08:00
4c19453ea9
working with -m32 for basic testing.
...
compiles for 64-bit.
2014-11-12 11:38:37 -08:00
96b8197ad3
now it compiles with -m32
2014-11-10 14:45:11 -08:00
e7dd8f7956
replace long long with int64_t
2014-10-30 13:36:39 -06:00
b13f3d24d7
replaced unsigned long long with uint64_t
2014-10-30 13:30:39 -06:00
42b891219d
several fixes for floater proxy through squid proxy.
...
gb needs to act like squid for the rendering machines so
it can do crawl delay backoff and load balancing over the
floaters.
2014-10-02 02:08:38 -07:00
c2f98a81b6
fix floater bug from reading hashtable off disk.
...
force use floaters if ! useRobots and is diffbot crawl.
2014-09-26 15:30:42 -07:00
9dc11e53b1
fix core from too many facet strs
2014-09-21 09:26:13 -07:00
10f4443974
quite a few fixes to the quota system, cleanups etc.
2014-01-18 16:23:13 -08:00
299a208253
reduce log spam
2014-01-11 16:49:43 -08:00
3db562f0f1
bug fixes for pages indexed and manual seeds counting.
2014-01-07 15:38:22 -08:00
82494baa89
move CollectionRec stuff into Collectiondb files
...
for simplicity.
2013-12-10 15:28:04 -08:00
ec4d77f00a
make waiting trees grow dynamically to save
...
space. was taking like 1.5GB of ram for
like 100 collections or so.
2013-11-19 15:23:25 -08:00
40192249f9
spider speedups and fixes.
2013-09-25 11:58:03 -06:00
991e2f30f7
speed up whitelist hashtable like 20x
...
using hashtable key magic.
2013-09-15 21:10:53 -07:00
928dc36a03
get "&site=abc.com+xyz.com"... working to restrict
...
search results to specified sites. tested a little.
2013-09-15 20:16:48 -07:00
107037c6a2
new &sites=xyz.com+abc.com+... functionality compiles ok.
2013-09-15 18:14:32 -06:00
f6e560c1f4
Initial file population.
2013-08-02 13:12:24 -07:00