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-07Allow callers to set mode on packfile creationEdward Thomson
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-11path: Make direach() return EUSER on callback errornulltoken
2013-09-04odb: Move the auto refresh logic to the pack backendnulltoken
2013-08-31odb: Code beautificationnulltoken
2013-08-08odb_pack: handle duplicate objects from different packsBrodie Rao
2013-04-22Consolidate packfile allocation furtherRussell Belfer
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-15odb_pack: Unused functionsVicent Marti
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-11pack: packfile_free -> git_packfile_free and use it in the indexersCarlos Martín Nieto
2013-01-10dat errorcodeVicent Marti
2013-01-10Sane refresh logicVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-12-05Merge pull request #1115 from ben/struct-versionsVicent Martí
2012-12-03odb-pack: resurrect pack_backend__read_headerDavid Michael Barr
2012-12-01Deploy versioned git_odb_backend structureBen Straub
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-11-06create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson
2012-09-19ODB pack: snapshot last_found to avoid raceBen Straub
2012-09-19Remove mtime checks from ODB packfile backendBen Straub
2012-09-19ODB: re-load packfiles on failed lookupBen Straub
2012-09-15odb_pack: fix race conditionMichael Schubert
2012-09-13odb_pack: try lookup before refreshing packsDavid Michael Barr
2012-09-04odb: pass the user's data pointer correctly in foreachCarlos Martín Nieto
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-21odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto
2012-07-03odb: add git_odb_foreach()Carlos Martín Nieto
2012-05-05Fix valgrind issuesRussell Belfer
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-02-15zlib: Remove custom `git2/zlib.h` headerVicent Martí
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-04ignore missing pack file as git doesSven Strickroth
2011-09-19Merge pull request #384 from kiryl/warningsVicent Martí