deimos.git2.transport

Undocumented in source.

Members

Aliases

git_cred_acquire_cb
alias git_cred_acquire_cb = int function(git_cred** cred, const(char)* url, const(char)* username_from_url, uint allowed_types, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_default
alias git_cred_default = git_cred
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_sign_callback
alias git_cred_sign_callback = int function(void*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport_cb
alias git_smart_subtransport_cb = int function(git_smart_subtransport** out_, git_transport* owner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_cb
alias git_transport_cb = int function(git_transport** out_, git_remote* owner, void* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

git_cred_default_new
int git_cred_default_new(git_cred** out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_has_username
int git_cred_has_username(git_cred* cred)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_ssh_custom_new
int git_cred_ssh_custom_new(git_cred** out_, const(char)* username, const(char)* publickey, size_t publickey_len, git_cred_sign_callback sign_fn, void* sign_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_ssh_key_new
int git_cred_ssh_key_new(git_cred** out_, const(char)* username, const(char)* publickey, const(char)* privatekey, const(char)* passphrase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_userpass_plaintext_new
int git_cred_userpass_plaintext_new(git_cred** out_, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport_git
int git_smart_subtransport_git(git_smart_subtransport** out_, git_transport* owner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport_http
int git_smart_subtransport_http(git_smart_subtransport** out_, git_transport* owner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport_ssh
int git_smart_subtransport_ssh(git_smart_subtransport** out_, git_transport* owner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_dummy
int git_transport_dummy(git_transport** out_, git_remote* owner, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_local
int git_transport_local(git_transport** out_, git_remote* owner, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_new
int git_transport_new(git_transport** out_, git_remote* owner, const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_register
int git_transport_register(const(char)* prefix, uint priority, git_transport_cb cb, void* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_smart
int git_transport_smart(git_transport** out_, git_remote* owner, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_transport_unregister
int git_transport_unregister(const(char)* prefix, uint priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin _ExportEnumMembers!git_credtype_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_transport_flags_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_smart_service_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_cert_ssh_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_cert_hostkey
struct git_cert_hostkey
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cert_x509
struct git_cert_x509
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred
struct git_cred
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_ssh_custom
struct git_cred_ssh_custom
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_ssh_key
struct git_cred_ssh_key
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cred_userpass_plaintext
struct git_cred_userpass_plaintext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport
struct git_smart_subtransport
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport_definition
struct git_smart_subtransport_definition
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_smart_subtransport_stream
struct git_smart_subtransport_stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta