1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[BUGFIX,bithorded]Make sure to clean up asset-handles and disconnect signals when client is disconnected.
rawler
as Ulrik Mikaelsson
More... almost 13 years ago
Normalize line-endings.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Add .gitattributes defining EOL-conversion for some files.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Use u_long instead of ulong typedef for better portability. - Thanks to Alexej Kubarev and Calle Gustafsson
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Use real CMake-module for Crypto++. - Thanks to Alexej Kubarev
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Switch to CMake2.8 built-in protobuf module. - Thanks to Alexej Kubarev
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Add compile-options to enable C++0x for clang.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[CMakeLists.txt]Fix misspell of LOG4CPLUS_INCLUDE_DIRS
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Fixing compiler warning 'comparison of unsigned expression >= 0 is always true' More... about 13 years ago
Use boost::regex instead of boost::xpressive.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[bhfuse]Improve the re-read on disconnected-logic.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[lib/asset]Actually release RPC-request-handles when done with them.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[bhfuse]Trace asset-status on -d from bhfuse itself.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[bithorded/source]Rewrite bithorded::source::Store to use regular asset-status update for informing about asset status.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[lib/bhget]Add symlink-resolution feature.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[bithorded/router]Actually countdown and re-use timeout.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[lib/asset]Implement status-timeout when trying to bind asset, and repeat unbind until confirmed close is received.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[clients/bhget]Print out the exact error when failing.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[python/bithorde]Upgrade pybithorde to protocol version 2, to make compatible with bithorde-boost.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[bithorded]Rename bithorded::Asset to bithorded::IAsset, to denote it's an abstract interface.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
[bithorded/source]Refactor out asset-source components into it's own folder and namespace.
rawler
as Ulrik Mikaelsson
More... about 13 years ago
Replace google-log with log4cplus. Since google-glog were dropped from standard Ubuntu repositories in 12.04, this ensures bithorde compiles without external deps on Ubuntu.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib/client]Check connection before trying to send message.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[daemon/router/Asset]Fail immediately if no upstreams available to bind to.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorde/server/Client]Refactor methods informing downstream about asset status.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
Fix some misc. minor TODO-items.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bhfuse]Exit forcefully on second SIGINT.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/server]Allow findAsset to throw BindError with specific failure-code.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[bithorded/lib/RandomAccessFile]Throw real exception on write-failure.
rawler
as Ulrik Mikaelsson
More... over 13 years ago
[lib/random]Properly srand() before generating numbers.
rawler
as Ulrik Mikaelsson
More... over 13 years ago