1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[lib/client]Minor assertion and logging-fixes.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[clients/bhfuse]Make sure all fuse-including goes through "fuse++", to ensure correct API_VERSION.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bhfuse/fuse++.hpp]Fix name in header-defined-check.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib/Connection]Clarify some boolean conditions.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[clients/bhfuse/Lookup]Make sure the lookup stores a refcounted pointer to the asset as well.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bhfuse/inode]Change raw-pointers to reference-counted pointers, such that callbacks aren't called for destroyed objects.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[cmake]Add Install-targets and CPack-info.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[cmake,git]Support --version on all binaries, parsed from Git.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/store/AssetMeta]Fix handling of physical pages sizes.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[CMakeLists]Build with -D_FILE_OFFSET_BITS=64 to support large files.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/lib/randomaccessfile]Allow opening readonly, and default to it.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/store/LinkedAssetStore]Validate asset-status (including checking mtime) before returning it.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[clients/bhfuse]Don't forget to increase _refCount for each successful lookup.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bhfuse]Fix reference-counting and reference-passing.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
Fix Copyright-assignment in all files.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/store/linkedassetstore]Restructure control-folders such that each asset is controlled by a single folder of files, and each tiger-link has only one symlink pointing to that folder.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded,SECURITY]Fix bug in linkroots-check allowing linkage to files outside allowed folders. Linking was only successful for files located under a sibling-tree to an allowed directory, where the sibling:s name started with the name of the allowed directory.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded]Add config-support.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bhfuse]Don't rely on shared_this for signal-disconnection. More trouble than it's worth.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib]Add explicit linkage with boost for better dependency-handling.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/server/client]Fix 64-bit build-error.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/server]Implement asset-fetching. (YAY!)
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib]Detect and terminate on protocol-errors.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib]Optimize read-performance by re-using protocol-buffers string-representation for data.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[threadpool]Rewrite to fix bug with threads not being cleared from _threads on exit.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bhupload]Implement linked-assets-upload.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib/client]Added default-implementations of unsupported operations, throwing errors.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorde.proto]Make Read::Reply.offset and .content optional. (Reads can fail)
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib/connection]Don't set noDelay for TCP-sockets. More likely to hurt than help over actual ethernet. Prevents requests and responses from merging into single transmissions, limiting to actual network-throughput of ~2.5%.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded]Working linked upload.
rawler
as Ulrik Mikaelsson
More... over 13 years ago