grin/api/src
Antioch Peverell a676eb1b39
Replace RefCell with RwLock in OneTime (and cleanup Weak usage) (#1694)
* rustfmt

* use RwLock in OneTime (and not RefCell)

* rustfmt

* put weak refs back and cleanup

* rustfmt

* revert weak in adapters
2018-10-09 16:53:57 +01:00
..
auth.rs Use constant-time token verification in API (#1690) 2018-10-09 09:32:53 -04:00
client.rs Support pem TLS certificates 2018-10-05 17:09:19 +02:00
handlers.rs Replace RefCell with RwLock in OneTime (and cleanup Weak usage) (#1694) 2018-10-09 16:53:57 +01:00
lib.rs Use constant-time token verification in API (#1690) 2018-10-09 09:32:53 -04:00
rest.rs Support pem TLS certificates 2018-10-05 17:09:19 +02:00
router.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
types.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
web.rs Support TLS in ApiServer (#1565) 2018-09-21 13:33:23 +02:00