Commit Graph

292 Commits

Author SHA1 Message Date
4134782697
CI: Fix clang-6 $CXX. 2019-09-03 23:49:38 +02:00
250ae5630f
CI: Fix clang-6 $CXX.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-03 23:49:09 +02:00
82e939506d
CI: Use Debian buster for clang6.
Some checks failed
continuous-integration/drone/push Build is failing
2019-09-03 21:21:15 +02:00
f3a8495b08
CI: Don't test g++-5 anymore.
Some checks failed
continuous-integration/drone/push Build is failing
ubuntu-toolchain-r doesn't provide builds of g++ < 8 for Ubuntu 18.04.
2019-09-03 21:05:24 +02:00
d70045ac80
CI: Get g++ built for Ubuntu bionic.
Some checks failed
continuous-integration/drone/push Build is failing
2019-09-03 20:48:26 +02:00
99170fb41d
CI: Only build on buster.
Some checks failed
continuous-integration/drone/push Build is failing
Because POCO on stretch has no JSON support.
2019-09-03 20:43:18 +02:00
059ea2dc01
Merge branch 'develop' into main
Some checks failed
continuous-integration/drone/push Build is failing
Add JSON export.
2019-09-03 17:51:03 +02:00
fdca73532f
Add JSON export. 2019-09-03 17:50:14 +02:00
3977ca3309
Version bump 0.7.3.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-16 18:01:29 +02:00
4559d024d4
Remove superflous apt-get update from Debian example.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-16 17:56:10 +02:00
561995dadb
Include with <> instead of "". 2019-08-16 17:55:29 +02:00
90ace582bf
Don't link 2 times to same library. 2019-08-16 17:54:47 +02:00
2802095443
Put quotes around URI to prevent the shell from altering it.
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2019-08-11 20:21:05 +02:00
38f4f9214a
Fixed error code table in manpage.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-09 13:21:36 +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
450873ed22
Fixed MOZILLA_NMH_DIR setting again.
All checks were successful
continuous-integration/drone/push Build is passing
option() does only accept a boolean value, apparently. If unset, files are
installed to "${CMAKE_INSTALL_PREFIX}/OFF".
2019-08-09 12:45:02 +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
ebb1061e99
Escape Search in doxygen comments and replace vector with list. 2019-08-08 22:27:17 +02:00
99869a6783
Fixed installation path for webextension-wrapper.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-08 22:03:38 +02:00
3639113f91
Fixed table in manpage. 2019-08-08 21:31:33 +02:00
e015ec3f3f
Don't crash if protocol is missing / not known.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-08 21:25:28 +02:00
6225f4815b
Updated error codes in manpage and corrected bug in example. 2019-08-08 21:25:22 +02:00
3bb1c658b6
Version bump 0.7.0. 2019-08-08 20:04:52 +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
cc4bc18062
Link pthread into binary.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-08 17:42:23 +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
d946d25a5b
Re-enable --regex. Forgot to add the callback.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-08 10:13:49 +02:00
7143e09901
Read the time when retrieving data from database.
All checks were successful
continuous-integration/drone/push Build is passing
The datetime format is SQLite, the function expected ISO 8601.
2019-08-07 20:39:12 +02:00
82f471755e
Improved library-documentation. 2019-08-07 20:32:46 +02:00
84f9c0ad97
Add Poco::Data.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-07 19:52:51 +02:00
fafb0c8aa1
Switched from vsqlite++ to POCO.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-07 19:41:58 +02:00
cbcd64e172
Made ~URI virtual. 2019-08-07 15:14:00 +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
c218c23f97
Fix archiving by extracting the Content-Location header.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 19:56:57 +02:00
f8a5f881f3
Fixed NMH JSON. The path was incomplete.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 19:33:54 +02:00
dcef2b8a28
Commented out unused code. 2019-08-06 19:31:48 +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
85675c8b98
Remove value from handle_info(). 2019-08-06 18:42:17 +02:00
e2eb8a1f41
Removed erroneous newline in --help output.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 18:38:03 +02:00
a90faf7d11
Added PocoFoundation to fallback.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 17:58:19 +02:00
9c925e855d
Added fallback for incomplete Poco distributions.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-06 17:35:12 +02:00
e6b0463e59
Merge branch 'main' into develop 2019-08-06 17:31:52 +02:00
e79f003a79
Prepend scheme://host to location if server returns only path. 2019-08-06 17:23:49 +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
786912133b
Moved packages recipe to cmake/.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 12:47:45 +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
9bf6031b92
Replaced ICU with POCO. 2019-08-06 12:00:18 +02:00
d28d5357c9
Added libxdg-basedir dependency to remwhareadConfig.cmake. 2019-08-06 12:00:18 +02:00