]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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-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-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...
2014-08-27 Rafal NowosielskiSet timeout on remote (WinHTTP) should return error...
2014-08-26 Vicent MartiMerge pull request #2537 from libgit2/reduce-cache...
2014-08-26 Justin Spahr... Refactor git_cache to use an rwlock
2014-08-26 Vicent MartiMerge pull request #2508 from libgit2/rb/fix-ignore...
2014-08-26 Vicent MartiMerge pull request #2533 from jakebolewski/jcb/addjulia
2014-08-26 Vicent MartiMerge pull request #2535 from libgit2/cmn/unpack-offset
2014-08-26 Sven StrickrothAllow to override default ssh transport_cb
2014-08-26 Carlos Martín... pack: return the correct final offset
2014-08-26 jake bolewskiadd Julia to the language bindings list
2014-08-25 Vicent MartiMerge pull request #2532 from arthurschreiber/arthur...
2014-08-25 Arthur Schreibermerge base: Correctly raise an error if a non-commit...
2014-08-25 Vicent MartiMerge pull request #2531 from libgit2/rb/mkdir-allow...
2014-08-25 Vicent MartiMerge pull request #2527 from jacquesg/refspec-crash
2014-08-23 Rafal NowosielskiSet timeout on remote (WinHTTP) to infinite #2147
2014-08-22 Russell BelferAllow mkdir helper to skip parent errors
2014-08-21 Jacques GermishuysCheck that the refspec matches before modifying the...
2014-08-18 Vicent MartiMerge pull request #2528 from libgit2/vmg/tostr_s
2014-08-18 Vicent MartiRevert "test: Remove symlinks from the source tree"
2014-08-18 Vicent Martitest: Remove symlinks from the source tree
2014-08-18 Vicent Martioid: Export `git_oid_tostr_s` instead of `_allocfmt`
2014-08-18 Vicent MartiMerge pull request #2525 from libgit2/cmn/http-recv...
2014-08-18 Vicent MartiMerge pull request #2523 from leighlondon/remove-comple...
2014-08-17 Jacques GermishuysCheck if the refspec matches before transforming
2014-08-16 Carlos Martín... http: make sure we can consume the data we request
2014-08-16 Leigh LondonRemoving a completed starter project.
2014-08-15 Vicent MartiMerge pull request #2521 from jacquesg/remote-ls-not...
2014-08-15 Jacques Germishuysgit_remote_ls() should return an error if the transport...
2014-08-15 Vicent MartiMerge pull request #2497 from ethomson/kerberos3
2014-08-15 Edward ThomsonIntroduce proper http authentication API
2014-08-15 Edward ThomsonAdd GSSAPI support for SPNEGO/Kerberos auth over HTTP
2014-08-15 Edward ThomsonIntroduce git_buf_decode_base64
next