index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
asyncnet.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add warning about recvLineInto being bound to change
def
2015-04-26
1
-0
/
+3
*
Revert "Introduce FutureVar[T] to make recvLineInto safer."
def
2015-04-26
1
-29
/
+9
*
Fix asyncdispatch on Windows.
Dominik Picheta
2015-04-24
1
-112
/
+0
*
Introduce FutureVar[T] to make recvLineInto safer.
Dominik Picheta
2015-04-24
1
-9
/
+29
*
Some small cleanup.
Dominik Picheta
2015-04-23
1
-2
/
+2
*
Merge branch 'clean-speedup-2' of https://github.com/def-/Nim into def--clean...
Dominik Picheta
2015-04-23
1
-42
/
+189
|
\
|
*
Some style cleanup
def
2015-03-17
1
-3
/
+3
|
*
Move recvInto to asyncnet and don't export it
def
2015-03-17
1
-8
/
+120
|
*
Don't export readInto* templates
def
2015-03-17
1
-2
/
+2
|
*
Make recvLineInto a proc instead of template
def
2015-03-17
1
-50
/
+48
|
*
Speed up asynchttpserver significantly using all the previous changes
def
2015-03-17
1
-1
/
+1
|
*
Make asyncnet usable when avoiding allocations.
def
2015-03-17
1
-61
/
+98
*
|
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
|
/
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Fixes asynchttpsever.
Dominik Picheta
2014-12-26
1
-0
/
+4
*
Fixes #1745.
Dominik Picheta
2014-12-26
1
-10
/
+25
*
Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759.
Dominik Picheta
2014-12-24
1
-3
/
+3
*
Fix some deprecation warnings caused by renames
def
2014-11-13
1
-40
/
+40
*
Implement SO_REUSEADDR for asyncnet and asynchttpserver.
Dominik Picheta
2014-11-07
1
-0
/
+13
*
Fixes asyncnet example.
Dominik Picheta
2014-09-18
1
-1
/
+2
*
Adds socket creation for arbitrary domain, type and protocol.
Dominik Picheta
2014-09-18
1
-0
/
+4
*
Add bool to determine if socket has been closed.
Dominik Picheta
2014-09-16
1
-1
/
+3
*
Lots of documentation improvements for asyncdispatch.
Dominik Picheta
2014-09-12
1
-4
/
+14
*
Fixes httpclient SSL issue. Implements unbuffered SSL recv. Ref #1487.
Dominik Picheta
2014-09-06
1
-21
/
+33
*
Fixes asynchttpserver.
Dominik Picheta
2014-09-01
1
-2
/
+2
*
Async SSL support.
Dominik Picheta
2014-08-31
1
-18
/
+156
*
Case fixes for network modules.
Dominik Picheta
2014-08-30
1
-15
/
+15
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
big rename
Araq
2014-08-27
1
-6
/
+8
*
Fix asyncnet example. Rearrange net code.
Dominik Picheta
2014-08-10
1
-2
/
+2
*
Added SafeDisconn for accept.
Dominik Picheta
2014-08-10
1
-4
/
+5
*
Fixes incorrect async exception handling. Adds sleepAsync.
Dominik Picheta
2014-08-09
1
-2
/
+2
*
Implement safe flags for socket operations.
Dominik Picheta
2014-07-13
1
-17
/
+20
*
Fix broken async tests.
Dominik Picheta
2014-07-13
1
-1
/
+1
*
Many async optimisations.
Dominik Picheta
2014-07-12
1
-22
/
+52
*
Rename asyncdispatch.close to asyncdispatch.closeSocket.
Dominik Picheta
2014-05-23
1
-1
/
+1
*
Fixes buffered recv in asyncnet.
Dominik Picheta
2014-04-30
1
-11
/
+17
*
Implemented buffering for asynchronous sockets.
Dominik Picheta
2014-04-13
1
-2
/
+36
*
fixes for asynchttpserver
Andreas Rumpf
2014-04-13
1
-0
/
+1
*
Updates docs and news.
Dominik Picheta
2014-04-06
1
-0
/
+38
*
Async httpclient should now work. Changed recv behaviour.
Dominik Picheta
2014-04-03
1
-2
/
+3
*
Implemented async for httpclient.
Dominik Picheta
2014-03-26
1
-1
/
+1
*
Move asyncdispatch tests to asyncnet.
Dominik Picheta
2014-03-26
1
-34
/
+74
*
Moved the global dispatcher to asyncdispatch.
Dominik Picheta
2014-03-23
1
-11
/
+19
*
Many renames. Created high level asyncnet module.
Dominik Picheta
2014-03-22
1
-0
/
+147