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-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2017-02-28odb_loose: actually honor the fsync optionEdward Thomson
2015-05-13odb: make the writestream's size a git_off_tCarlos Martín Nieto
2013-11-05Take umask into account in filebuf_commitEdward Thomson
2013-11-04Allow backend consumers to specify file modeEdward Thomson
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-09-09fixing headers with bad values for objective-cJohn Josef
2013-09-09Comment updatesRussell Belfer
2013-09-08odb: Error when streaming in too [few|many] bytesnulltoken
2013-09-07odb: Prevent stream_finalize_write() from overwritingnulltoken
2013-08-19Don't expose git_hash_ctx since it's internalEdward Thomson
2013-08-17odb: document git_odb_streamCarlos Martín Nieto
2013-08-17odb: make it clearer that the id is calculated in the frontendCarlos Martín Nieto
2013-08-15odb: perform the stream hashing in the frontendCarlos Martín Nieto
2013-05-24Add typedefs on some public enumsRussell Belfer
2013-04-23Document the odb backend constructorsCarlos Martín Nieto
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-01-10Sane refresh logicVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-12-21odb: check if object exists before writingDavid Michael Barr
2012-12-07Allow compilation as C++Ben Straub
2012-12-01Add version fields and init macros for public input structs.Ben Straub
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-11-28API updates for odb_backend.hBen Straub
2012-11-06create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson
2012-08-27Expose a malloc function to 3rd party ODB backendsPhilip Kelley
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-18Properly tag all `enums` with a `_t`Vicent Martí
2012-02-13Update Copyright headerschu
2011-09-29odb: Let users decide compression level for the loose ODBVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-06-14Remove custom backendsVicent Marti
2011-06-02short-oid: CleanupVicent Marti
2011-06-02Added a read_unique_short_oid method to backends, to make it possible to find...Marc Pegon
2011-03-23Remove circular dependency in includesVicent Marti
2011-03-23Improve the ODB writing backendVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-03Move the external includes folder from `src` to `include`Vicent Marti