about summary refs log tree commit diff
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* Indexer: Add website title and description to the CrawledResourceBaitinq2022-10-281-0/+1
* Fronted: Order search results by priorityBaitinq2022-10-271-0/+1
* Frontend: Fetch results from indexerBaitinq2022-10-271-0/+3
* Indexer: Setup permissive CORSBaitinq2022-10-271-0/+16
* Indexer: Return json from the /search endpointBaitinq2022-10-271-0/+1
* Frontend: Add basic search_query stateBaitinq2022-10-261-1/+103
* Crawler: Use async ClientBaitinq2022-10-251-40/+139
* Indexer: Use CrawledResource structure as values in the reverse index dbBaitinq2022-10-251-0/+1
* Crawler: Shuffle crawled urlsBaitinq2022-10-251-0/+1
* Crawler: Parse urls with the "url" crateBaitinq2022-10-251-0/+1
* Client->Frontend: Create yew frontend skeletonBaitinq2022-10-241-4/+215
* Crawler: Change blockingqueue to channelsBaitinq2022-10-231-7/+33
* Indexer: Implement basic reverse index searching and addingBaitinq2022-10-221-7/+80
* Crawler: Implement basic async functionalityBaitinq2022-10-221-54/+239
* Indexer: Add skeleton http rest endpoint functionalityBaitinq2022-10-211-0/+506
* Crawler: Remove duplicate parsed urlsBaitinq2022-10-201-0/+16
* Crawler: Add basic html parsing and link-followingBaitinq2022-10-201-0/+1525
* Crawler: Add skeleton crawler implementationBaitinq2022-10-201-0/+9
* Misc: Separate OSSE into componentsBaitinq2022-10-191-1/+9
* Initial Commit!Baitinq2022-10-191-0/+7