summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Fixed malformed pragmapatrick dw2015-06-061-1/+1
|
* Updated usage of deprecated typespatrick dw2015-06-062-25/+25
|
* Renaming fixes in sdl.nimpatrick dw2015-06-061-23/+27
|
* lib/wrappers/s-z - Dropped 'T' from typespdw2015-06-0415-540/+613
|
* lib/wrappers/c-r - Dropped 'T' from typespdw2015-06-0414-1310/+1459
|
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* Fix a flag in PCRE: change to 'usePcreHeader'Oleh Prypin2015-04-101-1/+1
|
* Change datatypes and remove broken editable procs from PCREOleh Prypin2015-04-101-23/+11
|
* Update and improve PCRE wrapperOleh Prypin2015-04-101-307/+463
| | | | | | | - Version 8.36 (was 8.31) - Support for editable functions - Name arguments according to docs - Cosmetics
* Make iup wrapper work with iup 3.1def2015-04-041-114/+114
|
* do not set mem functions on osxHarald Lapp2015-03-121-1/+1
|
* Refine the definition of the server name callbcak.Nathan Hoad2015-03-081-3/+2
|
* Some more documentation for the SNI related procs.Nathan Hoad2015-03-081-0/+12
|
* Don't support old versions of OpenSSL.Nathan Hoad2015-03-081-1/+1
|
* Add some documentation to the server-side callback functions.Nathan Hoad2015-03-071-0/+3
|
* 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
| | | | I don't know if the (15|16...) is supposed to work on OSX. I have "libmysqlclient.18.dylib" in my lib directory and get "could not load: libmysqlclient.(15|16|17[18).dylib" on execution. After removing the pattern I can run my little example program and it works as "libmysqlclient.dylib" is a softlink to the current version anyway.
* 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 libmysqlclient
| * 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 ↵Araq2014-12-281-1/+10
| | | | functions to CRYPTO_set_mem_functions
* 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 ↵Dustin Lacewell2014-12-031-1/+1
| | | | distributions
* 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
|\ | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim
| * Add postgresql prepared queries and stop relying on string formattingErwan Ameil2014-08-291-0/+2
| | | | | | | | for sql parameter passing
* | 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
|