Commit Graph

19 Commits

Author SHA1 Message Date
tastytea f48b07f323
Refactored for better readability.
continuous-integration/drone/push Build is passing Details
Ran clang-tidy over the code, took most of the advice.
2019-09-25 03:58:29 +02:00
tastytea b4fb62b15a
Add readability-newline.
continuous-integration/drone/push Build is passing Details
2019-09-23 19:28:19 +02:00
tastytea c9b82fd774
Added RSS export.
continuous-integration/drone/push Build is passing Details
2019-09-06 00:53:58 +02:00
tastytea fdca73532f
Add JSON export. 2019-09-03 17:50:14 +02:00
tastytea 3b29caaa54
Changed error codes again.
continuous-integration/drone/push Build is passing Details
2019-08-09 13:11:50 +02:00
tastytea aa622e7cc9
Moved threading into library.
continuous-integration/drone/push Build is passing Details
2019-08-09 00:42:27 +02:00
tastytea 6225f4815b
Updated error codes in manpage and corrected bug in example. 2019-08-08 21:25:22 +02:00
tastytea 0df8e69c88
Set the maximum number of threads to use dynamically.
continuous-integration/drone/push Build is passing Details
The formula is reported_number_of_threads / 3 + 1. Each thread works on at least
50 entries.
2019-08-08 19:06:57 +02:00
tastytea 14ec7638e8
Use up to 2 threads for searching.
continuous-integration/drone/push Build is failing Details
2019-08-08 15:41:32 +02:00
tastytea c0d10423ba
Changed vector<Database::entry> to list<Database::entry>. 2019-08-08 15:19:42 +02:00
tastytea 1fe59de7e4
Make exports possible again.
continuous-integration/drone/push Build is passing Details
The vector of entries was always empty after the refactoring.
2019-08-07 10:33:27 +02:00
tastytea 1b0fd8cd75
Made argument identifiers lowercase.
continuous-integration/drone/push Build is passing Details
2019-08-06 19:02:22 +02:00
tastytea aedbebc6f6
Moved from popl to Poco for option parsing.
continuous-integration/drone/push Build is failing Details
2019-08-06 17:14:32 +02:00
tastytea 90fff35e0e
Added error handling to calls to archive service. 2019-08-06 12:40:52 +02:00
tastytea 862e90274e
Added error handling to http_extract. 2019-08-06 12:17:39 +02:00
tastytea 92eef4c64d
Transformed the search functions into a class.
Deleted unicode tests because they are covered by search tests.
2019-08-06 12:00:17 +02:00
tastytea b3bb1f05f2
namespaced library.
continuous-integration/drone/push Build is passing Details
2019-07-27 09:59:43 +02:00
tastytea dccf85b60d
Moved exports into subdirectory. 2019-07-26 20:58:25 +02:00
tastytea 7fb23ee207
Split code into library and cli. 2019-07-26 20:58:24 +02:00