- 16 Jun, 2022 1 commit
-
-
Edward Thomson committed
-
- 23 Feb, 2022 1 commit
-
-
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.
Edward Thomson committed
-
- 13 Jan, 2022 1 commit
-
-
In redirect application logic, (optionally) allow off-site redirects.
Edward Thomson committed
-
- 02 Sep, 2021 1 commit
-
-
Edward Thomson committed
-
- 24 Jan, 2020 1 commit
-
-
Move the redirect handling into `git_net_url` for consistency.
Edward Thomson committed
-
- 09 Jan, 2020 1 commit
-
-
Some servers leave the query parameters intact in the Location header when responding with a redirect. The service_suffix removal check as written assumed that the server removed them. Handle both cases. Along with PR #5325, this fixes #5321. There are two new tests. The first already passed; the second previously failed.
Josh Bleecher Snyder committed
-
- 10 Jun, 2019 1 commit
-
-
"Connection data" is an imprecise and largely incorrect name; these structures are actually parsed URLs. Provide a parser that takes a URL string and produces a URL structure (if it is valid). Separate the HTTP redirect handling logic from URL parsing, keeping a `gitno_connection_data_handle_redirect` whose only job is redirect handling logic and does not parse URLs itself.
Edward Thomson committed
-