Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update linenoise (#5357) | Arne Döring | 2017-03-25 | 3 | -56/+158 |
| | |||||
* | improvements to memtracking | Andreas Rumpf | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Added BIO_new_mem_buf | Yuriy Glukhov | 2016-12-05 | 1 | -0/+2 |
| | |||||
* | In case of synliboverride we support only openssl 1.0.* | Yuriy Glukhov | 2016-11-30 | 1 | -51/+62 |
| | |||||
* | More fixes | Yuriy Glukhov | 2016-11-30 | 1 | -40/+36 |
| | |||||
* | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. | Yuriy Glukhov | 2016-11-30 | 1 | -10/+58 |
| | |||||
* | further memtracking improvements | Andreas Rumpf | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | sqlite: removes weird spacing | Andreas Rumpf | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | updated sqlite3 wrapper slightly | Andreas Rumpf | 2016-11-21 | 1 | -5/+6 |
| | |||||
* | Fixed openssl for android | Yuriy Glukhov | 2016-11-09 | 1 | -3/+6 |
| | |||||
* | Support OpenSSL 1.0.2 | Federico Ceratto | 2016-10-17 | 1 | -1/+1 |
| | | | 1.0.2 is a current OpenSSL stable release. | ||||
* | make linenoise compile in some /tmp directory | Andreas Rumpf | 2016-09-26 | 2 | -2/+5 |
| | |||||
* | Update mysql.nim | Alpha Shuro | 2016-09-22 | 1 | -2/+2 |
| | | | add the new version of mysql client dynlib | ||||
* | Merge branch 'tls-psk' of https://github.com/zielmicha/nim into ↵ | Dominik Picheta | 2016-06-03 | 1 | -0/+24 |
|\ | | | | | | | zielmicha-tls-psk | ||||
| * | net.nim: support for TLS-PSK ciphersuites | Michał Zieliński | 2015-10-24 | 1 | -0/+20 |
| | | |||||
| * | net.nim: support storing arbitrary data inside SSLContext | Michał Zieliński | 2015-10-24 | 1 | -0/+4 |
| | | |||||
* | | Fixed some warnings in httpclient, net, and openssl. | Dominik Picheta | 2016-04-04 | 1 | -2/+2 |
| | | |||||
* | | Fix openssl md5 importcs | def | 2016-01-24 | 1 | -6/+5 |
| | | |||||
* | | fixes #3720 | Andreas Rumpf | 2016-01-17 | 2 | -24/+16 |
| | | |||||
* | | fixes #3720 | Andreas Rumpf | 2016-01-17 | 1 | -13/+13 |
| | | |||||
* | | added column_table_name proc | Andreas Rumpf | 2015-12-17 | 1 | -0/+2 |
| | | |||||
* | | Fixing mysql_field. | Hans Raaf | 2015-12-17 | 1 | -0/+1 |
| | | | | | | | | FIELD had the wrong size which made mysql.fetch_fields() useless. | ||||
* | | add SQLErr (mapped to SQLError in odbc lib) | JamesP | 2015-12-09 | 1 | -1/+37 |
| | | | | | | | | | | | | Add some SQLGetInfo consts Fix SQLSetEnvAttr parameter | ||||
* | | Add serach for libssl.so without version suffix. | Łukasz Dubiel | 2015-10-29 | 1 | -1/+1 |
|/ | |||||
* | fixes DLL hell on Windows | Araq | 2015-09-05 | 4 | -7/+28 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -497/+497 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Add link button for IUP wrapper | xland | 2015-08-30 | 1 | -0/+2 |
| | | | Add link button for IUP wrapper | ||||
* | Add widestring versions of SQLPrepare and SQLExecDirect | coffeepots | 2015-08-28 | 1 | -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 Talpalaru | 2015-07-09 | 3 | -2/+2 |
| | |||||
* | Fix SQLite3 dynlib on OS X. | Reimer Behrends | 2015-06-30 | 1 | -1/+1 |
| | | | | | The old dynlib name referenced an ancient version of SQLite3 and could not be overridden with --dynlibOverride. | ||||
* | linenoise support now works | Araq | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Unix line endings for linenoise.nim | Araq | 2015-06-21 | 1 | -38/+34 |
| | |||||
* | use linenoise instead of GNU readline | Araq | 2015-06-21 | 5 | -0/+1290 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 54 | -26111/+1048 |
| | |||||
* | Fixed malformed pragma | patrick dw | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | Updated usage of deprecated types | patrick dw | 2015-06-06 | 2 | -25/+25 |
| | |||||
* | Renaming fixes in sdl.nim | patrick dw | 2015-06-06 | 1 | -23/+27 |
| | |||||
* | lib/wrappers/s-z - Dropped 'T' from types | pdw | 2015-06-04 | 15 | -540/+613 |
| | |||||
* | lib/wrappers/c-r - Dropped 'T' from types | pdw | 2015-06-04 | 14 | -1310/+1459 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix a flag in PCRE: change to 'usePcreHeader' | Oleh Prypin | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Change datatypes and remove broken editable procs from PCRE | Oleh Prypin | 2015-04-10 | 1 | -23/+11 |
| | |||||
* | Update and improve PCRE wrapper | Oleh Prypin | 2015-04-10 | 1 | -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.1 | def | 2015-04-04 | 1 | -114/+114 |
| | |||||
* | do not set mem functions on osx | Harald Lapp | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Refine the definition of the server name callbcak. | Nathan Hoad | 2015-03-08 | 1 | -3/+2 |
| | |||||
* | Some more documentation for the SNI related procs. | Nathan Hoad | 2015-03-08 | 1 | -0/+12 |
| | |||||
* | Don't support old versions of OpenSSL. | Nathan Hoad | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Add some documentation to the server-side callback functions. | Nathan Hoad | 2015-03-07 | 1 | -0/+3 |
| | |||||
* | Add SNI support to client and server sockets. | Nathan Hoad | 2015-03-07 | 1 | -2/+26 |
| |