Andreas Rumpf
|
1324b2f787
|
Enable --gc:orc testing for nim-chronos (#161)
* enable --gc:orc testing on nim devel (1.5.x)
|
2021-03-03 20:04:09 +02:00 |
Eugene Kabanov
|
ac9b3e304f
|
Fix deadlock for pending write() calls on transport close. (#139)
Add tests for read() and write() deadlocks.
|
2020-11-18 11:30:33 +02:00 |
Eugene Kabanov
|
02b8da986b
|
Add accept() call (#103)
* Add accept() call and tests.
* Fix rare fd leaks on Windows.
* Fix compilation warnings.
* Add fd leak test.
* Bump version to 2.4.0.
|
2020-06-24 11:21:52 +03:00 |
Kim De Mey
|
bce0f878d1
|
Remove unreachable raise from initTAddress (#97)
|
2020-05-15 14:09:21 +03:00 |
Jacek Sieka
|
aff69aaf29
|
fix closed error type (#99)
|
2020-05-13 22:45:40 +03:00 |
Jacek Sieka
|
d8f8e3d9fc
|
readMsg branch by @arnetheduck with some changes. (#83)
Co-authored-by: Eugene Kabanov <ka@hardcore.kiev.ua>
|
2020-03-05 10:59:10 +01:00 |
cheatfate
|
64583b4269
|
Fix Windows datagram's AnyAddress issue.
Add test for datagram's AnyAddress.
Bump version to 2.3.6.
|
2020-02-25 23:50:39 +02:00 |
cheatfate
|
73c130abb4
|
Remove usage of getCurrentException().
Bump version to 2.3.4.
|
2019-11-28 20:14:19 +02:00 |
cheatfate
|
b59e759e87
|
Fix #53
|
2019-10-23 14:13:23 +03:00 |
cheatfate
|
317ce3c797
|
Ignore ECONNRESET and EPIPE errors on sending.
Add test for ECONNRESET error.
|
2019-05-28 09:29:00 +03:00 |
cheatfate
|
80ee289847
|
Fix rarely appearing Windows bug with close(transport).
Add tests for it.
Add fromProc for all Future[T] in transports.
Add testall to improve tests speed.
Bump version to 2.2.4.
|
2019-03-31 00:31:10 +02:00 |
cheatfate
|
51c87bf090
|
Fix to allow parsing of addresses with 0 port.
|
2019-03-27 21:42:46 +02:00 |
Ștefan Talpalaru
|
685665ad21
|
assert() -> doAssert()
|
2019-03-14 04:03:32 +01:00 |
Mamy Ratsimbazafy
|
9f15c6b752
|
Rebrand Asyncdispatch2 to Chronos [WIP] (#20)
* Update file headers, copyright date
* Rename files and hopefully fix nimble
* Forgot to change path in tests
* Update readme
|
2019-02-06 15:49:11 +01:00 |