37a4ba9703minor admin serp filter bar update
mwells
2014-09-11 16:25:30 -0600
5980d48471fixed json parser bug
Matt Wells
2014-09-11 13:40:07 -0700
fbd288d2a5fix inifinite loop when rebalancing. was trying to read more bytes from titlerec than what it could support.
Matt Wells
2014-09-11 12:11:34 -0700
ed75621ad3Merge branch 'testing' into diffbot-testing
Matt Wells
2014-09-11 10:22:01 -0700
0b230995eemore fixes for inner loop code
mwells
2014-09-11 05:56:47 -0700
ee070d9378try to fix inner loop logic some more
mwells
2014-09-11 05:26:14 -0700
10f897e5beuse gbsystem() not system() so it can turn off alarms since it forks.
mwells
2014-09-11 05:01:55 -0700
2870c1b0befixed system call hanging. i guess system calls fork and it did not like or SIGALRMs because when i set the iterm off for those it was ok.
mwells
2014-09-11 04:57:27 -0700
8b1f19d077put 'hosts' link back at user demand.
mwells
2014-09-10 15:05:33 -0700
e5aa7a0247fix loop stuff some more. now seems fast again.
mwells
2014-09-10 14:56:56 -0700
082b39e027turn off images for qa tests. fix loop stuff some more. seewms to be slower
mwells
2014-09-10 14:13:39 -0700
cc76a36458sort str facets by their int values (str hashes) for consistency for now since we do not know the strings themselves at that time in Msg40.cpp
mwells
2014-09-10 08:22:11 -0700
8f14207fc9fix core dump in qa testing
mwells
2014-09-10 08:08:02 -0700
7c5ba792d8added spider log dropdown to search filters bar
mwells
2014-09-06 13:05:18 -0700
e41b6109b9Merge branch 'diffbot-testing' into testing
mwells
2014-09-06 12:17:43 -0700
caf8d46b43index spider status msg for force deletes
mwells
2014-09-06 12:15:58 -0700
da4f6782fbsyn fix for 'sports' when lang is unknown. we default to english rather than have no synonyms, since it is in french as well.
mwells
2014-09-06 10:49:22 -0700
ea30e8d9b2try to fix request rate limiting jam up in udpserver.cpp. pretty up Loop.cpp some more which now uses select().
mwells
2014-09-04 10:28:40 -0700
ed66bf57b7git ride of select on writefds. pretty pointless unless we tried to write to a socket before and the buffer was full so the write failed. then we'd want to know if it was ready for writing again i guess.... anyway i'm not so sure that happens a lot so i took it out and i guess we'll see what happens. also added more udp/loop debugging statements.
Matt Wells
2014-09-03 21:24:51 -0700
0bcecfb0ceMerge branch 'diffbot-testing' of github.com:gigablast/open-source-search-engine into diffbot-testing
Matt Wells
2014-09-03 20:03:38 -0700
217fb1f1e9Merge branch 'testing' into diffbot-testing
Matt Wells
2014-09-03 20:00:04 -0700
9e1332d34dMerge branch 'testing' into diffbot-testing
Matt Wells
2014-09-03 11:32:47 -0700
4bf7826acflimit pdftohtml to 30s
mwells
2014-09-03 11:30:54 -0700
21c32be2b2try to tune query performance with higher max outstanding thread defaults.
mwells
2014-09-03 11:08:01 -0700
7e3215d176verified SIGCHLD being sent when thread completes
mwells
2014-09-03 11:05:15 -0700
7bd3b42477comment out unused code. make thread cleanups basically untimed.
mwells
2014-09-03 09:48:43 -0700
55a1a4626fmore signal count stats
mwells
2014-09-03 09:18:30 -0700
bb76ffa8b2do not bother doing fcntl(F_SETSIG,fd) since we use select() now. however we still do get thread-cleanup signals from a thread when it is done.
mwells
2014-09-03 09:02:57 -0700
cd97944d1efix cpu usage reporting
mwells
2014-09-03 08:38:43 -0700
959187893edefault parm val updates for easier max spiders setting
mwells
2014-09-03 07:48:07 -0700
5931fb5ff1raised MAX_SPIDERS from 100 to 300. watch out for oom though.
mwells
2014-09-03 07:26:17 -0700
5a508cad69upped MAX_SPIDERS from 100 to 300. watch out for oom though.
mwells
2014-09-03 07:25:40 -0700
7866ff1196added some files
mwells
2014-09-03 06:40:04 -0700
d9462e740bhandle threads on EINTR from select() in Loop.cpp.
mwells
2014-09-03 06:39:19 -0700
82edb9814fMerge branch 'master' into testing
mwells
2014-09-03 06:10:03 -0700
19feb94f29imported new Loop.cpp using select() from testing branch so ppl can use it on ubuntu 14.04
mwells
2014-09-02 22:22:39 -0700
71e4574c71added status file type to search filter bar
mwells
2014-09-02 22:17:27 -0700
048aa60fd9try polling fds now with select(). real-time signals were somewhat of an artifact from bygone days and the select() call when done right seems to not use any more cpu. plus it should work well with apple os x and cygwin etc.
mwells
2014-09-02 22:05:15 -0700
8f92a6d767fix for diffbot. use objects not results for global-index.
Matt Wells
2014-09-02 15:02:12 -0700
2c81157031fix search filters bar not coming up
mwells
2014-09-02 14:07:04 -0700
c82c41540cif crawlbot, do not overwrite sitenuminlinks stuff in tagdb, because we imported that from big se.
Matt Wells
2014-09-02 13:45:58 -0700
c392e6eadefix minserpscore parm. support TYPE_DOUBLE parms.
mwells
2014-09-01 20:37:17 -0700
91ab558eb5fix widget from initializing with serps because 'cd' was a text node, "No Results Found..." and did not have the getAttribute() function available thus causing a javascript error.
mwells
2014-09-01 19:24:04 -0700