]> git.proxmox.com Git - libgit2.git/history - src/fetch.h
Merge pull request #925 from nulltoken/topic/moving-branch-updates-config
[libgit2.git] / src / fetch.h
2012-10-25 Russell BelferMerge pull request #925 from nulltoken/topic/moving...
2012-10-25 Vicent MartíMerge pull request #990 from ben/clone-callbacks
2012-10-24 Ben StraubRemove 'bytes' param from git_remote_download
2012-10-24 Ben StraubNetwork progress: rename things
2012-10-20 Ben StraubFetch/indexer: progress callbacks
2012-10-20 Ben StraubAdd git_indexer_stats field to git_remote
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-31 Vicent MartíMerge pull request #826 from carlosmn/config-find-error
2012-07-31 Vicent MartíMerge pull request #837 from carlosmn/travis
2012-07-31 Vicent MartíMerge pull request #833 from carlosmn/odb-one
2012-07-30 Vicent MartíMerge pull request #840 from carlosmn/remote-unify
2012-07-30 Carlos Martín Nietoremote: use the same code to control git and http
2012-06-07 Vicent MartíMerge pull request #669 from nulltoken/topic/reset
2012-06-07 Vicent MartíMerge pull request #684 from benstraub/rev-parse
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-07 Vicent MartíMerge pull request #704 from nulltoken/topic/blob_fromc...
2012-06-05 Vicent MartíMerge pull request #697 from carlosmn/ssl
2012-05-19 Carlos Martín Nietohttp: add https support when GnuTLS is available
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Vicent MartíMerge pull request #641 from carlosmn/networking
2012-04-25 Carlos Martín Nietotransports: buffer the git requests before sending...
2012-04-25 Carlos Martín Nietofetch: use the streaming indexer when downloading a...
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2011-10-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-13 Vicent MartíMerge pull request #454 from brodie/parsing-fixes
2011-10-13 Vicent MartíMerge pull request #455 from brodie/pack-fixes
2011-10-12 Carlos Martín Nietofetch: add a generic pack-download function
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-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-18 Carlos Martín NietoMove negotiation to the transport
2011-08-18 Carlos Martín NietoDon't expose the fetch code to the user