summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Expand)AuthorAgeFilesLines
* fixes a long standing openssl wrapper bug: pass C compliant allocation functi...Araq2014-12-281-1/+10
* improved error msgs and refactored close in the net moduleWill Szumski2014-12-171-3/+10
* func is now a keyword, so use 'fn' insteadAraq2014-12-151-3/+3
* Update the pattern to prefer the old versionDustin Lacewell2014-12-031-1/+1
* Adds some flexibility to the lib name of SDL_ttf to allow for newer distribut...Dustin Lacewell2014-12-031-1/+1
* docgen works on linuxAraq2014-10-271-3/+5
* docgen should work againAraq2014-10-051-30/+30
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-2/+4
|\
| * Add postgresql prepared queries and stop relying on string formattingErwan Ameil2014-08-291-0/+2
* | updated pdcurses.nimAraq2014-09-191-3/+3
* | cleaned up openssl.nim a bitAraq2014-09-191-41/+42
* | updated libcurl.nimAraq2014-09-191-4/+4
* | cleaned up iup.nimAraq2014-09-191-501/+501
* | cleaned up expat wrapperAraq2014-09-191-76/+76
* | cleaned up various modulesAraq2014-09-196-24/+24
* | updated graphics.nimAraq2014-09-181-13/+13
* | updated SDL wrapperAraq2014-09-188-747/+732
* | CS fixes for zlib.nimDominik Picheta2014-09-171-72/+72
* | some progress on documentation buildingAraq2014-09-171-2/+2
* | More docgen fixes.Dominik Picheta2014-09-133-99/+99
* | updated iup.nim; made tests greenAraq2014-08-312-568/+568
* | Async SSL support.Dominik Picheta2014-08-311-17/+34
* | Fixes SSL case sensitive issues.Dominik Picheta2014-08-301-8/+8
* | updated db_sqlite.nimAraq2014-08-291-3/+3
* | Nimrod renamed to NimAraq2014-08-287-7/+7
|/
* Removed zmq wrapper.Dominik Picheta2014-08-131-322/+0
* distinguish between 'defined' and 'declared'Araq2014-08-111-8/+2
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...Clay Sweetser2014-05-311-2/+2
|\
| * Removes accidental module docstring.Grzegorz Adam Hankiewicz2014-04-191-2/+2
* | Merge pull request #1126 from fowlmouth/patch-1Andreas Rumpf2014-05-311-0/+67
|\ \
| * | i left an {.importc.} in thereBillingsly Wetherfordshire2014-04-201-1/+1
| * | added md5 functions from <openssl/md5.h>Billingsly Wetherfordshire2014-04-201-0/+67
| |/
* | pdcurses wrapper compiles againAraq2014-05-251-5/+3
* | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made so...Charlie Barto2014-05-101-1/+1
* | changed pointer to array in sqlite callbackSimon Hafner2014-04-211-3/+3
|/
* added an sqlite constantSimon Hafner2014-04-161-0/+1
* Uses finally as statement to release zlib memory. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-2/+3
* Uses swap() to avoid variable copies. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-4/+4
* Modifies inflate() to return a discardable bool. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-13/+4
* Adds convenience uncompress and inflate procs to zlib.Grzegorz Adam Hankiewicz2014-03-291-0/+134
* VM: endless loop preventionAraq2014-03-241-1204/+0
* Provide zlib version explicit on Linux.Michał Zieliński2014-03-131-1/+1
* zmq: remove unnecessary 'var' decls from high-level procsMichał Zieliński2014-03-051-4/+3
* fixes #612Araq2014-02-111-0/+1
* Merge pull request #875 from EXetoC/mongoAndreas Rumpf2014-02-061-17/+35
|\
| * A first attempt at fixing the MongoDB modules.EXetoC2014-02-021-17/+35
* | merged #823 against develAraq2014-02-021-10/+14
|/
* case consistency improvementsAraq2014-01-111-2/+2
* case consistency: niminstAraq2013-12-291-54/+54
* case consistency part 6Araq2013-12-281-9/+9