354 Commits

Author SHA1 Message Date
cheatfate
027e7c02a9 Added DatagramServer.
Changed StreamServer API a bit.
Added test for DatagramServer.
2018-05-31 11:03:58 +03:00
alexm-status
3e0cc658b0
Update README.md 2018-05-30 14:27:08 -07:00
cheatfate
0f7f616133 Removed unnecessary checks. 2018-05-30 07:55:35 +03:00
cheatfate
c43d572ad6 More efficient way on removing callbacks. 2018-05-30 07:42:25 +03:00
cheatfate
6faceb3b8c Added removeCallback() test. 2018-05-30 07:35:27 +03:00
cheatfate
490f8484ca Update README. 2018-05-30 06:35:58 +03:00
cheatfate
4f670ac7e8 Update documentation in README. 2018-05-30 06:34:58 +03:00
cheatfate
ebbb5b73ef Updated README. 2018-05-30 06:32:47 +03:00
Zahary Karadjov
b77e0417bc reviewed most of the code 2018-05-29 21:45:50 +03:00
alexm-status
645108813f
Update README.md 2018-05-29 09:49:05 -07:00
alexm-status
e823a52db4
Copy-edited README 2018-05-29 09:24:34 -07:00
cheatfate
758388f7fc Fix compilation error. 2018-05-29 14:22:53 +03:00
cheatfate
3fb9a91cbe Investigated Transport close bug and fixed it.
Removed old integrated tests and hexdump
Removed trailing whitespaces.
2018-05-29 12:59:39 +03:00
cheatfate
e33ed13fb5 Updated README. 2018-05-29 02:45:15 +03:00
cheatfate
3c7273d532 Update README. 2018-05-29 02:38:53 +03:00
cheatfate
edcc628b30 Update README. 2018-05-29 02:37:06 +03:00
cheatfate
5529fc4669 Updated README.
Updated documentation.
2018-05-29 02:35:15 +03:00
cheatfate
e3171a132a Add more documentation.
Add (#7197) test.
2018-05-27 08:49:47 +03:00
cheatfate
9e63caf694 More tests added. 2018-05-25 23:00:32 +03:00
cheatfate
a4528ab705 Add asynchronous posix signal handling.
Add signal tests.
2018-05-25 04:05:13 +03:00
cheatfate
d75487948b Fix testsoon for new behavior. 2018-05-23 15:57:07 +03:00
cheatfate
0853b6a216 Add server pause/resume test. 2018-05-23 14:03:39 +03:00
cheatfate
4f70cb3515 Fix loop behavior. 2018-05-23 14:03:18 +03:00
cheatfate
608924d9f4 Added Future[T] tests. 2018-05-23 02:28:16 +03:00
cheatfate
bd6375d97c Remove compilation hints from tests. 2018-05-23 01:44:16 +03:00
cheatfate
a8212e8910 Added timers test. 2018-05-23 01:29:07 +03:00
cheatfate
874fe9b5fd Added some comments. 2018-05-23 00:03:13 +03:00
cheatfate
898e3602bd One more attempt to fix GC bug. 2018-05-22 19:27:20 +03:00
cheatfate
d28e4d0c49 Enable all tests.
Adding more iterations for UDP stream test.
Fixed bugs in TCP stream.
2018-05-22 18:21:58 +03:00
cheatfate
d0b88b939d Fix nimble file. 2018-05-22 15:08:48 +03:00
cheatfate
871af1b60d Final fix testsoon.nim for all platforms. 2018-05-22 14:08:25 +03:00
cheatfate
7330027f7e Fix testsoon.nim for 32 bit systems. 2018-05-22 13:59:47 +03:00
cheatfate
1ca4415106 Fix callSoon must be initialized for all platforms. 2018-05-22 13:43:42 +03:00
cheatfate
e968091c18 Temporary remove teststream.nim tests.
Add testsoon.nim tests.
2018-05-22 13:18:35 +03:00
cheatfate
fdbeddb49b Fix testsync.nim to remove unnecessary imports.
Refactored new callsoon test testsoon.nim
Replace test1.nim with testsoon.nim
2018-05-22 13:16:56 +03:00
cheatfate
c220b05a4c Optimize asyncsync primitives 2018-05-22 11:51:11 +03:00
cheatfate
c1159286e6 Add more tests variants. 2018-05-22 01:38:13 +03:00
cheatfate
469a7a742d Bump version. 2018-05-22 01:23:21 +03:00
Your Name
ab91baff47 Add AppVeyor badge. 2018-05-22 01:15:34 +03:00
Your Name
e935c7e518 Fix test file path location. 2018-05-22 01:12:30 +03:00
Your Name
9ef76b355e Fix nimble file. 2018-05-22 01:07:11 +03:00
Your Name
52bf688179 Add Travis badge, and trigger first test. 2018-05-22 01:04:49 +03:00
Your Name
138196327e Adding CI configs. 2018-05-22 01:02:20 +03:00
Your Name
23a81b6492 Refactoring, more tests. 2018-05-22 00:52:57 +03:00
Your Name
5c6c723cb9 Fix nasty GC misuse bug 2018-05-18 02:40:42 +03:00
Your Name
302f573683 One more fix for timer.nim on MacOS. 2018-05-17 18:20:58 +03:00
Your Name
0305277a6c One more macos fix. 2018-05-17 12:21:27 +03:00
Your Name
f614223d40 Fix posix_gettimeofday compilation error. 2018-05-17 12:18:23 +03:00
Your Name
570467a306 Attempts to fix #01 2018-05-17 11:45:18 +03:00
cheatfate
868ae64ae0 Fix compilation warning at asyncfutures2.nim
Add spawn procedure
Add usage of spawn procedure in datagram.nim
Some fixes at stream.nim
Increase number of clients in testdatagram.nim
2018-05-16 18:28:23 +03:00