Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support MySQL on OSX | Endre Karlson | 2015-01-11 | 1 | -5/+9 |
| | |||||
* | Merge pull request #1835 from def-/mysql-lib-version | Varriount | 2015-01-05 | 1 | -1/+1 |
|\ | | | | | Allow higher versions of libmysqlclient | ||||
| * | Allow higher versions of libmysqlclient | def | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | Fixes nim-lang/nimble#84 | Dominik Picheta | 2015-01-05 | 1 | -1/+1 |
|/ | |||||
* | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵ | Araq | 2014-12-28 | 1 | -1/+10 |
| | | | | functions to CRYPTO_set_mem_functions | ||||
* | improved error msgs and refactored close in the net module | Will Szumski | 2014-12-17 | 1 | -3/+10 |
| | |||||
* | func is now a keyword, so use 'fn' instead | Araq | 2014-12-15 | 1 | -3/+3 |
| | |||||
* | Update the pattern to prefer the old version | Dustin Lacewell | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Adds some flexibility to the lib name of SDL_ttf to allow for newer ↵ | Dustin Lacewell | 2014-12-03 | 1 | -1/+1 |
| | | | | distributions | ||||
* | docgen works on linux | Araq | 2014-10-27 | 1 | -3/+5 |
| | |||||
* | docgen should work again | Araq | 2014-10-05 | 1 | -30/+30 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | Add postgresql prepared queries and stop relying on string formatting | Erwan Ameil | 2014-08-29 | 1 | -0/+2 |
| | | | | | | | | for sql parameter passing | ||||
* | | updated pdcurses.nim | Araq | 2014-09-19 | 1 | -3/+3 |
| | | |||||
* | | cleaned up openssl.nim a bit | Araq | 2014-09-19 | 1 | -41/+42 |
| | | |||||
* | | updated libcurl.nim | Araq | 2014-09-19 | 1 | -4/+4 |
| | | |||||
* | | cleaned up iup.nim | Araq | 2014-09-19 | 1 | -501/+501 |
| | | |||||
* | | cleaned up expat wrapper | Araq | 2014-09-19 | 1 | -76/+76 |
| | | |||||
* | | cleaned up various modules | Araq | 2014-09-19 | 6 | -24/+24 |
| | | |||||
* | | updated graphics.nim | Araq | 2014-09-18 | 1 | -13/+13 |
| | | |||||
* | | updated SDL wrapper | Araq | 2014-09-18 | 8 | -747/+732 |
| | | |||||
* | | CS fixes for zlib.nim | Dominik Picheta | 2014-09-17 | 1 | -72/+72 |
| | | |||||
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -2/+2 |
| | | |||||
* | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 3 | -99/+99 |
| | | |||||
* | | updated iup.nim; made tests green | Araq | 2014-08-31 | 2 | -568/+568 |
| | | |||||
* | | Async SSL support. | Dominik Picheta | 2014-08-31 | 1 | -17/+34 |
| | | |||||
* | | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 1 | -8/+8 |
| | | |||||
* | | updated db_sqlite.nim | Araq | 2014-08-29 | 1 | -3/+3 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 7 | -7/+7 |
|/ | |||||
* | Removed zmq wrapper. | Dominik Picheta | 2014-08-13 | 1 | -322/+0 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -8/+2 |
| | |||||
* | Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵ | Clay Sweetser | 2014-05-31 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini | ||||
| * | Removes accidental module docstring. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1126 from fowlmouth/patch-1 | Andreas Rumpf | 2014-05-31 | 1 | -0/+67 |
|\ \ | | | | | | | added md5 functions from <openssl/md5.h> | ||||
| * | | i left an {.importc.} in there | Billingsly Wetherfordshire | 2014-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | added md5 functions from <openssl/md5.h> | Billingsly Wetherfordshire | 2014-04-20 | 1 | -0/+67 |
| |/ | |||||
* | | pdcurses wrapper compiles again | Araq | 2014-05-25 | 1 | -5/+3 |
| | | |||||
* | | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made ↵ | Charlie Barto | 2014-05-10 | 1 | -1/+1 |
| | | | | | | | | sockets.nim exclude the sslv2 code on BSD | ||||
* | | changed pointer to array in sqlite callback | Simon Hafner | 2014-04-21 | 1 | -3/+3 |
|/ | |||||
* | added an sqlite constant | Simon Hafner | 2014-04-16 | 1 | -0/+1 |
| | |||||
* | Uses finally as statement to release zlib memory. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -2/+3 |
| | |||||
* | Uses swap() to avoid variable copies. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -4/+4 |
| | |||||
* | Modifies inflate() to return a discardable bool. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -13/+4 |
| | |||||
* | Adds convenience uncompress and inflate procs to zlib. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -0/+134 |
| | | | | | | The new uncompress() version doesn't require you to know the size of the inflated destination buffer. The inflate() proc wraps it for convenience on a var string type. | ||||
* | VM: endless loop prevention | Araq | 2014-03-24 | 1 | -1204/+0 |
| | |||||
* | Provide zlib version explicit on Linux. | Michał Zieliński | 2014-03-13 | 1 | -1/+1 |
| | | | | | | - workaround for Gentoo (#987), - also, it's a good practice to provide ABI version in calls to dlopen, so if zlib ever changes ABI, wrappers won't break siliently. | ||||
* | zmq: remove unnecessary 'var' decls from high-level procs | Michał Zieliński | 2014-03-05 | 1 | -4/+3 |
| | |||||
* | fixes #612 | Araq | 2014-02-11 | 1 | -0/+1 |
| | |||||
* | Merge pull request #875 from EXetoC/mongo | Andreas Rumpf | 2014-02-06 | 1 | -17/+35 |
|\ | | | | | A first attempt at fixing the MongoDB modules. | ||||
| * | A first attempt at fixing the MongoDB modules. | EXetoC | 2014-02-02 | 1 | -17/+35 |
| | |