Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #35 from scjalliance/hasher | Máximo Cuadros | 2016-02-26 | 2 | -7/+29 |
|\ | |||||
| * | Added Hasher for computing hashes of streamed objects | Joshua Sjoding | 2016-02-25 | 2 | -7/+29 |
|/ | |||||
* | Merge pull request #34 from scjalliance/object-reader-writer | Máximo Cuadros | 2016-02-25 | 18 | -54/+237 |
|\ | |||||
| * | Refactor to use core.ObjectReader and core.ObjectWriter | Joshua Sjoding | 2016-02-25 | 18 | -54/+237 |
|/ | |||||
* | File, added size and reader is now a methodv3.0.0 | Máximo Cuadros | 2016-02-22 | 4 | -76/+166 |
* | Merge pull request #32 from scjalliance/annotated-tags | Máximo Cuadros | 2016-02-20 | 8 | -4/+425 |
|\ | |||||
| * | Improved support for Blob objects | Joshua Sjoding | 2016-02-19 | 5 | -20/+96 |
| * | Added support for annotated tags | Joshua Sjoding | 2016-02-18 | 5 | -1/+297 |
| * | Added ParseObjectType function to core | Joshua Sjoding | 2016-02-18 | 1 | -0/+22 |
| * | Added helper function for test fixture unpacking | Joshua Sjoding | 2016-02-18 | 1 | -2/+29 |
|/ | |||||
* | travis: adding 1.6 | Máximo Cuadros | 2016-02-18 | 1 | -1/+2 |
* | signature decode refactor | Máximo Cuadros | 2016-02-18 | 1 | -50/+37 |
* | Merge pull request #30 from scjalliance/consistent-iterators | Máximo Cuadros | 2016-02-17 | 11 | -69/+413 |
|\ | |||||
| * | Tree.Entries is now a slice | Joshua Sjoding | 2016-02-17 | 2 | -23/+27 |
| * | New iteration behavior via FileIter and TreeWalker | Joshua Sjoding | 2016-02-17 | 11 | -62/+402 |
|/ | |||||
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 36 | -64/+64 |
* | Merge pull request #28 from mcuadros/memory-object | Máximo Cuadros | 2016-02-17 | 14 | -97/+289 |
|\ | |||||
| * | storages: memory object | Máximo Cuadros | 2016-02-17 | 14 | -97/+289 |
|/ | |||||
* | Merge pull request #27 from scjalliance/windows-compatibility | Máximo Cuadros | 2016-02-16 | 1 | -3/+3 |
|\ | |||||
| * | File paths will now be consistent across platforms | Joshua Sjoding | 2016-02-16 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #20 from scjalliance/generic-object-storage | Máximo Cuadros | 2016-02-16 | 7 | -101/+274 |
|\ | |||||
| * | Functions in core.ObjectStorage interface now return an error | Joshua Sjoding | 2016-02-16 | 6 | -41/+62 |
| * | Merge remote-tracking branch 'upstream/master' into generic-object-storage | Joshua Sjoding | 2016-02-15 | 8 | -69/+75 |
| |\ | |||||
| * | | ObjectLookupIter.Next() now returns ObjectNotFoundErr when appropriate | Joshua Sjoding | 2016-02-15 | 1 | -3/+9 |
| * | | Added tests for CommitIter | Joshua Sjoding | 2016-02-15 | 1 | -7/+87 |
| * | | Renamed ObjectStorage.IterType() to Iter() and improved documentation for obj... | Joshua Sjoding | 2016-02-15 | 2 | -6/+15 |
| * | | Merge remote-tracking branch 'upstream/master' into generic-object-storage | Joshua Sjoding | 2016-02-01 | 5 | -16/+116 |
| |\ \ | |||||
| * | | | Renamed ObjectStorage Iter function to IterType | Joshua Sjoding | 2016-02-01 | 2 | -3/+3 |
| * | | | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 5 | -65/+122 |
* | | | | remove package docv2.2.0 | Máximo Cuadros | 2016-02-16 | 6 | -40/+27 |
* | | | | remove blame package header | Máximo Cuadros | 2016-02-16 | 3 | -3/+8 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #25 from shawnps/patch-1 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | fix typo | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
| * | | | | | Merge pull request #24 from shawnps/master | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | gofmt -s | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #26 from shawnps/patch-2 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | fix typo | Shawn Smith | 2016-02-17 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #22 from alcortesm/master | Máximo Cuadros | 2016-02-16 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| | * | | | | [README] Adds Coming Soon section | Alberto Cortés | 2016-02-16 | 1 | -1/+6 |
| * | | | | | Merge pull request #23 from mvader/patch-1 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Update README.md | Miguel Molina | 2016-02-16 | 1 | -1/+1 |
| |/ / / / | |||||
* / / / / | package documentation | Máximo Cuadros | 2016-02-16 | 2 | -8/+27 |
|/ / / / | |||||
* | | | | readme: Acknowledgements | Máximo Cuadros | 2016-02-16 | 1 | -0/+6 |
* | | | | readme: codebeat badge | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
* | | | | documentation | Máximo Cuadros | 2016-02-16 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #21 from marcinwyszynski/patch-1 | Máximo Cuadros | 2016-02-16 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Add codebeat badge | Marcin Wyszynski | 2016-02-16 | 1 | -1/+1 |
* | | | | | | documentation | Máximo Cuadros | 2016-02-16 | 2 | -0/+93 |
|/ / / / / | |||||
* | | | | | examples: basic | Máximo Cuadros | 2016-02-16 | 1 | -0/+41 |
* | | | | | repository: documentation | Máximo Cuadros | 2016-02-16 | 1 | -0/+3 |
|/ / / / |