Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error refactoring. | Ben Johnson | 2014-03-24 | 1 | -71/+0 |
| | | | | Fixed up a few error issues and refactored out the Error type. | ||||
* | Add ErrTxClosed error. | Ben Johnson | 2014-03-23 | 1 | -0/+4 |
| | | | | | | | | Commit/Rollback and mutable calls on Tx and Bucket now return ErrTxClosed if the transaction has already been committed or rolled back. Non-mutable calls have added an assertion to check if the transaction is closed which will cause a panic. I don't want to introduce an error return for accessor methods that are being used improperly so I think the panic is appropriate. | ||||
* | Consolidate Tx and RWTx. | Ben Johnson | 2014-03-08 | 1 | -1/+5 |
| | |||||
* | Refactor Bucket. | Ben Johnson | 2014-02-23 | 1 | -0/+4 |
| | |||||
* | Revert "Refactor Transaction/Bucket API." | Ben Johnson | 2014-02-22 | 1 | -4/+0 |
| | | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9. | ||||
* | Refactor Transaction/Bucket API. | Ben Johnson | 2014-02-21 | 1 | -0/+4 |
| | |||||
* | Check for sequence overflow. | Ben Johnson | 2014-02-20 | 1 | -0/+4 |
| | |||||
* | Rename errors. | Ben Johnson | 2014-02-16 | 1 | -22/+22 |
| | |||||
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -7/+39 |
| | |||||
* | Clean up API. | Ben Johnson | 2014-01-31 | 1 | -0/+10 |
| | |||||
* | TODO | Ben Johnson | 2014-01-24 | 1 | -21/+0 |
| | |||||
* | Initial db.open. | Ben Johnson | 2014-01-11 | 1 | -19/+23 |
| | |||||
* | Basic types. | Ben Johnson | 2014-01-08 | 1 | -0/+30 |