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
2013-11-01pack: `__object_header` always returns unsigned valuesVicent Marti
2013-11-01Fix warning on win64Linquize
2013-10-04pack: move the object header function hereCarlos Martín Nieto
2013-08-14sha1_lookup: do not use the "experimental" lookup modeVicent Marti
2013-07-25Close p->mwf.fd only if necessarySven Strickroth
2013-07-15pack: fix memory leak in error pathRémi Duraffort
2013-06-01Mutex init can failRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-02Switch to index_version as "git_pack_file is ready" flagCarlos Martín Nieto
2013-05-02Revert "Protect sha1_entry_pos call with mutex"Carlos Martín Nieto
2013-05-02Protect sha1_entry_pos call with mutexRussell Belfer
2013-05-02Add extra locking around packfile openRussell Belfer
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-22Consolidate packfile allocation furtherRussell Belfer
2013-04-22Make indexer use shared packfile open codeRussell Belfer
2013-04-22Further threading fixesRussell Belfer
2013-04-22Add mutex around mapping and unmapping pack filesRussell Belfer
2013-03-04indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-27Fix a mutex leak in pack.cPhilip Kelley
2013-01-14pack: evict all of the pages at onceCarlos Martín Nieto
2013-01-14pack: evict objects from the cache in groups of eightCarlos Martín Nieto
2013-01-12pack: fixes to the cacheCarlos Martín Nieto
2013-01-12indexer: properly free the packfile resourcesCarlos Martín Nieto
2013-01-11Revert "pack: packfile_free -> git_packfile_free and use it in the indexers"Carlos Martín Nieto
2013-01-11Fix MSVC compilation warningsnulltoken
2013-01-11pack: packfile_free -> git_packfile_free and use it in the indexersCarlos Martín Nieto
2013-01-11pack: limit the amount of memory the base delta cache can useCarlos Martín Nieto
2013-01-11pack: abstract out the cache into its own functionsCarlos Martín Nieto
2013-01-11pack: refcount entries and add a mutex around cache accessCarlos Martín Nieto
2013-01-11pack: introduce a delta base cacheCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-12-07Merge pull request #1091 from carlosmn/stream-objectVicent Martí
2012-12-03pack: add git_packfile_resolve_headerDavid Michael Barr
2012-11-30pack: introduce a streaming API for raw objectsCarlos Martín Nieto
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-11-24Set p->mwf.fd to -1 on errorSven Strickroth
2012-11-23Remove use of English expletivesMartin Woodward
2012-09-14pack: iterate objects in offset orderDavid Michael Barr
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-03odb: add git_odb_foreach()Carlos Martín Nieto
2012-06-28mwindow: allow memory-window files to deregisterCarlos Martin Nieto
2012-06-12Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young
2012-06-10Basic mmap/munmap compatiblityChris Young
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-05Fix valgrind issuesRussell Belfer
2012-04-24Merge pull request #632 from arrbee/win64-cleanupVicent Martí