summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* update linenoise (#5357)Arne Döring2017-03-253-56/+158
|
* improvements to memtrackingAndreas Rumpf2017-01-261-1/+1
|
* Added BIO_new_mem_bufYuriy Glukhov2016-12-051-0/+2
|
* In case of synliboverride we support only openssl 1.0.*Yuriy Glukhov2016-11-301-51/+62
|
* More fixesYuriy Glukhov2016-11-301-40/+36
|
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-10/+58
|
* further memtracking improvementsAndreas Rumpf2016-11-241-1/+1
|
* sqlite: removes weird spacingAndreas Rumpf2016-11-221-1/+1
|
* updated sqlite3 wrapper slightlyAndreas Rumpf2016-11-211-5/+6
|
* Fixed openssl for androidYuriy Glukhov2016-11-091-3/+6
|
* Support OpenSSL 1.0.2Federico Ceratto2016-10-171-1/+1
| | | 1.0.2 is a current OpenSSL stable release.
* make linenoise compile in some /tmp directoryAndreas Rumpf2016-09-262-2/+5
|
* Update mysql.nimAlpha Shuro2016-09-221-2/+2
| | | add the new version of mysql client dynlib
* Merge branch 'tls-psk' of https://github.com/zielmicha/nim into ↵Dominik Picheta2016-06-031-0/+24
|\ | | | | | | zielmicha-tls-psk
| * net.nim: support for TLS-PSK ciphersuitesMichał Zieliński2015-10-241-0/+20
| |
| * net.nim: support storing arbitrary data inside SSLContextMichał Zieliński2015-10-241-0/+4
| |
* | Fixed some warnings in httpclient, net, and openssl.Dominik Picheta2016-04-041-2/+2
| |
* | Fix openssl md5 importcsdef2016-01-241-6/+5
| |
* | fixes #3720Andreas Rumpf2016-01-172-24/+16
| |
* | fixes #3720Andreas Rumpf2016-01-171-13/+13
| |
* | added column_table_name procAndreas Rumpf2015-12-171-0/+2
| |
* | Fixing mysql_field.Hans Raaf2015-12-171-0/+1
| | | | | | | | FIELD had the wrong size which made mysql.fetch_fields() useless.
* | add SQLErr (mapped to SQLError in odbc lib)JamesP2015-12-091-1/+37
| | | | | | | | | | | | Add some SQLGetInfo consts Fix SQLSetEnvAttr parameter
* | Add serach for libssl.so without version suffix.Łukasz Dubiel2015-10-291-1/+1
|/
* fixes DLL hell on WindowsAraq2015-09-054-7/+28
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-497/+497
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Add link button for IUP wrapperxland2015-08-301-0/+2
| | | Add link button for IUP wrapper
* Add widestring versions of SQLPrepare and SQLExecDirectcoffeepots2015-08-281-0/+4
| | | SQLPrepareW and SQLExecDirectW are needed to use unicode as otherwise ODBC only recognises ansi codepages.
* rename lib/wrappers/linenoise/linenoise.{c,h}Stefan Talpalaru2015-07-093-2/+2
|
* Fix SQLite3 dynlib on OS X.Reimer Behrends2015-06-301-1/+1
| | | | | The old dynlib name referenced an ancient version of SQLite3 and could not be overridden with --dynlibOverride.
* linenoise support now worksAraq2015-06-211-1/+1
|
* Unix line endings for linenoise.nimAraq2015-06-211-38/+34
|
* use linenoise instead of GNU readlineAraq2015-06-215-0/+1290
|
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-2054-26111/+1048
|
* 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
|