| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Crawler: Replace println! with dbg! | Baitinq | 2022-10-23 | 1 | -7/+7 |
| * | Crawler: Remove prepending of https:// to each url | Baitinq | 2022-10-23 | 1 | -5/+5 |
| * | Crawler: Only crawl 2 urls per url | Baitinq | 2022-10-23 | 1 | -0/+6 |
| * | Crawler: Change blockingqueue to channels | Baitinq | 2022-10-23 | 1 | -11/+11 |
| * | Crawler: Implement basic async functionality | Baitinq | 2022-10-22 | 1 | -39/+45 |
| * | Crawler: Add basic indexer communication | Baitinq | 2022-10-21 | 1 | -10/+46 |
| * | Crawler: Add Err string in the craw_url method | Baitinq | 2022-10-20 | 1 | -3/+3 |
| * | Crawler: Add indexer interaction skeleton | Baitinq | 2022-10-20 | 1 | -1/+5 |
| * | Crawler: Wrap crawl response in Result type | Baitinq | 2022-10-20 | 1 | -18/+23 |
| * | Crawler: Normalise relative urls | Baitinq | 2022-10-20 | 1 | -2/+17 |
| * | Crawler: Remove duplicate parsed urls | Baitinq | 2022-10-20 | 1 | -0/+3 |
| * | Crawler: Add basic html parsing and link-following | Baitinq | 2022-10-20 | 1 | -9/+34 |
| * | Crawler: Add skeleton crawler implementation | Baitinq | 2022-10-20 | 1 | -0/+40 |
| * | Misc: Separate OSSE into components | Baitinq | 2022-10-19 | 1 | -0/+3 |