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
Federico Ceratto
657dca5c3b
Fix typos
2015-02-15 16:20:32 +00:00
Federico Ceratto
c95f6f117a
Fix typos
2015-02-15 16:06:06 +00:00
Hans Raaf
743ad639d4
Fixing dylib name for OSX
...
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.
2015-02-11 21:38:55 +01:00
Endre Karlson
7b9650ed1b
Support MySQL on OSX
2015-01-11 01:04:20 +01:00
Varriount
7f6de4495e
Merge pull request #1835 from def-/mysql-lib-version
...
Allow higher versions of libmysqlclient
2015-01-05 22:50:54 -05:00
Dominik Picheta
076f993150
Fixes nim-lang/nimble#84
2015-01-05 18:15:18 +00:00
def
4fff145914
Allow higher versions of libmysqlclient
2015-01-02 15:16:03 +01:00
Araq
cfb76164b8
fixes a long standing openssl wrapper bug: pass C compliant allocation functions to CRYPTO_set_mem_functions
2014-12-28 23:01:11 +01:00
Will Szumski
d0ea2bdf5b
improved error msgs and refactored close in the net module
2014-12-17 23:34:55 +00:00