Commit Graph

  • 0331363893 show language query synonym terms came from in the xml/json feed. Matt Wells 2014-12-04 10:57:01 -0700
  • 832392887c do not spam the logs with spider request corrupt count msgs. but store a count for them now in coll rec. Matt Wells 2014-12-04 10:00:13 -0700
  • a7462ed1f4 fix injection stuff mwells 2014-12-04 09:29:17 -0700
  • 8157c5be14 added 'gb dstart' cmd mwells 2014-12-03 19:02:08 -0700
  • 4894bf51ce fix core Matt Wells 2014-12-03 14:08:18 -0800
  • ca8194d9b0 when rebuilding posdb do not rebuild for spiderdb mwells 2014-12-03 11:32:22 -0700
  • 12d1477135 fix another 64bit conversion bug for synonyms Matt Wells 2014-12-03 07:45:27 -0800
  • 654084f557 fix 64bit conversion bug. realloc offset should have been 64bit not 32bit in Linkdb.cpp. Matt Wells 2014-12-03 07:35:14 -0800
  • 18583234c4 do not show discussions,etc. tabs yet mwells 2014-12-02 21:51:20 -0700
  • 144c488a4e do not force -m64 on a 32-bit system mwells 2014-12-02 21:45:52 -0700
  • 0f2ee3edcf fix core from doing rebuild of posdb mwells 2014-12-02 21:28:31 -0700
  • 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() Matt Wells 2014-12-02 16:17:06 -0800
  • 3c92fd6916 fix Inlink accessor function core. don't use off_urlBuf, etc. any more just use size_urlBuf, etc. now for better backwards compatibility. mwells 2014-12-02 10:26:10 -0700
  • 7508deb38f Merge branch 'diffbot-testing' into testing mwells 2014-12-02 09:47:11 -0700
  • abfa9a500e mem fix Matt Wells 2014-12-02 07:09:57 -0800
  • a1d673936f fix some final issues with 64bit stuff Matt Wells 2014-12-02 06:48:56 -0800
  • ac685eb4b8 fix rdbcache init core Matt Wells 2014-12-01 12:37:51 -0800
  • 1b347188a3 fix makefile to use -m64 by default. mwells 2014-12-01 11:44:41 -0700
  • 375069bd15 fix url dup cache bug Matt Wells 2014-12-01 07:45:59 -0800
  • b61575a2c8 modified hopcount computation for custom crawls emmanuel.charon 2014-12-01 07:28:55 -0800
  • 75aafc6e87 fix core from allocating too many nodes in top tree Matt Wells 2014-12-01 07:19:54 -0800
  • 320eb66237 fixed time_t in LinkInfo class for 64 bit conversion Matt Wells 2014-11-27 20:55:18 -0800
  • 24544733f6 fix bad http status err msg Matt 2014-11-27 20:39:37 -0700
  • 3ae29dd438 fix core in diskpagecache Matt 2014-11-27 14:54:45 -0700
  • 4f7bd66315 fix core Matt 2014-11-27 14:33:04 -0700
  • 8e315504a2 fix empty rdbcache bug of not enough buf mem. Matt Wells 2014-11-27 13:17:00 -0800
  • 53207d80e8 add log warning if top tree too small Matt Wells 2014-11-27 08:52:03 -0800
  • 23b8ebbc95 allocate enough nodes in top tree for more docid range splits. Matt Wells 2014-11-27 08:44:24 -0800
  • 84bca1c2ca fix urgent password red box if we have a master ip. Matt 2014-11-27 08:20:15 -0700
  • 477624be8a have to call g_loop.init() again as daemon process so we get sigalrms and quickpolls. Matt Wells 2014-11-27 07:08:13 -0800
  • d3a25db329 take out swap out stuff Matt Wells 2014-11-27 06:31:20 -0800
  • 1c3d87968b Merge branch 'diffbot-testing' into diffbot-matt Matt Wells 2014-11-27 06:29:26 -0800
  • 0da7d2d2ff Merge branch 'diffbot-matt' of github.com:gigablast/open-source-search-engine into diffbot-matt Matt Wells 2014-11-27 06:26:08 -0800
  • e2f6490232 fix diffbot reply deduping to exclude url: field in the json when doing deduping. Matt Wells 2014-11-27 06:25:27 -0800
  • 6aa217ce1d quick fix Matt 2014-11-26 18:41:36 -0700
  • cb33680b40 add make msg to install certain pkgs if make fails Matt 2014-11-26 18:41:05 -0700
  • b4365b51f6 fix core from 64bit fixes Matt Wells 2014-11-26 17:27:39 -0800
  • fa2ad505f2 'make gb32' compiles the 32-bit version. 'make' does 64-bit. Matt 2014-11-26 18:27:47 -0700
  • bda364ab7b make compile on neo Matt Wells 2014-11-25 15:47:21 -0800
  • 20dbfbb8ea 64 bit doc updates Matt 2014-11-25 16:25:43 -0700
  • c111b18b29 a few hacks. temp hack for oom to split 4 ways for custom crawls Matt Wells 2014-11-25 15:01:23 -0800
  • 5b92b5f6d5 now term freqs are almost exact for qatest123. sometimes an off by 1 bug. we should really call msg5 to get the list w/o thread and get a truly exact term freq for qatest123 for consistency. that would be in Posdb.cpp::getTermFreq() Matt 2014-11-25 15:54:15 -0700
  • ea67c688b9 fixed a couple really nasty mem leak bugs from new facet code Matt 2014-11-25 11:00:27 -0700
  • adcef39376 Merge branch 'diffbot-testing' into diffbot-matt Matt 2014-11-20 16:53:07 -0800
  • 266d97608a fix a few more 64-bit conversion cores Matt 2014-11-20 16:12:18 -0800
  • bf2013345d fix up diskpagecache. how did it work before without storing the vfd? because linked list was over many different vfds, but the map from one diskpage to a mem offset was specific to each vfd. Matt 2014-11-20 15:05:34 -0800
  • 958e7db0c2 fix rdbcache bug from 64bit conversino i guess Matt 2014-11-19 10:31:31 -0800
  • 83809c5e8a fix iconv mem free core. added 64-bit arch notice to output. Matt 2014-11-18 17:23:53 -0800
  • c5989f4c4c fix new simplied Inlinks code some more Matt 2014-11-18 17:10:48 -0800
  • 2977845375 simplify Inlinks class in LinkInfo.cpp. fix some more 64-bit related cores. Matt 2014-11-18 16:50:31 -0800
  • 0032052930 doc spacing Matt 2014-11-18 13:28:48 -0800
  • d9f129dcf7 fix "4" bug in RdbBase.cpp Matt 2014-11-18 11:58:53 -0800
  • 9ec698a543 mostly doc updates Matt 2014-11-18 11:36:03 -0800
  • 66e9abdfe5 fix gbsort core Matt 2014-11-17 18:32:44 -0800
  • 8f8fb75139 this is about it for the text subs Matt 2014-11-17 18:28:23 -0800
  • 4e8a42e024 text replacements for bad int32_t substitutions Matt 2014-11-17 18:24:38 -0800
  • dbd8af0eaa -O4 put backs in makefile. efence off. Matt 2014-11-17 18:14:13 -0800
  • 931a1c4bc6 good checkpoint. quite a few fixes. Matt 2014-11-17 18:13:36 -0800
  • df35b61caa add libz64.a Matt 2014-11-17 14:53:59 -0800
  • a1dec9b5d9 updated to a new libz64.a. updated zconf.h and zlib.h files and had to re-add g_quickPollFunc() into zlib's deflate.c Matt 2014-11-17 14:53:15 -0800
  • 994dc02d62 make user weight a float, not int Matt 2014-11-17 14:46:31 -0800
  • 5185afd8dd added 64 bit libiconv64.a Matt 2014-11-14 17:34:11 -0800
  • 4a0554c76f more 64bit fixes Matt 2014-11-14 17:30:32 -0800
  • 702785a8ee disable collection swapping temporarily for tagdb updates Matt 2014-11-13 15:36:10 -0800
  • 87544e4895 fix rebuild bugs. Matt 2014-11-13 15:03:57 -0800
  • 715dc8d916 fix rebuild code some more Matt 2014-11-13 13:55:29 -0800
  • b529ed834e reduce log spam Matt 2014-11-13 13:14:39 -0800
  • 69ef3c14ef fixes for repair/rebuild functionality. more to come. Matt 2014-11-13 13:04:28 -0800
  • 8d5da5a2ba default query intersection threads to on for now Matt Wells 2014-11-12 20:47:40 -0800
  • c6605d7b33 64 bit somewhat working at runtime. need to test all functionality to make sure. fixes are pretty trivial. Matt 2014-11-12 19:18:25 -0800
  • 8a73cbe946 added a couple more facet examples Matt Wells 2014-11-12 17:22:21 -0800
  • a68d9be856 cleanup all warning when not using -m32 Matt 2014-11-12 14:11:27 -0800
  • 4c19453ea9 working with -m32 for basic testing. compiles for 64-bit. Matt 2014-11-12 11:38:37 -0800
  • dd6761b95c fix bad sprintf Matt 2014-11-11 16:17:48 -0800
  • ab58809811 no longer piggyback gbfieldmatch: on facet termlists because it needs to be super fast. Matt 2014-11-11 13:16:08 -0800
  • 96b8197ad3 now it compiles with -m32 Matt 2014-11-10 14:45:11 -0800
  • 444ed14cde reduce mem usage in rdbmap. useful for when there are thousands of tiny collections. Matt Wells 2014-11-07 08:49:08 -0800
  • 4a91b5da9a fix core Matt Wells 2014-11-06 20:38:34 -0800
  • 23c565afc8 fix a couple of cores. reduce memory usage significantly by not pre-allocating some per-collection hashtables. Matt Wells 2014-11-05 09:36:42 -0800
  • 4eed706bd4 Merge pull request #32 from emmanuelcharon/diffbot-testing Gigablast 2014-11-04 19:26:53 -0700
  • 790c525820 rename diffbotHopcount to maxHops emmanuelcharon 2014-11-04 16:05:20 -0800
  • 7f8616f003 instructions update Matt Wells 2014-11-04 15:27:59 -0800
  • bac9074f47 Merge branch 'diffbot-testing' into diffbot Matt Wells 2014-11-04 15:25:19 -0800
  • 726e8a8316 Merge branch 'diffbot' into diffbot-testing Matt Wells 2014-11-04 15:20:32 -0800
  • 118a5c1a33 fix gbfieldmatch:pageUrl:"http://...." query. problem with the : in the http:// and problem with Query.cpp converting pageUrl to lower case when it was hashed as "pageUrl" in XmlDoc::hashFacet2(). Matt Wells 2014-11-04 13:53:36 -0800
  • ca77393372 fix core when top tree's setNumNodes tried to allocate too many nodes. Matt Wells 2014-11-03 18:47:37 -0700
  • 205ef500bd Merge pull request #30 from Yeeler/develop Gigablast 2014-11-03 14:01:18 -0700
  • 92bb93fbab Merge pull request #29 from emmanuelcharon/diffbot-testing Gigablast 2014-11-03 13:59:45 -0700
  • 922bcc2133 fix core Matt Wells 2014-11-01 06:34:24 -0700
  • 95f6dcf4f7 Merge branch 'diffbot' of github.com:gigablast/open-source-search-engine into diffbot Matt Wells 2014-11-01 06:18:20 -0700
  • 45972d9837 disregard CONNECT requests for now Matt Wells 2014-11-01 06:17:36 -0700
  • c29dedd714 added diffbotHopcount parameter for diffbot crawl and bulk jobs, also updated PageCrawlbot.cpp emmanuelcharon 2014-10-31 16:34:31 -0700
  • dbd3898cf0 fix a couple cores Matt Wells 2014-10-31 13:36:07 -0700
  • cc9dfc6e45 parser was not capturing negative sign so gbmin: and gbmax: and gbminint: etc. were not working for negative numbers. should work now. Matt Wells 2014-10-31 13:13:27 -0700
  • 4a4a5e7f03 added Codeblocks project file Yeeler 2014-10-31 11:00:18 -0700
  • a7dab95993 Merge branch 'diffbot-testing' of github.com:gigablast/open-source-search-engine into diffbot-testing Matt Wells 2014-10-31 07:31:19 -0700
  • 722a79b384 Merge branch 'testing' into diffbot-testing Matt Wells 2014-10-31 07:31:06 -0700
  • e7dd8f7956 replace long long with int64_t Matt Wells 2014-10-30 13:36:39 -0600
  • b13f3d24d7 replaced unsigned long long with uint64_t Matt Wells 2014-10-30 13:30:39 -0600
  • 17bcf512ae Merge branch 'testing' into diffbot-matt Matt Wells 2014-10-30 13:17:35 -0600