]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2017-06-08 Edward ThomsonMerge pull request #4255 from pks-t/pks/buffer-grow...
2017-06-08 Edward ThomsonMerge pull request #4253 from pks-t/pks/cov-fixes
2017-06-08 Patrick Steinhardtrefdb_fs: be explicit about using null-OID if we cannot...
2017-06-08 Patrick Steinhardtpath: only set dotgit flags when configs were read
2017-06-08 Patrick Steinhardtworktree: use `git__free` instead of `free`
2017-06-08 Patrick Steinhardtrefs: properly report errors from `update_wt_heads`
2017-06-08 Patrick Steinhardtfileops: check return value of `git_path_dirname`
2017-06-08 Patrick Steinhardtbuffer: use `git_buf_init` with length
2017-06-08 Patrick Steinhardtbuffer: return errors for `git_buf_init` and `git_buf_a...
2017-06-08 Patrick Steinhardtbuffer: consistently use `ENSURE_SIZE` to grow buffers...
2017-06-08 Patrick Steinhardtbuffer: fix `ENSURE_SIZE` macro referencing wrong variable
2017-06-08 Patrick Steinhardtbuffer: rely on `GITERR_OOM` set by `git_buf_try_grow`
2017-06-08 Edward ThomsonMerge pull request #4258 from pks-t/pks/sha1dc-update
2017-06-07 Patrick Steinhardtsha1dc: do not use standard includes
2017-06-07 Patrick Steinhardtsha1dc: update to fix errors with endianess and unalign...
2017-06-07 Edward ThomsonMerge pull request #4236 from pks-t/pks/index-v4-fixes
2017-06-07 Edward ThomsonMerge pull request #4256 from libgit2/ethomson/unc_tests
2017-06-07 Edward Thomsonctest: temporarily disable UNC path tests
2017-06-07 Patrick SteinhardtMerge pull request #4251 from Keruspe/master
2017-06-07 Marc-Antoine... openssl_stream: fix building with libressl
2017-06-06 Patrick Steinhardttests: index::version: improve write test for index v4
2017-06-06 Patrick Steinhardttests: index::version: verify we write compressed index...
2017-06-06 Patrick Steinhardttests: index::version: add test to read index version v4
2017-06-06 Patrick Steinhardttests: index::version: move up cleanup function
2017-06-06 Patrick Steinhardtindex: verify we have enough space left when writing...
2017-06-06 Patrick Steinhardtindex: fix shared prefix computation when writing index...
2017-06-06 Patrick Steinhardtindex: also sanity check entry size with compressed...
2017-06-06 Patrick Steinhardtindex: remove file-scope entry size macros
2017-06-06 Patrick Steinhardtindex: don't right-pad paths when writing compressed...
2017-06-06 Patrick Steinhardtindex: move index entry size computation into its own...
2017-06-06 Patrick Steinhardtindex: set last written index entry in foreach-entry...
2017-06-06 Patrick Steinhardtindex: set last entry when reading compressed entries
2017-06-06 Patrick Steinhardtindex: fix confusion with shared prefix in compressed...
2017-06-06 Patrick Steinhardtvarint: fix computation for remaining buffer space
2017-06-04 Edward ThomsonMerge branch 'pr/4228'
2017-06-04 Edward Thomsonworktree: upgrade lock to an int
2017-06-04 Edward ThomsonMerge pull request #4239 from roblg/toplevel-dir-ignore-fix
2017-06-04 Edward ThomsonMerge pull request #4243 from pks-t/pks/submodule-workdir
2017-05-20 Carlos Martín... Merge pull request #4179 from libgit2/ethomson/expand_tilde
2017-05-20 Carlos Martín... Merge pull request #4097 from implausible/fix/auto...
2017-05-20 Carlos Martín... Merge pull request #4174 from libgit2/ethomson/set_head...
2017-05-20 Carlos Martín... Merge pull request #4231 from wabain/open-revrange
2017-05-19 Patrick Steinhardtrepository: make check if repo is a worktree more strict
2017-05-19 Patrick Steinhardtrepository: factor out worktree check
2017-05-19 Patrick Steinhardtrepository: improve parameter names for `find_repo`
2017-05-19 Patrick Steinhardtrepository: clear out-parameter instead of freeing it
2017-05-17 Robert GayFix issue with directory glob ignore in subdirectories
2017-05-17 Patrick Steinhardttests: add test suite for opening submodules
2017-05-16 Carlos Martín... Merge pull request #4240 from pks-t/pks/fix-gcc-warnings
2017-05-15 Patrick Steinhardttests: threads::basic: remove unused function `exit_abr...
2017-05-15 Patrick Steinhardttests: clone::local: compile UNC functions for Windows...
2017-05-15 Patrick Steinhardtodb: fix printf formatter for git_off_t
2017-05-15 Patrick Steinhardtexamples: network: refactor credentials callback
2017-05-15 Patrick Steinhardtodb: shut up gcc warnings regarding uninitilized variables
2017-05-11 Carlos Martín... Merge pull request #4238 from libgit2/ethomson/vs_to_vsts
2017-05-11 Edward ThomsonUpdate README: VS -> VSTS
2017-05-05 William Bainrevparse: support open-ended ranges
2017-05-05 Patrick Steinhardtworktree: switch over worktree pruning to an opts structure
2017-05-05 Patrick Steinhardtworktree: support creating locked worktrees
2017-05-04 Edward ThomsonMerge pull request #4232 from pks-t/pks/schroot-test...
2017-05-03 Patrick Steinhardttests: repo: fix repo discovery tests on overlayfs
2017-05-02 Edward ThomsonMerge pull request #4229 from pks-t/pks/ssh-memleaks
2017-05-02 Patrick Steinhardttransports: ssh: clean up after libssh2 on exit
2017-05-02 Patrick Steinhardttransports: ssh: report failure initializing libssh2
2017-05-02 Patrick Steinhardtworktree: introduce git_worktree_add options
2017-05-02 Edward ThomsonMerge pull request #4226 from libgit2/ethomson/memleak
2017-05-01 Edward Thomsonobject validation: free some memleaks
2017-05-01 Edward Thomsonsignature: free dup'd buffers on parse error
2017-05-01 Edward Thomsonremote: free the config snapshot
2017-05-01 Edward Thomsonworktrees: cleanup some memory leaks
2017-05-01 Edward ThomsonMerge pull request #4197 from pks-t/pks/verify-object...
2017-05-01 Edward ThomsonMerge pull request #4206 from libgit2/cmn/transport...
2017-05-01 Edward ThomsonMerge pull request #4216 from pks-t/pks/debian-test...
2017-05-01 Edward ThomsonMerge branch 'pr/4225'
2017-05-01 Edward Thomsongit_remote_push: document that NULL refspecs allowed
2017-05-01 Edward ThomsonMerge pull request #4224 from yuyichao/push-free-config
2017-04-29 Yichao YuAllow NULL refspec in git_remote_push
2017-04-29 Yichao YuDo not free config when creating remote
2017-04-28 Patrick Steinhardtodb: verify hashes in read_prefix_1
2017-04-28 Patrick Steinhardtodb: improve error handling in read_prefix_1
2017-04-28 Patrick Steinhardtodb: add option to turn off hash verification
2017-04-28 Patrick Steinhardtodb: verify object hashes
2017-04-28 Patrick Steinhardttests: object: test looking up corrupted objects
2017-04-28 Patrick Steinhardttests: object: create sandbox
2017-04-28 Patrick Steinhardttests: odb: make hash of fake backend configurable
2017-04-28 Edward ThomsonMerge pull request #4191 from pks-t/pks/wt-ref-renames
2017-04-26 Edward ThomsonMerge pull request #4219 from pks-t/pks/socket-stream...
2017-04-26 Edward ThomsonMerge pull request #4217 from pks-t/pks/readonly-cfg...
2017-04-26 Patrick Steinhardtsocket_stream: continue to next addrinfo on socket...
2017-04-26 Patrick Steinhardttests: config: verify functionality with read-only...
2017-04-26 Patrick Steinhardtconfig: skip r/o backends when writing
2017-04-25 Edward ThomsonMerge pull request #4215 from pks-t/pks/diff-stack...
2017-04-25 Patrick Steinhardtconfig_file: add missing include for `git_config_backend`
2017-04-25 Patrick Steinhardttests: core::features: only check for HTTPS if it is...
2017-04-25 Patrick Steinhardtcmake: define GIT_HTTPS when HTTPS is supported
2017-04-25 Patrick Steinhardtdiff_parse: free object instead of its pointer
2017-04-21 Patrick SteinhardtMerge pull request #4210 from pks-t/pks/misc-fixes
2017-04-21 Patrick Steinhardttests: threads::diff: fix warning for unused variable
2017-04-21 Patrick Steinhardtglobal: fix typo in `git_libgit2_init` description
2017-04-17 Carlos Martín... Merge pull request #4192 from libgit2/ethomson/win32_posix
next