Commit Graph

224 Commits

Author SHA1 Message Date
cathugger
ff3873965f
please new autoconf 2021-08-23 12:05:25 +00:00
cathugger
fc6285523f
fix compilation err in non-intfilter cases 2021-03-23 10:36:42 +00:00
cathugger
c9d018a253
whatever i implemented it anyway 2021-03-21 17:16:23 +00:00
cathugger
f43c3b021e
fix intfilter expansion logic
also makes it simpler and probably faster.
someone should contrib non-gnuc popcount if they care, i ran out of patience with this (yes i know it's simple) (it probably doesn't even need to be exactly popcount).
2021-03-21 16:52:15 +00:00
cathugger
68a06c4ced
tweak wording a bit 2021-03-09 08:58:46 +00:00
cathugger
2c871f4690
Merge pull request #46 from einsz/patch-1
Fix possible numbers in base32
2021-01-13 11:03:54 +00:00
einsz
5938904f46
Fix possible numbers in base32
The readme stated is is possible to gerenate a 0 and also stated 2 and 7 are not included in the base32 character set... fixed that.
2021-01-12 23:29:40 +01:00
cathugger
f6bda1035c
an attempt to clarify filter validation err 2020-12-22 10:50:09 +00:00
cathugger
6f1264177e
using trailing spaces for hard breaks is fucking stupid 2020-11-24 17:06:19 +00:00
cathugger
fdb715fee0
more readme 2020-11-24 16:39:21 +00:00
cathugger
3ffe5ee8a9
more readme tweaks 2020-11-24 16:35:55 +00:00
cathugger
2822508f8d
tweak readme heading sizes 2020-11-24 16:23:21 +00:00
cathugger
02c35e5f69
actually set stack size for new threads
forgot to actually pass argument
2020-11-23 03:38:56 +00:00
cathugger
57c306d512
disable this again 2020-11-22 13:16:43 +00:00
cathugger
af5a7cfe12
set thread size 2020-11-22 13:13:50 +00:00
cathugger
51d87c3857
dont do indirection in for batch stuff 2020-11-22 10:21:06 +00:00
cathugger
5b5f414b79
fix gitignore 2020-11-22 05:13:24 +00:00
cathugger
30491bd9f8
various things
disable paranoid check which was never triggered as far as I'm aware
add editorconfig
some whitespace changes in configure.ac
which to batch mode by default
start working on putting all filtering options in one bin
some other tweaks
2020-11-21 11:34:25 +00:00
cathugger
9eb4b328f0
Merge pull request #40 from iamstefin/contrib-docker
Added Docker support
2020-09-04 17:27:05 +00:00
Stefin
b94137e72d
Added maintainer for Dockerfile 2020-09-02 05:34:47 -05:00
Stefin
3025c59eab
Added README.md for contrib/docker 2020-09-02 05:33:04 -05:00
cathugger
9d3dd71411
https for CC0 link 2020-08-28 23:25:24 +00:00
cathugger
e421c8bb70
Merge pull request #41 from tohn/markdown
Markdown
2020-08-28 23:22:08 +00:00
Yannic Haupenthal
e28c8183aa
use different mail format 2020-08-28 21:30:22 +02:00
Yannic Haupenthal
1de7b078af
use markdown instead of text 2020-08-28 18:59:29 +02:00
Yannic Haupenthal
bb9e793540
rename file 2020-08-19 18:37:46 +02:00
Stefin
1b6cb117b4
Update .dockerignore 2020-08-18 14:41:11 -05:00
Stefin
5c99601865
Update Dockerfile 2020-08-18 14:40:12 -05:00
Stefin
d392ec642c
Update contrib/docker/Dockerfile
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-08-09 09:25:37 -05:00
Stef
95a7e0580a added docker support 2020-08-06 00:28:57 -05:00
cathugger
2e0344928f
sign 2020-07-19 00:18:09 +03:00
cathugger
158964b251 adjust OPTIMISATION.txt for current stuff 2020-07-18 16:18:24 +03:00
cathugger
e0bc8f1d4e fmt 2020-07-16 20:34:43 +00:00
cathugger
e854cae46e add faq to readme 2020-07-16 20:33:20 +00:00
cathugger
d5b90d43a9
some tweaks 2020-05-23 16:41:51 +00:00
cathugger
a3e141e79b
close filter files, more error handling 2020-05-22 22:30:14 +00:00
cathugger
e933a9b806
correctly handle filter file loading error, small tweak 2020-05-22 17:55:37 +00:00
cathugger
897dcbd350
adjust gitignore 2020-01-17 19:22:47 +00:00
cathugger
c57f10316f
rawyaml mode 2020-01-17 14:15:56 +00:00
cathugger
30c05eb266
remove some unused stuff, small fixups, use -Wextra 2020-01-14 17:51:56 +00:00
cathugger
e6d0f59f1d
estimate calc utility (WIP) 2020-01-14 17:15:44 +00:00
cathugger
d3640b7322
use GNUmakefile, since we depend on GNU stuff 2019-12-22 22:28:12 +02:00
cathugger
9032811fc5
small cleanup, makefile preparation for calcdiff 2019-12-22 22:01:26 +02:00
cathugger
451c9610aa
don't offload dead code elimination to compiler as we can do that in preprocessor 2019-11-20 16:22:43 +00:00
cathugger
5c7e0144d9
remove BATCHNUM limitations 2019-11-20 16:17:21 +00:00
cathugger
9bc52c5fb7
implement worker_batch_pass 2019-11-15 04:58:21 +00:00
cathugger
6f7e220b60
fix ed25519-donna makedepends 2019-11-15 02:48:19 +00:00
cathugger
c0ef36f200
make requirements section of readme more retard-proof 2019-09-14 20:50:50 +03:00
cathugger
92b36121b6
explicit void params declarations, add warnings to keep it correct
thx http://nickdesaulniers.github.io/blog/2019/05/12/f-vs-f-void-in-c-vs-c-plus-plus/
2019-05-14 20:29:27 +03:00
cathugger
d03798bece
reduce pwhash opslimit even further, probably for the last time 2019-05-06 16:47:47 +00:00