seeks
seeks copied to clipboard
Seeks is a decentralized p2p websearch and collaborative tool.
Please redirect this repository to `/Seeks/seeks` and let new developers continue this extraordinary project.
Hi! :-) I\m trying to compile Seeks on Mint 17.3 x64 KDE, however ./configuration doesn't seems to complete successfully. Testing: gtest returns no, although libgtest-dev is installed. Also at Enabled...
Apparently, the main search engine has its API changed.
Please create a repository with website code of http://www.seeks-project.info/site/
People reading page https://sourceforge.net/projects/seeks/ do not see any hint that this project moved to another repository. > As of YYYY-MM-DD, this project may now be found at github.com. Related with...
There is an error when I use the proto file _db_query_record_msg.proto_: _db_query_record_msg.proto:36:11: Message extensions cannot have required fields. /home/quix0r/git/seeks/src/plugins/query_capture/Makefile:850: recipe for target 'db_query_record_msg.pb.cc' failed make: **\* [db_query_record_msg.pb.cc] Error 1_ This...
Would you like to add more error handling for return values from functions like the following? - [printf](http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html) ⇒ [DHTKey::RMDstring](https://github.com/beniz/seeks/blob/1168b3a2f3111c3fca31dd961135194c3e8df5fd/src/dht/DHTKey.cpp#L371) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html) ⇒ [main](https://github.com/beniz/seeks/blob/9a74a298dde8706055859cc45a3708bb9a881610/src/seeks.cpp#L153)
Add compatibility with Searx plugins, so users would enjoy a larger selection of search engines.
I have seen that [no loop is used around a call](https://github.com/beniz/seeks/blob/1168b3a2f3111c3fca31dd961135194c3e8df5fd/src/plugins/cf/rank_estimators.cpp#L779) of the function "[cond_wait](https://github.com/beniz/seeks/blob/1168b3a2f3111c3fca31dd961135194c3e8df5fd/src/utils/mutexes.cpp#L87)". Would you like to reuse anything from my message on the topic "[spurious wakeup](http://groups.google.de/group/comp.programming.threads/msg/bb8299804652fdd7)"?