cheatfate
|
708e581c62
|
One more initTAddress().
|
2018-06-14 10:15:31 +03:00 |
cheatfate
|
525aaf6837
|
Comment out asyncmacro2 skipStmtList().
Many changes in datagram.nim.
Fixed testdatagram.nim.
Fixed testserver.nim.
|
2018-06-14 09:49:59 +03:00 |
cheatfate
|
978203691e
|
Add `var` arguments to GC procedures, to disallow runtime exceptions.
|
2018-06-11 23:50:45 +03:00 |
cheatfate
|
d2b93f309b
|
Fix createStreamServer[T]().
Add test for bug with createStreamServer[T]().
|
2018-06-11 22:54:08 +03:00 |
cheatfate
|
3d6ce0f509
|
Fix asyncmacro2.nim to follow latest changes on upstream.
Fix unix acceptLoop started on server creation.
|
2018-06-11 10:16:08 +03:00 |
cheatfate
|
deb22a8b4a
|
Fix Linux.
|
2018-06-11 02:21:36 +03:00 |
cheatfate
|
5815897de6
|
Fix windows asyncLoop.
Fix OSError -> TransportOSError.
Add inherited objects initialization.
Add tests for inherited objects.
|
2018-06-11 02:08:17 +03:00 |
cheatfate
|
0ee9a148c7
|
Fix for TransportAddress resolveTAddress behavior.
Added more tests for TransportAddress.
|
2018-06-10 03:55:19 +03:00 |
cheatfate
|
179e6cf834
|
Fix asyncloop, to properly clear reader/writer data.
|
2018-06-08 08:42:48 +03:00 |
cheatfate
|
de7e0f41e9
|
Fix connect() bug.
|
2018-06-07 22:07:17 +03:00 |
cheatfate
|
3ad36cc4c1
|
Fix duplicates in getAddrInfo().
|
2018-06-07 21:27:39 +03:00 |
cheatfate
|
3842120217
|
Temporary disable DatagramServer test.
|
2018-06-07 19:06:41 +03:00 |
cheatfate
|
5dd9c0b177
|
Fix testaddress.nim test.
|
2018-06-07 18:51:00 +03:00 |
cheatfate
|
6709d0b78d
|
Added IPv6 specific test for resolveTAddress.
|
2018-06-07 15:05:22 +03:00 |
cheatfate
|
349bdd5cdf
|
Fixed bug in stop StreamServer, when it not started yet.
Fixed some arguments' types.
|
2018-06-07 11:05:06 +03:00 |
cheatfate
|
48880c6e4e
|
Fix all().
Add getUserData(server: StreamServer)
|
2018-06-07 09:17:59 +03:00 |
cheatfate
|
a5be5303e3
|
Add resolveTAddress(string, Port) and test for it.
|
2018-06-07 01:15:31 +03:00 |
cheatfate
|
3eb4a00397
|
Fix testserver.nim according to latest API changes.
|
2018-06-07 00:38:13 +03:00 |
cheatfate
|
14124cf188
|
Fix Unix compilation error.
|
2018-06-07 00:35:32 +03:00 |
cheatfate
|
38f30e0f18
|
Added createStreamServer() for GC userdata types.
|
2018-06-07 00:29:37 +03:00 |
cheatfate
|
c4ae650c34
|
Fixed copyright in timer.nim.
|
2018-06-06 03:22:28 +03:00 |
cheatfate
|
7fda9936d8
|
Removed unnecessary includes and comments.
|
2018-06-06 01:48:03 +03:00 |
cheatfate
|
b8e8d96f3b
|
Fix datagram: for send/sendTo (string, seq[T]) versions.
Fix stream: for write (string, seq[T]) versions
More tests for both datagram/stream.
|
2018-06-05 23:21:07 +03:00 |
cheatfate
|
2e6697d0d7
|
Disable DatagramServer test.
|
2018-06-05 11:44:56 +03:00 |
cheatfate
|
6f8be9f067
|
Attempt to fix datagram bug.
|
2018-06-05 11:31:18 +03:00 |
cheatfate
|
3cb521c920
|
Add datagram transport utility templates send(string) send(seq[byte]).
Fix bugs in stream.nim
Add more tests for stream.nim
|
2018-06-05 08:51:59 +03:00 |
cheatfate
|
2b8eeef7aa
|
Added templates write(string), write(seq[byte])
Added consume()
Added tests for write(string), write(seq[byte]), consume().
|
2018-06-04 19:42:54 +03:00 |
cheatfate
|
f4d4d57ccf
|
Fix for stream.nim double completion.
|
2018-06-04 13:40:41 +03:00 |
cheatfate
|
a834cb1a00
|
Changed server behavior.
Removed pause function.
Updated testserver.
|
2018-06-04 12:57:17 +03:00 |
cheatfate
|
2758abd7a6
|
Fix datagram bugs.
Make changes to asyncloop according to zahary review.
|
2018-06-04 03:54:17 +03:00 |
cheatfate
|
0b7115eba9
|
Remove duplicated code.
Remove accomplished review comments.
|
2018-06-03 02:18:32 +03:00 |
cheatfate
|
262b4d8b89
|
Fix compilation error.
|
2018-06-03 02:06:58 +03:00 |
cheatfate
|
687054219d
|
Combine duplicates.
|
2018-06-03 02:03:48 +03:00 |
cheatfate
|
ac32dd24c3
|
Fix compilation error in testserver.nim.
|
2018-06-02 17:30:36 +03:00 |
cheatfate
|
960b675d62
|
Changed TransportAddress API.
Introduced resolveTAddress().
Added TransportAddress tests.
|
2018-06-02 17:25:26 +03:00 |
cheatfate
|
6985626e1c
|
Test teststream2 renamed to testserver.
Fix compilation errors.
|
2018-05-31 11:10:32 +03:00 |
cheatfate
|
67896b161d
|
Merge branch 'master' of github.com:status-im/nim-asyncdispatch2
|
2018-05-31 11:04:57 +03:00 |
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 |