aboutsummaryrefslogtreecommitdiff
path: root/tests/convey.h
Commit message (Collapse)AuthorAge
* Fix typos across docs, comments, and CMakemochalins2025-06-02
|
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
| | | | | | | We enabled verbose compiler warnings, and found a lot of issues. Some of these were even real bugs. As a bonus, we actually save some initialization steps in the compat layer, and avoid passing some variables we don't need.
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
| | | | | | | | | | | | | | | | | | | | | | | This introduces enough of the HTTP API to support fully server applications, including creation of websocket style protocols, pluggable handlers, and so forth. We have also introduced scatter/gather I/O (rudimentary) for aios, and made other enhancements to the AIO framework. The internals of the AIOs themselves are now fully private, and we have eliminated the aio->a_addr member, with plans to remove the pipe and possibly message members as well. A few other minor issues were found and fixed as well. The HTTP API includes request, response, and connection objects, which can be used with both servers and clients. It also defines the HTTP server and handler objects, which support server applications. Support for client applications will require a client object to be exposed, and that should be happening shortly. None of this is "documented" yet, bug again, we will follow up shortly.
* Updated convey test framework, and self tests for it.Garrett D'Amore2017-08-18
|
* fixes #48 tcp sometimes fails to get a portGarrett D'Amore2017-08-09
|
* Updates to reflect new external convey framework.Garrett D'Amore2016-12-20
|
* Fix the definition of Main() in convey.hGarrett D'Amore2016-12-19
|
* fix windows compilation bug (colon instead of semicolon)Garrett D'Amore2016-12-19
|
* Nicer convey API - more closely mirrors the Go one.Garrett D'Amore2016-12-18