Commit Graph

27 Commits

Author SHA1 Message Date
tastytea 0b32de2846
Add .clang-format. 2020-10-31 13:01:53 +01:00
tastytea ad676bbc13
Add rofi export. 2019-11-28 09:03:52 +01:00
tastytea 45668b6c9f
Add export: link.
A plain list of links, separated by newline. Closes #2.
2019-11-27 21:53:48 +01:00
tastytea e8f0156296
Do not terminate before all threads are joined. 2019-10-30 06:54:40 +01:00
tastytea 46c7ab4a82
Reduce unnecessary indentation.
continuous-integration/drone/push Build is passing Details
2019-10-28 03:04:25 +01:00
tastytea b23347f61a
Do the archiving parallel to the fetching.
continuous-integration/drone/push Build is passing Details
Potentially halves the time needed.
2019-10-27 20:43:32 +01:00
tastytea 2b9768a5a9
Provide help for specific arguments (--help=option).
continuous-integration/drone/push Build is passing Details
2019-10-10 14:36:59 +02:00
tastytea 2c4fb47f63
Changed namespace-indentation and header order. 2019-09-30 13:23:45 +02:00
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