Ivan Vilata-i-Balaguer
Ivan Vilata-i-Balaguer
With version 0.5.0, I clone a repo with a `.gitattributes` file that matches a missing file. The repo has no added PGP keys. Even if I run `git-crypt init`, if...
When retrieving a URI descriptor from the client front end, B-tree index is always used as hard-coded [here](https://github.com/equalitie/ouinet/blob/4ef12c2fbfb5e5f2917ef16d152b74f2f56035f5/src/client_front_end.cpp#L230), which leads to the lookup failing instantly when using the BEP44 index...
Currently we lack a canonical format for URLs used as keys. For instance, one browser may request `http://foo.bar/foo-bar` and another one `http://foo.bar/foo%2dbar`, which are the same URL, but since we...
As explained [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers#hbh), hop-by-hop response headers should not be cached, as they only refer to a single transport-level connection. Unfortunately, the list of preserved headers [here](https://github.com/equalitie/ouinet/blob/fbc5f49657ca5a7e4dd873ba22369b1a4bc00f7f/src/cache_control.cpp#L556) includes `Connection` and `Transfer-Encoding`....
As @inetic pointed out in e17d14a38e2d78926c0a0fb5de6a1e451fd76524, C++11 supports [std::regex](http://en.cppreference.com/w/cpp/regex) so there is no need to depend on Boost's implementation.
When a browser using a Ouinet client accesses a nonexistent host (like ``http://askjdfhalskdfjacxx.com/``), it simply gets stuck indefinitely instead of getting some kind of error.
With master commit 4c86c44d, after building with `./build-ouinet-local.sh` in the Vagrant VM, if I enter `ouinet-local-build` and run either `./client --help` or `./injector --help`, the program always terminates with a...
This is a followup of #1, which covers two different subjects. This particular issue is about replacing the URL as a handle for cached content with a richer object including...
(This might be related with #122, although the errors that I see are more similar to those in #69.) I'm running the build script like this in a Debian Testing...
(This comes from a few messages in `#agregore:mauve.moe` around the beginning of March.) [gwit](https://git.sr.ht/~ivilata/gwit-spec) is a specification (based on [an idea from Gemini's Solderpunk](https://portal.mozz.us/gemini/gemini.circumlunar.space/~solderpunk/gemlog/low-budget-p2p-content-distribution-with-git.gmi)) for publishing lightweight sites over Git....