]> git.proxmox.com Git - libgit2.git/commit - src/transports/smart.h
proxy: ask the user for credentials if necessary
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 7 May 2015 10:57:56 +0000 (12:57 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 19 Apr 2016 11:54:19 +0000 (13:54 +0200)
commit07bd3e57d9a9930727695be690c8757f79117d45
tree487cd3795e1f0ae208d53889c9a90bbed9924d03
parenta7bece2014ec043cfe58418dc13e982f79dcfcba
proxy: ask the user for credentials if necessary
17 files changed:
examples/network/ls-remote.c
include/git2/remote.h
include/git2/sys/transport.h
src/proxy.c
src/proxy.h [new file with mode: 0644]
src/push.c
src/remote.c
src/transports/local.c
src/transports/smart.c
src/transports/smart.h
src/transports/winhttp.c
tests/network/remote/defaultbranch.c
tests/network/remote/local.c
tests/network/remote/remotes.c
tests/online/clone.c
tests/online/fetch.c
tests/online/push.c