summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Avoiding null pointer dereference (#1062)Binho2021-12-281-0/+2
* fixes compiler warnings about code paths that could dereference a NULL ptrJack R. Dunaway2016-05-111-4/+9
* fixes #676 MSVC x64 reports compiler warnings in nanocatJack R. Dunaway2016-04-252-8/+9
* fixes #640 clock_rdtsc is unsafeGarrett D'Amore2016-04-191-14/+5
* fixes #621 Remove experimental tcpmux transportGarrett D'Amore2016-04-181-55/+0
* fixes #605 timeout unit is wrong in tools/nanocat.cGarrett D'Amore2016-04-121-1/+2
* fixes #465 numerous compiler warnings when built with -Wall -WextraGarrett D'Amore2015-10-221-4/+2
* fixes #439 exposing nn_sleep() was a mistakeGarrett D'Amore2015-07-221-0/+1
* fixes #437 inconsistent DLL linkage for nn_sleepGarrett D'Amore2015-07-211-1/+0
* Make port argument of tcpmuxd mandatoryMartin Sustrik2014-11-201-5/+3
* tcpmuxd rewritten as a single-threaded functionMartin Sustrik2014-11-201-2/+9
* nn_tcpmuxd() function addedMartin Sustrik2014-11-201-214/+15
* First version of tcpmuxd addedMartin Sustrik2014-11-201-0/+251
* Fix nanocats REQ/REP reply message loss.Alex Brem2014-11-051-1/+1
* typoMichael John2014-10-281-1/+1
* Add hex dump option to nanocatBill McCroskey2014-10-271-2/+18
* Fix many typos.Bruce Mitchener2014-08-201-1/+1
* Fix MSVC compilation errors.Martin Sustrik2014-03-231-0/+5
* Merge branch 'master' of github.com:nanomsg/nanomsgMartin Sustrik2014-03-221-2/+2
|\
| * Couple of MSVC warnings fixed.Martin Sustrik2014-03-221-2/+2
* | Remove win-styled 'safe functions'Martin Sustrik2014-03-221-16/+0
|/
* Fix printing non-ascii chars in --quoted format for nanomsgPaul Colomiets2014-02-121-1/+1
* Merge branch 'master' of github.com:nanomsg/nanomsgMartin Sustrik2013-11-201-0/+14
|\
| * Merge branch 'master' of github.com:250bpm/nanomsgMartin Sustrik2013-11-193-14/+93
| |\
| * | Fix couple of MSVC warningsMartin Sustrik2013-11-191-0/+14
* | | Warnings fixed in nanocatPaul Colomiets2013-11-201-1/+2
| |/ |/|
* | Initial implementation of monitoring via ESTPPaul Colomiets2013-11-181-0/+11
* | Two small bugs fixed in nanocatPaul Colomiets2013-11-083-13/+81
* | Fix warning for adding integer to string.Bruce Mitchener2013-10-291-1/+1
|/
* Add `--delay` option to nanocatPaul Colomiets2013-09-191-11/+18
* nanocat now builds with MSVC2010Martin Sustrik2013-09-052-7/+23
* Compilation of nanocat on Windows fixedMartin Sustrik2013-09-051-35/+33
* Nanocat the command-line interface for nanomsgPaul Colomiets2013-09-053-0/+1453