Commit Graph

135 Commits

Author SHA1 Message Date
Matt
15c802f0aa Merge branch 'diffbot-testing' into testing 2014-12-14 16:38:03 -08:00
Matt
c8f305468f fix facet bug 2014-12-11 13:13:50 -08:00
Matt Wells
19f118dddf Merge branch 'diffbot-testing' into testing 2014-12-10 14:08:10 -08:00
Matt
e43365fc70 more pthread_t pid_t fixes 2014-12-10 14:06:17 -08:00
Matt
08169a5562 makefile minor change 2014-12-10 13:29:59 -08:00
Matt
329f004e74 compiler updates 2014-12-10 12:09:04 -08:00
Matt
d8ba619df3 makefile updates 2014-12-10 11:53:46 -08:00
Matt
3ee6f7149f Merge branch 'diffbot-testing' into testing 2014-12-10 11:03:12 -08:00
Matt Wells
720517c2f5 fix facet range lists 2014-12-09 16:51:14 -08:00
Matt Wells
845c9d8a13 version update in makefile 2014-12-06 11:15:34 -07:00
Matt
41c8817bdb fixed summary initialization error
of the flags buffer.
fixed term freq algo. use exact term freq
for qatest123. made Summary.o -O3 again.
fix gbsystem() to disable both timers.
2014-12-06 10:14:48 -07:00
mwells
2ccb4f5c69 show spider req/repl sizes added to spiderdb in logIt().
make 'make' by itself work on 32-bit archs again.
2014-12-04 13:57:42 -07:00
mwells
144c488a4e do not force -m64 on a 32-bit system 2014-12-02 21:45:52 -07:00
mwells
3c92fd6916 fix Inlink accessor function core.
don't use off_urlBuf, etc. any more just
use size_urlBuf, etc. now for better backwards
compatibility.
2014-12-02 10:26:10 -07:00
mwells
1b347188a3 fix makefile to use -m64 by default. 2014-12-01 11:44:41 -07:00
Matt
6aa217ce1d quick fix 2014-11-26 18:41:36 -07:00
Matt
cb33680b40 add make msg to install certain pkgs if make fails 2014-11-26 18:41:05 -07:00
Matt
fa2ad505f2 'make gb32' compiles the 32-bit version.
'make' does 64-bit.
2014-11-26 18:27:47 -07:00
Matt
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()
2014-11-25 15:54:15 -07:00
Matt
dbd8af0eaa -O4 put backs in makefile. efence off. 2014-11-17 18:14:13 -08:00
Matt
931a1c4bc6 good checkpoint. quite a few fixes. 2014-11-17 18:13:36 -08:00
Matt
4a0554c76f more 64bit fixes 2014-11-14 17:30:32 -08:00
Matt
c6605d7b33 64 bit somewhat working at runtime. need to test all functionality
to make sure. fixes are pretty trivial.
2014-11-12 19:18:25 -08:00
Matt
4c19453ea9 working with -m32 for basic testing.
compiles for 64-bit.
2014-11-12 11:38:37 -08:00
mwells
e10f6cdd61 cygwin fixes 2014-09-26 23:04:16 -07:00
mwells
7bbe406e1b version update 2014-09-26 08:52:09 -06:00
mwells
95f771cde3 version updates 2014-09-25 21:41:37 -06:00
mwells
2ca303b7d7 new import code copiling. now needs runtime testing and
qa tests.
2014-09-20 20:12:28 -07:00
mwells
f832e587f5 Merge branch 'testing' of github.com:gigablast/open-source-search-engine into testing
Conflicts:
	Makefile
2014-09-20 16:58:51 -07:00
mwells
489bb162be stage 1 import tool 2014-09-20 16:58:12 -07:00
mwells
b88dd593d8 Merge branch 'master' of github.com:gigablast/open-source-search-engine
Conflicts:
	Version.h
2014-09-19 13:52:21 -06:00
mwells
91c14255e1 makefile updates 2014-09-19 13:51:08 -06:00
Matt Wells
8cf5bdc8a2 force gb to recompile version every time
you do a make, so version is updated automatically.
2014-09-19 12:23:40 -07:00
mwells
9d69c1362d added proper version computation to gb 2014-09-19 10:25:48 -06:00
mwells
46f6b55298 makefile fixes 2014-09-10 08:01:05 -06:00
mwells
8f6b82261f makefile updates 2014-08-27 22:09:21 -06:00
mwells
203754b78a makefile updates 2014-08-27 19:59:57 -06:00
mwells
af4797c991 version updates 2014-07-29 08:32:05 -06:00
mwells
3f9067b7b0 query expansion bug fix 2014-07-22 12:01:42 -06:00
mwells
e950790ae2 version update 2014-07-15 11:22:24 -06:00
mwells
4adb57f98e prepare for release 1.2 2014-07-12 17:58:36 -06:00
mwells
6434e5cc04 Merge branch 'testing' into diffbot-matt
Conflicts:
	Errno.cpp
	Errno.h
	Parms.h
2014-07-07 09:49:59 -07:00
mwells
574b3f9354 if netpbm pkg already installed use it. 2014-07-06 09:54:28 -07:00
mwells
6d425d0bdb use changelog in binary packages 2014-07-05 18:51:49 -07:00
mwells
c8183399de makefile version bump 2014-07-05 16:21:57 -07:00
mwells
ea2a125a81 Merge branch 'diffbot-testing' into diffbot-matt 2014-07-01 11:46:30 -06:00
Matt Wells
bab2a4292a turn off stack smash detection so it will get a seg fault and
save and dump core when stack gets smashed.
2014-07-01 06:43:05 -07:00
Matt Wells
98b317b421 Merge branch 'diffbot-testing' into diffbot-matt
Conflicts:
	Parms.cpp
	Query.cpp
2014-06-27 17:23:03 -07:00
mwells
61a20da025 fix make master-deb 2014-06-25 06:31:05 -06:00
Matt Wells
f0b7d6ad1a added S99gb for loading at boot.
do a 'sudo make install' to install
to /var/gigablast/ dir
2014-06-23 07:32:38 -06:00