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