aboutsummaryrefslogtreecommitdiff
path: root/tx.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make returns explicitMatt Joiner2019-11-061-8/+0
* No need to reset Tx before putting it in the PoolMatt Joiner2019-11-051-1/+0
* Optimize AtomicSetMatt Joiner2019-11-051-7/+0
* Add expvarsMatt Joiner2019-11-051-0/+1
* Reduce transaction locking on Tx.waitMatt Joiner2019-11-041-2/+2
* Remove global lockMatt Joiner2019-11-041-7/+59
* Use atomic pointers for Var dataMatt Joiner2019-11-041-11/+5
* Optimize a bunch of stuffMatt Joiner2019-10-311-2/+17
* Merge branch 'master' into var-condsMatt Joiner2019-10-311-0/+8
|\
| * Add Tx.Return and a return value from AtomicallyMatt Joiner2019-10-311-0/+8
| * Panic when trying to set a nil VarMatt Joiner2019-10-291-0/+3
* | Panic when trying to set a nil VarMatt Joiner2019-10-251-0/+3
* | Get rid of globalCondMatt Joiner2019-10-231-2/+2
* | Register transaction condition with each read Var onlyMatt Joiner2019-10-231-1/+15
|/
* Improve comment on Tx.verifyMatt Joiner2019-10-231-3/+1
* Break up the stm.go fileMatt Joiner2019-10-231-0/+74