- cf5003e fix travis build script by Jeff Wendling · 3 years, 10 months ago master v1.0.0
- b3827e0 oops actually fix the reported bug by Jeff Wendling · 3 years, 10 months ago
- 6fc2ae3 fix a bunch of minor issues by Jeff Wendling · 3 years, 10 months ago
- 1fdf805 add go.mod by Jeff Wendling · 3 years, 10 months ago
- d522839 Fix marshaler detection by Alex Grin · 4 years, 4 months ago
- 1f43a06 allow error on decode if keys aren't sorted by Jeff Wendling · 4 years, 5 months ago
- 7cbe357 Bugfix related to embedded struct decoding by varyoo · 4 years, 5 months ago
- 3bb23f1 add more encoding unit test cases by Glen De Cauwsemaecker · 4 years, 8 months ago
- 046993b improve encoding/decoding interface handling by Glen De Cauwsemaecker · 4 years, 8 months ago
- 8627116 support TextMarshaler/TextUnmarshaler interfaces by Glen De Cauwsemaecker · 4 years, 8 months ago
- 4604d49 add travis config and badges by Glen De Cauwsemaecker · 4 years, 8 months ago
- 14e20e3 fix warnings and formatting issues by Glen De Cauwsemaecker · 4 years, 8 months ago
- faff9b1 remove sortFields from encode.go by Glen De Cauwsemaecker · 4 years, 8 months ago
- ecd3343 don't parse values in raw mode by Glen De Cauwsemaecker · 4 years, 8 months ago
- 2d9ffac add Marshaler/Unmarshaler interface support by Glen De Cauwsemaecker · 4 years, 8 months ago
- 76d9655 Initialize the dictionary size to the number of fields in the struct by varyoo · 4 years, 8 months ago
- 65b719f Remove map usage by varyoo · 4 years, 8 months ago
- ca4fb20 Embedded struct fields are now sorted within the root embedding struct by varyoo · 4 years, 8 months ago
- 0e21506 forgot error check by varyoo · 4 years, 9 months ago
- 0fc98e3 adds support for embedded struct similarly to `encoding/json` by varyoo · 4 years, 9 months ago
- 03ce512 updates #18: include nil interfaces as well by Jeff Wendling · 5 years ago
- 4da6114 update readme to remove shadynasty.biz link by Jeff Wendling · 5 years ago
- 19c1a80 fix #18: encode nils as nothing by Jeff Wendling · 5 years ago
- 9e17a19 allow access to exported fields from unexported embed values by Jeff Wendling · 6 years ago
- 0c3a17b Allow periods in tags by Jeff · 7 years ago
- a0e3ea0 Merge pull request #15 from pmezard/fix-decoding-error by Jeff · 7 years ago
- b49e5f9 decode: reject strings with negative length by Patrick Mezard · 7 years ago
- fb5f6a1 Merge pull request #14 from keks/boolean by Jeff · 7 years ago
- ea4cb2e remove EncodeBool by Jan Winkelmann · 7 years ago
- 10c0923 add godoc by Jan Winkelmann · 7 years ago
- 2b78544 add support for boolean by Jan Winkelmann · 7 years ago
- ef99d64 Merge pull request #13 from keks/unexported by Jeff · 8 years ago
- 0dc8bcc Merge pull request #12 from keks/master by Jeff · 8 years ago
- 65f5e66 fix panic in encoding unexported fields by Jan Winkelmann · 8 years ago
- e245371 add myself to AUTHORS by Jan Winkelmann · 8 years ago
- 870e52d update readme by Jeff · 8 years ago
- cb6cfcb add string-like encoding for []byte by Jan Winkelmann · 8 years ago
- a46332b Merge pull request #10 from cenkalti/bytes by Jeff · 8 years ago
- 1b633c5 add myself to AUTHORS by Cenk Alti · 8 years ago
- 0c08b57 add EncodeBytes and DecodeBytes functions by Cenk Alti · 8 years ago
- a5e7b9e Merge pull request #8 from deoxxa/add-bytesparsed by Jeff · 8 years ago
- 146b0c5 add myself to AUTHORS by deoxxa · 8 years ago
- 6f8e82d add BytesParsed method to Decoder by deoxxa · 8 years ago
- 276a256 Merge pull request #7 from garyburd/patch-1 by Jeff · 9 years ago
- fdbec73 Update documentation link in README.md by Gary Burd · 9 years ago
- e0b108b Create LICENSE by Jeff · 9 years ago
- 8d086d7 Create AUTHORS by Jeff · 9 years ago
- b7eb13d fix decode doc accident. fix bug involving name sorting with struct tag options by jeff · 10 years ago
- 6dd8c79 added some encode tests for raw messages by jeff · 10 years ago
- dedde7c add some simple test cases for omitempty support by jeff · 10 years ago
- d1b47b7 merged in with new RawMessage support by jeff · 10 years ago
- ca92727 removed lex decoding style for reader style and added RawMessage by jeff · 10 years ago
- e6f9bb1 Code quality + gofmt by Liam Edwards-Playne · 10 years ago
- a3c69aa Added tags support by Liam Edwards-Playne · 10 years ago
- cc05ebe Merge pull request #3 from cbodley/master by Jeff · 10 years ago
- 15ae48e add build status img by jeff · 10 years ago
- a977a8e fix for decodeDict consuming an extra token by Casey · 10 years ago
- 48ff684 encode/decode tests for combinations of list+dict by Casey · 10 years ago
- 99ade35 Merge pull request #2 from cbodley/master by Jeff · 10 years ago
- e5be6d1 test case for sortFields by Casey · 10 years ago
- c154f10 fix for sortFields by tag by Casey · 10 years ago
- d2d7a33 added some trivial docs by jeff · 10 years ago
- d922817 add placeholder for future build status icon by jeff · 10 years ago
- 2ddf0ab simple readme update by jeff · 10 years ago
- 503bea9 added examples to repo by jeff · 10 years ago
- 1e90343 Fixed bad case by jeff · 10 years ago
- 0befd21 Merge branch 'master' of http://github.com/zeebo/bencode by jeff · 10 years ago
- f8a02b3 Updated README by jeff · 10 years ago
- 8184ddd Merge pull request #1 from ashwinb/master by Jeff · 10 years ago
- 2f3ead0 Allow spaces in tags by Ashwin Bharambe · 10 years ago
- 88fc63a update to go weekly 12-22-11 by jeff · 10 years ago
- 97662ff changed the readme for some reason by jeff · 11 years ago
- 1ba7295 added tests that made me find those previous 3 bugs :) by jeff · 11 years ago
- cb872f2 structs should sort by the tag they will be output by by jeff · 11 years ago
- ae0bf0b removed repanic on errors. libs shouldnt do that! by jeff · 11 years ago
- be62419 Fixed peek to not check if it errored first by jeff · 11 years ago
- f200b96 added readme by jeff · 11 years ago
- a7341ab added some docs by jeff · 11 years ago
- c7ff123 made encoder respect field names by jeff · 11 years ago
- 038b88f Added encoder and some simple string encode/decode methods by jeff · 11 years ago
- e7ce493 threw out floats becuase spec only does ints by jeff · 11 years ago
- ea39728 forgot gofmt in my excitement by jeff · 11 years ago
- bff5041 holy shit structured decoding works! :) by jeff · 11 years ago
- f75b8bf nighttime hacking done. commiting in a broken state :( by jeff · 11 years ago
- 9c69363 added super stupid chunker by jeff · 11 years ago
- 8f3edc4 changed parser some, lexer some, and added basic decoder. gotta do reflect in decoder by jeff · 11 years ago
- 277aa00 first commit with working parser by jeff · 11 years ago