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
/
impure
/
ssl.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-13
/
+13
|
|
|
|
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
*
lib/impure - Dropped 'T' from types
pdw
2015-06-04
1
-6
/
+7
|
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
|
*
some progress on documentation building
Araq
2014-09-17
1
-16
/
+16
|
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
|
*
fixes #164
Araq
2012-07-11
1
-4
/
+4
|
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
1
-0
/
+2
|
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
|
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-3
/
+3
|
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
1
-0
/
+0
|
*
Added a close function to the ssl module.
dom96
2010-10-27
1
-0
/
+6
|
*
bugfix: typo in SMTP module; SCGI module finished
Araq
2010-10-25
1
-2
/
+2
|
*
ssl.connect now returns the result of the certificate validation.
dom96
2010-10-23
1
-5
/
+3
|
*
Added {.final.} to objects which are not meant to be inherited, and added an ↵
dom96
2010-10-23
1
-1
/
+1
|
|
|
|
OSError() when recvLine fails.
*
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
dom96
2010-10-23
1
-8
/
+17
|
*
Added an openssl wrapper, ssl module and smtp module.
dom96
2010-10-23
1
-0
/
+81