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
2016-02-29git_index_add: validate objects in index entries (optionally)Edward Thomson
2016-02-25Merge pull request #3638 from ethomson/nsecCarlos Martín Nieto
2016-02-25nsec: support NDK's crazy nanosecondsEdward Thomson
2016-02-23index: fix contradicting comparisonPatrick Steinhardt
2016-02-23index: plug memory leak in `read_conflict_names`Patrick Steinhardt
2016-02-18Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto
2016-02-18Merge pull request #3619 from ethomson/win32_forbiddenCarlos Martín Nieto
2016-02-17index: allow read of index w/ illegal entriesEdward Thomson
2016-02-16index: explicitly cast the teeny index entry membersEdward Thomson
2016-02-16index: don't use `seek` return as an error codeEdward Thomson
2016-02-16index: explicitly cast new hash size to an intEdward Thomson
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-12-28index: get rid of the lockingCarlos Martín Nieto
2015-12-16index: Also size-hint the hash tableVicent Marti
2015-12-16index: Preallocate the entries vector with size hintVicent Marti
2015-12-16index: Adjust namemask & mode when fillingVicent Marti
2015-12-16merge: Use `git_index__fill` to populate the indexVicent Marti
2015-12-10Merge pull request #3538 from pks-t/pks/index-memory-leakCarlos Martín Nieto
2015-12-08index: always queue `remove_entry` for removalPatrick Steinhardt
2015-12-04index: canonicalize inserted paths safelyEdward Thomson
2015-11-23checkout: only consider nsecs when built that wayEdward Thomson
2015-11-17racy: make git_index_read_index handle racinessEdward Thomson
2015-11-17index: clear uptodate bit on saveEdward Thomson
2015-11-17index: don't detect raciness in uptodate entriesEdward Thomson
2015-11-17racy-git: do a single index->workdir diffEdward Thomson
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-11-12index: overwrite the path when inserting conflictsCarlos Martín Nieto
2015-11-12index: correctly report which conflict stage has a wrong filemodeCarlos Martín Nieto
2015-10-30index: read_index must update hashesEdward Thomson
2015-10-28pool: Simplify implementationVicent Marti
2015-10-28reuc: Be smarter when inserting new REUC entriesVicent Marti
2015-10-21index: Remove unneeded constsVicent Marti
2015-09-30index: also try conflict mode when insertingEdward Thomson
2015-09-19diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen
2015-09-19cmake: Only provide USE_NSEC if struct stat members are avilable.Axel Rasmussen
2015-09-19cmake: add USE_NSEC, and only check nanosec m/ctime if enabledAxel Rasmussen
2015-09-08Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto
2015-09-08Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson
2015-09-08git_index_add: allow case changing renamesEdward Thomson
2015-09-08index: canonicalize directory case when addingEdward Thomson
2015-09-06Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson
2015-09-04New API: git_index_find_prefixLeo Yang
2015-09-04index: put the icase insert choice in macrosCarlos Martín Nieto
2015-08-29racy-git: TODO to use improved diffingEdward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-08-14index: keep a hash table as well as a vector of entriesCarlos Martín Nieto
2015-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-08-01index: stage an unregistered submodule as wellCarlos Martín Nieto
2015-07-12index: allow add_bypath to update submodulesCarlos Martín Nieto
2015-06-22index: check racily clean entries more thoroughlyCarlos Martín Nieto