log src/lib/guid.c @ 22664:fea53c2725c0

age author description
Mon, 05 Jun 2017 12:55:56 +0300 Josef 'Jeff' Sipek lib: guid_128_generate() shouldn't generate invalid timestamps
Mon, 05 Jun 2017 12:53:23 +0300 Josef 'Jeff' Sipek lib: guid_128_generate() needs to correctly convert usecs to nsecs
Tue, 07 Mar 2017 13:32:15 +0200 Aki Tuomi lib: Add uuid support to guid
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Tue, 10 May 2016 10:19:57 +0300 Martti Rannanjärvi [LEN] to [static LEN] on some function parameters
Thu, 28 Apr 2016 22:33:14 +0300 Timo Sirainen lib: Set timestamp part more accurately in guid_128_generate()
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 25 Nov 2014 03:31:34 +0200 Phil Carmody lib: guid - turn uint8_t * parameters into guid_128_t
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 19 Feb 2013 13:17:05 +0200 Timo Sirainen Added guid_128_equals() helper function.
Mon, 18 Feb 2013 08:45:54 +0200 Timo Sirainen Added guid_128_host_hash_get().
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Thu, 06 Sep 2012 01:13:03 +0300 Timo Sirainen Renamed buffer_create_*data() to buffer_create_from_*data() for consistency.
Sun, 19 Aug 2012 13:55:34 +0300 Timo Sirainen Hash table API is now (mostly) type safe.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 01 Feb 2012 18:55:54 +0200 Timo Sirainen guid_128_generate(): Use 32bit sha1(host@domain) instead of crc32(hostname)
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.