Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-26tree: cast filename length in git_tree__parse_rawEdward Thomson
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-11-28khash: remove intricate knowledge of khash typesPatrick Steinhardt
2018-11-02tree: fix integer overflow when reading unreasonably large filemodesPatrick Steinhardt
2018-11-02tree: fix mode parsing reading out-of-boundsPatrick Steinhardt
2018-10-08tree: unify the entry validity checksCarlos Martín Nieto
2018-08-26Merge pull request #4727 from libgit2/cmn/null-oid-existing-treeEdward Thomson
2018-07-27tree: rename from_tree to validate and clarify the tree in the testCarlos Martín Nieto
2018-07-18tree: accept null ids in existing trees when updatingCarlos Martín Nieto
2018-06-22tree: implement function to parse raw dataPatrick Steinhardt
2018-06-15tree: remove unused function `git_tree__prefix_position`Patrick Steinhardt
2018-06-15tree: remove unused function `git_tree_entry_icmp`Patrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-05-23path: reject .gitmodules as a symlinkCarlos Martín Nieto
2018-02-16Explicitly mark fallthrough cases with commentsPatrick Steinhardt
2018-01-26tree: reject writing null-OID entries to a treePatrick Steinhardt
2017-12-31tree: standard error messages are lowercaseEdward Thomson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-28treebuilder: exit early if running OOM in `write_with_buffer`Patrick Steinhardt
2017-03-28treebuilder: remove shadowing variable in `write_with_buffer`Patrick Steinhardt
2017-03-28treebuilder: fix memory leaks in `write_with_buffer`Patrick Steinhardt
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-01-22Merge pull request #3892 from mitesch/shared_bufferEdward Thomson
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-12write_tree: use shared buffer for writing treesMichael Tesch
2016-11-14tree: look for conflicts in the new tree when updatingCarlos Martín Nieto
2016-11-14tree: use the sorted update list in our loopCarlos Martín Nieto
2016-11-14common: cast precision specifiers to intPatrick Steinhardt
2016-10-07tree: validate filename and OID length when parsing objectPatrick Steinhardt
2016-05-26Merge pull request #3792 from edquist/miscEdward Thomson
2016-05-24tree: handle removal of all entries in the updaterCarlos Martín Nieto
2016-05-19tree: plug leaks in the tree updaterCarlos Martín Nieto
2016-05-19tree: use the basename for the entry removalCarlos Martín Nieto
2016-05-19Fix comment for GIT_FILEMODE_LINKCarl Edquist
2016-05-17Introduce a function to create a tree based on a different oneCarlos Martín Nieto
2016-03-31Plug a few leaksCarlos Martín Nieto
2016-03-22tree: drop the now-unnecessary entries vectorEdward Thomson
2016-03-20tree: store the entries in a growable arrayCarlos Martín Nieto
2016-03-20tree: re-use the id and filename in the odb objectCarlos Martín Nieto
2016-03-04treebuilder: don't try to verify submodules exist in the odbCarlos Martín Nieto
2016-02-28treebuilder: validate tree entries (optionally)Edward Thomson
2016-02-16tree: zap warnings around `size_t` vs `uint16_t`Edward Thomson
2015-12-07tree: mark a tree as already sortedCarlos Martín Nieto
2015-12-02tree: use a specialised mode parse functionCarlos Martín Nieto
2015-12-01tree: mark cloned tree entries as un-pooledPatrick Steinhardt
2015-11-30tree: ensure the entry filename fits in 16 bitsCarlos Martín Nieto
2015-11-28tree: make path len uint16_t and avoid holesCarlos Martín Nieto
2015-11-28tree: calculate the filename length onceCarlos Martín Nieto