Nothing Special   »   [go: up one dir, main page]

1
I Use This!
Inactive

Commits

Analyzed 1 day ago. based on code collected 3 days ago.
  All Time 12 Month 30 Day
Commits: 224 0 0
Contributors: 4 0 0
Files Modified: 348 0 0
Lines Added: 48970 0 0
Lines Removed 57804 0 0

Commits per Month

Most Recent Commits

Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More helpful logging (indyjo/bitwrk#189) More... about 5 years ago
Fix compile error (indyjo/bitwrk#189) More... about 5 years ago
Make NopFlushWriter public (indyjo/bitwrk#189) More... about 5 years ago
Use "Connection: close" header in assistive downloads (indyjo/bitwrk#189) More... about 5 years ago
Fix some more logging in assistive downloads (indyjo/bitwrk#189) More... about 5 years ago
Fix some logging in assistive downloads (indyjo/bitwrk#189) More... about 5 years ago
Fix a missing Dispose in assistive downloads, more logging (indyjo/bitwrk#189) More... about 5 years ago
Implement both sides of HTTP sync transmission (indyjo/bitwrk#189) More... about 5 years ago
Fix another typo (#188) More... about 5 years ago
Fix typo (#188) More... about 5 years ago
Very rough WIP code for synching files by pull instead of by push (#188) More... about 5 years ago
When sending data, chunks no longer need to come from a cafs.File (#188) More... about 5 years ago
Fix broken SyncInfo decoding (not recognized because of broken test) (#188) More... about 5 years ago
Support legacy chunk hash transmission format (indyjo/bitwrk#188) More... about 5 years ago
Create go.mod, fix .travis.yml More... about 5 years ago
Simplify protocol: both parties have to agree on file first (indyjo/bitwrk#188) More... about 5 years ago
receive.go: fix missing return statement More... over 6 years ago
Fix deadlock caused by Builder.Dispose (fixes indyjo/bitwrk#152) More... over 6 years ago
shuffle.go: variable 'forward' renamed to 'shuffler' More... almost 7 years ago
Remote sync: employ shuffling algorithm. Shuffling enhances the throughput in concurrent transmission scenarios. The shuffling algorithm had to be adapted slightly. Omitting leading and trailing empty positions in the shuffled stream caused ambiguities at unshuffling time. More... almost 7 years ago
Estimate space usage even for empty files. More... almost 7 years ago
Ability to report space usage and to free cache. More... almost 7 years ago
Fix memory leak when saving two exact same files (fixes indyjo/bitwrk#158) More... almost 7 years ago
Fix test in cafs/remotesync/shuffle More... almost 7 years ago
Add utility package for streamed permutation More... almost 7 years ago
Remotesync: flush wishlist stream after every byte (indyjo/bitwrk#149) More... over 7 years ago
Remotesync: simpler dispose behavior (indyjo/bitwrk#148) More... over 7 years ago
Remotesync: Send chunk data while receiving wishlist (indyjo/bitwrk#148) More... over 7 years ago
Change remotesync to generate whishlist on the fly (indyjo/bitwrk#147) More... over 7 years ago
Refactor CAFS for readability, add docs More... over 7 years ago
See All Commits