1. 244c98f encoding/base64: optimize DecodeString by Josselin Costanzi · 8 years ago
  2. 31c96fc encoding/base64: Optimize DecodeString by Josselin Costanzi · 8 years ago
  3. c5cdda4 encoding/base64, html/template: fix grammar mistakes by Kevin Burke · 8 years ago
  4. 9207a74 encoding/base64: add alphabet and padding restrictions by Josselin Costanzi · 8 years ago
  5. 5ce06cf encoding/base64: fix decode reports incorrect index by Josselin Costanzi · 8 years ago
  6. 87b1aaa encoding/base64: This change modifies Go to take strict option when decoding base64 by Xuyang Kang · 9 years ago
  7. 87151c8 encoding/base64: correct DecodedLen overestimate for unpadded encodings by Caleb Spare · 9 years ago
  8. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  9. 20d745c encoding/base64: fix streaming decode of padding-free base64 by Russ Cox · 9 years ago
  10. 7fb7f53 encoding/base64: fix copy-paste-o bug in RawURLEncoding docs by Brad Fitzpatrick · 10 years ago
  11. b075d1f encoding/base64: Optimize EncodeToString and DecodeString. by Egon Elbre · 10 years ago
  12. 2e0a1a7 encoding/base64: add unpadded encodings, and test all encodings. by Bryan Ford · 10 years ago
  13. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/encoding/base64/base64.go]
  14. 24f8919 encoding/base64, encoding/base32: speed up Encode by Rui Ueyama · 11 years ago
  15. 2fbfe55 encoding/base64, encoding/base32: make Encode faster by Rui Ueyama · 11 years ago
  16. afb7b67 encoding/base64, encoding/base32: make DecodeString faster by Rui Ueyama · 11 years ago
  17. a6d3cc2 encoding/base64: don't lose a byte of output when encountering trailing garbage by Brad Fitzpatrick · 11 years ago
  18. a2770af base64: fix bug that decoder fails to detect corruption by Rui Ueyama · 11 years ago
  19. 41818f8 base64: refactor encoder.Write by Rui Ueyama · 11 years ago
  20. b4237b5 encoding/base32, encoding/base64: fix issues with decoder whitespace handling by Philip K. Warren · 12 years ago
  21. 96e0c0c encoding/base32, encoding/base64: a small stack-space optimization. by Nigel Tao · 12 years ago
  22. 79d06d7 encoding/base32: don't panic when decoding "AAAA==". by Nigel Tao · 12 years ago
  23. c08ff02 encoding/base32, encoding/base64: removed unneeded break label by Thomas Alan Copeland · 13 years ago
  24. ed90fbc encoding/base64: don't ignore underlying souce read error in decode by Brad Fitzpatrick · 13 years ago
  25. 951a97e encoding/base64: fix panic when input len is not a multiple of 4 by Dave Cheney · 13 years ago
  26. 2f2b6e5 encoding/base64: ignore new line characters during decode. by David Symonds · 13 years ago
  27. 2666b81 use new strconv API by Russ Cox · 13 years ago
  28. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  29. 1b6bf88 encoding/base64: add DecodeString and EncodeToString by Brad Fitzpatrick · 14 years ago
  30. bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
  31. 0ed8231 encoding/base64: fix typo in comment by Giles Lean · 15 years ago
  32. 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  33. c78710f Add trivial whitespace to CorruptInputError strings. by Christopher Wedgwood · 15 years ago
  34. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  35. e70cedf remove bytes.Copy by Rob Pike · 15 years ago
  36. baba292 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  37. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  38. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  39. 93253a8 encoding/*: reverse the order of src, dst so that dst is first. by Adam Langley · 15 years ago
  40. 357b770 base64 -> encoding/base64 by Russ Cox · 15 years ago