[README]Fix correct dependency-info. |
|
More...
|
over 11 years ago
|
[tests/test_{hashstore,timer}]Do proper checks. |
|
More...
|
over 11 years ago
|
[bithorded/cache/manager]Use IAssetSource virtual interface instead of directly interfacing router. |
|
More...
|
over 11 years ago
|
[lib/connection]Fix missing msgs_processed-increase for ping. |
|
More...
|
almost 12 years ago
|
[bithorded]Refactor internal API for stored assets, to use DataArraySlices for storage. |
|
More...
|
almost 12 years ago
|
[lib/connection]Count errors. Too many successive closes connection. |
|
More...
|
almost 12 years ago
|
[bithorded/store/asset]Replace _metaFolder in Asset with simpler id(). |
|
More...
|
almost 12 years ago
|
[bithorded/lib/randomaccessfile]Refactor API into something more conventional. |
|
More...
|
almost 12 years ago
|
[lib/connection]Only reset keepalive-loop if a message could actually be decoded. |
|
More...
|
almost 12 years ago
|
[lib/keepalive]Send Ping with priority. If sendQueue is completely full, drop connection immediately. |
|
More...
|
almost 12 years ago
|
[clients/bhupload]Listen and react on disconnection. |
|
More...
|
almost 12 years ago
|
[lib/keepalive]Change default ping response timeout to 15 seconds. |
|
More...
|
almost 12 years ago
|
[bithorded/lib/grandcentraldispatch]Gracefully shut down. |
|
More...
|
almost 12 years ago
|
[clients/bhupload]Configurable timeout for Uploads. |
|
More...
|
almost 12 years ago
|
[lib/client]Configurable timeout for Uploads. |
|
More...
|
almost 12 years ago
|
[bhupload]Log accepted bind. |
|
More...
|
almost 12 years ago
|
[lib/client,connection]Use log-tags for logging in connection. |
|
More...
|
almost 12 years ago
|
Fix some clang-warnings. |
|
More...
|
almost 12 years ago
|
[lib/connection]Fix method-bind-ambiguity for clang. |
|
More...
|
almost 12 years ago
|
Fix various bugs and warnings found by Clang. |
|
More...
|
almost 12 years ago
|
[Clang]Fix build for LLVM/Clang. |
|
More...
|
almost 12 years ago
|
[bithorded]Re-implement deadline-handling. |
|
More...
|
almost 12 years ago
|
[bithorded/cache/asset]Don't forget to report failed reads. |
|
More...
|
almost 12 years ago
|
[bithorded]Finally, implemented the Reconnect-asset-feature. |
|
More...
|
almost 12 years ago
|
[bithorded/router/asset]Detect loops also on incoming responses, and break them by dropping the upstream. |
|
More...
|
almost 12 years ago
|
[bithorded]Refactor status-update logic. Use a predefined AssetStatus-message to convey status-changes, and Subscribable to avoid null-changes. (I.E. sending assetstatus to connected client when a new client joins the Session) |
|
More...
|
almost 12 years ago
|
[bithorded/asset]Optimize avoiding asking requester, by using the AssetRequestParameters structure. |
|
More...
|
almost 12 years ago
|
[lib/timer]Avoid heap-corruption by copying and removing head before invoking callback. |
|
More...
|
almost 12 years ago
|
[lib/connection]Use shared_ptr<Message> for MessageQueue to avoid memory-leak. |
|
More...
|
almost 12 years ago
|
[lib/connection]Add tests for MessageQueue, and fix bug where deque returned empty result if first N-messages were expired, even if the following weren't. |
|
More...
|
almost 12 years ago
|