Commit Graph

89 Commits

Author SHA1 Message Date
Ben Ramsey e3d39bce99 Merge branch 'dvk/remove_final' of github.com:dvankley/uuid into dvankley-dvk/remove_final
Conflicts:
	src/Uuid.php
2014-10-29 23:09:20 -05:00
Ben Ramsey 57b3ac7a78 Merge branch 'jsonserializable' of github.com:gdbots/uuid-php into gdbots-jsonserializable 2014-10-29 23:05:05 -05:00
Ben Ramsey 38801aa54d Merge branch '2.8' into 3.0 2014-10-29 23:01:10 -05:00
Ben Ramsey 0e7e2b8043 Merge branch 'add-from-integer' of github.com:terrycorley/uuid into terrycorley-add-from-integer 2014-10-29 22:52:33 -05:00
Ben Ramsey 547bed31f0 Merge branch 'boekkooi-patch-1' into 2.8 2014-10-29 22:47:47 -05:00
Ben Ramsey 4e445a5467 Merge branch 'patch-1' of github.com:boekkooi/uuid into boekkooi-patch-1 2014-10-29 22:47:27 -05:00
Ben Ramsey 2189e9cd80 Merge branch 'master' into 2.8 2014-10-29 22:44:33 -05:00
Ben Ramsey 94b0103ef8 Setting version in master to 2.7.x-dev 2014-10-29 22:39:33 -05:00
Ben Ramsey eb1d371067 Bumping the version number to 2.7.4 2014-10-29 22:36:49 -05:00
Gabriel Schmitt 02b97224f2 Fixing unused variable on byte generation loop. 2014-10-10 14:55:19 -03:00
Warnar Boekkooi 2e9402d1a3 Doctrine conversion make friendlier 2014-09-05 11:22:32 +08:00
Ben Ramsey 6af68ccfa1 Set package version to 3.0.x-dev 2014-09-02 15:11:56 -05:00
Ben Ramsey 0878935b71 Set package version to 2.8.x-dev 2014-09-02 15:11:33 -05:00
Ben Ramsey fa84298c14 Setting version in master to 2.7.x-dev 2014-08-27 17:43:01 -05:00
Ben Ramsey b976326ca5 Bumping the version number to 2.7.3 2014-08-27 17:39:41 -05:00
Beau Simensen aed56786e1 Correct upper range for mt_rand. 2014-08-27 14:59:52 -05:00
Ben Ramsey ccabc07c64 Bumping the version number to 2.7.2 2014-07-28 12:51:57 -05:00
Greg Brown 45c34cd709 require 5.4 and add JsonSerializable 2014-07-22 23:20:43 -07:00
Terry Corley 7fa0c32f8b Adding static fromInteger method to create UUIDs from string integer or BigNumber, along with tests. 2014-07-14 18:44:11 -05:00
Dan van Kley c7daee6c6a Remove "final" keyword to allow extending 2014-04-07 11:14:56 -04:00
Pascal Borreli 4c52b8c392 Fixed typos 2014-03-06 02:05:57 +00:00
Ben Ramsey c43be02bd9 Upgraded to PSR-4 autoloading 2014-02-21 18:35:01 -06:00
Ben Ramsey 8569983a11 Bumping the version number to 2.7.1 2014-02-21 18:08:43 -06:00
Ben Ramsey 2ea4c90bd7 Support symfony/console for 2.3 (LTS version); fixes #21 2014-02-19 20:20:49 -06:00
Ben Ramsey f4d16d233a Bumping version number for 2.7.0 release 2014-01-31 12:32:03 -06:00
Ben Ramsey 6d14319128 Moved UUID validation regex pattern into constant for external use 2014-01-31 12:21:12 -06:00
Ben Ramsey ecbc32913f Bumping version number for 2.6.1 release 2014-01-27 18:25:52 -06:00
Ben Ramsey 806f46722f Bumping version number for 2.6.0 release 2014-01-17 17:40:22 -06:00
Ben Ramsey 3a03915e25 Bumping copyright year in preparation for release 2014-01-17 17:15:43 -06:00
Ben Ramsey f71690b630 Updating documentation 2014-01-17 17:10:17 -06:00
Ben Ramsey c11b5020cd Finish support for decode console command 2014-01-17 16:38:16 -06:00
Ben Ramsey 2eaf153ce4 Add the getHex() method 2014-01-17 16:37:51 -06:00
Ben Ramsey 7157cdd584 Using netstat for Linux, since ifconfig is not always in the path 2014-01-16 22:46:46 +00:00
Ben Ramsey cf40a3e12b Add initial work on Decode command 2014-01-15 18:10:51 -06:00
Ben Ramsey 3ca5ab77bf Move adding of command to the bin script 2013-12-28 16:31:52 -06:00
Ben Ramsey 0a892d316a Removed the word "composer" 2013-12-28 16:16:10 -06:00
Ben Ramsey 6430a37adc Refactor to move the network configuration capture to a separate method 2013-12-27 08:53:45 -06:00
Ben Ramsey 7bebd01e31 Add uuid console application and tests for generating UUIDs from CLI 2013-12-27 08:42:55 -06:00
Jeff Welch fb7a9cb310 Fugbix typo. 2013-12-02 21:39:32 -05:00
Ben Ramsey 4d746373fa Full code coverage for generateBytes() 2013-09-15 17:17:33 -05:00
Daniel Freudenberger 7b7a106449 use openssl_random_pseudo_bytes to generate random bytes 2013-09-15 19:12:10 +02:00
Ben Ramsey 6812417da1 Corrected constructor documentation 2013-08-06 18:12:15 -05:00
Ben Ramsey 06349e9b96 Correct a docblock, removing a reference to an old method name 2013-07-30 16:28:48 -05:00
Ben Ramsey 588a19b706 Better formatting for documentation and improved clarity on getVersion() 2013-07-29 18:53:43 -05:00
Ben Ramsey 8da98305c7 Add some code comments to explain the time value being used. 2013-07-26 17:35:00 -05:00
Ben Ramsey 77c9c154f6 Allow a 128-bit integer formatted as a hex string in Uuid::fromString() 2013-07-26 17:34:27 -05:00
Ben Ramsey 6530b2610d Return null for the version if variant isn't RFC 4122 2013-07-26 17:33:08 -05:00
Ben Ramsey a0ab45f7dd Updating docblock with explanation of why it's good to sort UUIDs 2013-07-26 17:31:50 -05:00
Alexander ebe97d4c27 Add Uuid::fromBytes() to (re-)create a Uuid from a byte string 2013-07-16 13:44:28 +02:00
Ben Ramsey ae04fc49a5 Regenerated documentation to include the new requiresSQLCommentHint() 2013-07-04 10:52:08 -05:00