| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-19 | Oid: make NewOid take a string | Carlos Martín Nieto | |
| This is the most common way of having an id that's not in Oid form, so let's make it the "default" and rename to NewOidFromBytes() the one that takes []byte. | |||
| 2014-01-25 | Test for Odb hash function. | Claudiu-Vlad Ursache | |
| 2013-09-22 | Remove leftover reference to old const | Carlos Martín Nieto | |
| 2013-09-11 | Wrap the odb streams | Carlos Martín Nieto | |
| The interface to these streams should be what you expect from Go, and both have Write and Close functions so they implement Reader/ReadCloser and Write/WriteCloser respectively. | |||
