]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2017-04-03 Edward Thomsonwin32: do not inherit file descriptors
2017-04-03 Sven StrickrothAllow to configure default file share mode for opening...
2017-04-02 Sven Strickrothwin32: deduplicate code: use p_open in p_creat
2017-04-02 Sven Strickrothwin32: use CreateFile in p_open
2017-04-02 Edward Thomsonwin32: teach p_open about do_with_retries
2017-04-02 Edward Thomsonwin32: teach p_unlink about do_with_retries
2017-04-02 Edward Thomsonwin32: make p_rename use do_with_retries
2017-04-01 Edward Thomsonwin32: introduce `do_with_retries` macro
2017-04-01 Edward Thomsonwin32: map windows error codes to errno
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2017-03-28 Edward ThomsonMerge pull request #4182 from pks-t/pks/treebuilder
2017-03-28 Patrick Steinhardttreebuilder: exit early if running OOM in `write_with_b...
2017-03-28 Patrick Steinhardttreebuilder: remove shadowing variable in `write_with_b...
2017-03-28 Patrick Steinhardttreebuilder: fix memory leaks in `write_with_buffer`
2017-03-28 Patrick SteinhardtMerge pull request #4180 from pks-t/pks/pass-blame-fix
2017-03-24 Patrick Steinhardtworktree: unconditionally free the worktree's name
2017-03-24 Patrick Steinhardtblame_git: remove spuriuous goto
2017-03-24 Patrick SteinhardtMerge pull request #4175 from libgit2/ethomson/dont_tru...
2017-03-23 Carlos Martín... Merge pull request #4178 from libgit2/ethomson/enfasten...
2017-03-23 Edward Thomsonsha1dc: `SHA1DCUpdate` now takes a `size_t`
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-03-23 Edward Thomsonmerge: indentation fixup
2017-03-23 Edward ThomsonMerge pull request #4176 from libgit2/ethomson/3872
2017-03-23 Edward Thomsonsha1dc: perf improvements from upstream
2017-03-22 Edward ThomsonMerge pull request #4163 from pks-t/pks/submodules...
2017-03-22 Edward ThomsonMerge pull request #4030 from libgit2/ethomson/fsync
2017-03-22 Edward ThomsonMerge pull request #4167 from pks-t/pks/ci-fixes
2017-03-22 Edward ThomsonMerge pull request #4172 from rcjsuen/patch-1
2017-03-22 Edward Thomsoninet_pton: don't assume addr families don't exist
2017-03-22 Edward Thomsongit_futils: don't O_EXCL and O_TRUNC
2017-03-21 Remy SuenUse proper documentation tags
2017-03-21 Patrick Steinhardtdiff_parse: check return value of `git_diff_init_options`
2017-03-21 Patrick Steinhardtpatch_parse: check if advancing over header newline...
2017-03-21 Patrick Steinhardtodb_pack: initialize `git_rawobj` structure
2017-03-21 Patrick Steinhardtconfig_file: check if section header buffer runs out...
2017-03-21 Patrick Steinhardtblame_git: check return value of object lookup
2017-03-21 Edward ThomsonMerge pull request #4139 from richardipsum/readme-runni...
2017-03-20 Patrick SteinhardtMerge pull request #4171 from rcjsuen/patch-1
2017-03-20 Remy SuenFix typo in remote.h API
2017-03-20 Patrick Steinhardtopenssl_stream: fix releasing OpenSSL locks
2017-03-20 Edward ThomsonMerge pull request #4166 from pks-t/pks/map-free-fix
2017-03-20 Patrick SteinhardtMerge pull request #4169 from csware/absolute-symlink
2017-03-20 Patrick Steinhardttests: filebuf: test writing to symlink with absolute...
2017-03-20 Sven Strickroth2filebuf: fix resolving absolute symlinks
2017-03-20 Patrick SteinhardtMerge pull request #4160 from pks-t/pks/diff-fixes
2017-03-20 Patrick SteinhardtMerge pull request #4162 from pks-t/pks/merge-source...
2017-03-20 Patrick Steinhardtmap: remove `*map_free` macros
2017-03-20 Patrick Steinhardtcheckout: fix double-free of checkout_data's mkdir_map
2017-03-17 Patrick Steinhardtsubmodule: resolve URLs relative to main worktree
2017-03-17 Patrick Steinhardtrefdb: create references in commondir
2017-03-17 Patrick Steinhardtworktree: write resolved paths into link files
2017-03-17 Patrick Steinhardtworktree: rename variable in `git_worktree_add`
2017-03-17 Patrick Steinhardtworktree: use fully qualified reference name for create...
2017-03-17 Patrick Steinhardtworktree: parent path should point to the working dir
2017-03-17 Patrick Steinhardtworktree: implement `git_worktree_open_from_repository`
2017-03-17 Patrick Steinhardtworktree: split off function opening working directory
2017-03-17 Patrick Steinhardtworktree: have `is_worktree_dir` accept a string instea...
2017-03-15 Patrick Steinhardttests: worktree: use joinpath instead of printf to...
2017-03-15 Edward ThomsonMerge pull request #4161 from pks-t/pks/submodule-index-fix
2017-03-15 Patrick Steinhardttests: worktree: unify init/cleanup in open tests
2017-03-15 Patrick Steinhardttests: worktree: unify init/cleanup in submodule tests
2017-03-15 Patrick Steinhardttests: worktree: move submodule tests into own suite
2017-03-15 Patrick Steinhardtmerge_driver: fix const-correctness for source getters
2017-03-15 Patrick SteinhardtMerge branch 'gumenikav/merge_driver_source_info'
2017-03-15 Gumenik Alexandrmerge_driver: add unresolved getters for git_merge_driv...
2017-03-14 Patrick SteinhardtMerge pull request #4146 from pks-t/pks/winhttp-errors
2017-03-14 Patrick Steinhardtsubmodule: catch when submodule is not staged on update
2017-03-14 Patrick Steinhardtdiff_parse: correctly set options for parsed diffs
2017-03-14 Patrick Steinhardtpatch_parse: fix parsing minimal trailing diff line
2017-03-14 Patrick Steinhardtpatch_generate: move `git_diff_foreach` to diff.c
2017-03-14 Patrick Steinhardtpatch_generate: fix `git_diff_foreach` only working...
2017-03-14 Patrick Steinhardtpatch_generate: remove duplicated logic
2017-03-11 Carlos Martín... Merge pull request #4157 from adamniedzielski/4099...
2017-03-11 Carlos Martín... Merge pull request #4156 from libgit2/ethomson/readbuff...
2017-03-09 Edward ThomsonMerge pull request #4151 from novalis/dturner/rebase...
2017-03-09 Adam NiedzielskiSkip uninteresting commits in revwalk timesort iterator
2017-03-09 Edward Thomsongit_futils_readbuffer: don't compute sha-1
2017-03-06 Edward ThomsonMerge pull request #4154 from libgit2/ethomson/namespaces
2017-03-06 Edward Thomsonrefdb_fs: honor the namespace
2017-03-06 Edward Thomsonrefs::namespace: add namespace tests
2017-03-05 Richard IpsumREADME: Mention how to run tests
2017-03-03 David Turnerrebase: ignore untracked files in submodules
2017-03-03 Carlos Martín... Merge pull request #4150 from libgit2/ethomson/freshen_...
2017-03-03 Edward Thomsongit_commit_create: freshen tree objects in commit
2017-03-03 Carlos Martín... Merge pull request #4136 from libgit2/ethomson/sha1dc
2017-03-03 Edward Thomsoncmake: drop unset `SHA1_TYPE`
2017-03-03 Edward Thomsonhash: test for sha1 collision attack detection
2017-03-03 Edward Thomsonhash: include sha1collisiondetection
2017-03-03 Edward Thomsonhash: rename implementation selection constants
2017-03-02 Edward ThomsonHonor `core.fsyncObjectFiles`
2017-03-01 Patrick SteinhardtMerge pull request #4148 from pks-t/pks/fix-haiku-builds
2017-03-01 Patrick Steinhardtcmake: only enable supported compiler warning flags
2017-03-01 Patrick SteinhardtMerge pull request #4145 from pks-t/pks/refs-create...
2017-03-01 Patrick Steinhardtwinhttp: disambiguate error messages when sending requests
2017-03-01 Patrick Steinhardttests: refs::create: fix memory leak
2017-03-01 Patrick SteinhardtMerge pull request #4143 from richardipsum/issue-4094
2017-02-28 Richard IpsumAdd test for inclusion of (merge) in reflog
2017-02-28 Edward Thomsonwin32: don't fsync parent directories on Windows
2017-02-28 Edward Thomsonfsync: call it "synchronous" object writing
2017-02-28 Edward Thomsonfsync parent directories when fsyncing
next