1. 13 May, 2015 5 commits
  2. 22 Apr, 2015 1 commit
  3. 18 Apr, 2015 1 commit
  4. 16 Mar, 2015 1 commit
  5. 13 Mar, 2015 1 commit
  6. 03 Mar, 2015 2 commits
  7. 27 Feb, 2015 1 commit
  8. 30 Dec, 2014 1 commit
  9. 06 Dec, 2014 1 commit
  10. 19 Nov, 2014 1 commit
    • fetch: clear the connection data on close · 1ca61bdc
      When we fetch twice with the same remote object, we did not properly
      clear the connection flags, so we would leak state from the last
      connection.
      
      This can cause the second fetch with the same remote object to fail if
      using a HTTP URL where the server redirects to HTTPS, as the second
      fetch would see `use_ssl` set and think the initial connection wanted to
      downgrade the connection.
      Carlos Martín Nieto committed
  11. 09 Nov, 2014 1 commit
    • push: use the common refspec parser · aad638f3
      There is one well-known and well-tested parser which we should use,
      instead of implementing parsing a second time.
      
      The common parser is also augmented to copy the LHS into the RHS if the
      latter is empty.
      
      The expressions test had to change a bit, as we now catch a bad RHS of a
      refspec locally.
      Carlos Martín Nieto committed
  12. 08 Nov, 2014 4 commits
  13. 09 Oct, 2014 1 commit
  14. 30 Sep, 2014 2 commits
  15. 22 Sep, 2014 1 commit
  16. 16 Sep, 2014 11 commits
  17. 05 Sep, 2014 1 commit
  18. 01 Sep, 2014 1 commit
  19. 31 Aug, 2014 1 commit
  20. 27 Aug, 2014 2 commits