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-26blob: validate that blob sizes fit in a size_tEdward Thomson
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-12-02notes: Rewrite funcs in terms of note_commit funcsRichard Ipsum
2017-10-07notes: Add git_note_commit_iterator_newRichard Ipsum
2017-10-07notes: Add git_note_commit_removeRichard Ipsum
2017-10-07notes: Add git_note_commit_readRichard Ipsum
2017-10-07notes: Add git_note_commit_createRichard Ipsum
2017-09-23notes: Make note_write return commit oidRichard Ipsum
2016-12-29giterr_set: consistent error messagesEdward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-03-17note: use a git_buf to return the default namespaceCarlos Martín Nieto
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-27treebuilder: rename _create() to _new()Carlos Martín Nieto
2014-12-17treebuilder: take a repository for path validationEdward Thomson
2014-12-06notes: move the notes name argumentCarlos Martín Nieto
2014-11-21notes: Use `git__strndup`Vicent Marti
2014-11-21notes: Do not assume blob contents are NULL-terminatedVicent Marti
2014-10-27Introduce `git_note_author`, `git_note_committer`Edward Thomson
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-24note: rename the id getter to git_note_id()Carlos Martín Nieto
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Further callback error check style fixesRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Further EUSER and error propagation fixesRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
2013-05-02Report errors finding notesRussell Belfer
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-03-07added missing free for git_note in clar testsNico von Geyso
2013-03-07fixed minor issues with new note iteratorNico von Geyso
2013-03-06use git_note_iterator type instead of non-public git_iterator oneNico von Geyso
2013-03-06basic note iterator implementationNico von Geyso
2013-02-16Clear up warnings from cppcheckRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-03add option to allow git note overwriteNikolai Vladimirov
2013-01-03notes.c - whitespace fixNikolai Vladimirov
2012-12-11Clean up iterator APIsRussell Belfer
2012-12-04Remove GIT_SIGNATURE_VERSION and friendsBen Straub
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy GIT_SIGNATURE_INITBen Straub
2012-11-28Remove git_note_data structureRussell Belfer
2012-11-28API updates for notes.h/c.Ben Straub
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-08-22tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken
2012-08-22filemode: deploy enum usagenulltoken
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti