| Commit message (Expand) | Author | Age |
| ... | |
| * | Refactored file API. | Garrett D'Amore | 2018-01-11 |
| * | fixes #186 Suggested API changes for nng TLS certs | Garrett D'Amore | 2018-01-09 |
| * | Convert existing websocket and http code to use new URL framework. | Garrett D'Amore | 2018-01-05 |
| * | Fix some more leaks, add a generic URL parser. | Garrett D'Amore | 2018-01-05 |
| * | Fix leaks on send. | Garrett D'Amore | 2018-01-03 |
| * | Websocket subprotocol not sent or checked. | Garrett D'Amore | 2018-01-02 |
| * | Fix HTTP sconn race, and compile bugs introduced. | Garrett D'Amore | 2018-01-01 |
| * | fixes #166 Websocket TLS mapping | Garrett D'Amore | 2017-12-30 |
| * | fixes #172 HTTP and websocket need better conditional inclusion | Garrett D'Amore | 2017-12-28 |
| * | Fix zerotier compilation regression (caused by winsock changes). | Garrett D'Amore | 2017-12-28 |
| * | fixes #180 add websocket header properties | Garrett D'Amore | 2017-12-27 |
| * | fixes #165 Add address properties for websocket pipes | Garrett D'Amore | 2017-12-26 |
| * | fixes #2 Websocket transport | Garrett D'Amore | 2017-12-26 |
| * | fixes #160 Convert TLS url from tls:// to tls+tcp:// | Garrett D'Amore | 2017-11-27 |
| * | fixes #3 TLS transport | Garrett D'Amore | 2017-11-20 |
| * | fixes #154 underlyng TCP & IPC transports should support partial recv/send | Garrett D'Amore | 2017-11-13 |
| * | fixes #143 Protocols and transports should be "configurable" | Garrett D'Amore | 2017-11-02 |
| * | Various man page fixups, add inproc header. | Garrett D'Amore | 2017-10-24 |
| * | fixes #127 Bad format TCP address causes null pointer exception | Garrett D'Amore | 2017-10-23 |
| * | fixes #84 Consider using msec for durations | Garrett D'Amore | 2017-10-19 |
| * | fixes #120 nng_sockaddr options initialized with garbage data | Garrett D'Amore | 2017-10-19 |
| * | fixes #110 Cancellation race in ZeroTier | Garrett D'Amore | 2017-10-10 |
| * | fixes #92 Support ZT federations (moons) | Garrett D'Amore | 2017-10-10 |
| * | New platform API for storage methods. | Garrett D'Amore | 2017-10-09 |
| * | fixes #5 Address properties | Garrett D'Amore | 2017-10-03 |
| * | Added more complete tests, and changes to property handling. | Garrett D'Amore | 2017-10-02 |
| * | Add support for ZT sockaddr properties (pipe). | Garrett D'Amore | 2017-09-30 |
| * | fixes #93 ZT physicalMTU parameter vanished | Garrett D'Amore | 2017-09-28 |
| * | Remove last vestiges of integer option numbers. | Garrett D'Amore | 2017-09-27 |
| * | Refactor option handling APIs. | Garrett D'Amore | 2017-09-27 |
| * | ZeroTier transport implementation (work funded by Capitar IT Group BV) | Garrett D'Amore | 2017-09-26 |
| * | More pipe option handling, pipe API support. Url option. | Garrett D'Amore | 2017-09-22 |
| * | Add improved getopt functions, pass integers by value. | Garrett D'Amore | 2017-09-22 |
| * | Allocate AIOs dynamically. | Garrett D'Amore | 2017-09-22 |
| * | Introduce utility safe string handling functions. | Garrett D'Amore | 2017-08-28 |
| * | Fix a few warnings and subtle test races. | Garrett D'Amore | 2017-08-24 |
| * | Eliminate legacy option settings, provide easier option IDs. | Garrett D'Amore | 2017-08-24 |
| * | The common endpoint code already ensures state is proper. | Garrett D'Amore | 2017-08-23 |
| * | fixes #41 Move DNS out of tcp transport | Garrett D'Amore | 2017-08-21 |
| * | Endpoint API completely implemented. | Garrett D'Amore | 2017-08-18 |
| * | fixes #39 Transport ops vector should be versioned | Garrett D'Amore | 2017-08-17 |
| * | Provide versions of mutex, condvar, and aio init that never fail. | Garrett D'Amore | 2017-08-16 |
| * | fixes #63 NNG_FLAG_SYNCH should be the default | Garrett D'Amore | 2017-08-14 |
| * | Unify the msg API. | Garrett D'Amore | 2017-08-10 |
| * | Simplify initialization, fix error in closed TCP endpoint. | Garrett D'Amore | 2017-08-08 |
| * | Fix a few pointer vs. character errors found by gcc 7. | Garrett D'Amore | 2017-08-07 |
| * | Fix warninsg about size types found in 64-bit windows build. | Garrett D'Amore | 2017-08-05 |
| * | Refactor AIO logic to close numerous races and reduce complexity. | Garrett D'Amore | 2017-08-04 |
| * | fixes #28 Occasional orphaned pipe or endpoint? | Garrett D'Amore | 2017-07-21 |
| * | Yet more race condition fixes. | Garrett D'Amore | 2017-07-20 |