0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added `Bytes()` test
fuzeman
as Dean Gardiner
More... about 10 years ago
Added `Decode(byte[])` method
fuzeman
as Dean Gardiner
More... about 10 years ago
Updated tests to use "NUnit" nuget packages
fuzeman
as Dean Gardiner
More... about 10 years ago
Merge pull request #4 from voltagex/license
fuzeman
as Dean Gardiner
More... about 10 years ago
Removed stray semicolon in "tests/RencodeTest.cs"
fuzeman
as Dean Gardiner
More... about 10 years ago
Removed old solution file for VS 2008
fuzeman
as Dean Gardiner
More... about 10 years ago
Merge pull request #3 from voltagex/add-assemblyinfo
fuzeman
as Dean Gardiner
More... about 10 years ago
Move licensing info into a single file. More... about 10 years ago
Create LICENSE.md More... about 10 years ago
Add AssemblyInfo.cs for nuget pack More... about 10 years ago
Updated [.gitignore]
fuzeman
as Dean Gardiner
More... about 10 years ago
Merge pull request #1 from snargledorf/master
fuzeman
as Dean Gardiner
More... about 10 years ago
Updated naming of methods/fields to follow common c# style guidelines More... over 10 years ago
Added Visual Studio 2012 solution/project files.
fuzeman
as Dean Gardiner
More... almost 13 years ago
Fixed int encode/decode endian bug
fuzeman
as Dean Gardiner
More... over 13 years ago
decode_string bug fix.
fuzeman
as Dean Gardiner
More... over 13 years ago
Added Visual Studio 2012 version of csproj
fuzeman
as Dean Gardiner
More... over 13 years ago
minor csproj changes
fuzeman
as Dean Gardiner
More... over 13 years ago
Added License to [RencodeConst.cs].
fuzeman
as Dean Gardiner
More... over 13 years ago
Added float32, float64, true, false, null encoding/decoding, moved BitConv methods to [Util.cs] and [BStruct.cs], cleaned up method accessibility, moved rencode constants to [RencodeConst.cs].
fuzeman
as Dean Gardiner
More... over 13 years ago
Added License
fuzeman
as Dean Gardiner
More... over 13 years ago
Added Dict Type Encoder / Decoder
fuzeman
as Dean Gardiner
More... over 13 years ago
Added Lists. Fixed int decoding bug. added fixed string, list, int pos, int neg decoders.
fuzeman
as Dean Gardiner
More... over 13 years ago
More robust int1, int2, int4, int8 encoding. Added string, int, int1, int2, int4, int8 decoding.
fuzeman
as Dean Gardiner
More... over 13 years ago
Cleaned up method docs.
fuzeman
as Dean Gardiner
More... over 13 years ago
Initial Commit, Supports int, long and string encoding.
fuzeman
as Dean Gardiner
More... over 13 years ago