git_transport

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

cancel
void function(git_transport* transport) cancel;
Undocumented in source.
close
int function(git_transport* transport) close;
Undocumented in source.
connect
int function(git_transport* transport, const(char)* url, git_cred_acquire_cb cred_acquire_cb, void* cred_acquire_payload, int direction, int flags) connect;
Undocumented in source.
download_pack
int function(git_transport* transport, git_repository* repo, git_transfer_progress* stats, git_transfer_progress_callback progress_cb, void* progress_payload) download_pack;
Undocumented in source.
free
void function(git_transport* transport) free;
Undocumented in source.
is_connected
int function(git_transport* transport) is_connected;
Undocumented in source.
ls
int function(const(git_remote_head)*** out_, size_t* size, git_transport* transport) ls;
Undocumented in source.
negotiate_fetch
int function(git_transport* transport, git_repository* repo, const(git_remote_head**) refs_, size_t count) negotiate_fetch;
Undocumented in source.
push
int function(git_transport* transport, git_push* push) push;
Undocumented in source.
read_flags
int function(git_transport* transport, int* flags) read_flags;
Undocumented in source.
set_callbacks
int function(git_transport* transport, git_transport_message_cb progress_cb, git_transport_message_cb error_cb, void* payload) set_callbacks;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta