2013-08-03 09:00:26 +00:00
|
|
|
## 08.03.2013
|
|
|
|
|
|
|
|
* sphinx searching is stable right now, you can config to use it
|
|
|
|
* modify giza library, to support get sphinx search stats from response
|
|
|
|
* add page navigation to http
|
|
|
|
|
2013-07-30 14:17:31 +00:00
|
|
|
## 07.30.2013
|
|
|
|
|
|
|
|
* add sphinx (coreseek which based on sphinx) to help searhcing, in expirement stage
|
|
|
|
|
2013-07-21 13:30:28 +00:00
|
|
|
## 07.21.2013
|
|
|
|
|
|
|
|
* rewrite hash_reader, now it will keep a wait_download cache
|
|
|
|
* change hash_writer(crawler) to insert unique hash
|
|
|
|
|
2013-07-21 13:13:05 +00:00
|
|
|
## 07.19.2013
|
|
|
|
|
|
|
|
* add simple json searhch api to http
|
|
|
|
|
|
|
|
## 07.15.2013
|
|
|
|
|
|
|
|
* crawler now will keep a hash cache, merge same hash in the cache, this makes hash_reader process less hashes
|
|
|
|
|
2013-07-08 14:16:26 +00:00
|
|
|
## 07.08.2013
|
|
|
|
|
|
|
|
* add torrent importer which can import local torrents into torrents database
|
|
|
|
|
2013-07-05 13:07:35 +00:00
|
|
|
## 07.05.2013
|
|
|
|
|
|
|
|
* add torrent downloader which will download torrents and store them in database or local file system
|
|
|
|
* hash_reader now use local torrents first, if not it will download, and depends on the config it may save the file too
|
|
|
|
|