- Nov 21, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Sometimes it's useful to express that pointed-to memory is constant, and free-like functions then just cause extra unreadability.
-
Vladimír Čunát authored
It's more efficient for some our use cases, and hopefully also more idiomatic.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We have functions for this, so let's use them more.
-
Tomas Krizek authored
doc: draw date in kresd.8 from NEWS See merge request !706
-
- Nov 20, 2018
-
-
Daniel Kahn Gillmor authored
Ideally, we'll just use the datestamp in the first line of NEWS directly. if we can't find that, then fall back to the timestamp of the file (which might be different on different machines because of how git applies updates). In any event, choose the datestamp using UTC, to avoid building a different kresd.8 depending on the TZ of the machine.
-
- Nov 19, 2018
-
-
Tomas Krizek authored
daemon/worker: ignore KNOT_ETRAIL when saving source packet See merge request !705
-
Grigorii Demidov authored
-
- Nov 15, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
In particular, in .gitlab-ci.yml I see no reason to hard-code the version of clang tools - it seems easier to control that only when generating the image.
-
- Nov 14, 2018
-
-
Vladimír Čunát authored
Closes #411.
-
Vladimír Čunát authored
This is my mistake. I was convinced this line wasn't needed and I deleted it before merging the module. Apparently we still have some deficiencies in the build system, but let's defer that to migration (to meson probably).
-
Vladimír Čunát authored
Fixes #410.
-
- building different version of kresd is not properly supported (uses current directory with checked-out code instead of git master) - based on debian:stable instead of alpine for easier dependency resolution - moved both Dockerfile and config to more appropriate locations
-
Vladimír Čunát authored
-
Metrics are collected and merged in http.prometheus, no need to be run on every worker.
-
Instead of throwing an error in the HTTP handler, server should log it. This covers errors like client disconnecting before reading the response body etc.
-
Vladimír Čunát authored
-
- Nov 13, 2018
-
-
This was previously hardcoded to 16. This makes it at least a compile time define, with a default of 511 (as that's what Redis and Apache use).
-
Vladimír Čunát authored
-
Minor changes to be blamed on Vladimir.
-
Minor changes to be blamed on Vladimir.
-
- Nov 12, 2018
-
-
Vladimír Čunát authored
... done in the few preceding commits. I intentionally don't mention ::daemon_context at this point.
-
Vladimír Čunát authored
We were quite inconsistent here.
-