]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-09-26 Jakub ČajkaFixed merge REUC test for big-endian 64-bit
2014-09-26 Jacques GermishuysThe raw index buffer content is not guaranteed to be...
2014-09-25 Jacques GermishuysEnsure pool data is aligned on an 8 byte boundary
2014-09-25 Jacques GermishuysIntroduce GIT_ALIGN
2014-09-24 Carlos Martín... Add a note about cert check in the CHANGELOG
2014-09-17 Vicent MartiMerge pull request #2567 from cirosantilli/factor-41
2014-09-17 Carlos Martín... travis: another attempt at multiple allowed failures
2014-09-17 Vicent MartiMerge pull request #2571 from libgit2/vmg/walk-up-path
2014-09-17 The rugged... repository: Do not double-free config
2014-09-17 Carlos Martín... travis: fix allowed failures list
2014-09-17 Vicent MartiMerge pull request #2572 from cirosantilli/factor-void
2014-09-17 The rugged... Style
2014-09-17 The rugged... attr: Do not walk path if we're at the root
2014-09-17 Ciro SantilliReplace void casts with GIT_UNUSED.
2014-09-17 The rugged... attr: Add an extra test for files under a subfolder
2014-09-17 The rugged... path: Fix `git_path_walk_up` to work with non-rooted...
2014-09-17 Vicent MartiMerge pull request #2464 from libgit2/cmn/host-cert...
2014-09-17 Carlos Martín... Clean up some leaks in the test suite
2014-09-16 Vicent MartiMerge pull request #2569 from libgit2/cmn/valgrind...
2014-09-16 Carlos Martín... travis: run valgrind only once
2014-09-16 Carlos Martín... ssh: skip the localhost cert check earlier
2014-09-16 Carlos Martín... winhttp: get rid of the cert ignore flag
2014-09-16 Carlos Martín... ssh: expose both hashes
2014-09-16 Carlos Martín... ssh: provide our own types for host key lengths
2014-09-16 Carlos Martín... script: use a parallel build on Travis
2014-09-16 Carlos Martín... net: use only structs to pass information about cert
2014-09-16 Carlos Martín... Merge remote-tracking branch 'upstream/master' into...
2014-09-16 Carlos Martín... ssh: add test for host key
2014-09-16 Carlos Martín... net: remove support for outright ignoring certificates
2014-09-16 Carlos Martín... transport: move the cert type enum to types.h
2014-09-16 Carlos Martín... winhttp: set ignore security flags on user command
2014-09-16 Carlos Martín... winhttp: bring together request sending
2014-09-16 Carlos Martín... winhttp: only do certificate check for SSL
2014-09-16 Carlos Martín... winhttp: credential check on successful connect
2014-09-16 Carlos Martín... Bring certificate check back to the normal return code
2014-09-16 Carlos Martín... ssh: do ssh cert info before asking for credentials
2014-09-16 Carlos Martín... transport: always call the certificate check callback
2014-09-16 Carlos Martín... remote: add tests for the certificate callback
2014-09-16 Carlos Martín... http: send the DER-encoded cert to the callback
2014-09-16 Carlos Martín... Provide a callback for certificate validation
2014-09-16 Vicent MartiMerge pull request #2565 from linquize/typo
2014-09-16 Vicent MartiMerge pull request #2561 from jacquesg/merge-skip
2014-09-16 The rugged... attr: Cleanup the containing dir logic
2014-09-16 Vicent MartiMerge pull request #2566 from libgit2/rb/attr-with...
2014-09-16 Ciro SantilliFactor 40 and 41 constants from source.
2014-09-16 Russell BelferFix attribute lookup in index for bare repos
2014-09-16 LinquizeFix typo
2014-09-15 Vicent MartiMerge pull request #2563 from alexcrichton/rust-bindings
2014-09-15 Alex CrichtonAdd Rust to the language bindings list
2014-09-15 Vicent MartiMerge pull request #2554 from linquize/fetch-head-tag
2014-09-12 Jacques GermishuysRemove local unused index_repo variable
2014-09-12 Jacques GermishuysOnly check for workdir conflicts if the index has merge...
2014-09-12 Jacques GermishuysAdded test case to illustrate bogus conflicts detected...
2014-09-10 Vicent MartiMerge pull request #2558 from libgit2/cmn/signature...
2014-09-10 Carlos Martín... signature: don't allow empty emails
2014-09-09 Vicent MartiMerge pull request #2511 from libgit2/cmn/remote-defaul...
2014-09-05 LinquizeWhen auto follow tags, FETCH_HEAD should list only...
2014-09-05 Vicent Martireflog: Error handling on empty reflog
2014-09-05 Vicent MartiMerge pull request #2553 from libgit2/cmn/ssh-errors
2014-09-04 Carlos Martín... ssh: store error message immediately after a failed...
2014-09-03 Vicent MartiMerge pull request #2543 from libgit2/cmn/known-transports
2014-09-03 Vicent MartiMerge pull request #2530 from libgit2/jamill/relative_g...
2014-09-03 Vicent MartiMerge pull request #2552 from KindDragon/master
2014-09-03 Jameson MillerIntroduce option to use relative paths for repository...
2014-09-03 Edward ThomsonIntroduce git_path_make_relative
2014-09-02 Vicent MartiMerge pull request #2550 from KindDragon/patch-2
2014-09-02 Vicent MartiMerge pull request #2545 from linquize/no-ssh
2014-09-02 Arkady ShapkinSeveral CppCat warnings fixed
2014-09-02 Arkadiy Shapkin.editorconfig added to repository
2014-09-02 Carlos Martín... clone: handle overly restrictive refspecs
2014-09-02 Carlos Martín... clone: correct handling of an unborn HEAD
2014-09-02 Carlos Martín... remote: add test for single-branch clone
2014-09-02 Carlos Martín... remote: add tests for remote-branch edge cases
2014-09-01 Vicent MartiMerge pull request #2548 from linquize/warning5
2014-09-01 LinquizeFix warning
2014-09-01 LinquizeSkip SSH clone tests if libgit2 not built with GIT_SSH...
2014-08-31 Carlos Martín... remote: test for supported URLs in a single place
2014-08-31 Carlos Martín... remote: get rid of git_remote_valid_url()
2014-08-31 Carlos Martín... transport: return ENOTFOUND for HTTPS and SSH when...
2014-08-31 Carlos Martín... transport: distinguish between unknown and unsupported...
2014-08-31 Vicent MartiMerge pull request #2544 from linquize/test-push
2014-08-31 LinquizeMSVC does not support zero size array
2014-08-29 Vicent MartiMerge pull request #2481 from libgit2/cmn/oidarray
2014-08-29 Carlos Martín... clone: support remotes with references but no branches
2014-08-29 Carlos Martín... remote: short-circuit the default branch check if there...
2014-08-29 Carlos Martín... remote: assert what we want to happen when ther is...
2014-08-29 Carlos Martín... travis: no need to clean out the test repository
2014-08-29 Carlos Martín... remote: restrict default branch to branches namespace
2014-08-28 Vicent MartiMerge pull request #2539 from libgit2/cmn/ahead-behind...
2014-08-28 Carlos Martín... graph: fix ahead-behind logic
2014-08-28 Carlos Martín... Fix ahead-behind tests
2014-08-27 Vicent MartiMerge pull request #2538 from libgit2/ntk/propagate_url...
2014-08-27 Vicent MartiMerge pull request #2502 from rnowosielski/remote_set_t...
2014-08-27 Vicent MartiMerge pull request #2490 from csware/ssh-wintunnel
2014-08-27 nulltokenwinhttp: Prevent swallowing of url parsing error
2014-08-27 Sven StrickrothAdded some tests
2014-08-27 Carlos Martín... Adjust clone tests to USERNAME cred type
2014-08-27 Carlos Martín... Merge branch 'cmn/ssh-retry'
2014-08-27 Carlos Martín... Add ssh retry changes to CHANGELOG
2014-08-27 Carlos Martín... Merge remote-tracking branch 'upstream/master' into...
next