]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-06-25 Edward ThomsonMerge pull request #3246 from libgit2/cmn/dont-grow...
2015-06-24 Carlos Martín... Add CHANGELOG entries
2015-06-24 Carlos Martín... buffer: make use of EINVALID for growing a borrowed...
2015-06-24 Carlos Martín... errors: introduce EINVALID
2015-06-24 Carlos Martín... blob: don't recomment using git_buf_grow
2015-06-24 Carlos Martín... buffer: don't allow growing borrowed buffers
2015-06-24 Carlos Martín... Merge pull request #3097 from libgit2/cmn/submodule...
2015-06-24 Carlos Martín... Merge pull request #3183 from libgit2/cmn/curl-stream
2015-06-24 Carlos Martín... Merge pull request #3254 from ethomson/diff-binary...
2015-06-24 Carlos Martín... Merge pull request #3250 from ethomson/stash
2015-06-24 Edward Thomsondiff: determine DIFFABLE-ness for binaries
2015-06-24 Edward Thomsondiff::binary tests: empty diff when forced binary
2015-06-24 Carlos Martín... SecureTransport: use the curl stream if available
2015-06-24 Carlos Martín... curl: remove the encrypted param to the constructor
2015-06-24 Carlos Martín... http: ask for the curl stream for non-encrypted connections
2015-06-24 Carlos Martín... openssl: use the curl stream if available
2015-06-24 Carlos Martín... curl: extract certificate information
2015-06-24 Carlos Martín... http: set the proxy if the stream supports it
2015-06-24 Carlos Martín... stream: add support for setting a proxy
2015-06-24 Carlos Martín... curl: add CHANGELOG and THREADING entries
2015-06-24 Carlos Martín... Implement a curl stream
2015-06-24 Carlos Martín... curl: find and link with the library if it's available...
2015-06-24 Carlos Martín... binary diff: test that the diff and patch otputs are...
2015-06-24 Edward ThomsonMerge pull request #3251 from git-up/fixes
2015-06-24 Pierre-Olivier... Fixed invalid error handling in git_repository_open_ext()
2015-06-24 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-24 Edward ThomsonMerge pull request #3222 from git-up/conflicted
2015-06-24 Edward ThomsonMerge pull request #3131 from urkud/const-char
2015-06-24 Edward ThomsonMerge pull request #3226 from libgit2/cmn/racy-diff...
2015-06-24 Edward ThomsonMerge pull request #3249 from libgit2/cmn/repo-version...
2015-06-23 Edward Thomsonstash: save the workdir file when deleted in index
2015-06-23 Edward Thomsonstash tests: ensure we save the workdir file
2015-06-23 Edward Thomsongit_diff__merge: allow pluggable diff merges
2015-06-23 Edward Thomsondiff_tform: remove reversed copy of delta merger
2015-06-23 Carlos Martín... repository: check the format version
2015-06-23 Carlos Martín... repository: don't error out if there is no version
2015-06-23 Pierre-Olivier... Fixed GIT_DELTA_CONFLICTED not returned in some cases
2015-06-23 Carlos Martín... Merge pull request #3228 from git-up/diff_merge
2015-06-23 Pierre-Olivier... Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()
2015-06-22 Carlos Martín... Merge pull request #3199 from ethomson/crlf
2015-06-22 Edward Thomsoncrlf: give Unix the glory of autocrlf=true
2015-06-22 Edward Thomsoncrlf tests: ensure that Unix obeys autocrlf=true
2015-06-22 Edward Thomsongit_buf_text_lf_to_crlf: allow mixed line endings
2015-06-22 Edward Thomsoncrlf: use statistics to control to workdir filter
2015-06-22 Edward Thomsonclar: support hierarchical test resource data
2015-06-22 Edward Thomsoncrlf tests: posix known-good data
2015-06-22 Edward Thomsoncrlf tests: windows known-good data
2015-06-22 Edward Thomsoncrlf tests: use known-good data produced by git
2015-06-22 Edward Thomsoncrlf: script to generate expected crlf data
2015-06-22 Edward Thomsoncrlf: include utf8 resources in master branch
2015-06-22 Edward Thomsoncrlf: include additional test resources
2015-06-22 Edward ThomsonMerge pull request #3240 from libgit2/cmn/commit-header...
2015-06-22 Carlos Martín... submodule: remove the RESET enum values
2015-06-22 Carlos Martín... submodule: test unsetting config options
2015-06-22 Carlos Martín... submodule: handle writing out all enum values for settings
2015-06-22 Carlos Martín... config: provide a function to reverse-lookup mapped...
2015-06-22 Carlos Martín... examples: adjust to submodule status API change
2015-06-22 Carlos Martín... submodule: test more accurately for non-existence
2015-06-22 Carlos Martín... submodule: fix potential leak in the tests
2015-06-22 Carlos Martín... submodule: get rid of `_save()`
2015-06-22 Carlos Martín... submodule: make `_set_url()` affect the configuration
2015-06-22 Carlos Martín... submodule: make `_set_branch()` affect the configuration
2015-06-22 Carlos Martín... submodule: make `_set_update_fetch_recurse_submodules...
2015-06-22 Carlos Martín... submodule: make `_set_update()` affect the configuration
2015-06-22 Carlos Martín... submodule: correct detection of existing submodules
2015-06-22 Carlos Martín... submodule: bring back finding by path
2015-06-22 Carlos Martín... submodule: add an ignore option to status
2015-06-22 Carlos Martín... submodule: don't let status change an existing instance
2015-06-22 Carlos Martín... submodule: make set_ignore() affect the configuration
2015-06-22 Carlos Martín... submodule: remove the per-repo cache
2015-06-22 Carlos Martín... Merge pull request #3239 from git-up/stash_index
2015-06-22 Carlos Martín... Add a note about racy-git in CHANGELOG
2015-06-22 Carlos Martín... index: add a diff test for smudging a file which become...
2015-06-22 Carlos Martín... tests: move racy tests to the index
2015-06-22 Carlos Martín... merge: work around write-side racy protection when...
2015-06-22 Carlos Martín... commit: allow retrieving an arbitrary header field
2015-06-22 Carlos Martín... tests: set racy times manually
2015-06-22 Carlos Martín... tests: plug leaks in the racy test
2015-06-22 Carlos Martín... index: check racily clean entries more thoroughly
2015-06-22 Carlos Martín... diff: check files with the same or newer timestamps
2015-06-21 Pierre-Olivier... Write modified index in git_stash_apply()
2015-06-20 Carlos Martín... Merge pull request #3233 from ethomson/status_typechange
2015-06-20 Edward Thomsondiff: preserve original mode in the index
2015-06-20 Edward Thomsonstatus: test that symlinks don't lose their mode
2015-06-20 Edward ThomsonMerge pull request #3238 from git-up/double_free
2015-06-20 Edward ThomsonMerge pull request #3236 from libgit2/cmn/index-checksum
2015-06-20 Pierre-Olivier... Fixed index being double-freed in stash tests
2015-06-20 Carlos Martín... index: make relative comparison use the checksum as...
2015-06-20 Carlos Martín... Merge pull request #3232 from Therzok/patch-2
2015-06-20 Carlos Martín... tests: tick over five seconds instead of one
2015-06-19 Carlos Martín... index: use the checksum to check whether it's been...
2015-06-19 Carlos Martín... index: user a better assertion when comparing sizes
2015-06-19 Marius UngureanuQuote LIBSSH2_LIBRARIES call
2015-06-17 Carlos Martín... Merge pull request #3229 from git-up/build_warnings
2015-06-17 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-17 Carlos Martín... Merge pull request #3227 from jeffhostetler/memory_leak...
2015-06-17 Jeff HostetlerFix memory leak in tests/network/refspecs.c
2015-06-17 Carlos Martín... Merge pull request #3219 from libgit2/cmn/racy-diff
2015-06-16 Edward Thomsoncheckout: allow workdir to contain checkout target
2015-06-16 Edward Thomsonmerge::workdir::dirty: tick idx to defeat racy-git
next