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