]> git.proxmox.com Git - libgit2.git/history - src/fetch.c
Fixed size_t format string warning
[libgit2.git] / src / fetch.c
2012-11-22 Philip KelleyMerge pull request #1095 from martinwoodward/authors
2012-11-08 Philip KelleyMerge pull request #1048 from pwkelley/basic_auth
2012-11-08 Vicent MartíMerge pull request #1039 from erikvanzijst/erik/tag_wit...
2012-11-06 Philip KelleyMerge pull request #1025 from ethomson/fetchodb
2012-11-05 Edward Thomsoncreate callback to handle packs from fetch, move the...
2012-11-05 Vicent MartíMerge pull request #1034 from carlosmn/packbuilder...
2012-11-02 Vicent MartíMerge pull request #1014 from arrbee/diff-rename-detection
2012-11-01 Vicent MartíMerge pull request #1030 from pwkelley/transports
2012-11-01 Philip KelleyReorganize transport architecture (squashed 3)
2012-10-30 Vicent MartíMerge pull request #1017 from arrbee/diff-patch-to-str
2012-10-25 Vicent MartíMerge pull request #1021 from ethomson/cmake_vs
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-23 Vicent MartíMerge pull request #1012 from carlosmn/libcrypto-sha
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-20 Ben Straubgitno_buffer: callback on each packet
2012-10-20 Ben StraubFetch/indexer: progress callbacks
2012-10-20 Ben StraubAdd git_indexer_stats field to git_remote
2012-10-18 Vicent MartíMerge pull request #993 from pwkelley/clar_update
2012-10-18 Carlos Martín Nietofetch: declare variables at the top of the block
2012-10-18 Vicent MartíMerge pull request #992 from carlosmn/fetch-cancel
2012-10-18 Carlos Martín Nietoremote: support fetch cancelation
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-17 Ben StraubMerge pull request #972 from PaulThompson/separate_strarray
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-15 Ben StraubMerge pull request #982 from nulltoken/clone/no-checkout
2012-10-15 Ben StraubMerge pull request #978 from nulltoken/fix/reset-hard
2012-10-15 nulltokentest: fix some memory leaks
2012-10-02 Russell BelferMerge pull request #932 from ben/clone_pack_race
2012-10-02 Russell BelferMerge pull request #939 from pwkelley/ignorecase
2012-10-01 Vicent MartíMerge pull request #961 from arrbee/win64-cleanups
2012-10-01 Vicent MartíMerge pull request #957 from carlosmn/include-tag
2012-09-30 Carlos Martín Nietoremote: support downloading all tags
2012-09-11 Russell BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-06 Vicent MartíMerge pull request #900 from pwkelley/development
2012-09-06 Vicent MartíMerge pull request #912 from schu/netops-ssl-error
2012-09-06 Vicent MartiMerge remote-tracking branch 'arrbee/diff-iterator...
2012-09-05 Russell BelferDiff iterators
2012-08-27 Vicent MartíMerge pull request #897 from nulltoken/topic/git_refere...
2012-08-27 Russell BelferMerge pull request #903 from nulltoken/topic/peeling...
2012-08-25 Carlos Martín Nietoindexer: kill git_indexer_stats.data_received
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-24 Vicent MartíMerge pull request #895 from carlosmn/sideband
2012-08-24 Carlos Martín Nietonetwork: add sideband support
2012-08-24 Carlos Martín Nietoindexer: recognize and mark when all of the packfile...
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-04 Michael Schubertremote: add missing include git2/remote.h
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 Nietofetch: remove timeout code
2012-07-30 Carlos Martín Nietotransport: store the refs in a common area
2012-07-30 Carlos Martín Nietoremote: use the same code to control git and http
2012-07-30 Carlos Martín Nietonetwork: implement multi_ack for the git transport
2012-07-30 Carlos Martín Nietoremote: start moving the protocol to a common area
2012-07-17 Ben StraubMerge branch 'development' into clone
2012-06-28 Vicent MartíMerge pull request #791 from carlosmn/index-path
2012-06-28 Carlos Martín Nietoindexer: don't use '/objects/pack/' unconditionally
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-06-05 Ben StraubMerge branch 'development' into rev-parse
2012-05-19 Carlos Martín Nietohttp: add https support when GnuTLS is available
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-17 Vicent Martírefs: git_reference_listall -> git_reference_list
2012-05-09 Russell BelferMerge pull request #679 from nulltoken/fix/git__isspace
2012-05-09 Carlos Martín Nietofetch: filter tag annotation pseudo-refs while generati...
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-03 Vicent MartíRemove old and unused error codes
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-04-11 Carlos Martín Nietoerror-handling: fetch
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
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
next