Araq
df1e7b8021
Merge branch 'master' of github.com:Araq/Nimrod
2012-12-26 22:48:48 +01:00
Araq
81b718641c
small improvements for FFI
2012-12-26 22:48:34 +01:00
Dominik Picheta
f83881dd4e
Fixed symbol conflict in the sockets module on Windows.
2012-12-23 14:31:16 +00:00
Dominik Picheta
da609fc445
Fixed many deprecation warnings. asyncio.recvLine now throws an
...
exception when an error occurs. Added sockets.SocketError.
2012-12-23 14:05:16 +00:00
Dominik Picheta
3cbac13546
Rewrote the implementation of parsing chunked transfer coding in
...
httpclient. Fixes #272 .
2012-12-23 11:22:42 +00:00
Dominik Picheta
6cb8edfce9
recvLine now works with unbuffered ssl sockets.
...
Added higher level recv functions.
2012-12-22 23:03:28 +00:00
Grzegorz Adam Hankiewicz
acfe55ab90
Adds macosx dynamic library name for libiconv.
...
Also adds some verbosity to the implicit test.
2012-12-17 20:15:43 +01:00
Grzegorz Adam Hankiewicz
afff026dbd
Adds hyperlink to system module to explain TFileMode type.
2012-12-11 23:08:09 +01:00
Grzegorz Adam Hankiewicz
545a7577e5
Adds json usage example.
2012-12-11 23:08:09 +01:00
Grzegorz Adam Hankiewicz
d9dab30c14
Documents json [] accesors, raises explicit exception.
2012-12-11 22:30:29 +01:00
Grzegorz Adam Hankiewicz
3ff2f7fbbc
Adds to split() a code example using a set of separators.
2012-12-11 22:30:29 +01:00
Dominik Picheta
63112696b0
Fixes SSL implementation of sendAsync.
2012-12-08 19:27:00 +00:00
Dominik Picheta
d6632ad973
Fixes #268
2012-12-08 19:04:45 +00:00
Araq
1dc362dcd4
compiler support for babel
2012-12-07 17:20:51 +01:00
Araq
c5826ec1fb
fixes #266
2012-12-05 22:58:52 +01:00
Araq
0834224070
disable SSLv2_method for ubuntu
2012-12-03 21:48:12 +01:00
Araq
8948a97151
bugfix: 'not nil' and 'shared' types
2012-12-02 20:02:42 +01:00
Dominik Picheta
0916137287
Fixes error in httpclient.
2012-12-02 13:45:28 +00:00
Dominik Picheta
fa198f5be1
Fixes SSL httpclient and problems with hidden path splitting in OS.
...
Added babel's libs dir to Nimrod's path.
2012-12-02 13:21:21 +00:00
Araq
9c0355a13f
Merge branch 'master' of github.com:Araq/Nimrod
2012-12-01 19:11:04 +01:00
Araq
c98e3d2c27
implements 'export' feature
2012-12-01 19:10:47 +01:00
Dominik Picheta
10d13d5032
Fixed IRC test.
2012-12-01 16:38:33 +00:00
Dominik Picheta
336da8f44e
IRC module is now saner at the expense of a little API breakage.
...
Added warnings for unstable APIs to modules that use AsyncIO.
2012-12-01 16:04:59 +00:00
Araq
476f6fc8ee
sockets: proper bugfix for solaris
2012-11-22 08:08:54 +01:00
Araq
1dfc57c5ff
bugfix: sockets with SSL support
2012-11-20 22:04:45 +01:00
Araq
67d9933eb3
sockets.nim: bugfix for solaris
2012-11-20 21:40:22 +01:00
Araq
c4b7a3e545
docs should build under doc2; unittests of times.nim compile under 32bit; small bugfix for the tester
2012-11-20 21:28:55 +01:00
Araq
db80038c37
Merge branch 'master' of github.com:Araq/Nimrod
2012-11-18 13:35:05 +01:00
Araq
ec9b1f78e1
annotated effects of modules: os, sockets, times
2012-11-18 13:34:48 +01:00
Dominik Picheta
ddf4449442
Fixes bug in scgi module: client socket was not initialised properly.
2012-11-18 11:21:51 +00:00
Araq
1c17d3e841
Merge branch 'master' of github.com:Araq/Nimrod
2012-11-18 01:41:28 +01:00
Araq
3c0a6a8962
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
2012-11-18 01:36:20 +01:00
Dominik Picheta
c841a09592
Async fixes for IRC module.
2012-11-18 00:21:33 +00:00
Dominik Picheta
1047c4414c
Fixed a bug relating to changing nicknames and message origin in the IRC module.
2012-11-17 21:16:27 +00:00
Araq
515cf985f4
made some tests green
2012-11-07 01:08:31 +01:00
Dominik Picheta
76c4b0516a
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
2012-11-04 22:30:19 +00:00
Araq
42d0911d6a
nimbuild should work again
2012-11-01 01:11:48 +01:00
Araq
2133fbfcce
bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system
2012-10-30 22:29:03 +01:00
Dominik Picheta
f9775e1fe9
Redis fixed to use unbuffered sockets.
2012-10-21 18:58:12 +01:00
Araq
fe7dd31b61
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-10 01:03:04 +02:00
Araq
d43febf81e
first version of a memory profiler
2012-10-10 00:41:34 +02:00
Dominik Picheta
8f3dc6ebd3
Fixes segfault in db_sqlite. Fixes problems with times.format.
2012-10-07 15:37:12 +01:00
Zahary Karadjov
d9d82fb0af
syntax compatibility between do blocks and stmt blocks
...
See the section `do notation` in the manual for more info.
* nkMacroStmt has been removed
Macro statements are now mapped to regular nkCall nodes.
The support for additional clauses (such as else, except, of, etc)
have been restored - they will now appear as additional arguments
for the nkCall node (as nkElse, nkExcept, etc nodes)
* fixed some regressions in the `is` operator and semCompiles
2012-10-04 15:37:26 +03:00
Zahary Karadjov
9c8bc3a244
the is operator now works with type classes and type variables
...
bugfixes:
the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
2012-10-03 01:59:49 +03:00
Dominik Picheta
e314da76b9
Fixes async scgi.
2012-09-28 18:45:31 +01:00
Araq
36efc380dd
website improvements; better opengl wrapper (still broken)
2012-09-28 00:22:07 +02:00
Dominik Picheta
15dcb9a6a6
Added close() to async versions of scgi and httpserver.
2012-09-23 16:04:17 +01:00
Dominik Picheta
d00cb877fd
Fixes sockets.recvFrom not setting length of data.
2012-09-23 01:31:49 +01:00
Dominik Picheta
6c6f9e6674
Ftpclient now fully works both synchronously and asynchronously.
...
Fixed some deprecation doc messages. And some issues with asyncio.
2012-09-22 16:39:51 +01:00
Dominik Picheta
be1a709e7e
ftpclient fixed but causes an issue with the code generator and
...
therefore does not compile.
Asyncio: Added handleWrite event and an ability to wrap an already
initialised TSocket to a PAsyncSocket.
Fixed tircbot test.
2012-09-21 20:39:47 +01:00