Commit Graph

25 Commits

Author SHA1 Message Date
45668b6c9f
Add export: link.
A plain list of links, separated by newline. Closes #2.
2019-11-27 21:53:48 +01:00
e8f0156296
Do not terminate before all threads are joined. 2019-10-30 06:54:40 +01:00
46c7ab4a82
Reduce unnecessary indentation.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-28 03:04:25 +01:00
b23347f61a
Do the archiving parallel to the fetching.
All checks were successful
continuous-integration/drone/push Build is passing
Potentially halves the time needed.
2019-10-27 20:43:32 +01:00
2b9768a5a9
Provide help for specific arguments (--help=option).
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-10 14:36:59 +02:00
2c4fb47f63
Changed namespace-indentation and header order. 2019-09-30 13:23:45 +02:00
f48b07f323
Refactored for better readability.
All checks were successful
continuous-integration/drone/push Build is passing
Ran clang-tidy over the code, took most of the advice.
2019-09-25 03:58:29 +02:00
b4fb62b15a
Add readability-newline.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-23 19:28:19 +02:00
c9b82fd774
Added RSS export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-06 00:53:58 +02:00
fdca73532f
Add JSON export. 2019-09-03 17:50:14 +02:00
3b29caaa54
Changed error codes again.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 13:11:50 +02:00
aa622e7cc9
Moved threading into library.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 00:42:27 +02:00
6225f4815b
Updated error codes in manpage and corrected bug in example. 2019-08-08 21:25:22 +02:00
0df8e69c88
Set the maximum number of threads to use dynamically.
All checks were successful
continuous-integration/drone/push Build is passing
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
14ec7638e8
Use up to 2 threads for searching.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-08 15:41:32 +02:00
c0d10423ba
Changed vector<Database::entry> to list<Database::entry>. 2019-08-08 15:19:42 +02:00
1fe59de7e4
Make exports possible again.
All checks were successful
continuous-integration/drone/push Build is passing
The vector of entries was always empty after the refactoring.
2019-08-07 10:33:27 +02:00
1b0fd8cd75
Made argument identifiers lowercase.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 19:02:22 +02:00
aedbebc6f6
Moved from popl to Poco for option parsing.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-06 17:14:32 +02:00
90fff35e0e
Added error handling to calls to archive service. 2019-08-06 12:40:52 +02:00
862e90274e
Added error handling to http_extract. 2019-08-06 12:17:39 +02:00
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
b3bb1f05f2
namespaced library.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-27 09:59:43 +02:00
dccf85b60d
Moved exports into subdirectory. 2019-07-26 20:58:25 +02:00
7fb23ee207
Split code into library and cli. 2019-07-26 20:58:24 +02:00