]>
pd.if.org Git - uuid/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathan Wagner [Sun, 30 Sep 2012 19:48:29 +0000 (19:48 +0000)]
Removed unused node variable.
The node is now calculated by read_state and in the state
structure. The node could be reset by re-initializing
the state or calling the read state function. Given that
the mac address is just used to provide additional uniqueness
its actual value doesn't really matter, so assuming it
wasn't just a bunch of zeroes or similar, there shouldn't
be any reason to re-determine it.
Nathan Wagner [Tue, 18 Sep 2012 16:50:33 +0000 (16:50 +0000)]
Added tap tests for postgres extension.
Nathan Wagner [Fri, 14 Sep 2012 08:38:54 +0000 (08:38 +0000)]
Added test cases for name based uuids.
Nathan Wagner [Fri, 14 Sep 2012 08:05:58 +0000 (08:05 +0000)]
Added test program for sha1.
Nathan Wagner [Fri, 14 Sep 2012 07:26:33 +0000 (07:26 +0000)]
Added test program for md5 hashes.
Nathan Wagner [Fri, 14 Sep 2012 06:52:55 +0000 (06:52 +0000)]
Clean up of random number generator.
Nathan Wagner [Fri, 14 Sep 2012 06:47:32 +0000 (06:47 +0000)]
Fixed file descriptor leak getting linux mac addr.
Nathan Wagner [Thu, 13 Sep 2012 23:41:11 +0000 (23:41 +0000)]
Fixed segfault in v1mc() and added test cases.
Nathan Wagner [Thu, 13 Sep 2012 08:53:44 +0000 (08:53 +0000)]
Fixed cut and paste typo.
Nathan Wagner [Wed, 12 Sep 2012 19:06:51 +0000 (19:06 +0000)]
Add mention of extension based install
Nathan Wagner [Tue, 12 Jun 2012 11:01:36 +0000 (11:01 +0000)]
Fixed argument order for compile
Nathan Wagner [Tue, 12 Jun 2012 10:56:45 +0000 (05:56 -0500)]
Added test framework
Nathan Wagner [Tue, 12 Jun 2012 10:24:10 +0000 (10:24 +0000)]
Removed unused variable
Nathan Wagner [Thu, 5 Apr 2012 13:54:35 +0000 (06:54 -0700)]
Added namespace uuids and test program
Nathan Wagner [Sat, 24 Mar 2012 09:00:19 +0000 (02:00 -0700)]
Fixed incorrect object file name
Nathan Wagner [Wed, 21 Mar 2012 10:17:39 +0000 (03:17 -0700)]
Initial commit