aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/uuid
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* GlobalIdGenerator: Update str_getcsv() call for PHP 8.4Reedy2024-10-271-1/+1
* uuid: Switch mt_rand() calls to random_int() in GlobalIdGeneratorAaron Schulz2024-10-011-3/+3
* uuid: Improve docs and readability of GlobalIdGenerator::getTimeAndDelayAaron Schulz2024-10-011-17/+15
* uuid: Remove QUICK_VOLATILE and $flags parameters from GlobalIdGeneratorAaron Schulz2024-09-261-13/+5
* uuid: Use posix_geteuid() if it exists, instead of getmyuid()Tim Starling2024-03-051-2/+8
* Use thousands separators in selected integer literalsTim Starling2023-12-121-2/+2
* uuid: avoid PHP warnings in GlobalIdGenerator::load()Aaron Schulz2023-05-111-4/+2
* uuid\GlobalIdGenerator: Check if getmyuid() existsUmherirrender2022-12-111-2/+4
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* GlobalIdGenerator: include user id in file prefixThomas Daniels2022-06-271-5/+11
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* phan: Upgrade mediawiki-phan-config to 0.11.1 and set minimum_target_php_versionJames D. Forrester2022-03-291-1/+0
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Fix type of value directly passed to php internal functionsUmherirrender2022-03-071-4/+4
* GlobalIdGenerator: Code cleanupReedy2022-03-061-20/+39
* Add explicit casts between scalar typesUmherirrender2022-03-011-3/+3
* Fix typos in comments (E-H)Siddharth VP2021-12-301-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* build: Enable phan plugin UseReturnValuePluginUmherirrender2021-08-261-0/+1
* Replace Assert::parameterType with typehintsTChin2021-08-031-4/+2
* uuid: Simplify GlobalIdGenerator by removing QUICK_VOLATILE flagAaron Schulz2021-04-141-50/+36
* uuid: Remove list parameter support for GlobalIdGenerator subclassesAaron Schulz2021-03-251-31/+35
* uuid: Improve architecture rationale docs for GlobalIdGeneratorTimo Tijhof2021-02-181-20/+20
* [GlobalIdGeneratorTest] Run teardown on same instance as the testsUmherirrender2020-11-041-3/+3
* Merge "GlobalIdGenerator: Spelling correction in a comment"jenkins-bot2020-08-081-1/+1
|\
| * GlobalIdGenerator: Spelling correction in a commentC. Scott Ananian2020-08-081-1/+1
* | uuid: Fix filenames on WindowsKunal Mehta2020-08-071-5/+11
|/
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-2/+2
* Use PHP_OS_FAMILY instead of substr(PHP_OS,0,3) for Windows checksTimo Tijhof2020-06-131-1/+1
* Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* uuid: explicitly cast floor() parameter to a float in GlobalIdGeneratorMax Semenik2020-04-091-1/+1
* Move UIDGenerator code to a service and put it under /libsAaron Schulz2020-02-181-0/+735