index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix remaining init_options inconsistencies
Russell Belfer
2014-05-02
1
-9
/
+4
*
Added function-based initializers for every options struct.
Matthew Bowen
2014-03-05
1
-0
/
+12
*
Fixed compilation on Windows when using libssh2.
mgbowen
2013-12-05
1
-5
/
+2
*
Add git_transport_register, git_transport_unregister
Philip Kelley
2013-10-01
1
-0
/
+66
*
Make SSH APIs present even without SSH support
Russell Belfer
2013-07-09
1
-2
/
+2
*
Fixed compilation issues when libssh2 is missing
Brad Morgan
2013-05-07
1
-2
/
+11
*
Added support for ssh:// urls
Brad Morgan
2013-05-05
1
-7
/
+8
*
Adding ssh transport logic
Brad Morgan
2013-05-03
1
-3
/
+3
*
Added ssh transport file
Brad Morgan
2013-05-03
1
-2
/
+4
*
update copyrights
Edward Thomson
2013-01-08
1
-1
/
+1
*
Fix comment so it doesn't go over 100 chars
Jameson Miller
2012-12-13
1
-4
/
+6
*
Transport resolution on Win32 should handle absolute local paths
Jameson Miller
2012-12-13
1
-9
/
+24
*
Push! By schu, phkelley, and congyiwu, et al
Philip Kelley
2012-11-28
1
-3
/
+4
*
Reorganize transport architecture (squashed 3)
Philip Kelley
2012-11-01
1
-31
/
+60
*
http: add https support when GnuTLS is available
Carlos Martín Nieto
2012-05-19
1
-1
/
+1
*
errors: Rename the generic return codes
Vicent Martí
2012-05-18
1
-3
/
+3
*
Remove old and unused error codes
Vicent Martí
2012-05-02
1
-2
/
+4
*
Merge branch 'new-error-handling' into development
Vicent Martí
2012-05-02
1
-4
/
+4
|
\
|
*
error-handling: remote, transport
Carlos Martín Nieto
2012-04-11
1
-4
/
+4
*
|
Merge branch 'ssh-urls' into development
Carlos Martín Nieto
2012-03-05
1
-7
/
+17
|
\
\
|
|
/
|
/
|
|
*
Make git_remote_supported_url() public and shorten error string
Carlos Martín Nieto
2012-03-05
1
-2
/
+1
|
*
introduced new function: git_remote_supported_url() <-- returns true if this ...
Ryan Wilcox
2012-03-01
1
-0
/
+6
|
*
fix up previous SSH path parsing commit based on @carlosmn feedback
Ryan Wilcox
2012-03-01
1
-26
/
+9
|
*
implement support for username@host:path URLs in transport_find_fn()
Ryan Wilcox
2012-02-29
1
-3
/
+25
*
|
Clean up GIT_UNUSED macros on all platforms
Russell Belfer
2012-03-02
1
-2
/
+2
|
/
*
Update Copyright header
schu
2012-02-13
1
-1
/
+1
*
transport: prevent the transport determination mechanism from segfaulting whe...
nulltoken
2012-01-17
1
-1
/
+1
*
remote: Cleanup the remotes code
Vicent Marti
2011-11-28
1
-6
/
+8
*
transport: Add `git_transport_valid_url`
Vicent Marti
2011-11-22
1
-15
/
+21
*
Merge pull request #405 from carlosmn/http-ls
Vicent Martí
2011-09-22
1
-1
/
+1
|
\
|
*
Add HTTP transport skeleton
Carlos Martín Nieto
2011-09-04
1
-1
/
+1
*
|
Cleanup legal data
Vicent Marti
2011-09-19
1
-0
/
+6
|
/
*
Don't hide the transport details
Carlos Martín Nieto
2011-08-30
1
-50
/
+0
*
Move negotiation to the transport
Carlos Martín Nieto
2011-08-18
1
-0
/
+5
*
Tell the user where the downloaded packfile is stored
Carlos Martín Nieto
2011-08-18
1
-2
/
+2
*
Download pack
Carlos Martín Nieto
2011-08-18
1
-0
/
+11
*
Move have sending
Carlos Martín Nieto
2011-08-18
1
-2
/
+6
*
Implement sending haves
Carlos Martín Nieto
2011-08-18
1
-0
/
+5
*
Add a generic send_wants
Carlos Martín Nieto
2011-08-18
1
-0
/
+5
*
Slim down git_transport
Carlos Martín Nieto
2011-06-27
1
-2
/
+2
*
Remove the repo param from git_transport_new
Carlos Martín Nieto
2011-06-26
1
-3
/
+1
*
Move transports to an inheritance model
Carlos Martín Nieto
2011-06-26
1
-12
/
+6
*
Implement the git TCP transport up to ls-remote
Carlos Martín Nieto
2011-06-26
1
-1
/
+1
*
Implement ls-remote on local drive
Carlos Martín Nieto
2011-06-26
1
-0
/
+22
*
Lay down the fundations for the network code
Carlos Martín Nieto
2011-06-26
1
-0
/
+77