| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Get access token from auth mgr. | Per Larsson | 2022-01-28 | 7 | -11/+41 | |
| | | | ||||||
| * | | Extended auth mgr to restore OpenID provider(s) and token(s). | Per Larsson | 2022-01-28 | 4 | -16/+382 | |
| | | | ||||||
| * | | Add OpenID auth to auth mgr. | Per Larsson | 2022-01-26 | 3 | -9/+80 | |
| | | | ||||||
| * | | Added auth manager with support for OIDC providers. | Per Larsson | 2022-01-25 | 6 | -4/+155 | |
| |/ | ||||||
| * | Fixed missing object in project oplog response. | Per Larsson | 2022-01-24 | 1 | -1/+5 | |
| | | ||||||
| * | Refactored upstream cache to better handle different states in prep for ↵ | Per Larsson | 2022-01-24 | 14 | -439/+804 | |
| | | | | | dynamic auth tokens. | |||||
| * | Format fix. | Per Larsson | 2022-01-22 | 24 | -107/+127 | |
| | | ||||||
| * | Use ExtendablePathBuilders | zousar | 2022-01-21 | 1 | -3/+3 | |
| | | | | | Remove uses of non-extendable path builders to avoid limitations around path length outside of the low level file access layer. | |||||
| * | Fixed missing object in cache bucket manifest. | Per Larsson | 2022-01-21 | 1 | -1/+5 | |
| | | ||||||
| * | Fixed CacheRecordPolicy::Save | Devin Doucette | 2022-01-20 | 1 | -0/+2 | |
| | | ||||||
| * | Set a minimum Mac OS version that UE uses | Martin Ridgers | 2022-01-20 | 1 | -2/+2 | |
| | | ||||||
| * | Moved bundle.lua to scripts/bundle.lua to keep root clean | Martin Ridgers | 2022-01-20 | 2 | -1/+1 | |
| | | ||||||
| * | An implementation of 'xmake bundle' for Linux | Martin Ridgers | 2022-01-20 | 1 | -0/+23 | |
| | | ||||||
| * | Fixed incorrect zip file path | Martin Ridgers | 2022-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | Raise an error if a given vcpkg tool is not found | Martin Ridgers | 2022-01-20 | 1 | -0/+4 | |
| | | ||||||
| * | 'xmake bundle' for Mac | Martin Ridgers | 2022-01-20 | 1 | -0/+33 | |
| | | ||||||
| * | Answer Yes to everything xmake wants to do when bundling | Martin Ridgers | 2022-01-20 | 1 | -2/+3 | |
| | | ||||||
| * | Xmake should be run before checking for sentry-native output | Martin Ridgers | 2022-01-20 | 1 | -2/+2 | |
| | | ||||||
| * | Use os.tryrm instead of os.rm so failed deletes don't abort | Martin Ridgers | 2022-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | Added support for using info-zip with 'xmake bundle' | Martin Ridgers | 2022-01-20 | 1 | -0/+10 | |
| | | ||||||
| * | Refactored 'xmake bundle' so steps can be reused on other platforms | Martin Ridgers | 2022-01-20 | 1 | -57/+82 | |
| | | ||||||
| * | Tidied bundle task's description as it will support all platforms | Martin Ridgers | 2022-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | Moved 'xmake bundle' implementation into bundle.lua | Martin Ridgers | 2022-01-20 | 2 | -81/+91 | |
| | | | | | | | This appears to be necessary in order to be able to split the bundling code up into functions. Functions implemented in xmake.lua files are not persistented in the global table by the time task.on_run() is called | |||||
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 10 | -0/+20 | |
| | | ||||||
| * | Change default windows state dir | zousar | 2022-01-18 | 1 | -42/+9 | |
| | | | | | Default windows state dir now is C:\ProgramData\Epic\Zen\Data. Also functional for Windows Service unlike the MyDocuments directory. No longer attempt search for largest drive if MyDocuments is not available. | |||||
| * | IoRunner join error fix | zousar | 2022-01-18 | 1 | -1/+4 | |
| | | | | | Fix crash on shutdown if m_IoRunner was not joinable. Experienced when running windows service. | |||||
| * | Support chunk requests with no ValueId, and interpret them as requested for ↵ | mattpetersepic | 2022-01-17 | 2 | -23/+34 | |
| | | | | | values put with the PutValue API, which sends a package with RawHash and RawSize on the root object. (#35) | |||||
| * | Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support it | Martin Ridgers | 2022-01-14 | 2 | -8/+13 | |
| | | ||||||
| * | Fixed up compile errors if mimalloc use is disabled | Martin Ridgers | 2022-01-14 | 3 | -2/+7 | |
| | | ||||||
| * | Disabled Sentry on Arm as vcpkg does not support it | Martin Ridgers | 2022-01-14 | 2 | -8/+20 | |
| | | ||||||
| * | Blake3 for Mac Arm64 | Martin Ridgers | 2022-01-13 | 2 | -1/+5 | |
| | | ||||||
| * | Added ZEN_ prefix to define for consistency | Martin Ridgers | 2022-01-13 | 2 | -6/+6 | |
| | | ||||||
| * | Do not try to define USE_SENTRY if it's already defined | Martin Ridgers | 2022-01-13 | 1 | -1/+3 | |
| | | ||||||
| * | Updated Linux section of README.md | Martin Ridgers | 2022-01-13 | 1 | -7/+29 | |
| | | ||||||
| * | Added instructions for building on Mac | Martin Ridgers | 2022-01-13 | 1 | -8/+27 | |
| | | ||||||
| * | Be explicit about what platforms a block implements for grepability | Martin Ridgers | 2022-01-13 | 1 | -3/+3 | |
| | | ||||||
| * | Use SysV semaphores to implement NamedEvent on Linux | Martin Ridgers | 2022-01-13 | 1 | -100/+7 | |
| | | ||||||
| * | Issue warning if xmake bundle is run on non-Windows | Martin Ridgers | 2022-01-13 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed 'xmake test' using the wrong architecture value on non-Windows | Martin Ridgers | 2022-01-13 | 1 | -1/+8 | |
| | | ||||||
| * | More complete toolchain and C++ library version checks | Martin Ridgers | 2022-01-13 | 1 | -9/+24 | |
| | | ||||||
| * | The "operator << (CbWriter, size_t)" is only required when using libc++ | Martin Ridgers | 2022-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Missing include | Martin Ridgers | 2022-01-13 | 1 | -0/+1 | |
| | | ||||||
| * | Format string had more tags than given parameters | Martin Ridgers | 2022-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Added missing std:: namespace to nullptr_t use | Martin Ridgers | 2022-01-13 | 2 | -6/+6 | |
| | | ||||||
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 6 | -6/+1 | |
| | | ||||||
| * | Handle PartialOnError cache policy when using z$ rest endpoint. | Per Larsson | 2022-01-12 | 1 | -63/+71 | |
| | | ||||||
| * | Changed DDC namespace on Jupiter dev. | Per Larsson | 2022-01-11 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2022-01-11 | 5 | -12/+40 | |
| |\ | ||||||
| | * | Linker flags for zen target on Mac | Martin Ridgers | 2022-01-11 | 1 | -0/+7 | |
| | | | ||||||
| | * | Fixed fmt::format() compile error | Martin Ridgers | 2022-01-11 | 1 | -1/+1 | |
| | | | ||||||