summaryrefslogtreecommitdiff
path: root/test/simple/test-dgram-pingpong.js
Commit message (Expand)AuthorAgeFilesLines
* test: split test in parallel/sequentialFedor Indutny2014-12-171-114/+0
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-03-021-3/+3
|\
| * test: make simple/test-dgram-pingpong respect PORTBen Noordhuis2013-03-021-3/+3
* | test: suppress simple/test-dgram-pingpong chatterBen Noordhuis2012-07-261-4/+5
|/
* Remove separation of libuv testsRyan Dahl2011-11-021-1/+1
* Fix race condition in test-dgram-pingpongRyan Dahl2011-10-211-2/+1
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-2/+2
* Mark tests which are broken in libuvRyan Dahl2011-08-231-0/+3
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-051-27/+31
* Fix global leaksRyan Dahl2010-12-041-2/+2
* Update tests to work with module contextsRyan Dahl2010-07-151-1/+2
* Datagram socket refactor. Add tests and documentation.Matt Ranney2010-07-151-26/+23
* :%s/sys.puts/console.log/gRyan Dahl2010-06-231-6/+6
* Add callback to dgramSocket.send()Ryan Dahl2010-06-161-1/+6
* Implement datagram socketsPaul Querna2010-06-121-0/+83