0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix table layout in the readme file More... almost 7 years ago
travis: build for Go 1.5 as well More... over 9 years ago
misc: custom tar package has moved to github.com/Rolinh/targo More... over 9 years ago
misc: errbag package has moved to github.com/Rolinh/errbag More... over 9 years ago
makefile: add package rule More... over 9 years ago
crawld: update flags More... over 9 years ago
repo: fix wrong dir set on first clone to tmp dir More... over 9 years ago
repo: make sure to return an error if we cannot tar repos More... over 9 years ago
doc: document tmp_dir and tmp_dir_file_size_limit options More... over 9 years ago
style: fix some lint errors More... over 9 years ago
Merge pull request #15 from DevMine/feature-ramdisk More... over 9 years ago
repo: make use of tmp dir to tar/untar on clone/update (close #13) More... over 9 years ago
repo: add SetAbsPath setter More... over 9 years ago
config: add new option to specify temporary working directory More... over 9 years ago
doc: document throttler configuration options More... over 9 years ago
repo: use callback function with errbag throttler More... over 9 years ago
errbag: add callback function to Record() method More... over 9 years ago
Merge pull request #12 from DevMine/feature-fetcher-resuming More... over 9 years ago
tar: use io.Copy() instead of ioutil.Readfile() to copy file content More... over 9 years ago
repo: implement 'resume fetcher where stopped', close #10 More... over 9 years ago
repo: close tasks channel early More... over 9 years ago
errbag/test: wait for the errbag to empty before running new test More... over 9 years ago
build: add grind tool to analyze crawld source code More... over 9 years ago
repo: simplify logic for clone/update (fix #9) More... over 9 years ago
repo: do not delete+reclone if update fails due to network (fix #11) More... over 9 years ago
Merge pull request #8 from DevMine/fetcher-errors-handling-refactor More... over 9 years ago
errbag: address several issues More... over 9 years ago
errbag: use a chan of struct{} for the errchan instead of error More... over 9 years ago
errbag: immediately kill the leak routine when Deflate() is called More... over 9 years ago
repo: use errbag as throttler More... over 9 years ago