summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* next steps for FFI at compile timeAraq2013-01-022-167/+177
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-266-170/+255
|\
| * Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
| |
| * Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
| |
| * Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-234-76/+153
| | | | | | | | exception when an error occurs. Added sockets.SocketError.
| * Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| | | | | | | | httpclient. Fixes #272.
| * recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
| | | | | | | | Added higher level recv functions.
* | small improvements for FFIAraq2012-12-262-5/+17
|/
* bugfix: openssl import for macosxAraq2012-12-191-5/+5
|
* Merge pull request #276 from gradha/pr_adds_macosx_libiconv_nameAraq2012-12-181-4/+11
|\ | | | | Adds macosx dynamic library name for libiconv.
| * Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
| | | | | | | | Also adds some verbosity to the implicit test.
* | first steps for FFI support at compile timeAraq2012-12-191-0/+149
|/
* Adds hyperlink to system module to explain TFileMode type.Grzegorz Adam Hankiewicz2012-12-111-1/+2
|
* Adds json usage example.Grzegorz Adam Hankiewicz2012-12-111-0/+17
|
* Transforms httpclient into hyperlink for ease of use.Grzegorz Adam Hankiewicz2012-12-111-1/+2
|
* Documents json [] accesors, raises explicit exception.Grzegorz Adam Hankiewicz2012-12-111-2/+6
|
* Adds to split() a code example using a set of separators.Grzegorz Adam Hankiewicz2012-12-111-1/+18
|
* Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
|
* Fixes #268Dominik Picheta2012-12-083-18/+65
|
* compiler support for babelAraq2012-12-071-1/+13
|
* fixes #266Araq2012-12-051-3/+1
|
* disable SSLv2_method for ubuntuAraq2012-12-031-1/+4
|
* bugfix: 'not nil' and 'shared' typesAraq2012-12-022-0/+4
|
* Fixes error in httpclient.Dominik Picheta2012-12-021-1/+1
|
* Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-022-12/+22
| | | | Added babel's libs dir to Nimrod's path.
* first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-2/+8
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-015-88/+108
|\
| * Fixed IRC test.Dominik Picheta2012-12-011-5/+7
| |
| * IRC module is now saner at the expense of a little API breakage.Dominik Picheta2012-12-015-93/+111
| | | | | | | | Added warnings for unstable APIs to modules that use AsyncIO.
* | implements 'export' featureAraq2012-12-011-0/+5
|/
* implemented 'import except'Araq2012-11-281-3/+5
|
* first steps for the 'export' featureAraq2012-11-281-2/+8
|
* Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-243-13/+21
|\ | | | | Documents NULL to "" db_* transformation and return values.
| * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
| |
* | sockets: proper bugfix for solarisAraq2012-11-221-1/+1
| |
* | Merge pull request #260 from exhu/masterAraq2012-11-211-0/+7
|\ \ | | | | | | base() proc for typeinfo module
| * | Added base() proc to typeinfo.Yury Benesh2012-11-211-0/+7
| | |
* | | added 2 necessary node kindsAraq2012-11-211-1/+4
|/ /
* | almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-2/+2
| |
* | bugfix: sockets with SSL supportAraq2012-11-201-4/+5
| |
* | sockets.nim: bugfix for solarisAraq2012-11-201-0/+2
| |
* | fixes #256 (I hope)Araq2012-11-201-1/+1
| |
* | docs should build under doc2; unittests of times.nim compile under 32bit; ↵Araq2012-11-201-5/+7
| | | | | | | | small bugfix for the tester
* | doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-6/+11
| |
* | fixes #250Araq2012-11-195-15/+17
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-181-1/+2
|\
| * Fixes bug in scgi module: client socket was not initialised properly.Dominik Picheta2012-11-181-1/+2
| |
* | annotated effects of modules: os, sockets, timesAraq2012-11-184-100/+142
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-181-7/+25
|\
| * Async fixes for IRC module.Dominik Picheta2012-11-181-6/+13
| |