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
/
net.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
export `parseIpAddress` proc
Bruce Doan
2016-01-27
1
-1
/
+1
|
*
|
make it gc-safe #2692
Bruce Doan
2016-01-26
1
-93
/
+94
*
|
|
fixes #3789
Andreas Rumpf
2016-01-31
1
-1
/
+1
|
/
/
*
/
Fixed deprecation warnings while Nim compiles.
Hans Raaf
2016-01-18
1
-1
/
+1
|
/
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-4
/
+4
*
raise with error message
Aman Gupta
2015-09-23
1
-1
/
+1
*
disable SSLv2
Aman Gupta
2015-09-23
1
-4
/
+1
*
avoid referencing undefined SSLv2_method on mac osx
Aman Gupta
2015-09-22
1
-1
/
+1
*
Implements getPeerAddr/getPeerName on Windows and adds IDX.
Dominik Picheta
2015-09-15
1
-2
/
+6
*
Provide access to getsockname()/getpeername().
Reimer Behrends
2015-09-14
1
-0
/
+8
*
Use raiseOSError with additionalInfo parameter from devel
Sloane Simmons
2015-07-04
1
-6
/
+4
*
Fixes socket problems on Windows and normalises some names.
Dominik Picheta
2015-06-29
1
-14
/
+23
*
Adjustments to #2610.
Dominik Picheta
2015-06-22
1
-4
/
+5
*
Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttls
Dominik Picheta
2015-06-22
1
-53
/
+80
|
\
|
*
Make the post-connection wrapSocket() call available in both the synchronous ...
Wim Lewis
2015-04-26
1
-1
/
+28
*
|
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/e-o - Dropped 'T' from types
pdw
2015-06-04
1
-19
/
+20
|
/
/
*
/
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-5
/
+5
|
/
*
Remvoe the visibility on these, given their forward declarations already
Nathan Hoad
2015-03-08
1
-2
/
+2
*
isIpAddress doesn't have any effects, so fix it up to clean up connect.
Nathan Hoad
2015-03-08
1
-2
/
+2
*
Make IP address checking more obvious, and add tests for the net module.
Nathan Hoad
2015-03-07
1
-3
/
+13
*
Add SNI support to client and server sockets.
Nathan Hoad
2015-03-07
1
-15
/
+24
*
Add SSLFree after SLShutdown to prevent memory leak
wiffel
2015-02-24
1
-0
/
+2
*
Remove pointless winlean import in net module.
Dominik Picheta
2015-02-21
1
-3
/
+0
*
Update net.nim - fix #2193
Varriount
2015-02-21
1
-2
/
+5
*
Sockets now save a copy of osLastError to work around #2191.
Dominik Picheta
2015-02-21
1
-4
/
+22
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
fixed minor bugs; cleaned up tests
Araq
2015-02-12
1
-2
/
+7
*
fixes the integer conversion regressions
Araq
2015-01-13
1
-3
/
+3
*
make net.nim compile again (quick workaround for a regression)
Araq
2015-01-13
1
-3
/
+3
*
Merge pull request #1889 from ramnes/devel
Andreas Rumpf
2015-01-07
1
-1
/
+1
|
\
|
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
|
minor cleanups
Araq
2015-01-07
1
-1
/
+1
|
/
*
Fixes #1745.
Dominik Picheta
2014-12-26
1
-16
/
+17
*
ensure file descriptor is closed
Will Szumski
2014-12-18
1
-13
/
+15
*
realised extra parameter was unnecessary
Will Szumski
2014-12-17
1
-13
/
+7
*
improved error msgs and refactored close in the net module
Will Szumski
2014-12-17
1
-8
/
+32
*
Fix some deprecation warnings caused by renames
def
2014-11-13
1
-14
/
+14
*
Implement SO_REUSEADDR for asyncnet and asynchttpserver.
Dominik Picheta
2014-11-07
1
-1
/
+2
*
docgen works on linux
Araq
2014-10-27
1
-2
/
+2
*
Adds socket creation for arbitrary domain, type and protocol.
Dominik Picheta
2014-09-18
1
-0
/
+9
*
NimFix on net and rawsockets modules.
Dominik Picheta
2014-09-13
1
-4
/
+4
*
Fix net module on Linux.
Dominik Picheta
2014-08-31
1
-1
/
+1
*
Async SSL support.
Dominik Picheta
2014-08-31
1
-7
/
+8
*
Fixes SSL case sensitive issues.
Dominik Picheta
2014-08-30
1
-30
/
+30
*
Case sensitivity fixes for Posix.
Dominik Picheta
2014-08-30
1
-1
/
+1
*
Case fixes for network modules.
Dominik Picheta
2014-08-30
1
-18
/
+20
*
big rename
Araq
2014-08-28
1
-3
/
+3
[prev]
[next]