Skip to content

Releases: DrBrad/Bencode

4.51

27 Apr 03:58
Compare
Choose a tag to compare

Changes

  • Changes to allow for getType

4.5

26 Apr 03:16
Compare
Choose a tag to compare
4.5

Changes

  • Size factoring is not calculated constantly but instead on encode

4.01

25 Apr 19:12
Compare
Choose a tag to compare

Fixes

  • Fixed bug with changing an item in BencodeObject not giving correct size to byte array when encoding

4.0

19 Apr 02:30
2a260a9
Compare
Choose a tag to compare
4.0

Changes

  • Complete rewrite of decode and encode functions even with IO
  • Switched back to type system

3.3

18 Apr 20:18
Compare
Choose a tag to compare
3.3

Refactor

3.2

13 Mar 07:21
Compare
Choose a tag to compare
3.2

Fixed

  • Changes to encoding and removing bloat

3.1

12 Mar 15:18
Compare
Choose a tag to compare
3.1

Changed

  • I/O added flush and close

Release 3.0

11 Mar 22:06
Compare
Choose a tag to compare

Fixed

  • Variables using HashMap instead of Map as constructor
  • Variables using ArrayList instead of List as constructor

Added

  • BencodeReader for input streams
  • BencodeWriter for output streams

Bencode 2.32

07 Jan 08:48
Compare
Choose a tag to compare

Fixed

  • Bug fix to updating byte size - required when encoding.

Bencode 2.31

06 May 16:57
2d893c1
Compare
Choose a tag to compare

Fixed

  • Child Object and Array adding causing byte sizes to not be updated by parent, which intern caused encoding to fail.