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-26iterator: cast filesystem iterator entry values explicitlyEdward 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-28iterator: remove unused function `tree_iterator_entry_cmp`Patrick Steinhardt
2018-11-04iterator: introduce `git_iterator_foreach`Edward Thomson
2018-11-03iterator: optionally hash filesystem iteratorsEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-01-31Set ctime/mtime nanosecs to 0 if USE_NSEC is not definedTomás Pollak
2018-01-31Honor 'GIT_USE_NSEC' option in `filesystem_iterator_set_current`Tomás Pollak
2017-12-30iterator: cleanups with symlink dir handlingEdward Thomson
2017-12-30 branches: Check symlinked subdirectoriesAndy Doan
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-11-14common: use PRIuZ for size_t in `giterr_set` callsPatrick Steinhardt
2016-08-22filesystem_iterator: fixed double free on errorJason Haslam
2016-04-21iterator: ignore submodule in has_endedEdward Thomson
2016-04-02iterator: support trailing `/` in start for submodEdward Thomson
2016-04-01Merge pull request #3719 from libgit2/ethomson/submodule_statusCarlos Martín Nieto
2016-04-01iterator: use correct search functionEdward Thomson
2016-03-31leaks: fix some iterator leaksEdward Thomson
2016-03-31Plug a few leaksCarlos Martín Nieto
2016-03-24iterator: comment fixedMarc Strapetz
2016-03-24iterator: unused includes removedMarc Strapetz
2016-03-24iterator: cleanupsEdward Thomson
2016-03-24iterator: refactor empty iterator to new styleEdward Thomson
2016-03-24iterator: mandate `advance_over`Edward Thomson
2016-03-24iterator: refactor index iteratorEdward Thomson
2016-03-24iterator: move the index into the iterator itselfEdward Thomson
2016-03-24iterator: test that we're at the end of iterationEdward Thomson
2016-03-24iterator: combine fs+workdir iterators more completelyEdward Thomson
2016-03-24iterators: refactored tree iteratorEdward Thomson
2016-03-24git_object_dup: introduce typesafe versionsEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-03-24iterator: drop unused/unimplemented `seek`Edward Thomson
2016-03-20tree: re-use the id and filename in the odb objectCarlos Martín Nieto
2016-02-18Merge pull request #3619 from ethomson/win32_forbiddenCarlos Martín Nieto
2016-02-17iterator: assert tree_iterator has a frameEdward Thomson
2016-02-17Validate pointer before access the member.Colin Xu
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-10-28pool: Simplify implementationVicent Marti
2015-09-13iterator: loop fs_iterator advance (don't recurse)Edward Thomson
2015-09-12iterator: advance the tree iterator smartlyEdward Thomson
2015-08-31iterator: saner pathlist matching for idx iteratorEdward Thomson
2015-08-31tree_iterator: use a pathlistEdward Thomson
2015-08-31diff: use new iterator pathlist handlingEdward Thomson
2015-08-29iterator: sort subdirs properly with pathlistEdward Thomson
2015-08-29Move filelist into the iterator handling itself.Edward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-07-26iterator: skip over errors in diriter initCarlos Martín Nieto
2015-07-02iterator_walk: cast away constness for freeEdward Thomson