]> git.proxmox.com Git - libgit2.git/history - src/transport.c
Fix the build on Emscripten
[libgit2.git] / src / transport.c
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-17 Vicent MartíMerge pull request #536 from nulltoken/fix/transport...
2012-01-17 nulltokentransport: prevent the transport determination mechanis...
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-28 Vicent Martiremote: Cleanup the remotes code
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-22 Vicent Martitransport: Add `git_transport_valid_url`
2011-09-22 Vicent MartíMerge pull request #421 from nulltoken/ntk/fix/config...
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-18 Vicent MartiCleanup legal data
2011-09-04 Carlos Martín NietoAdd HTTP transport skeleton
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Carlos Martín NietoDon't hide the transport details
2011-08-18 Carlos Martín NietoMove negotiation to the transport
2011-08-18 Carlos Martín NietoTell the user where the downloaded packfile is stored
2011-08-18 Carlos Martín NietoDownload pack
2011-08-18 Carlos Martín NietoMove have sending
2011-08-18 Carlos Martín NietoImplement sending haves
2011-08-18 Carlos Martín NietoAdd a generic send_wants
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-05 Vicent MartíMerge pull request #299 from kiryl/examples-general...
2011-07-05 Vicent MartíMerge pull request #297 from nulltoken/patch-5
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-06-27 Carlos Martín NietoSlim down git_transport
2011-06-26 Carlos Martín NietoRemove the repo param from git_transport_new
2011-06-26 Carlos Martín NietoMove transports to an inheritance model
2011-06-26 Carlos Martín NietoImplement the git TCP transport up to ls-remote
2011-06-26 Carlos Martín NietoImplement ls-remote on local drive
2011-06-26 Carlos Martín NietoLay down the fundations for the network code