summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug with masking outgoing messages fixed.ws2Martin Sustrik2014-11-265-9/+43
* Reassemby of ws messages from incoming message fragmentsMartin Sustrik2014-11-262-22/+84
* ws_shutdown test addedMartin Sustrik2014-11-257-0/+130
* Accept keys implementedMartin Sustrik2014-11-255-13/+82
* Initial ws handshake implementedMartin Sustrik2014-11-254-20/+364
* streamhdr removed from ws transportMartin Sustrik2014-11-244-93/+102
* Masking implementedMartin Sustrik2014-11-246-14/+82
* ws test adjusted to test extended ws message headersMartin Sustrik2014-11-241-2/+8
* Messages have RFC6455-compliant headersMartin Sustrik2014-11-242-16/+88
* Fresh version of we transport (copy of tcp transport)Martin Sustrik2014-11-2416-3287/+328
* Better error reportingMartin Sustrik2014-11-221-1/+4
* Yet one more minor bug in tcpmuxd fixedMartin Sustrik2014-11-211-0/+1
* Minor bug in tcpmuxd fixedMartin Sustrik2014-11-211-1/+1
* IPC connections in tcpmuxd are properly cleaned up.Martin Sustrik2014-11-211-14/+68
* Delete new ipc socket added by ipc_stress test.Harlan Lieberman-Berg2014-11-211-1/+1
* Fix tcpmux stuff on SolarisMartin Sustrik2014-11-212-15/+43
* Check for presence of msghdr.msg_controlMartin Sustrik2014-11-202-0/+17
* Debug output removedMartin Sustrik2014-11-201-1/+0
* Missing include addedMartin Sustrik2014-11-202-0/+2
* Partial tcpmux support on WindowsMartin Sustrik2014-11-207-8/+32
* Make port argument of tcpmuxd mandatoryMartin Sustrik2014-11-201-5/+3
* New man pages referenced from nanomsg(7)Martin Sustrik2014-11-201-0/+9
* man pages nn_tcpmux(7) and tcpmuxd(1) addedMartin Sustrik2014-11-204-3/+118
* Fix termination of btcpmux state machineMartin Sustrik2014-11-201-0/+1
* When sending fd to other process, close the old copy of the fd.Martin Sustrik2014-11-201-0/+5
* Bound side of tcpmux transport implementedMartin Sustrik2014-11-2016-259/+245
* Connecting side of tcpmux transport implementedMartin Sustrik2014-11-203-18/+92
* Add timeouts to tcpmuxd so that slow peer can't block the muxerMartin Sustrik2014-11-201-1/+21
* First version of tcpmux transport addedMartin Sustrik2014-11-2012-1/+2311
* tcpmuxd rewritten as a single-threaded functionMartin Sustrik2014-11-202-161/+189
* tcpmux test addedMartin Sustrik2014-11-204-1/+104
* nn_tcpmuxd() function addedMartin Sustrik2014-11-204-215/+271
* First version of tcpmuxd addedMartin Sustrik2014-11-206-1/+451
* Refactoring CMSG to store entire cmsg length rather than just data length (fo...Jack R. Dunaway2014-11-204-43/+42
* New test case added to inproc testMartin Sustrik2014-11-161-0/+41
* Missing include addedMartin Sustrik2014-11-161-0/+1
* SHA1 split into a separate classMartin Sustrik2014-11-165-150/+211
* Try reconnecting if bind to a local interface fails.Martin Sustrik2014-11-161-1/+5
* Jack Dunaway added to the AUTHORS fileMartin Sustrik2014-11-151-0/+1
* base64 implementation moved into a separate utility classMartin Sustrik2014-11-155-135/+203
* .gitignore updatedMartin Sustrik2014-11-151-0/+2
* Update weboscket mapping RFCMartin Sustrik2014-11-152-7/+74
* Protocol-related stuff removed from API docs - nn_ws(7)Martin Sustrik2014-11-151-16/+0
* Section about accessing arbitrary websocket services removed from nn_ws(7)Martin Sustrik2014-11-151-22/+1
* src/transports/websocket folder renamed to src/transports/wsMartin Sustrik2014-11-1515-25/+25
* websocket test renamed to wsMartin Sustrik2014-11-154-366/+2
* websocket.h renamed to ws.hMartin Sustrik2014-11-1510-9/+9
* ws transport marked as experimentalMartin Sustrik2014-11-151-0/+3
* Fix a compile-time warningMartin Sustrik2014-11-151-5/+1
* nn_websocket(7) man page renamed to nn_ws(7)Martin Sustrik2014-11-152-4/+4