aboutsummaryrefslogtreecommitdiff
path: root/src/transports/winsock/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* http plugin dependency fixes (#590)Stefan Boberg2023-12-051-2/+2
| | | these changes clean up module dependencies and allow the transports subtree to be built standalone (in the UE tree for instance)
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-071-1/+1
| | | | | this is a header-only library which mostly contains definitions to support different platforms and compilers. It is part of the zen codebase but is intended to be consumable separately to zenbase etc to support standalone transport plug-ins and similar.
* support for multiple http servers (#473)Stefan Boberg2023-10-131-0/+1
| | | | | | * added support for having multiple http servers active in one session * added configuration API to pluggable transports * removed pimpl pattern from some pluggable transports implementations
* restructured transports SDK for easier UE integration (#470)Stefan Boberg2023-10-121-0/+14