libgit2/tests-clar/online
Russell Belfer eb0ff13071 Disconnect path string to preserve after redirect
The subtransport path was relying on pointing to data owned by
the remote which meant that after a redirect, the updated path
was getting lost for future requests.  This updates the http
transport to strdup the path and maintain its own lifetime.

This also pulls responsibility for parsing the URL back into the
http transport and isolates the functions that parse and free that
connection data so that they can be reused between the initial
parsing and the redirect parsing.
2013-09-24 14:07:08 -07:00
..
clone.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
fetch.c Disconnect path string to preserve after redirect 2013-09-24 14:07:08 -07:00
fetchhead.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
push_util.c Cleanup Clar to make it SIMPLER 2013-01-02 02:05:11 +01:00
push_util.h Cleanup Clar to make it SIMPLER 2013-01-02 02:05:11 +01:00
push.c Merge pull request #1778 from libgit2/push_tag_to_tag_test 2013-08-16 16:22:37 -07:00