aboutsummaryrefslogtreecommitdiffstats
path: root/formats
Commit message (Expand)AuthorAgeFilesLines
* formats/config: Added encoder/decoder for git config files. (#97)Santiago M. Mola2016-10-2612-0/+921
* fix fixtures usageMáximo Cuadros2016-10-261-2/+2
* Use advrefs in gituploadpackinfo (#92)Alberto Cortés2016-10-2614-387/+2873
* formats: Index read support (#91)Máximo Cuadros2016-10-264-0/+1050
* Fix pktline api (#89)v4.0.0-rc1Alberto Cortés2016-10-195-333/+394
* Substitute old pktline encoder/decoder with new pktline scanner (#84)Alberto Cortés2016-10-189-369/+654
* fix travisMáximo Cuadros2016-09-291-1/+1
* formats: objfile idomatic reader/writerMáximo Cuadros2016-09-256-354/+168
* formats: packfile improving test coverageMáximo Cuadros2016-09-242-2/+62
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-154-57/+116
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-124-31/+24
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-114-47/+87
* format: idxfile sorted entriesMáximo Cuadros2016-09-103-2/+42
* 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: idxfile.Encoder fix fanout generatorMáximo Cuadros2016-09-093-15/+5
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-089-711/+380
* 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-069-805/+393
* core: ObjectStorage.Begin and TxObjectStorageMáximo Cuadros2016-09-052-16/+24
* doc packagesMáximo Cuadros2016-09-013-4/+7
* Support non packed objects (#68)sona-tar2016-08-302-0/+45
* 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
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-1/+1
* 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-1116-20/+20
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-0421-696/+2328
* documentationMáximo Cuadros2016-05-191-1/+1
* documentationMáximo Cuadros2016-05-194-6/+12
* fix misspellingsv3.0.4Máximo Cuadros2016-05-191-1/+1
* formats/pktline: fixed underflow glitch reading network streamMáximo Cuadros2016-05-191-3/+5
* Improved objfile error handling and test coverageJoshua Sjoding2016-02-275-2/+67
* Renamed internal close function to checkCloseJoshua Sjoding2016-02-272-9/+9
* Added objfile format used for loose git objectsJoshua Sjoding2016-02-276-0/+519
* 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