- 16 Apr, 2020 1 commit
-
-
Peter Jankuliak authored
-
- 02 Apr, 2020 1 commit
-
-
Peter Jankuliak authored
-
- 01 Apr, 2020 2 commits
-
-
Peter Jankuliak authored
Instead of closing the connection, as that prompted the UA to furiously retry sending the same request many times.
-
Peter Jankuliak authored
-
- 25 Mar, 2020 2 commits
-
-
Peter Jankuliak authored
-
Peter Jankuliak authored
-
- 24 Mar, 2020 2 commits
-
-
Peter Jankuliak authored
Because whether something is to be stored is implied by the use of the fresh_channel::injector_or_dcache route.
-
Peter Jankuliak authored
It adds no value and only causes additional traffic. It is because if the injector_or_dcache access fails, it implies that connection to the injector failed. And if that is the case, than neither the ::proxy mechanism will succeed in connecting to it.
-
- 23 Mar, 2020 3 commits
-
-
Peter Jankuliak authored
Also make dedicated functions to compute names of these (and injector and uri) swarms.
-
Peter Jankuliak authored
-
Peter Jankuliak authored
-
- 20 Mar, 2020 8 commits
-
-
Peter Jankuliak authored
-
Peter Jankuliak authored
-
Peter Jankuliak authored
Not using optional<error_code>{}
-
Peter Jankuliak authored
Not based on how many the request router already attempted to start. Because if one access is disabled, it shoulnd't delay the following onces.
-
Peter Jankuliak authored
-
Peter Jankuliak authored
-
Peter Jankuliak authored
Instead of trying one route after another, start async jobs all at once, but each next one with an increased timeout.
-
Peter Jankuliak authored
Previously if there was (e.g.) POST HTTP method used, these URLs would use those routers. Also changed the way how we force secure HTTPS over just HTTP.
-
- 18 Mar, 2020 4 commits
-
-
Ivan Vilata-i-Balaguer authored
Nothing done with it yet.
-
Ivan Vilata-i-Balaguer authored
They already had the same value.
-
Ivan Vilata-i-Balaguer authored
-
Peter Jankuliak authored
-
- 17 Mar, 2020 2 commits
-
-
Peter Jankuliak authored
-
Peter Jankuliak authored
Mainly to replace big blocks of code in the switch statement in that function so that they can be made non-sequential more easily.
-
- 16 Mar, 2020 2 commits
-
-
Peter Jankuliak authored
-
Peter Jankuliak authored
Fewer cache control function redirections
-
- 13 Mar, 2020 1 commit
-
-
Peter Jankuliak authored
By printing more information about what different access strategies are doing.
-
- 11 Mar, 2020 5 commits
-
-
Peter Jankuliak authored
Those exchanged by the CENO extension and the ouinet/client.
-
Peter Jankuliak authored
-
Peter Jankuliak authored
And use it to announce to BitTorrent's DHT
-
Peter Jankuliak authored
Random BitTorrent peers may want to contact us but they don't speak HTTP and thus the coroutines remain lingering.
-
Peter Jankuliak authored
To hold data inserted by the user agent. Currently the values of request header fields X-Is-Private and X-DHT-Group.
-
- 17 Feb, 2020 3 commits
-
-
Ivan Vilata-i-Balaguer authored
-
Ivan Vilata-i-Balaguer authored
-
Ivan Vilata-i-Balaguer authored
-
- 14 Feb, 2020 1 commit
-
-
Ivan Vilata-i-Balaguer authored
-
- 13 Feb, 2020 1 commit
-
-
Peter Jankuliak authored
-
- 12 Feb, 2020 1 commit
-
-
Peter Jankuliak authored
Also don't report error if it's operation_aborted
-
- 10 Feb, 2020 1 commit
-
-
Ivan Vilata-i-Balaguer authored
It had redundant operations and obsolete comments.
-