1
0
mirror of https://github.com/google/uuid.git synced 2025-09-16 09:16:30 +02:00

Commit Graph

  • edbe6ec0cc make receiver names for marshal.go methods consistent with other UUID methods Bryan Matsuo 2016-02-28 01:03:09 -08:00
  • 3018594d88 misc godoc fixes Bryan Matsuo 2016-02-28 00:52:46 -08:00
  • 386477fd90 Merge pull request #6 from bmatsuo/bmatsuo/fix-file-perms pborman 2016-02-26 07:54:41 -08:00
  • 2fed5ac765 Merge pull request #3 from bmatsuo/bmatsuo/generic-must-function pborman 2016-02-26 07:53:54 -08:00
  • bff124aad2 remove the spurious executable bit from go source files Bryan Matsuo 2016-02-25 22:43:40 -08:00
  • 7508f98c71 optimize internal parsing function -- avoid unsafe []byte parsing Bryan Matsuo 2016-02-25 21:36:20 -08:00
  • 2d45679b04 cosmetic change for NIL return value Bryan Matsuo 2016-02-25 20:53:24 -08:00
  • 8748089bb5 create NewRandom func consistent with other version constructors Bryan Matsuo 2016-02-24 11:47:34 -08:00
  • 7dd4798941 replace Must* funcs with a single generic Must func Bryan Matsuo 2016-02-24 11:34:15 -08:00
  • a8b7006b7b Remove json.go Paul Borman 2016-02-25 19:51:46 -08:00
  • 06994e737f Update readme to make sure people know the API might change. Paul Borman 2016-02-19 12:57:29 -08:00
  • 9e951e1b07 Change a UUID from []byte to [16]byte along with other API changes. v0.1 v.1 Paul Borman 2016-02-19 12:30:25 -08:00
  • 82d3e379a2 Update paths v0 Paul Borman 2016-02-16 15:19:02 -08:00
  • cd53251766 Merge pull request #24 from bmatsuo/bmatsuo/array-conversions pborman 2016-02-12 08:11:50 -08:00
  • be63595eee add method Array.String() Bryan Matsuo 2016-02-12 07:59:08 -08:00
  • 6032e8b8f0 don't slice arrays to test their values Bryan Matsuo 2016-02-11 12:25:42 -08:00
  • b4118685bb define Array type to convert UUIDs to/from map keys. Bryan Matsuo 2016-02-11 12:00:09 -08:00
  • 0f1a46960a Merge pull request #14 from shawnps/patch-1 pborman 2016-02-09 11:07:13 -08:00
  • c3079288a2 Merge pull request #16 from theory/driver.Valuer pborman 2016-02-09 11:06:20 -08:00
  • a97ce2ca70 Revert godoc link Paul Borman 2016-02-09 10:59:13 -08:00
  • ad90cc0170 Add build status Paul Borman 2016-02-09 10:54:59 -08:00
  • af95d6ed42 Add travis-ci configuration for testing. Paul Borman 2016-02-09 10:27:59 -08:00
  • 27e2c5ea7b Merge pull request #13 from bmatsuo/optimizations pborman 2016-02-09 10:14:57 -08:00
  • 6cc520cd8b Fix govet issues and make node.go thread safe. Paul Borman 2016-02-09 09:58:31 -08:00
  • ae80070655 Merge pull request #23 from jboverfelt/sql-test pborman 2016-02-09 08:02:55 -08:00
  • 6ce35c2639 use Error rather than Errorf when there are no formatting directives Shawn Smith 2015-10-14 15:59:59 +09:00
  • 5aa6bf02fe De-dupe comment. David E. Wheeler 2016-02-08 15:46:22 -08:00
  • 26c42f1335 Value() is on UUID, not *UUID. David E. Wheeler 2015-11-24 15:42:06 -08:00
  • 0384d88412 Add support for driver.Valuer. David E. Wheeler 2015-11-24 14:39:54 -08:00
  • c1c74aeb83 Fix broken test and update tests to include coverage for empty uuid scenarios Justin Overfelt 2016-02-08 18:28:58 -05:00
  • 5bc73798cc Merge pull request #19 from dansouza/master pborman 2016-02-08 13:05:45 -08:00
  • 14801136da Merge pull request #10 from wallclockbuilder/master pborman 2016-02-08 08:53:31 -08:00
  • eff1cd8d1e Merge pull request #17 from shawnps/patch-4 pborman 2016-02-08 08:47:06 -08:00
  • db13d9ecca Merge pull request #20 from shawnps/patch-5 pborman 2016-02-08 08:46:39 -08:00
  • b0e66f28f3 Merge pull request #21 from cd1/patch-1 pborman 2016-02-08 08:46:13 -08:00
  • cf9841023e Fix documentation typo Crístian Deives 2016-01-30 18:35:52 -02:00
  • 1ea597af03 typo Shawn Smith 2016-01-22 08:36:40 -08:00
  • 6a70b0ec98 altered uuid.Scan() so that it allows for empty UUIDs to be read properly (returning a null UUID value) Daniel Souza 2016-01-21 23:52:00 -05:00
  • fe04eb6d8d fix typo Shawn Smith 2015-12-31 15:05:18 +09:00
  • dee7705ef7 Merge pull request #15 from jboverfelt/sql-byte-scan pborman 2015-12-15 07:05:54 -08:00
  • d4a682d48d Attempt to scan []byte uuids larger than 16 bytes. Fixes #12 Justin Overfelt 2015-11-18 19:54:10 -05:00
  • 1c7b0fea16 opitimize json interface methods Bryan Matsuo 2015-10-10 20:56:32 -07:00
  • 0ec82b41c6 remove redundant nil checks in UUID.String() and UUID.URN() Bryan Matsuo 2015-10-10 19:30:43 -07:00
  • 9e4836cc57 do not use fmt.Sprintf() in UUID.URN() Bryan Matsuo 2015-10-10 19:03:07 -07:00
  • 71fb85a64c do not use fmt.Sprintf() in UUID.String() Bryan Matsuo 2015-10-10 18:32:16 -07:00
  • 4e1e17316e use arrays in Parse() for reduced allocation cost and bounds checks Bryan Matsuo 2015-10-10 14:00:45 -07:00
  • baeec2195c benchmarks for Parse(), New(), String(), URN(), MarshalJSON, UnmarshalJSON() Bryan Matsuo 2015-10-10 13:59:31 -07:00
  • cccd189d45 Merge pull request #6 from jboverfelt/sql-scanner pborman 2015-08-24 14:28:02 -07:00
  • 7464a2351d Implement database/sql's Scanner interface. Fixes #5 Justin Overfelt 2015-07-04 13:42:16 -04:00
  • 47b178d76c Create README.md Mawueli Kofi Adzoe 2015-07-17 14:13:31 +00:00
  • ca53cad383 Remove unneeded lib directory Paul Borman 2015-06-03 14:40:16 -07:00
  • 2a573a0b4d Move code up one directory Paul Borman 2015-06-03 14:39:07 -07:00
  • cbc9366818 Migrating wiki contents from Google Code wiki Google Code Exporter 2015-06-03 17:34:08 -04:00
  • ed3ca8a15a go-uuid: Fix JSON encoding for empty UUIDs Paul Borman 2014-12-02 10:54:02 -06:00
  • e1a3bdbdba Actually include the clock_seq fix Paul Borman 2014-12-01 10:02:42 -08:00
  • 20e286fb8b Hopefully actually add the new json files and seq_test.go file. Paul Borman 2014-12-01 09:59:57 -08:00
  • bd9fbafc7a Cleanup Paul Borman 2014-04-14 13:07:31 -07:00
  • cf8abfc1a1 Add locking around global time functions. Paul Borman 2014-04-14 13:05:23 -07:00
  • 0b37a59742 go-uuid: Make uuid_test.go independent of the system clock. David Symonds 2012-06-05 07:45:31 -07:00
  • 7fc15a0835 go-uuid: Update to Go 1. David Symonds 2012-05-29 18:05:31 -05:00
  • 1da9265622 uuid: format fix Paul Borman 2011-08-10 15:23:39 -07:00
  • fccedfff98 uuid: fix comments Paul Borman 2011-08-10 15:21:56 -07:00
  • 3943dc54a8 uuid: clean to use more idiomatic names Paul Borman 2011-08-09 17:20:55 -07:00
  • e8fc8707cf Update the doc line. Paul Borman 2011-08-08 23:14:13 -07:00
  • 42c4e65571 uuid: add doc.go file Paul Borman 2011-08-08 21:13:39 -07:00
  • 94eed3bb75 uuid: remove unneeded top level makefile Paul Borman 2011-08-08 14:39:32 -07:00
  • 808d470594 uuid: source re-organization Paul Borman 2011-08-08 14:34:29 -07:00
  • e130d97558 Initial checking of the go-uuid code. Paul Borman 2011-08-08 11:45:10 -07:00