Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New iteration behavior via FileIter and TreeWalker | Joshua Sjoding | 2016-02-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Instead of returning a channel of files, Tree.Files() now returns a FileIter with these qualities: * It returns files in the original order of the repository (relying on a * new Tree.OrderedNames property) * It can return errors encountered when retrieving files and trees from * underlying storage * It can be Closed without having to drain the entire channel * It defers the heavy lifting to a new TreeWalker type * Its behavior is a little more consistent with other Iter types * It's a little less prone to memory leaks This update includes a new TreeWalker type that will iterate through all of the entries of a tree and its descendant subtrees. It does the dirty work that Tree.walkEntries() used to do, but with a public API. A new TreeIter type is also included that just walks through subtrees. This could be useful for performing a directory search while ignoring files/blobs altogether. | |||||
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 1 | -3/+3 | |
| | ||||||
* | storages: memory object | Máximo Cuadros | 2016-02-17 | 1 | -2/+2 | |
| | ||||||
* | clients: new AuthMethod and ConnectWithAuth | Máximo Cuadros | 2015-11-05 | 1 | -0/+8 | |
| | ||||||
* | clients: capabilities improvement | Máximo Cuadros | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | tree and commit | Máximo Cuadros | 2015-10-27 | 1 | -0/+6 | |
| | ||||||
* | objects: using readers from internal.Object | Máximo Cuadros | 2015-10-26 | 1 | -2/+2 | |
| | ||||||
* | formats/packfile: new reader API | Máximo Cuadros | 2015-10-25 | 1 | -4/+5 | |
| | ||||||
* | formats/packfile: new reader API (wip) | Máximo Cuadros | 2015-10-25 | 1 | -2/+2 | |
| | ||||||
* | formats/packfile: cleanup | Máximo Cuadros | 2015-10-23 | 1 | -1/+1 | |
| | ||||||
* | formats/packfile: type Hash instead of strings | Máximo Cuadros | 2015-10-23 | 1 | -1/+2 | |
| | ||||||
* | clients and remote: fetch implementation | Máximo Cuadros | 2015-10-23 | 1 | -1/+20 | |
| | ||||||
* | new remote abstraction | Máximo Cuadros | 2015-10-23 | 1 | -0/+29 | |