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