[lib/client]Minor assertion and logging-fixes. |
|
More...
|
over 13 years ago
|
[clients/bhfuse]Make sure all fuse-including goes through "fuse++", to ensure correct API_VERSION. |
|
More...
|
over 13 years ago
|
[bhfuse/fuse++.hpp]Fix name in header-defined-check. |
|
More...
|
over 13 years ago
|
[lib/Connection]Clarify some boolean conditions. |
|
More...
|
over 13 years ago
|
[clients/bhfuse/Lookup]Make sure the lookup stores a refcounted pointer to the asset as well. |
|
More...
|
over 13 years ago
|
[bhfuse/inode]Change raw-pointers to reference-counted pointers, such that callbacks aren't called for destroyed objects. |
|
More...
|
over 13 years ago
|
[cmake]Add Install-targets and CPack-info. |
|
More...
|
over 13 years ago
|
[cmake,git]Support --version on all binaries, parsed from Git. |
|
More...
|
over 13 years ago
|
[bithorded/store/AssetMeta]Fix handling of physical pages sizes. |
|
More...
|
over 13 years ago
|
[CMakeLists]Build with -D_FILE_OFFSET_BITS=64 to support large files. |
|
More...
|
over 13 years ago
|
[bithorded/lib/randomaccessfile]Allow opening readonly, and default to it. |
|
More...
|
over 13 years ago
|
[bithorded/store/LinkedAssetStore]Validate asset-status (including checking mtime) before returning it. |
|
More...
|
over 13 years ago
|
[clients/bhfuse]Don't forget to increase _refCount for each successful lookup. |
|
More...
|
over 13 years ago
|
[bhfuse]Fix reference-counting and reference-passing. |
|
More...
|
over 13 years ago
|
Fix Copyright-assignment in all files. |
|
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. |
|
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. |
|
More...
|
over 13 years ago
|
[bithorded]Add config-support. |
|
More...
|
over 13 years ago
|
[bhfuse]Don't rely on shared_this for signal-disconnection. More trouble than it's worth. |
|
More...
|
over 13 years ago
|
[lib]Add explicit linkage with boost for better dependency-handling. |
|
More...
|
over 13 years ago
|
[bithorded/server/client]Fix 64-bit build-error. |
|
More...
|
over 13 years ago
|
[bithorded/server]Implement asset-fetching. (YAY!) |
|
More...
|
over 13 years ago
|
[lib]Detect and terminate on protocol-errors. |
|
More...
|
over 13 years ago
|
[lib]Optimize read-performance by re-using protocol-buffers string-representation for data. |
|
More...
|
over 13 years ago
|
[threadpool]Rewrite to fix bug with threads not being cleared from _threads on exit. |
|
More...
|
over 13 years ago
|
[bhupload]Implement linked-assets-upload. |
|
More...
|
over 13 years ago
|
[lib/client]Added default-implementations of unsupported operations, throwing errors. |
|
More...
|
over 13 years ago
|
[bithorde.proto]Make Read::Reply.offset and .content optional. (Reads can fail) |
|
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%. |
|
More...
|
over 13 years ago
|
[bithorded]Working linked upload. |
|
More...
|
over 13 years ago
|