Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-19Merge pull request #1785 from libgit2/cmn/odb-hash-frontendVicent Martí
2013-08-15odb: wrap the stream reading and writing functionsCarlos Martín Nieto
2013-08-14Commit 7affc2f7 removed var initializationRussell Belfer
2013-08-13Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Path conversion with better semanticsVicent Marti
2013-08-12Include username in each credential typeCarlos Martín Nieto
2013-08-08Discriminate path-specific and general UTF-X conversionsBen Straub
2013-08-08Rename git_win_str_utf* to git_win32_path_utf*Ben Straub
2013-08-08Add typedefs for win32 utf-8 and utf-16 buffersBen Straub
2013-08-05Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub
2013-07-10trivial whitespace fixupRussell Belfer
2013-07-10Bring SSH error reporting up to base standardsRussell Belfer
2013-07-10Merge branch 'ssh-cred-fix' of tiennou/libgit2Russell Belfer
2013-07-10Tab indent.Etienne Samson
2013-07-10Add some missing error messages.Etienne Samson
2013-07-10Make credential clearing consistentRussell Belfer
2013-07-10Indent with tabsRussell Belfer
2013-07-09Lots of SSH credential stuff can be left onRussell Belfer
2013-07-09Make SSH APIs present even without SSH supportRussell Belfer
2013-07-04Fix a probable leak.Etienne Samson
2013-07-04Fix a crash if git_remote_set_cred_acquire_cb wasn't called before connecting.Etienne Samson
2013-06-25Make sure we don't leak memory again.Arthur Schreiber
2013-06-25Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber
2013-06-24Fix a leak in the local transport code.Arthur Schreiber
2013-06-17cred: deploy git__memzero to clear memory holding a passwordyorah
2013-06-13Fix Windows warningsRussell Belfer
2013-05-16Merge pull request #1558 from bmorganpa/ssh_transportVicent Martí
2013-05-16calloc() to initialize memoryLinquize
2013-05-16Fix trailing whitespacesnulltoken
2013-05-15Added GITERR_CHECK_ALLOCBrad Morgan
2013-05-15Added GITERR_CHECK_ALLOCBrad Morgan
2013-05-15Reworked git_cred_ssh_keyfile_passphrase_new methodBrad Morgan
2013-05-15Added error checkBrad Morgan
2013-05-15CleanupBrad Morgan
2013-05-15Unify whitespaces to tabsLinquize
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-10Changed to use libssh2_channel_execBrad Morgan
2013-05-10RenamingBrad Morgan
2013-05-07Merge remote-tracking branch 'origin/development' into ssh_transportBrad Morgan
2013-05-07Fixed compilation issues when libssh2 is missingBrad Morgan
2013-05-07Added SSH public key authenticationBrad Morgan
2013-05-05CleanupBrad Morgan
2013-05-05RenamingBrad Morgan
2013-05-05RefactoringBrad Morgan
2013-05-05CleanupBrad Morgan
2013-05-05Added username and password auth for sshBrad Morgan
2013-05-05Added support for ssh:// urlsBrad Morgan
2013-05-05RefactoringBrad Morgan