libgit2/tests/clone
Edward Thomson c180c06586 Custom transport: minor cleanups
* Move the transport registration mechanisms into a new header under
   'sys/' because this is advanced stuff.
 * Remove the 'priority' argument from the registration as it adds
   unnecessary complexity.  (Since transports cannot decline to operate,
   only the highest priority transport is ever executed.)  Users who
   require per-priority transports can implement that in their custom
   transport themselves.
 * Simplify registration further by taking a scheme (eg "http") instead
   of a prefix (eg "http://").
2014-08-14 08:52:20 -05:00
..
empty.c Plug a few leaks in the tests 2014-03-07 16:03:15 +01:00
local.c Handle local file:/// paths on Windows 2014-07-11 18:46:00 -04:00
nonetwork.c Merge pull request #2455 from ethomson/equal_oid 2014-07-02 15:29:25 +02:00
transport.c Custom transport: minor cleanups 2014-08-14 08:52:20 -05:00