1. d460ce9 Remove leftover comment. by Paul Borman · 6 years ago main master 1.0.0 v1.0.0
  2. dec09d7 Merge pull request #28 from elliott5/gopherjs by pborman · 6 years ago
  3. a4243a3 remove net when targeting JS by Elliott Stoneham · 6 years ago
  4. 4ebdd04 Merge pull request #27 from martinlindhe/master by pborman · 6 years ago
  5. 9c6b413 fix some typos by Martin Lindhe · 6 years ago
  6. bb91e0b remove false claim about NewRandom() panic, pointed out in https://github.com/google/uuid/issues/12\#issue-232965368 by Martin Lindhe · 6 years ago
  7. 1f1ba6f make 'go vet' happy by Martin Lindhe · 6 years ago
  8. 8c31c18 Merge pull request #23 from loderunner/master by pborman · 6 years ago
  9. 5c50970 add FromBytes constructor by Charles Francoise · 7 years ago
  10. e367a34 Merge pull request #22 from kortschak/constant by pborman · 7 years ago
  11. 5b5a8cb Remove never-true conditional by kortschak · 7 years ago
  12. 7e072fc Merge pull request #17 from Kerrigan29a/patch-1 by pborman · 7 years ago
  13. 3e2a039 A little error in the documentation of dce.go by Javier Escalada · 7 years ago
  14. 281f560 Merge pull request #16 from KonstantinCodes/typos by pborman · 7 years ago
  15. 0614758 Typos suggested by @corburn by Konstantin Scheumann · 7 years ago
  16. b7be3e3 Merge pull request #15 from sjeandeaux/test/data-egals-data by pborman · 7 years ago
  17. cdf9b51 [test] compare two slices of bytes thanks @maknihamdi by Stéphane Jeandeaux · 7 years ago
  18. 1c6adf5 Merge pull request #13 from oreqizer/patch-1 by pborman · 7 years ago
  19. 264af6d version4: Typo in 'New' doc by Boris · 7 years ago
  20. 6a5e285 Merge pull request #11 from thatguystone/master by pborman · 7 years ago
  21. 3694829 sql: Support nil values by Andrew Stone · 7 years ago
  22. c96242e sql: Remove redundant type asserts by Andrew Stone · 7 years ago
  23. 064e206 Update .travis.yml by pborman · 7 years ago 0.2
  24. ad42bb4 Merge pull request #9 from syohex/correct-rfc-number by pborman · 8 years ago
  25. 6d68e26 Correct RFC number by Syohei YOSHIDA · 8 years ago
  26. f3f4b54 Fix type by Paul Borman · 8 years ago
  27. a34cdf6 Merge branch 'master' of https://github.com/google/uuid by Paul Borman · 8 years ago
  28. 9887602 Merge branch 'master' of https://github.com/google/uuid by Paul Borman · 8 years ago
  29. ca12c44 Merge pull request #5 from bmatsuo/bmatsuo/no-unsafe-parsing by pborman · 8 years ago
  30. dfce887 Merge pull request #7 from bmatsuo/bmatsuo/godoc-fixes by pborman · 8 years ago
  31. 33471c9 Remove underscores form private variables. by Paul Borman · 8 years ago
  32. 834b00a Bring naming of exported values inline with current Go practice. by Paul Borman · 8 years ago
  33. 9ce06d2 small change to NewUUID return docs by Bryan Matsuo · 8 years ago
  34. edbe6ec make receiver names for marshal.go methods consistent with other UUID methods by Bryan Matsuo · 8 years ago
  35. 3018594 misc godoc fixes by Bryan Matsuo · 8 years ago
  36. 386477f Merge pull request #6 from bmatsuo/bmatsuo/fix-file-perms by pborman · 8 years ago
  37. 2fed5ac Merge pull request #3 from bmatsuo/bmatsuo/generic-must-function by pborman · 8 years ago
  38. bff124a remove the spurious executable bit from go source files by Bryan Matsuo · 8 years ago
  39. 7508f98 optimize internal parsing function -- avoid unsafe []byte parsing by Bryan Matsuo · 8 years ago
  40. 2d45679 cosmetic change for NIL return value by Bryan Matsuo · 8 years ago
  41. 8748089 create NewRandom func consistent with other version constructors by Bryan Matsuo · 8 years ago
  42. 7dd4798 replace `Must*` funcs with a single generic Must func by Bryan Matsuo · 8 years ago
  43. a8b7006 Remove json.go by Paul Borman · 8 years ago
  44. 06994e7 Update readme to make sure people know the API might change. by Paul Borman · 8 years ago
  45. 9e951e1 Change a UUID from []byte to [16]byte along with other API changes. by Paul Borman · 8 years ago v.1 v0.1
  46. 82d3e37 Update paths by Paul Borman · 8 years ago v0
  47. cd53251 Merge pull request #24 from bmatsuo/bmatsuo/array-conversions by pborman · 8 years ago
  48. be63595 add method Array.String() by Bryan Matsuo · 8 years ago
  49. 6032e8b don't slice arrays to test their values by Bryan Matsuo · 8 years ago
  50. b411868 define Array type to convert UUIDs to/from map keys. by Bryan Matsuo · 8 years ago
  51. 0f1a469 Merge pull request #14 from shawnps/patch-1 by pborman · 8 years ago
  52. c307928 Merge pull request #16 from theory/driver.Valuer by pborman · 8 years ago
  53. a97ce2c Revert godoc link by Paul Borman · 8 years ago
  54. ad90cc0 Add build status by Paul Borman · 8 years ago
  55. af95d6e Add travis-ci configuration for testing. by Paul Borman · 8 years ago
  56. 27e2c5e Merge pull request #13 from bmatsuo/optimizations by pborman · 8 years ago
  57. 6cc520c Fix govet issues and make node.go thread safe. by Paul Borman · 8 years ago
  58. ae80070 Merge pull request #23 from jboverfelt/sql-test by pborman · 8 years ago
  59. 6ce35c2 use Error rather than Errorf when there are no formatting directives by Shawn Smith · 9 years ago
  60. 5aa6bf0 De-dupe comment. by David E. Wheeler · 8 years ago
  61. 26c42f1 Value() is on UUID, not *UUID. by David E. Wheeler · 8 years ago
  62. 0384d88 Add support for driver.Valuer. by David E. Wheeler · 8 years ago
  63. c1c74ae Fix broken test and update tests to include coverage for empty uuid scenarios by Justin Overfelt · 8 years ago
  64. 5bc7379 Merge pull request #19 from dansouza/master by pborman · 8 years ago
  65. 1480113 Merge pull request #10 from wallclockbuilder/master by pborman · 8 years ago
  66. eff1cd8 Merge pull request #17 from shawnps/patch-4 by pborman · 8 years ago
  67. db13d9e Merge pull request #20 from shawnps/patch-5 by pborman · 8 years ago
  68. b0e66f2 Merge pull request #21 from cd1/patch-1 by pborman · 8 years ago
  69. cf98410 Fix documentation typo by Crístian Deives · 8 years ago
  70. 1ea597a typo by Shawn Smith · 8 years ago
  71. 6a70b0e altered uuid.Scan() so that it allows for empty UUIDs to be read properly (returning a null UUID value) by Daniel Souza · 8 years ago
  72. fe04eb6 fix typo by Shawn Smith · 8 years ago
  73. dee7705 Merge pull request #15 from jboverfelt/sql-byte-scan by pborman · 8 years ago
  74. d4a682d Attempt to scan []byte uuids larger than 16 bytes. Fixes #12 by Justin Overfelt · 8 years ago
  75. 1c7b0fe opitimize json interface methods by Bryan Matsuo · 9 years ago
  76. 0ec82b4 remove redundant nil checks in UUID.String() and UUID.URN() by Bryan Matsuo · 9 years ago
  77. 9e4836c do not use fmt.Sprintf() in UUID.URN() by Bryan Matsuo · 9 years ago
  78. 71fb85a do not use fmt.Sprintf() in UUID.String() by Bryan Matsuo · 9 years ago
  79. 4e1e173 use arrays in Parse() for reduced allocation cost and bounds checks by Bryan Matsuo · 9 years ago
  80. baeec21 benchmarks for Parse(), New(), String(), URN(), MarshalJSON, UnmarshalJSON() by Bryan Matsuo · 9 years ago
  81. cccd189 Merge pull request #6 from jboverfelt/sql-scanner by pborman · 9 years ago
  82. 7464a23 Implement database/sql's Scanner interface. Fixes #5 by Justin Overfelt · 9 years ago
  83. 47b178d Create README.md by Mawueli Kofi Adzoe · 9 years ago
  84. ca53cad Remove unneeded lib directory by Paul Borman · 9 years ago
  85. 2a573a0 Move code up one directory by Paul Borman · 9 years ago
  86. ed3ca8a go-uuid: Fix JSON encoding for empty UUIDs by Paul Borman · 9 years ago
  87. e1a3bdb Actually include the clock_seq fix by Paul Borman · 9 years ago
  88. 20e286f Hopefully actually add the new json files and seq_test.go file. by Paul Borman · 9 years ago
  89. bd9fbaf Cleanup by Paul Borman · 10 years ago
  90. cf8abfc Add locking around global time functions. by Paul Borman · 10 years ago
  91. 0b37a59 go-uuid: Make uuid_test.go independent of the system clock. by David Symonds · 12 years ago
  92. 7fc15a0 go-uuid: Update to Go 1. by David Symonds · 12 years ago
  93. 1da9265 uuid: format fix by Paul Borman · 13 years ago
  94. fccedff uuid: fix comments by Paul Borman · 13 years ago
  95. 3943dc5 uuid: clean to use more idiomatic names by Paul Borman · 13 years ago
  96. e8fc870 Update the doc line. by Paul Borman · 13 years ago
  97. 42c4e65 uuid: add doc.go file by Paul Borman · 13 years ago
  98. 94eed3b uuid: remove unneeded top level makefile by Paul Borman · 13 years ago
  99. 808d470 uuid: source re-organization by Paul Borman · 13 years ago
  100. e130d97 Initial checking of the go-uuid code. by Paul Borman · 13 years ago