index
:
OSSE
this commit
levshtein
master
ngrams_indexer
Overly Simple Search Engine :)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indexer
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-25
Indexer: Use CrawledResource structure as values in the reverse index db
Baitinq
3
-11
/
+45
2022-10-25
Indexer: Add "correct" error handling
Baitinq
1
-7
/
+7
2022-10-25
Crawler: Shuffle crawled urls
Baitinq
3
-4
/
+5
2022-10-25
Crawler: Add "correct" error handling
Baitinq
1
-21
/
+23
2022-10-25
Crawler: Parse urls with the "url" crate
Baitinq
3
-25
/
+26
2022-10-24
Crawler: Add crawled url filter
Baitinq
1
-1
/
+8
2022-10-24
Flake: Add rust-analyzer package
Baitinq
1
-0
/
+1
2022-10-24
Crawler: Set queue size to 2222
Baitinq
1
-1
/
+1
2022-10-24
Misc: Update build/run instructions
Baitinq
1
-2
/
+4
2022-10-24
Client->Frontend: Create yew frontend skeleton
Baitinq
8
-14
/
+238
2022-10-23
Crawler+Indexer: Rust cleanup
Baitinq
2
-14
/
+6
2022-10-23
Crawler: Replace println! with dbg!
Baitinq
1
-7
/
+7
2022-10-23
Crawler: Remove prepending of https:// to each url
Baitinq
2
-1006
/
+1006
2022-10-23
Crawler: Only crawl 2 urls per url
Baitinq
1
-0
/
+6
2022-10-23
Crawler: Change blockingqueue to channels
Baitinq
3
-19
/
+45
2022-10-23
Indexer: Listen on 0.0.0.0
Baitinq
1
-1
/
+1
2022-10-22
Indexer: Implement basic reverse index searching and adding
Baitinq
3
-15
/
+163
2022-10-22
Crawler: Implement basic async functionality
Baitinq
3
-93
/
+285
2022-10-21
Crawler: Add basic indexer communication
Baitinq
2
-11
/
+48
2022-10-21
Indexer: Add skeleton http rest endpoint functionality
Baitinq
3
-1
/
+539
2022-10-20
Crawler: Add Err string in the craw_url method
Baitinq
1
-3
/
+3
2022-10-20
Crawler: Add indexer interaction skeleton
Baitinq
1
-1
/
+5
2022-10-20
Crawler: Wrap crawl response in Result type
Baitinq
1
-18
/
+23
2022-10-20
Crawler: Normalise relative urls
Baitinq
1
-2
/
+17
2022-10-20
Crawler: Remove duplicate parsed urls
Baitinq
3
-0
/
+20
2022-10-20
Crawler: Add basic html parsing and link-following
Baitinq
3
-9
/
+1561
2022-10-20
Crawler: Add skeleton crawler implementation
Baitinq
4
-0
/
+1051
2022-10-19
Misc: Change to use "oxalica/rust-overlay" for the nix development shell
Baitinq
3
-26
/
+90
2022-10-19
Misc: Separate OSSE into components
Baitinq
9
-10
/
+56
[prev]