72 Commits (45ee021ebb7ae7ba1f2abedae5f0b16ba8de6e6b)

Author SHA1 Message Date
Kevin Lynx 45ee021ebb optimize highlight for http 11 years ago
Kevin Lynx b1869dd122 add http search result highlight 11 years ago
Kevin Lynx 7f7045883e fix stats 1970 bug 11 years ago
Kevin Lynx b0428a1e5e fix sphinx builder query range bug; improve sphinx builder db query performance, to avoid `getmore' command and the 4M useless response 11 years ago
Kevin Lynx 55ac362bf1 update to the newest kdht, to fix some invalid message error bug 11 years ago
Kevin Lynx e8e3142235 modify `giza' library so that i can get sphinx search stats, and because of this, i can add a more detailed page navigation 11 years ago
Kevin Lynx bc00e03b33 fix sphinx xml utf8 related issure, filter these unicode control characters, only backup delta file if the operation failed 11 years ago
Kevin Lynx 5e9c36f787 add sphinx search stats 11 years ago
Kevin Lynx 0bdac737ad add a simple page navigation for sphinx_search 11 years ago
Kevin Lynx 40f2bae9b8 fix sphinx_build memory leak bug, caused by mongo_cursor 11 years ago
Kevin Lynx 149f10724e sphinx worker call infinity 11 years ago
Kevin Lynx 18edffc2a1 fix some sphinx related bugs, now it can be used to build sphinx index, still in experiment stage, add `giza' library to query sphinx in http_fontend 11 years ago
Kevin Lynx 0c67e46e5c fix daterange issure which not only record today torrents, not it only show the today inserted torrents 11 years ago
Kevin Lynx 28acbdaa45 adjust http stats display 11 years ago
Kevin Lynx 94a2ac34bc system stats adjust, add more stats to http front-end 11 years ago
Kevin Lynx 6fbd0cb218 add a new force to string log func, add log to httpd, it can log unicode characters to logfiles 11 years ago
Kevin Lynx 928798ed28 complete all http uri to json api 11 years ago
Kevin Lynx 070e97e826 add hash filter stats to the new hash_reader 11 years ago
Kevin Lynx 3864940905 fix hash_download startup bug 11 years ago
Kevin Lynx 67ff84adaa fix hash_download_cache startup bug 11 years ago
Kevin Lynx e5b35e58ed NOTE: rewrite hash_reader, config changed, dht_hash database changed, require to remove existed dht_hash database 11 years ago
Kevin Lynx 72c35be437 change default config 11 years ago
Kevin Lynx d00c84135b fix cache_indexer message leak bug 11 years ago
Kevin Lynx d9deb8dfc9 add simple `get' json api, fix http search space decode 11 years ago
Kevin Lynx ba92e9cd77 fix hash_date 11 years ago
Kevin Lynx 28fe69d141 hash_date only record today new inserted torrents 11 years ago
Kevin Lynx 45ca7d584e config max download task per hash-reader, 11 years ago
Kevin Lynx 35a131fa8f nothing 11 years ago
Kevin Lynx 928fc86934 recompile 11 years ago
Kevin Lynx f5655ba0f3 fix hash_reader stop working bug 11 years ago
Kevin Lynx 810464330d NOTE: big change! Need to delete config files. The crawler will cache hashes and merge duplicated queries. 11 years ago
Kevin Lynx 629e92115d fix cache_indexer download bug 11 years ago
Kevin Lynx ff338f2c9b fix cache_indexer state not saved correctly 11 years ago
Kevin Lynx 1ed66b3863 fix memory leak for hash_reader (message queue keep increasing), set http search result to 50 11 years ago
Kevin Lynx ff85af0806 try to fix high cpu usage when no hash and no wait_download 11 years ago
Kevin Lynx c5db7ae966 restore `top' cache 11 years ago
Kevin Lynx 31a1bd04c0 to avoid there's no hash and no wait_download, the hash reader may stop working 11 years ago
Kevin Lynx d81d6a2fd2 integrate cache_index to hash_reader, default is disabled 11 years ago
Kevin Lynx 0f24428faa add cache_indexer progress displaying 11 years ago
Kevin Lynx 5153568dc9 add cache_indexer, not integrated now, see src/cache_indexer/readme.md 11 years ago
Kevin Lynx 0579304407 change hash_reader read hash/wait_download using findAndModify, to avoid the read/delete two operations 11 years ago
Kevin Lynx 86665cb93b only build torrent name indexes 11 years ago
Kevin Lynx a1fc6ec3c0 add text segment config for hash_reader (text_seg), the default is simple 11 years ago
Kevin Lynx 269584c708 add rmmseg, to segment chinese texts, add a tool to convert the existing torrent file names 11 years ago
Kevin Lynx 676d354515 disable numid for sphinx default 11 years ago
Kevin Lynx 6ddb9447ac Merge branch 'master' of github.com:kevinlynx/dhtcrawler2
Conflicts:
	ebin/dhtcrawler.app
	ebin/tor_download.beam
11 years ago
Kevin Lynx f5965304f7 add torrent download stats for hash reader 11 years ago
Kevin Lynx 1320002674 integrate torrent downloader monitor, change http today_top to show the today request count, instead total request count, remove ibrowse initial config 11 years ago
Kevin Lynx 5a0b21c7b0 chang http top query, add a new database to map date to hashes, to support query by date range 11 years ago
Kevin Lynx cda02229ad add tor_download req monitor, not integrated yet 11 years ago