1. 16 Jun, 2022 1 commit
  2. 23 Feb, 2022 1 commit
  3. 13 Jan, 2022 1 commit
  4. 02 Sep, 2021 1 commit
  5. 24 Jan, 2020 1 commit
  6. 09 Jan, 2020 1 commit
  7. 10 Jun, 2019 1 commit
    • net: rename gitno_connection_data to git_net_url · c6ab183e
      "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