aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-27Add darkfeline's change to set ifname if no interface is found.Paul Borman
2019-02-26simplify testtalis
2019-02-20added source to enable concurrent reproducible usagetalis
2018-09-17Merge pull request #38 from dmitris/go-modpborman
2018-09-17add go.mod fileDmitry Savintsev
2018-09-17Merge pull request #37 from google/bormanpborman
2018-09-09Add parsing support for:Paul Borman
2018-08-28Merge pull request #35 from OrlovEvgeny/masterpborman
2018-08-28Merge pull request #26 from martinlindhe/mustparsepborman
2018-08-27Remove leftover comment.Paul Borman
2018-08-24edit sliceoj
2017-11-29Merge pull request #28 from elliott5/gopherjspborman
2017-11-29remove net when targeting JSElliott Stoneham
2017-11-22Merge pull request #27 from martinlindhe/masterpborman
2017-11-22fix some typosMartin Lindhe
2017-11-22remove false claim about NewRandom() panic, pointed out in https://github.com...Martin Lindhe
2017-11-22add MustParse(), which returns an UUID or panicsMartin Lindhe
2017-11-22make 'go vet' happyMartin Lindhe
2017-11-13Merge pull request #23 from loderunner/masterpborman
2017-11-10add FromBytes constructorCharles Francoise
2017-10-19Merge pull request #22 from kortschak/constantpborman
2017-10-19Remove never-true conditionalkortschak
2017-08-14Merge pull request #17 from Kerrigan29a/patch-1pborman
2017-08-12A little error in the documentation of dce.goJavier Escalada
2017-07-28Merge pull request #16 from KonstantinCodes/typospborman
2017-07-28Typos suggested by @corburnKonstantin Scheumann
2017-07-24Merge pull request #15 from sjeandeaux/test/data-egals-datapborman
2017-07-23[test] compare two slices of bytes thanks @maknihamdiStéphane Jeandeaux
2017-07-10Merge pull request #13 from oreqizer/patch-1pborman
2017-07-07version4: Typo in 'New' docBoris
2017-03-06Merge pull request #11 from thatguystone/masterpborman
2017-03-03sql: Support nil valuesAndrew Stone
2017-03-03sql: Remove redundant type assertsAndrew Stone
2016-11-28Update .travis.ymlpborman
2016-10-31Merge pull request #9 from syohex/correct-rfc-numberpborman
2016-07-08Correct RFC numberSyohei YOSHIDA
2016-02-29Fix typePaul Borman
2016-02-29Merge branch 'master' of https://github.com/google/uuidPaul Borman
2016-02-29Merge branch 'master' of https://github.com/google/uuidPaul Borman
2016-02-29Merge pull request #5 from bmatsuo/bmatsuo/no-unsafe-parsingpborman
2016-02-29Merge pull request #7 from bmatsuo/bmatsuo/godoc-fixespborman
2016-02-29Remove underscores form private variables.Paul Borman
2016-02-29Bring naming of exported values inline with current Go practice.Paul Borman
2016-02-28small change to NewUUID return docsBryan Matsuo
2016-02-28make receiver names for marshal.go methods consistent with other UUID methodsBryan Matsuo
2016-02-28misc godoc fixesBryan Matsuo
2016-02-26Merge pull request #6 from bmatsuo/bmatsuo/fix-file-permspborman
2016-02-26Merge pull request #3 from bmatsuo/bmatsuo/generic-must-functionpborman
2016-02-25remove the spurious executable bit from go source filesBryan Matsuo
2016-02-25optimize internal parsing function -- avoid unsafe []byte parsingBryan Matsuo