aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Get access token from auth mgr.Per Larsson2022-01-287-11/+41
* | Extended auth mgr to restore OpenID provider(s) and token(s).Per Larsson2022-01-284-16/+382
* | Add OpenID auth to auth mgr.Per Larsson2022-01-263-9/+80
* | Added auth manager with support for OIDC providers.Per Larsson2022-01-256-4/+155
|/
* Fixed missing object in project oplog response.Per Larsson2022-01-241-1/+5
* Refactored upstream cache to better handle different states in prep for dynam...Per Larsson2022-01-2414-439/+804
* Format fix.Per Larsson2022-01-2224-107/+127
* Use ExtendablePathBuilderszousar2022-01-211-3/+3
* Fixed missing object in cache bucket manifest.Per Larsson2022-01-211-1/+5
* Fixed CacheRecordPolicy::SaveDevin Doucette2022-01-201-0/+2
* Set a minimum Mac OS version that UE usesMartin Ridgers2022-01-201-2/+2
* Moved bundle.lua to scripts/bundle.lua to keep root cleanMartin Ridgers2022-01-202-1/+1
* An implementation of 'xmake bundle' for LinuxMartin Ridgers2022-01-201-0/+23
* Fixed incorrect zip file pathMartin Ridgers2022-01-201-1/+1
* Raise an error if a given vcpkg tool is not foundMartin Ridgers2022-01-201-0/+4
* 'xmake bundle' for MacMartin Ridgers2022-01-201-0/+33
* Answer Yes to everything xmake wants to do when bundlingMartin Ridgers2022-01-201-2/+3
* Xmake should be run before checking for sentry-native outputMartin Ridgers2022-01-201-2/+2
* Use os.tryrm instead of os.rm so failed deletes don't abortMartin Ridgers2022-01-201-1/+1
* Added support for using info-zip with 'xmake bundle'Martin Ridgers2022-01-201-0/+10
* Refactored 'xmake bundle' so steps can be reused on other platformsMartin Ridgers2022-01-201-57/+82
* Tidied bundle task's description as it will support all platformsMartin Ridgers2022-01-201-1/+1
* Moved 'xmake bundle' implementation into bundle.luaMartin Ridgers2022-01-202-81/+91
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-2010-0/+20
* Change default windows state dirzousar2022-01-181-42/+9
* IoRunner join error fixzousar2022-01-181-1/+4
* Support chunk requests with no ValueId, and interpret them as requested for v...mattpetersepic2022-01-172-23/+34
* Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support itMartin Ridgers2022-01-142-8/+13
* Fixed up compile errors if mimalloc use is disabledMartin Ridgers2022-01-143-2/+7
* Disabled Sentry on Arm as vcpkg does not support itMartin Ridgers2022-01-142-8/+20
* Blake3 for Mac Arm64Martin Ridgers2022-01-132-1/+5
* Added ZEN_ prefix to define for consistencyMartin Ridgers2022-01-132-6/+6
* Do not try to define USE_SENTRY if it's already definedMartin Ridgers2022-01-131-1/+3
* Updated Linux section of README.mdMartin Ridgers2022-01-131-7/+29
* Added instructions for building on MacMartin Ridgers2022-01-131-8/+27
* Be explicit about what platforms a block implements for grepabilityMartin Ridgers2022-01-131-3/+3
* Use SysV semaphores to implement NamedEvent on LinuxMartin Ridgers2022-01-131-100/+7
* Issue warning if xmake bundle is run on non-WindowsMartin Ridgers2022-01-131-0/+4
* Fixed 'xmake test' using the wrong architecture value on non-WindowsMartin Ridgers2022-01-131-1/+8
* More complete toolchain and C++ library version checksMartin Ridgers2022-01-131-9/+24
* The "operator << (CbWriter, size_t)" is only required when using libc++Martin Ridgers2022-01-131-1/+1
* Missing includeMartin Ridgers2022-01-131-0/+1
* Format string had more tags than given parametersMartin Ridgers2022-01-131-1/+1
* Added missing std:: namespace to nullptr_t useMartin Ridgers2022-01-132-6/+6
* Moved "concepts" include to zencore.h as toolchain support is spottyMartin Ridgers2022-01-136-6/+1
* Handle PartialOnError cache policy when using z$ rest endpoint.Per Larsson2022-01-121-63/+71
* Changed DDC namespace on Jupiter dev.Per Larsson2022-01-111-2/+2
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2022-01-115-12/+40
|\
| * Linker flags for zen target on MacMartin Ridgers2022-01-111-0/+7
| * Fixed fmt::format() compile errorMartin Ridgers2022-01-111-1/+1