aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile
Commit message (Expand)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-087-1474/+0
* global storage interface refactor (#112)Máximo Cuadros2016-11-072-33/+52
* utils: binary, new package that collect all the spare helper functions about ...Máximo Cuadros2016-10-311-103/+23
* fix fixtures usageMáximo Cuadros2016-10-261-2/+2
* formats: packfile improving test coverageMáximo Cuadros2016-09-242-2/+62
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-153-55/+113
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-122-25/+20
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-114-47/+87
* storage: filesystem iter implementationMáximo Cuadros2016-09-091-23/+25
* format: packfile ignores the header if not readMáximo Cuadros2016-09-092-2/+40
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-092-1/+15
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-084-646/+294
* format: packfile buffered readerMáximo Cuadros2016-09-071-10/+25
* format: packfile new interfaceMáximo Cuadros2016-09-074-143/+247
* format: packfile new interface (wip)Máximo Cuadros2016-09-068-805/+392
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-052-16/+24
* doc packagesMáximo Cuadros2016-09-011-3/+3
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-1/+1
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-1/+1
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-10/+12
* core: removing Object.Content, the Reader should be used alwaysMáximo Cuadros2016-08-142-5/+27
* small improvementsMáximo Cuadros2016-08-122-17/+22
* core: new MemoryObject, move from memory.Object, packfile.Parser, base on new...Máximo Cuadros2016-08-116-97/+91
* v3 -> v4Máximo Cuadros2016-08-118-12/+12
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-0413-689/+1759
* documentationMáximo Cuadros2016-05-191-3/+3
* fix misspellingsv3.0.4Máximo Cuadros2016-05-191-1/+1
* Renamed internal close function to checkCloseJoshua Sjoding2016-02-272-9/+9
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-252-10/+74
* New iteration behavior via FileIter and TreeWalkerJoshua Sjoding2016-02-171-1/+1
* update imports to v3Máximo Cuadros2016-02-172-3/+3
* storages: memory objectMáximo Cuadros2016-02-172-7/+8
* Functions in core.ObjectStorage interface now return an errorJoshua Sjoding2016-02-162-8/+13
* fix zlib invalid header errorAlberto Cortés2016-01-271-3/+2
* Speed up packfile readingAlberto Cortés2016-01-262-1/+8
* internal -> coreMáximo Cuadros2015-10-312-21/+21
* objects: using readers from internal.ObjectMáximo Cuadros2015-10-262-21/+21
* formats/packfile: new reader APIMáximo Cuadros2015-10-259-669/+161
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-254-142/+207
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-254-176/+128
* formats/packfile: test improvementsMáximo Cuadros2015-10-253-11/+128
* formats/packfile: cleanupMáximo Cuadros2015-10-236-99/+166
* formats/packfile: type Hash instead of stringsMáximo Cuadros2015-10-237-0/+1104