summaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcat-iron.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename fatcat-iron to fatcatdBryan Newbold2018-05-161-65/+0
|
* progress on insertsBryan Newbold2018-05-151-1/+1
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* more cleanupsBryan Newbold2018-05-151-4/+4
|
* start ripping out cruftBryan Newbold2018-05-151-9/+0
|
* fmtBryan Newbold2018-05-151-15/+16
|
* fix build (non-functional though)Bryan Newbold2018-05-151-2/+8
|
* broken diesel+iron integrationBryan Newbold2018-05-151-0/+6
|
* implement HTTP header middlewareBryan Newbold2018-05-151-4/+4
| | | | getting more familar with iron
* add basic slog loggingBryan Newbold2018-05-151-1/+17
|
* fmt and cleanupBryan Newbold2018-05-151-37/+13
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-0/+69
This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.