| Commit message (Expand) | Author | Age | Files | Lines |
* | dotgit: rewrite the way references are looked up | Miguel Molina | 2017-08-26 | 2 | -24/+76 |
* | prevent PackWriter from using Notify if nothing was written | Miguel Molina | 2017-08-10 | 2 | -1/+22 |
* | packfile: create packfile.Index and reuse it | Santiago M. Mola | 2017-07-26 | 1 | -12/+8 |
* | Merge pull request #491 from smola/error-checks | Máximo Cuadros | 2017-07-19 | 2 | -6/+30 |
|\ |
|
| * | storage/filesystem: check all Close errors | Santiago M. Mola | 2017-07-19 | 1 | -4/+4 |
| * | test: add more PackfileWriter tests | Santiago M. Mola | 2017-07-19 | 1 | -2/+26 |
* | | storage: dotgit, fix test not closing files | Máximo Cuadros | 2017-07-19 | 2 | -0/+2 |
* | | storage: dotgit, close temp file before rename | Máximo Cuadros | 2017-07-18 | 1 | -6/+9 |
|/ |
|
* | Fixed modules directory path | Cromel-PC\Cromel | 2017-06-28 | 2 | -2/+2 |
* | fix race on packfile writer | Santiago M. Mola | 2017-06-27 | 1 | -1/+1 |
* | internal/dotgit: rewrite code to avoid stackoverflow errors | Antonio Jesus Navarro Perez | 2017-06-19 | 1 | -6/+6 |
* | fix merge commit | Máximo Cuadros | 2017-06-18 | 1 | -4/+0 |
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -0/+4 |
|\ |
|
| * | Merge pull request #369 from smola/windows | Máximo Cuadros | 2017-06-17 | 2 | -11/+10 |
| |\ |
|
| | * | dotgit: support reading reference files in Windows | Santiago M. Mola | 2017-06-02 | 1 | -9/+8 |
| | * | test: more Windows path handling | Santiago M. Mola | 2017-06-02 | 1 | -2/+2 |
* | | | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 4 | -32/+32 |
|/ / |
|
* / | storage/filesystem: call initialization explicitely, fixes #408 | Santiago M. Mola | 2017-06-01 | 1 | -1/+1 |
|/ |
|
* | storage: filesystem, initialize the default folder scaffolding | Máximo Cuadros | 2017-05-21 | 2 | -0/+52 |
* | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 4 | -4/+4 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 4 | -11/+11 |
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 2 | -14/+177 |
* | storage: git.Storer move to storage.Storer and module handling | Máximo Cuadros | 2017-02-12 | 1 | -4/+9 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 3 | -6/+6 |
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 2 | -2/+2 |
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 2 | -4/+2 |
* | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-28 | 2 | -0/+43 |
* | Extract billy (#173) | Sergio Arbeo | 2016-12-19 | 4 | -19/+23 |
* | storage: shallow storage (#180) | Máximo Cuadros | 2016-12-15 | 2 | -1/+89 |
* | revision based on goreportcard.com | Máximo Cuadros | 2016-12-06 | 1 | -0/+1 |
* | storage: filesystem, clean close when the packfile is not used (#140) | Máximo Cuadros | 2016-11-28 | 2 | -14/+65 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 3 | -44/+44 |
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 2 | -3/+3 |
* | storage/filesystem: implement missing functionality. (#110) | Santiago M. Mola | 2016-11-03 | 2 | -0/+46 |
* | utils/fs: move 'os' and 'test' to separate packages. (#93) | Santiago M. Mola | 2016-10-24 | 2 | -5/+5 |
* | utils: fs.TempFile (#88) | Máximo Cuadros | 2016-10-19 | 1 | -11/+3 |
* | formats: objfile idomatic reader/writer | Máximo Cuadros | 2016-09-25 | 5 | -438/+549 |
* | fix build | Máximo Cuadros | 2016-09-20 | 1 | -2/+2 |
* | dotgit: synced write packfile and index generation | Máximo Cuadros | 2016-09-15 | 2 | -32/+167 |
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 1 | -30/+12 |
* | format: packfile fix ReadObjectAt without decode | Máximo Cuadros | 2016-09-11 | 1 | -2/+11 |
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 2 | -2/+33 |
* | storage: filessytem read multiple packfiles support and index decoding | Máximo Cuadros | 2016-09-09 | 2 | -139/+140 |
* | format: packfile based on ObjectStorage and CRC32 calculation | Máximo Cuadros | 2016-09-08 | 1 | -23/+26 |
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 1 | -2/+2 |
* | format: packfile new interface (wip) | Máximo Cuadros | 2016-09-06 | 1 | -1/+1 |
* | storage: filesystem idx generation (wip) | Máximo Cuadros | 2016-09-06 | 3 | -311/+274 |
* | Support non packed objects (#68) | sona-tar | 2016-08-30 | 3 | -5/+206 |
* | storage: support ConfigStorage, memory done, fs wip | Máximo Cuadros | 2016-08-20 | 2 | -3/+26 |
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 3 | -0/+473 |