summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Expand)AuthorAgeFilesLines
* Add SNI support to client and server sockets.Nathan Hoad2015-03-071-2/+26
* Fix a few more warningsdef2015-02-173-37/+37
* Fix typosFederico Ceratto2015-02-153-10/+10
* Fix typosFederico Ceratto2015-02-154-4/+4
* Fixing dylib name for OSXHans Raaf2015-02-111-1/+1
* Support MySQL on OSXEndre Karlson2015-01-111-5/+9
* Merge pull request #1835 from def-/mysql-lib-versionVarriount2015-01-051-1/+1
|\
| * Allow higher versions of libmysqlclientdef2015-01-021-1/+1
* | Fixes nim-lang/nimble#84Dominik Picheta2015-01-051-1/+1
|/
* 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