]>
pd.if.org Git - uuid/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathan Wagner [Sun, 24 Jan 2016 11:41:51 +0000 (11:41 +0000)]
remove unused variable from makefile
Nathan Wagner [Sun, 24 Jan 2016 11:41:21 +0000 (11:41 +0000)]
fix sprintf format
Nathan Wagner [Wed, 24 Sep 2014 01:07:18 +0000 (01:07 +0000)]
die if no namespace provided for v3 or v5 uuid
use warn and die implementations in uuidgen
Nathan Wagner [Wed, 24 Sep 2014 01:06:19 +0000 (01:06 +0000)]
added warn and die implementations
Nathan Wagner [Tue, 23 Sep 2014 10:12:53 +0000 (10:12 +0000)]
added command line uuidgen program
Nathan Wagner [Wed, 24 Sep 2014 00:32:54 +0000 (00:32 +0000)]
improve test case names for t/uuidgen.t
Nathan Wagner [Tue, 23 Sep 2014 10:11:05 +0000 (10:11 +0000)]
Added defines for uuid sizes.
Cleaned up the internals of the uuid library, refactored code
and fixed a bug in the state initialization for version 1 uuids.
Nathan Wagner [Tue, 23 Sep 2014 04:41:54 +0000 (04:41 +0000)]
add leading prototype for pd_uuid_rng_get_bytes
gcc was giving a warning for a missing prototype. A prototype isn't
actually needed since there's one in pduuid.h and the function is
only used after it is defined in rng.c, but providing one will suppress
a warning without having to change the compile flags.
Nathan Wagner [Tue, 23 Sep 2014 04:07:51 +0000 (04:07 +0000)]
Add support for gin indexes on uuid arrays.
Added a default operator class for gin indexes on uuid[].
Since we want to support arrays containing nulls, the operator
class uses existing array support methods.
Nathan Wagner [Tue, 23 Sep 2014 03:44:28 +0000 (03:44 +0000)]
mark functions as immutable
Indexing on the result of a function doesn't work for volatile
functions. This was preventing effective use of GIN indexes
on uuid types in some circumstances.
Nathan Wagner [Tue, 2 Oct 2012 17:19:08 +0000 (17:19 +0000)]
Set hash tests to auto calculate number of tests
Nathan Wagner [Sun, 30 Sep 2012 20:16:52 +0000 (20:16 +0000)]
Expanded the install directions slightly.
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