aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed unused-lambda-capture compile errorsMartin Ridgers2022-01-101-3/+3
| * Removed ZEN_UNUSED() statement that is unnecessaryMartin Ridgers2022-01-101-1/+0
| * Compiler support for C++20's using-enum is wildly incompleteMartin Ridgers2022-01-101-18/+10
| * Unused lambda capture compile fixesMartin Ridgers2022-01-102-11/+11
| * Deleted two unused include statementsMartin Ridgers2022-01-101-2/+0
| * Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-1012-86/+47
* | Added option to disable Sentry crash handler.Per Larsson2022-01-113-8/+19
|/
* Removed unused lambda capturesMartin Ridgers2022-01-071-2/+2
* Support GC configuration from LUA.Per Larsson2022-01-051-0/+19
* Allow for "Values" member of structured cache records that is equivalent to "...Zousar Shaker2022-01-041-0/+11
* Removed upstream Zen default value(s) and trim empty url values.Per Larsson2022-01-042-5/+10
* Changed timestamp to atomic int64.Per Larsson2022-01-032-29/+55
* Added trace scopes.Per Larsson2021-12-156-4/+81
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-154-326/+6
* Initialisation order compile errorMartin Ridgers2021-12-151-1/+1
* Commented out unused local variablesMartin Ridgers2021-12-151-2/+2
* Paths are not wide-chars on non-Windows platformsMartin Ridgers2021-12-151-2/+2
* GCC has trouble parsing this sizeof expression without parenthesesMartin Ridgers2021-12-151-1/+1
* Fixed "incomplete type" error.Martin Ridgers2021-12-152-120/+120
* Removed duplicate unguarded Windows include statementMartin Ridgers2021-12-151-1/+0
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
* Merged main.Per Larsson2021-12-1428-342/+511
|\
| * Partial revert b363c5bJoe Kirchoff2021-12-131-67/+13
| * A 'long int' is larger on non-Windows causing narrowing warningsMartin Ridgers2021-12-081-15/+23
| * Merged mainMartin Ridgers2021-12-082-41/+89
| |\
| * \ Merged mainMartin Ridgers2021-12-086-24/+73
| |\ \
| * | | Removed the special-case path handling to make project tests passMartin Ridgers2021-11-291-12/+0
| * | | Only Windows paths have drive lettersMartin Ridgers2021-11-291-0/+2
| * | | Post-merge fixesMartin Ridgers2021-11-292-23/+14
| * | | Merged mainMartin Ridgers2021-11-293-142/+191
| |\ \ \
| * | | | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-4/+8
| * | | | Merged mainMartin Ridgers2021-11-251-0/+4
| |\ \ \ \
| * | | | | Tests for NamedEventMartin Ridgers2021-11-241-0/+4
| * | | | | Merged mainMartin Ridgers2021-11-229-77/+251
| |\ \ \ \ \
| * | | | | | Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-183-0/+32
| * | | | | | Set sentry database location to use Zen's GlobalOptions.DataDirMartin Ridgers2021-11-171-0/+1
| * | | | | | Merged mainMartin Ridgers2021-11-171-13/+55
| |\ \ \ \ \ \
| * | | | | | | Use syscalls to get user path as '~' is only an alias to shellsMartin Ridgers2021-11-171-1/+5
| * | | | | | | Post-merge compile fixesMartin Ridgers2021-11-171-1/+1
| * | | | | | | Merged mainMartin Ridgers2021-11-177-77/+87
| |\ \ \ \ \ \ \
| * | | | | | | | Silenced version spamMartin Ridgers2021-11-171-2/+1
| * | | | | | | | Fixed use of undefined preprocessor macroMartin Ridgers2021-11-171-1/+2
| * | | | | | | | Compile fixMartin Ridgers2021-11-171-1/+1
| * | | | | | | | Merged mainMartin Ridgers2021-11-178-30/+87
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Hooked up zenserver:main() to ZenEntryPoint::Run() on POSIXMartin Ridgers2021-11-161-4/+10
| * | | | | | | | | Separated Windows service scaffolding and the zenserver main loopMartin Ridgers2021-11-161-20/+45
| * | | | | | | | | Merged mainMartin Ridgers2021-11-163-16/+157
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-163-7/+7
| * | | | | | | | | | libcrypto links again libdl so the latter also needs careful handling in xmakeMartin Ridgers2021-11-151-4/+0
| * | | | | | | | | | Fixed unused variable warningsMartin Ridgers2021-11-151-2/+2