]> git.proxmox.com Git - libgit2.git/history - src/fetch.c
Fix the build on Emscripten
[libgit2.git] / src / fetch.c
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
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 Martirepository: Change ownership semantics
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-22 Vicent MartíMerge pull request #492 from carlosmn/networking
2011-11-22 Russell Belferfilebuf: add GIT_FILEBUF_INIT and protect multiple...
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-14 Brodie Rao*: correct and codify various file permissions
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-10-12 Carlos Martín Nietotransport: don't have an extra send-wants step
2011-10-12 Vicent MartíMerge pull request #449 from csware/include-win-version...
2011-10-09 Carlos Martín Nietofetch: move 'head' so it's visible to the whole function
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-08 Carlos Martín Nietofetch: store FETCH_HEAD
2011-10-08 Carlos Martín NietoA missing refspec is not an error
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-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 NietoActually implement object negotiation
2011-08-18 Carlos Martín NietoMove negotiation to the transport
2011-08-18 Carlos Martín NietoUse time sorting in fetch
2011-08-18 Carlos Martín NietoBe smarter about selecting wants
2011-08-18 Carlos Martín NietoRemove enum git_whn
2011-08-18 Carlos Martín NietoOnly wait for pack if we need it
2011-08-18 Carlos Martín NietoTell the user where the downloaded packfile is stored
2011-08-18 Carlos Martín NietoDon't expose the fetch code to the user
2011-08-18 Carlos Martín NietoBind the configuration and remotes to a repository
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-08-18 Carlos Martín Nietonegotiation
2011-08-18 Carlos Martín NietoAdd git_fetch_list_want which creates the "want" list