]> git.proxmox.com Git - libgit2.git/commit - src/transports/smart.h
Reorganize transport architecture (squashed 3)
authorPhilip Kelley <phkelley@hotmail.com>
Mon, 29 Oct 2012 17:41:14 +0000 (13:41 -0400)
committerPhilip Kelley <phkelley@hotmail.com>
Thu, 1 Nov 2012 13:02:33 +0000 (09:02 -0400)
commit41fb1ca0ec51ad1d2a14b911aab3215e42965d1b
tree8e2e8b7bfa136602a424a8e9f23189a5618a0c2e
parenta0ce87c51c1a3b1b3b674902148ad28d8e5fa32d
Reorganize transport architecture (squashed 3)
28 files changed:
include/git2.h
include/git2/remote.h
include/git2/transport.h [new file with mode: 0644]
src/clone.c
src/common.h
src/fetch.c
src/netops.c
src/netops.h
src/pack-objects.c
src/pack-objects.h
src/pkt.c [deleted file]
src/pkt.h [deleted file]
src/protocol.c [deleted file]
src/protocol.h [deleted file]
src/remote.c
src/remote.h
src/transport.c
src/transport.h [deleted file]
src/transports/git.c
src/transports/http.c
src/transports/local.c
src/transports/smart.c [new file with mode: 0644]
src/transports/smart.h [new file with mode: 0644]
src/transports/smart_pkt.c [new file with mode: 0644]
src/transports/smart_protocol.c [new file with mode: 0644]
src/transports/winhttp.c [new file with mode: 0644]
tests-clar/network/remotelocal.c
tests-clar/network/remotes.c