Skip to content

Releases: DrBrad/Bencode

4.51

Choose a tag to compare

@DrBrad DrBrad released this 27 Apr 03:58

Changes

  • Changes to allow for getType

4.5

4.5

Choose a tag to compare

@DrBrad DrBrad released this 26 Apr 03:16

Changes

  • Size factoring is not calculated constantly but instead on encode

4.01

Choose a tag to compare

@DrBrad DrBrad released this 25 Apr 19:12

Fixes

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

4.0

4.0

Choose a tag to compare

@DrBrad DrBrad released this 19 Apr 02:30
2a260a9

Changes

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

3.3

3.3

Choose a tag to compare

@DrBrad DrBrad released this 18 Apr 20:18

Refactor

3.2

3.2

Choose a tag to compare

@DrBrad DrBrad released this 13 Mar 07:21

Fixed

  • Changes to encoding and removing bloat

3.1

3.1

Choose a tag to compare

@DrBrad DrBrad released this 12 Mar 15:18

Changed

  • I/O added flush and close

Release 3.0

Choose a tag to compare

@DrBrad DrBrad released this 11 Mar 22:06

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

Choose a tag to compare

@DrBrad DrBrad released this 07 Jan 08:48

Fixed

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

Bencode 2.31

Choose a tag to compare

@DrBrad DrBrad released this 06 May 16:57
2d893c1

Fixed

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