aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wait for upstream test server to start before spawning a downstream oneMartin Ridgers2021-11-291-4/+2
* Removed the special-case path handling to make project tests passMartin Ridgers2021-11-291-12/+0
* Use more correct paths for the project.basic testMartin Ridgers2021-11-291-6/+8
* Only Windows paths have drive lettersMartin Ridgers2021-11-291-0/+2
* Post-merge fixesMartin Ridgers2021-11-292-23/+14
* Merged mainMartin Ridgers2021-11-297-231/+315
|\
| * Merge pull request #28 from EpicGames/non-elevated-asiozousar2021-11-264-89/+124
| |\
| | * Address review feedback.Zousar Shaker2021-11-261-2/+2
| | * Move HandlePackageOffers out of ifdef to fix static compile error.Zousar Shaker2021-11-251-38/+40
| | * Fix asio bug where input of less than 16 bytes would not get consumed.Zousar Shaker2021-11-251-1/+1
| | * Make asio trace messages controlled by a compile-time verbosity define.Zousar Shaker2021-11-251-8/+16
| | * Fix handling of packages/offers in asio mode to match http.sys mode.Zousar Shaker2021-11-254-76/+91
| | * Fix asio request routing so that a url of "/cas" will route to the service fo...Zousar Shaker2021-11-241-4/+14
| * | Added .gdb_history to .gitignoreMartin Ridgers2021-11-261-0/+1
| * | Added "xmake project" output to .gitignoreMartin Ridgers2021-11-261-0/+2
| * | Sponsor PIDs were getting truncated to 16 bits which isn't portableMartin Ridgers2021-11-261-1/+1
| * | Added support for loading Lua config file from CLI option and merged server/s...Per Larsson2021-11-253-144/+181
* | | Added a simple NamedMutex testMartin Ridgers2021-11-291-0/+15
* | | Renamed the "ipc" test to "NamedEvent"Martin Ridgers2021-11-291-1/+1
* | | Implemented NamedMutex for LinuxMartin Ridgers2021-11-291-6/+39
* | | Use the /proc/self mount to get information about ourselvesMartin Ridgers2021-11-291-4/+2
* | | Child processes don't fully terminate until the parent waits on themMartin Ridgers2021-11-261-4/+8
* | | ProcessHandle::Wait() wasn't waiting indefinitely with a <0 timeoutMartin Ridgers2021-11-261-1/+1
* | | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-4/+8
* | | Sponsor PIDs were getting truncated to 16 bits which isn't portableMartin Ridgers2021-11-261-1/+1
* | | Clear out orphaned queues so they're initially unsetMartin Ridgers2021-11-261-2/+8
* | | Allow end-of-file errors to pass unraisedMartin Ridgers2021-11-261-0/+6
* | | ASIO error type is asio::error_code not std::error_codeMartin Ridgers2021-11-261-7/+7
* | | Throw HTTP client errors from zenserver-testMartin Ridgers2021-11-251-1/+5
* | | It reads better to check if something empty than the oppositeMartin Ridgers2021-11-251-5/+5
* | | Deleted an unnecessary call to check if a messsge is populatedMartin Ridgers2021-11-251-2/+0
* | | We no longer need to tag events with the process idMartin Ridgers2021-11-251-3/+1
* | | Changed linkage of a helper methodMartin Ridgers2021-11-251-1/+1
* | | Use file descriptor locks to claim global ownership of message queuesMartin Ridgers2021-11-251-2/+17
* | | A whitespace gardenMartin Ridgers2021-11-251-1/+0
* | | Merged mainMartin Ridgers2021-11-256-73/+130
|\| |
| * | Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-241-1/+6
| |\|
| | * Merge pull request #27 from EpicGames/asio-acceptorzousar2021-11-241-1/+6
| | |\
| | | * Changed the asio acceptor initialization to allow dual stack IPV6Zousar Shaker2021-11-241-1/+6
| * | | Added bundle xmake task.Per Larsson2021-11-242-0/+51
| |/ /
| * | Updated deploy script to set platform, architecture and configuration.Per Larsson2021-11-241-11/+11
| * | Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-242-1/+4
| |\|
| | * Fixed unused variable in integration tests.Per Larsson2021-11-231-0/+4
| | * Removed unused variable.Per Larsson2021-11-231-1/+0
| * | Set empty body in Jupiter client.Per Larsson2021-11-241-0/+4
| |/
| * Prevent destroying ASIO server connection until callbacks completePer Larsson2021-11-231-61/+54
* | Tests for building ArgV for a fork-execMartin Ridgers2021-11-251-0/+51
* | A nullptr terminator ArgV only applies on LinuxMartin Ridgers2021-11-251-2/+1
* | Added log if a wait was abandoned because the process disappearedMartin Ridgers2021-11-241-0/+1
* | Raise an error if zenserver-test's HTTP clients are enable to connectMartin Ridgers2021-11-241-2/+4