| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Crawler: Abstract database word fetching with search_word_in_db() | Baitinq | 2022-10-27 | 1 | -2/+10 |
| * | Indexer: Add /search with no query endpoint | Baitinq | 2022-10-27 | 1 | -0/+6 |
| * | Indexer: Setup permissive CORS | Baitinq | 2022-10-27 | 2 | -1/+5 |
| * | Indexer: Return json from the /search endpoint | Baitinq | 2022-10-27 | 2 | -7/+5 |
| * | Indexer: Use CrawledResource structure as values in the reverse index db | Baitinq | 2022-10-25 | 2 | -11/+44 |
| * | Indexer: Add "correct" error handling | Baitinq | 2022-10-25 | 1 | -7/+7 |
| * | Crawler+Indexer: Rust cleanup | Baitinq | 2022-10-23 | 1 | -11/+4 |
| * | Indexer: Listen on 0.0.0.0 | Baitinq | 2022-10-23 | 1 | -1/+1 |
| * | Indexer: Implement basic reverse index searching and adding | Baitinq | 2022-10-22 | 2 | -8/+83 |
| * | Indexer: Add skeleton http rest endpoint functionality | Baitinq | 2022-10-21 | 2 | -1/+33 |
| * | Misc: Separate OSSE into components | Baitinq | 2022-10-19 | 2 | -0/+15 |