Commit Graph

315 Commits

Author SHA1 Message Date
d69b8b06fa
Fix date call in examples in manpage.
The default precision of `date -I` is day, implying the time "00:00:00". The
current day would be left out.
2019-09-21 22:41:04 +02:00
649c074a18
Version bump 0.8.2.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-21 22:13:51 +02:00
4546aed507
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-21 22:04:48 +02:00
98553a5315
Add RSS example to manpage.
Some checks reported errors
continuous-integration/drone/push Build was killed
2019-09-21 22:03:42 +02:00
2f8dffff90
RSS export: Make description more readable.
All checks were successful
continuous-integration/drone/push Build is passing
Add HTML tags to make it look neat.
2019-09-21 21:46:30 +02:00
c9221757e6
RSS export: Use chunk of description as title if title is empty.
The first 100 chars of the description will be used as title.
2019-09-21 21:44:44 +02:00
28f194c910
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-20 23:39:23 +02:00
e377429dc1
Improved proxy detection.
All checks were successful
continuous-integration/drone/push Build is passing
Username and password are now supported.
2019-09-20 23:13:55 +02:00
cd3b871260
Escape JSON and RSS in description in reference. 2019-09-20 21:41:19 +02:00
75a4e60e0a
Version bump 0.8.1.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-20 18:40:00 +02:00
8d6e89b347
Merge branch 'develop' into main
Some checks reported errors
continuous-integration/drone/push Build was killed
2019-09-20 18:39:06 +02:00
9d3ace6de0
Remove duplicates in search results.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-20 18:19:33 +02:00
f9ecbdd470
Merge branch 'develop' into main
Replace std::regex with Poco::RegularExpression.
2019-09-20 18:07:47 +02:00
3424a9009f
Removed unused regex include from asciidoc export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-20 17:52:54 +02:00
247f49296e
Replaced std::regex with Poco::RegularExpression in searches. 2019-09-20 17:49:03 +02:00
bb8be8e47e
Replaced std::regex with Poco::RegularExpression in URI. 2019-09-20 06:29:27 +02:00
3514103229
Include WebExtension in each release.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-18 19:02:10 +02:00
76ed9e9222
Don't return empty entry if no data is matched.
All checks were successful
continuous-integration/drone/push Build is passing
Add check if number of rows is != 0.
2019-09-06 02:10:08 +02:00
24ac4a4a25
Version bump 0.8.0. 2019-09-06 01:20:43 +02:00
87f6aae671
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
Added RSS export.
2019-09-06 01:19:43 +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
7557064215
CI: Fix CXX for clang7. 2019-09-06 00:41:44 +02:00
3c27a1a0b9
Include export/json.hpp in remwharead.hpp.
Some checks failed
continuous-integration/drone/push Build is failing
2019-09-05 22:47:51 +02:00
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