summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* trivial whitespace fixupRussell Belfer2013-07-101-1/+1
* Bring SSH error reporting up to base standardsRussell Belfer2013-07-102-81/+73
* Merge branch 'ssh-cred-fix' of tiennou/libgit2Russell Belfer2013-07-101-25/+35
|\
| * Tab indent.Etienne Samson2013-07-101-90/+92
| * Add some missing error messages.Etienne Samson2013-07-101-9/+16
| * Fix a probable leak.Etienne Samson2013-07-031-1/+1
| * Fix a crash if git_remote_set_cred_acquire_cb wasn't called before connecting.Etienne Samson2013-07-031-2/+4
* | Make credential clearing consistentRussell Belfer2013-07-091-12/+8
* | Indent with tabsRussell Belfer2013-07-091-15/+15
* | Lots of SSH credential stuff can be left onRussell Belfer2013-07-091-39/+11
* | Make SSH APIs present even without SSH supportRussell Belfer2013-07-092-107/+141
|/
* Make sure we don't leak memory again.Arthur Schreiber2013-06-251-0/+7
* Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber2013-06-251-12/+15
* Fix a leak in the local transport code.Arthur Schreiber2013-06-241-9/+9
* cred: deploy git__memzero to clear memory holding a passwordyorah2013-06-171-2/+2
* Fix Windows warningsRussell Belfer2013-06-121-0/+2
* Merge pull request #1558 from bmorganpa/ssh_transportVicent Martí2013-05-162-0/+621
|\
| * Added GITERR_CHECK_ALLOCBrad Morgan2013-05-151-0/+1
| * Added GITERR_CHECK_ALLOCBrad Morgan2013-05-151-6/+2
| * Reworked git_cred_ssh_keyfile_passphrase_new methodBrad Morgan2013-05-151-33/+11
| * Added error checkBrad Morgan2013-05-151-1/+2
| * CleanupBrad Morgan2013-05-151-12/+6
| * Changed to use libssh2_channel_execBrad Morgan2013-05-091-6/+3
| * RenamingBrad Morgan2013-05-091-8/+8
| * Merge remote-tracking branch 'origin/development' into ssh_transportBrad Morgan2013-05-072-6/+20
| |\
| * | Fixed compilation issues when libssh2 is missingBrad Morgan2013-05-072-0/+6
| * | Added SSH public key authenticationBrad Morgan2013-05-072-0/+61
| * | CleanupBrad Morgan2013-05-051-7/+5
| * | RenamingBrad Morgan2013-05-051-6/+6
| * | RefactoringBrad Morgan2013-05-051-27/+66
| * | CleanupBrad Morgan2013-05-051-1/+1
| * | Added username and password auth for sshBrad Morgan2013-05-051-17/+41
| * | Added support for ssh:// urlsBrad Morgan2013-05-051-21/+45
| * | RefactoringBrad Morgan2013-05-051-59/+43
| * | Added ssh stream cleanupBrad Morgan2013-05-051-1/+10
| * | CleanupBrad Morgan2013-05-051-17/+7
| * | Push working over sshBrad Morgan2013-05-042-27/+124
| * | Adding ssh transport logicBrad Morgan2013-05-031-17/+83
| * | RenamingBrad Morgan2013-05-031-49/+49
| * | Added ssh transport fileBrad Morgan2013-05-031-0/+356
* | | calloc() to initialize memoryLinquize2013-05-161-1/+1
* | | Fix trailing whitespacesnulltoken2013-05-151-1/+1
* | | Unify whitespaces to tabsLinquize2013-05-151-1/+1
* | | Fix broken build when MSVC SDL checks is enabledLinquize2013-05-112-6/+6
* | | refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-112-2/+2
* | | fix some leaksEdward Thomson2013-05-021-0/+6
| |/ |/|
* | Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* | push: don't send a packfile when only issuing delete commandsCarlos Martín Nieto2013-04-291-5/+18
* | Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+1
|/
* Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto2013-04-152-18/+22