Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cannot consume body twiceauth | Yigit Sever | 2021-04-11 | 1 | -1/+4 |
| | |||||
* | giving up with style | Yigit Sever | 2021-04-10 | 8 | -15/+50 |
| | |||||
* | %(date +'%Y%m%d') | Yigit Sever | 2021-04-10 | 4 | -18/+25 |
| | |||||
* | agliyo | Yigit Sever | 2021-04-10 | 3 | -28/+10 |
| | |||||
* | infallible | Yigit Sever | 2021-04-10 | 1 | -11/+18 |
| | |||||
* | dunno | Yigit Sever | 2021-04-10 | 3 | -15/+26 |
| | |||||
* | Trying to auth | Yigit Sever | 2021-04-10 | 11 | -194/+642 |
| | |||||
* | Add auth scheme JWT | Yigit Sever | 2021-04-09 | 2 | -2/+8 |
| | |||||
* | Remove unused code and clean up comments | Yigit Sever | 2021-04-09 | 1 | -197/+18 |
| | |||||
* | Remove unused code from filters | Yigit Sever | 2021-04-09 | 1 | -5/+0 |
| | |||||
* | Add HTTP/1.1 resources to README | Yigit Sever | 2021-04-09 | 1 | -0/+4 |
| | |||||
* | Add test TODO items to routes | Yigit Sever | 2021-04-09 | 1 | -0/+4 |
| | |||||
* | Change tester to help with routes tests | Yigit Sever | 2021-04-09 | 1 | -13/+50 |
| | |||||
* | Add routes tests | Yigit Sever | 2021-04-09 | 1 | -0/+148 |
| | |||||
* | Remove old routes tests | Yigit Sever | 2021-04-09 | 1 | -276/+0 |
| | |||||
* | Add tags files to gitignore | Yigit Sever | 2021-04-09 | 1 | -0/+2 |
| | |||||
* | Remove unused code from routes | Yigit Sever | 2021-04-09 | 1 | -59/+4 |
| | | | | Original repo here: https://github.com/blurbyte/restful-rust | ||||
* | Make tester.sh executable | Yigit Sever | 2021-04-09 | 1 | -0/+0 |
| | |||||
* | Add todo item | Yigit Sever | 2021-04-09 | 1 | -0/+1 |
| | |||||
* | Cleared unused code from handlers | Yigit Sever | 2021-04-09 | 1 | -80/+0 |
| | | | | The original repo is here: https://github.com/blurbyte/restful-rust | ||||
* | Implement Block GET/PUT with new schema | Yigit Sever | 2021-04-07 | 9 | -56/+258 |
| | | | | | | | | | | | | | | - `Arc`+`Mutex` is replaced by `parking_lot::RwLock,` decoupled Read+Write and ability to upgrade read locks into write locks if needed - Schema has changed, `Db` is now a struct that implements `new()` to return a new instance of itself, pros/cons listed in code but tl;dr blockchain and pending transactions are separate now - `custom_filters` now supports extracting Block json and Transaction json in separate functions too - /block GET and PUT implemented, `Blocks` currently have one check (transactions appear in pending transaction) - debug is working after something, dunno how I fixed it | ||||
* | Include big picture | Yigit Sever | 2021-04-07 | 1 | -0/+24 |
| | |||||
* | Include big thank list | Yigit Sever | 2021-04-07 | 1 | -0/+4 |
| | |||||
* | Initial commit | Yigit Sever | 2021-04-07 | 12 | -0/+2118 |