Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
pdw
|
ea03fc6886
|
lib/impure - Dropped 'T' from types
|
2015-06-04 13:17:09 +02:00 |
|
Oleh Prypin
|
32109a7867
|
Don't run non-test code when defined(testing)
|
2015-04-21 14:37:29 +03:00 |
|
Araq
|
17ce01c3e1
|
some progress on documentation building
|
2014-09-17 10:04:36 +02:00 |
|
Araq
|
4523b29d7a
|
Nimrod renamed to Nim
|
2014-08-28 09:59:26 +02:00 |
|
Araq
|
d05df2173b
|
Nimrod renamed to Nim
|
2014-08-28 09:50:51 +02:00 |
|
Grzegorz Adam Hankiewicz
|
72a3e21f28
|
Removes executable bit for text files.
|
2013-03-16 23:53:07 +01:00 |
|
Araq
|
877bd93905
|
fixes #164
|
2012-07-11 12:54:41 +02:00 |
|
Dominik Picheta
|
3294cb10a9
|
Sockets are now buffered and have ssl support through openssl.
|
2012-06-03 19:09:42 +01:00 |
|
Araq
|
4f1b89c30c
|
year 2012 for most copyright headers
|
2012-01-02 23:07:35 +01:00 |
|
Araq
|
0f37d0e1f2
|
sockets.recv optimizations; stdlib now supports taint mode
|
2011-09-24 20:22:53 +02:00 |
|
Araq
|
5b28d08203
|
non-nil AST; continue after errors for IDE support
|
2011-02-12 19:24:20 +01:00 |
|
dom96
|
8733886e53
|
Added a close function to the ssl module.
|
2010-10-27 19:06:25 +01:00 |
|
Araq
|
1dd9ec85b2
|
bugfix: typo in SMTP module; SCGI module finished
|
2010-10-25 23:49:48 +02:00 |
|
dom96
|
beb9e3d325
|
ssl.connect now returns the result of the certificate validation.
|
2010-10-23 23:35:47 +01:00 |
|
dom96
|
293563ee11
|
Added {.final.} to objects which are not meant to be inherited, and added an OSError() when recvLine fails.
|
2010-10-23 23:26:08 +01:00 |
|
dom96
|
4922b52dea
|
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
|
2010-10-23 23:02:59 +01:00 |
|
dom96
|
d68782cd38
|
Added an openssl wrapper, ssl module and smtp module.
|
2010-10-23 22:30:56 +01:00 |
|