openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
kopia
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 12, 2024 — Sep 12, 2025
Showing page 113 of 128
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added command to reconfigure caching on a repository that's already connected
Jarek Kowalski
More...
over 7 years ago
changed format of block index to be based on protobuf (using gogo), the deserialization is 10-12x faster than JSON, which matters for a large number of packs
Jarek Kowalski
More...
over 7 years ago
switched to using zerolog for logging, by default log level=info, can be set to debug on commandline
Jarek Kowalski
More...
over 7 years ago
dead code
Jarek Kowalski
More...
over 7 years ago
stale comment
Jarek Kowalski
More...
over 7 years ago
index block list caching optimization - only load last 2 full compactions when scanning for active index blocks, this prevents the scan time from growing indefinitely
Jarek Kowalski
More...
over 7 years ago
prefix each index block name with an inverse timestamp, that decreases over time an can be lexicographically sorted to produce newest blocks first when listing by prefix P
Jarek Kowalski
More...
over 7 years ago
disk cache: remove list after a write fix close
Jarek Kowalski
More...
over 7 years ago
map initialization tweak
Jarek Kowalski
More...
almost 8 years ago
added missing comments, cleanup
Jarek Kowalski
More...
almost 8 years ago
eradicated old metadata.Manager and replaced snapshot.Manager to use manifest.Manager instead
Jarek Kowalski
More...
almost 8 years ago
added 'manifest show' subcommand
Jarek Kowalski
More...
almost 8 years ago
refactored block manager to support on-disk caching
Jarek Kowalski
More...
almost 8 years ago
removed caching storage
Jarek Kowalski
More...
almost 8 years ago
changed API for manifest manager, added filtering, sorting and better output to 'manifest ls'
Jarek Kowalski
More...
almost 8 years ago
fix support for encrypted blocks with dash suffix
Jarek Kowalski
More...
almost 8 years ago
added 'manifest ls' subcommand
Jarek Kowalski
More...
almost 8 years ago
moved policies to separate package refactored policy management into policy.Manager that uses manifest.Manager internally
Jarek Kowalski
More...
almost 8 years ago
plumbed through key time in map storage
Jarek Kowalski
More...
almost 8 years ago
optimized format for pack index, added compacted block with suffix -zTIMESTAMP where TIMESTAMP is base16-encoded unix nanoseconds of all blocks that this block supersedes, this allows much more efficient loading of blocks without having to delete anything
Jarek Kowalski
More...
almost 8 years ago
manifest manager compaction
Jarek Kowalski
More...
almost 8 years ago
switched buzhash implementation to github.com/silvasur/buzhash, turns out previous library was used incorrectly, this one has simpler API, produces different split points
Jarek Kowalski
More...
almost 8 years ago
output version and build info
Jarek Kowalski
More...
almost 8 years ago
added 'block rm' subcommand
Jarek Kowalski
More...
almost 8 years ago
additional test for race involving blockmanager.delete
Jarek Kowalski
More...
almost 8 years ago
fixed a case where we would write a pack entry not corresponding to any block
Jarek Kowalski
More...
almost 8 years ago
added support for block manager delete
Jarek Kowalski
More...
almost 8 years ago
add snapshot manifest to manifest.Manager at the end of upload
Jarek Kowalski
More...
almost 8 years ago
deployment work
Jarek Kowalski
More...
almost 8 years ago
travis creds
Jarek Kowalski
More...
almost 8 years ago
←
1
2
…
109
110
111
112
113
114
115
116
117
…
127
128
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree