Andreas Baumann
Andreas Baumann
bump? :-)
I just asked myself the same question. ``` git clone ssh://[email protected]/cppcms.git ``` clones version 1.2.1 just fine. I asked in #archlinux-aur, whether there is an issue with the AUR web...
Just republished them. The git repos are kept, even if there was a deletion request. I cannot find any traces why it has been deleted in https://lists.archlinux.org/pipermail/aur-requests. Did the same...
Supporting this fix: ``` linenoise.c:213:14: error: implicit declaration of function ‘strcasecmp’ [-Werror=implicit-function-declaration] if (!strcasecmp(term,unsupported_term[j])) return 1; ^~~~~~~~~~ ``` strncasecmp lives in strings.h on modern systems, no longer in string.h.
Actually, this is a really nice idea: so cito could have bootstrapping backends when being transpiled to quite a lot of languages.
Cool. :-)
Do I read the code correctly and the test tests a random number generator with a 64-bit only seed? So the library itself will not work on 32-bit and it's...
There are some things to consider: - are people using `check_http` on machines not having a libcurl (or maybe a too old version of libcurl)? - do we have enough...
I personally wouldn't do that. Rather make `check_http` issue a warning, that you should use `check_curl` if possible. And I would not implement new features in `check_http`. `check_curl` is still...
Cannot reproduce this, tried: ``` ./check_curl --hostname=www.bloody.com --post pid%3D10 --sni --ssl=1.2+ --string='R90 Plus Naraka' --timeout=30 --url=/en/products.php --use-ipv4 HTTP OK: HTTP/1.1 200 OK - 205537 bytes in 1.637 second response time...