[lib,bithorded]Forward uuid in incoming request to outgoing so request-cycles can bet detected and broken. |
|
More...
|
over 13 years ago
|
[bithorded/server/Client]Bind weak_ptr to asset in signal-callback to avoid assets getting stale. |
|
More...
|
over 13 years ago
|
Added glog-dependency to README. |
|
More...
|
over 13 years ago
|
Switch in boost-branch as master. |
|
More...
|
over 13 years ago
|
[bithorded/router/Router]Rudimentary routing-support. No load-balancing, and untested, but basic test-case works. |
|
More...
|
over 13 years ago
|
[bithorded/server/Asset]Change model to allow Asset with changing status, and let the server establish such connection without upstream response. |
|
More...
|
over 13 years ago
|
[lib/asset]idsOverlap(a,b) helper function to test BitHordeIds for intersection. |
|
More...
|
over 13 years ago
|
[bithorded/server/Client]Typedef specific bithorded::Client::Ptr overload |
|
More...
|
over 13 years ago
|
[debian]Fix upstart-scripts for new C++-version. |
|
More...
|
over 13 years ago
|
[lib/Asset]Introduce status-member, showing the last known status of the asset. |
|
More...
|
over 13 years ago
|
[lib/asset.h]Drop IdList-declaration, and use the protobuf-generated BitHordeIds instead. |
|
More...
|
over 13 years ago
|
[bithorded/store/LinkeAssetStore]Refactor findAsset into smaller functions, and introduce a WeakPointer-map to prevent opening redundant assets. |
|
More...
|
over 13 years ago
|
[bithorded/server/Client]Tweak logging. |
|
More...
|
over 13 years ago
|
[bithorded/server]Make authenticated hold a WeakPtr, so it doesn't prevent destruction after disconnection. |
|
More...
|
over 13 years ago
|
[router]Don't accidentally make clients friend after reconnect. |
|
More...
|
over 13 years ago
|
[bithorded/store/assetmeta]Trim the mmap size, to allow more simultaneous maps on 32-bit. |
|
More...
|
over 13 years ago
|
[bithorde/server/Client]Small performance-tweak. Use unchecked array-index, since index was just checked. |
|
More...
|
over 13 years ago
|
[router/Router]Initial implementation of router. Only capable of connecting to friends without actually forwarding anything. |
|
More...
|
over 13 years ago
|
[lib/base32]Trim assertions to require either 0-length inputs, or valid pointers. |
|
More...
|
over 13 years ago
|
[bithorded/server]Change Server::findAsset into Server::async_findAsset |
|
More...
|
over 13 years ago
|
[bithorded]Restructure into shared virtual Asset interface to reuse for different Asset Sources. |
|
More...
|
over 13 years ago
|
Hookup unittests to CTest for build-testing. |
|
More...
|
over 13 years ago
|
[bithorded]Implement glog-based logging. |
|
More...
|
over 13 years ago
|
[server/server]Use actual node-name, not hardcoded "testserver". |
|
More...
|
over 13 years ago
|
[server/config]Implement OptionGroups in server config. |
|
More...
|
over 13 years ago
|
[debian,cmake]bithorde-0.2 final |
|
More...
|
over 13 years ago
|
[bithorded/store/assetmeta]Change _file_size to uint64, and adjust dependent code, to avoid 64-bit compilation warnings. |
|
More...
|
over 13 years ago
|
[lib/client]Revert a previous change, breaking the close/confirm cycle of assets. |
|
More...
|
over 13 years ago
|
[bhfuse/bhfuse++]More explicit error. |
|
More...
|
over 13 years ago
|
[bhfuse/{inode,lookup}]fuse_open should not reuse fi from original request. |
|
More...
|
over 13 years ago
|