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
*
Implement SSL SNI hostname setting for asyncnet.
Dominik Picheta
2017-02-08
1
-0
/
+5
*
deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...
Andreas Rumpf
2017-01-30
1
-2
/
+2
*
Add async IO overview to asyncnet module docs.
Dominik Picheta
2017-01-06
1
-1
/
+39
*
Add OptReuseAddr to example and handle closing
Federico Ceratto
2017-01-02
1
-0
/
+2
*
Fixes #4587.
Dominik Picheta
2016-09-25
1
-2
/
+19
*
Fixes #3847.
Dominik Picheta
2016-09-25
1
-6
/
+24
*
Removed tests with `asyncio`.
cheatfate
2016-09-07
1
-3
/
+8
*
Some small fixes to changes introduced by #4683.
Dominik Picheta
2016-09-06
1
-0
/
+2
*
Revert function names scheme due to the @dom96 comment
Anatoly Galiulin
2016-09-06
1
-4
/
+4
*
Fix typo
Anatoly Galiulin
2016-09-06
1
-1
/
+1
*
Add async IO operations with buffers on files and sockets
Anatoly Galiulin
2016-09-06
1
-3
/
+64
*
Fix broken asyncnet module.
Dominik Picheta
2016-06-03
1
-1
/
+1
*
Fixed some warnings in httpclient, net, and openssl.
Dominik Picheta
2016-04-04
1
-4
/
+2
*
Improved asyncnet docs (SSL procs now shown). Deprecated handshake.
Dominik Picheta
2016-04-04
1
-9
/
+11
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-5
/
+6
*
Fixes asyncnet.recvLine. Fixes #3346.
Dominik Picheta
2015-09-19
1
-0
/
+1
*
Reintroduce FutureVar[T] from commit 72b4912c84b16644657.
Dominik Picheta
2015-09-11
1
-9
/
+25
*
Free SSL handler to avoid memory leaks
Bruce Doan
2015-07-31
1
-1
/
+1
*
Fixes socket problems on Windows and normalises some names.
Dominik Picheta
2015-06-29
1
-15
/
+22
*
Make newAsyncSocket AF_INET6 the default domain.
Andrew Yourtchenko
2015-06-23
1
-1
/
+1
*
Make asyncnet.bindAddr IPv4+IPv6 compatible.
Andrew Yourtchenko
2015-06-23
1
-15
/
+12
*
Adjustments to #2610.
Dominik Picheta
2015-06-22
1
-1
/
+10
*
Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttls
Dominik Picheta
2015-06-22
1
-0
/
+9
|
\
|
*
Make the post-connection wrapSocket() call available in both the synchronous ...
Wim Lewis
2015-04-26
1
-9
/
+4
|
*
Add a handshake parameter to wrapSocket() to allow it to work on an already-c...
Wim Lewis
2015-04-23
1
-1
/
+15
*
|
Merge branch 'exportnewsocket' of https://github.com/boopcat/Nim into boopcat...
Dominik Picheta
2015-06-05
1
-3
/
+3
|
\
\
|
*
|
Export newSocket(fd) from net.nim and standardize args in net/asyncnet
boopcat
2015-05-30
1
-3
/
+3
*
|
|
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-10
/
+10
|
/
/
*
|
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
[next]