kmx git
login
register
thodg
/
libgit2
/
src/proxy.c
src/proxy.c
Log
Author
Commit
Date
CI
Message
e29ab6fe
2017-09-27T15:17:26
proxy: add a free function for the options's pointers When we duplicate a user-provided options struct, we're stuck with freeing the url in it. In case we add stuff to the proxy struct, let's add a function in which to put the logic.
07bd3e57
2015-05-07T12:57:56
proxy: ask the user for credentials if necessary
a7bece20
2015-05-11T16:35:24
proxy: introduce a proxy options struct It is currently unused; it will go into the remote's options.