Commit Graph

272 Commits

Author SHA1 Message Date
Andreas Rumpf
05a3c1b10a improvements to memtracking 2017-01-26 11:26:02 +01:00
Yuriy Glukhov
58e2fbc935 Added BIO_new_mem_buf 2016-12-05 02:27:45 +02:00
Yuriy Glukhov
581c0c437b In case of synliboverride we support only openssl 1.0.* 2016-11-30 17:17:24 +02:00
Yuriy Glukhov
975477527a More fixes 2016-11-30 17:17:24 +02:00
Yuriy Glukhov
a80a0972b7 Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. 2016-11-30 17:16:54 +02:00
Andreas Rumpf
249fd5e56b further memtracking improvements 2016-11-24 08:27:19 +01:00
Andreas Rumpf
83ffc6bf54 sqlite: removes weird spacing 2016-11-22 10:01:14 +01:00
Andreas Rumpf
fa101a722f updated sqlite3 wrapper slightly 2016-11-21 12:10:44 +01:00
Yuriy Glukhov
2f3c8c2f34 Fixed openssl for android 2016-11-09 15:09:08 +02:00
Federico Ceratto
8adfe793d3 Support OpenSSL 1.0.2
1.0.2 is a current OpenSSL stable release.
2016-10-17 12:10:31 +01:00
Andreas Rumpf
c7b9883ad0 make linenoise compile in some /tmp directory 2016-09-26 19:26:39 +02:00
Alpha Shuro
e39c872744 Update mysql.nim
add the new version of mysql client dynlib
2016-09-22 21:03:40 +02:00
Dominik Picheta
c1706463dc Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls-psk 2016-06-03 11:52:11 +01:00
Dominik Picheta
8050f43588 Fixed some warnings in httpclient, net, and openssl. 2016-04-04 21:28:21 +01:00
def
44ad71b7e0 Fix openssl md5 importcs 2016-01-24 13:55:44 +01:00
Andreas Rumpf
07d5adf9ee fixes #3720 2016-01-17 22:55:14 +01:00
Andreas Rumpf
b4d6346bae fixes #3720 2016-01-17 20:40:38 +01:00
Andreas Rumpf
de989e6fbd added column_table_name proc 2015-12-17 14:39:40 +01:00
Hans Raaf
169cb7178b Fixing mysql_field.
FIELD had the wrong size which made mysql.fetch_fields() useless.
2015-12-17 14:08:44 +01:00
JamesP
e731777853 add SQLErr (mapped to SQLError in odbc lib)
Add some SQLGetInfo consts

Fix SQLSetEnvAttr parameter
2015-12-09 14:28:49 +10:00
Łukasz Dubiel
8e9441b8cd Add serach for libssl.so without version suffix. 2015-10-29 20:01:43 +01:00
Michał Zieliński
ba61a8d00a net.nim: support for TLS-PSK ciphersuites 2015-10-24 22:17:31 +02:00
Michał Zieliński
3ebf27ddd2 net.nim: support storing arbitrary data inside SSLContext 2015-10-24 08:53:06 +02:00
Araq
0320c0c73b fixes DLL hell on Windows 2015-09-05 12:03:53 +02:00
Adam Strzelecki
43bddf62dd lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:03:56 +02:00
xland
755d86ff3d Add link button for IUP wrapper
Add link button for IUP wrapper
2015-08-30 08:30:22 +08:00
coffeepots
f089d70010 Add widestring versions of SQLPrepare and SQLExecDirect
SQLPrepareW and SQLExecDirectW are needed to use unicode as otherwise ODBC only recognises ansi codepages.
2015-08-28 14:10:30 +01:00
Stefan Talpalaru
a01a36f69a rename lib/wrappers/linenoise/linenoise.{c,h} 2015-07-09 16:21:38 +02:00
Reimer Behrends
507062f1bf Fix SQLite3 dynlib on OS X.
The old dynlib name referenced an ancient version of SQLite3 and could
not be overridden with --dynlibOverride.
2015-06-30 23:27:16 +02:00
Araq
9173b66cb7 linenoise support now works 2015-06-21 10:57:43 +02:00
Araq
e85aa3db07 Unix line endings for linenoise.nim 2015-06-21 10:56:56 +02:00
Araq
aa8b470cf6 use linenoise instead of GNU readline 2015-06-21 10:04:26 +02:00
Araq
87f65f5e72 preparations for more Nimble packages; clear licensing; fixes #2949 2015-06-20 23:24:21 +02:00
patrick dw
ff83efa767 Fixed malformed pragma 2015-06-06 12:01:26 -05:00
patrick dw
2e25574ff1 Updated usage of deprecated types 2015-06-06 09:35:15 -05:00
patrick dw
a511562822 Renaming fixes in sdl.nim 2015-06-06 09:09:48 -05:00
pdw
cbd8da93f4 lib/wrappers/s-z - Dropped 'T' from types 2015-06-04 13:18:40 +02:00
pdw
b2bc5440aa lib/wrappers/c-r - Dropped 'T' from types 2015-06-04 13:18:39 +02:00
Oleh Prypin
32109a7867 Don't run non-test code when defined(testing) 2015-04-21 14:37:29 +03:00
Oleh Prypin
b4337e1b0f Fix a flag in PCRE: change to 'usePcreHeader' 2015-04-10 17:50:43 +03:00
Oleh Prypin
3aa7f7f491 Change datatypes and remove broken editable procs from PCRE 2015-04-10 17:18:59 +03:00
Oleh Prypin
7d06fc2165 Update and improve PCRE wrapper
- Version 8.36 (was 8.31)
- Support for editable functions
- Name arguments according to docs
- Cosmetics
2015-04-10 16:08:25 +03:00
def
9c7073bee2 Make iup wrapper work with iup 3.1 2015-04-04 14:35:29 +02:00
Harald Lapp
3ccf667899 do not set mem functions on osx 2015-03-12 12:48:28 +01:00
Nathan Hoad
7cffd290bf Refine the definition of the server name callbcak. 2015-03-08 21:54:34 +11:00
Nathan Hoad
19ddae38da Some more documentation for the SNI related procs. 2015-03-08 13:39:37 +11:00
Nathan Hoad
82803d2871 Don't support old versions of OpenSSL. 2015-03-08 12:36:33 +11:00
Nathan Hoad
6a548a5c92 Add some documentation to the server-side callback functions. 2015-03-07 19:52:11 +11:00
Nathan Hoad
d27f40d9b1 Add SNI support to client and server sockets. 2015-03-07 00:48:32 +11:00
def
e686ca2523 Fix a few more warnings 2015-02-17 02:22:30 +01:00