summaryrefslogtreecommitdiff
path: root/src/transport/tcp
Commit message (Expand)AuthorAge
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #317 TLS, TCP, and IPC should support multiple outstanding opsGarrett D'Amore2018-03-30
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #211 Restore handling of '*' in URL logicGarrett D'Amore2018-01-17
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* Fix leaks on send.Garrett D'Amore2018-01-03
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* fixes #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #127 Bad format TCP address causes null pointer exceptionGarrett D'Amore2017-10-23
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* fixes #120 nng_sockaddr options initialized with garbage dataGarrett D'Amore2017-10-19
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* The common endpoint code already ensures state is proper.Garrett D'Amore2017-08-23
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* fixes #39 Transport ops vector should be versionedGarrett D'Amore2017-08-17
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Simplify initialization, fix error in closed TCP endpoint.Garrett D'Amore2017-08-08
* Fix a few pointer vs. character errors found by gcc 7.Garrett D'Amore2017-08-07
* Fix warninsg about size types found in 64-bit windows build.Garrett D'Amore2017-08-05
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* fixes #28 Occasional orphaned pipe or endpoint?Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* fixes #21 Crash in IPC (POSIX)Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Race conditions removed... TCP tests work well know.Garrett D'Amore2017-07-15
* Windows implmentation of TCP is "working now".Garrett D'Amore2017-07-13
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Various cleanups of unused bits.Garrett D'Amore2017-07-08
* Dead code removal (stuff for removed sync transport apis.)Garrett D'Amore2017-07-07
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Move TCP negotiation out of sync accept/connect.Garrett D'Amore2017-07-05
* Return void on send & recv for transports.Garrett D'Amore2017-07-05
* IPC & TCP negotiation done using aio. Remove old sync send/recv.Garrett D'Amore2017-07-03