index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
wrappers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]
Danil Yarantsev
2021-03-29
1
-0
/
+2
*
use lowercase --define switches (#17283)
flywind
2021-03-07
2
-3
/
+3
*
Simple fix to make the linenoise wrapper do the right thing (#17234)
PMunch
2021-03-02
1
-1
/
+1
*
use `-r:off` for runnableExamples that should compile but not run (#17203)
Timothee Cour
2021-03-01
1
-8
/
+7
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-1
/
+1
*
use single backtick (#17133)
flywind
2021-02-21
1
-3
/
+3
*
postgres module fixes (followup #17030) (#17053)
Artem Klevtsov
2021-02-16
1
-2
/
+4
*
Add pqsetsinglerowmode to postgres module (#17030)
Artem Klevtsov
2021-02-14
1
-2
/
+6
*
add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)
Timothee Cour
2021-02-09
3
-6
/
+64
*
revive PR #16320 (CRLF fix); fix #16308; Update openssl.nim (#16648)
Timothee Cour
2021-01-12
1
-20
/
+20
*
Compile sqlite3 with -O3 flag (#16697)
Yuriy Glukhov
2021-01-12
1
-1
/
+1
*
remove iup from stdlib in contrast to #15828 (#15830)
flywind
2020-11-03
1
-995
/
+0
*
Documentation only iup (#15732)
Juan Carlos
2020-10-26
1
-0
/
+40
*
Add support to the latest LibreSSL version (#15715) [backport:1.2] [backport:...
Danil Yarantsev
2020-10-26
1
-2
/
+2
*
Add SSL_CTX_set_session_id_context (#15233)
IDF
2020-09-04
1
-0
/
+1
*
add openssl missing procs (#15180)
Bung
2020-08-17
1
-0
/
+5
*
fix sqlgetdata regression in odbc (#15161)
cooldome
2020-08-07
1
-4
/
+4
*
fix odbc regressions (#15009) [backport]
cooldome
2020-07-18
1
-2
/
+2
*
openssl: use explicit result for SSL_in_init (#14597)
alaviss
2020-06-08
1
-2
/
+2
*
wrappers/openssl: defer loading SSL_CTX_set_ciphersuites
Leorize
2020-06-06
1
-1
/
+3
*
net: also set TLSv1.3 cipher suites
Leorize
2020-06-06
1
-0
/
+5
*
wrappers/openssl: mark casts as gcsafe
Leorize
2020-06-06
1
-17
/
+13
*
wrappers/openssl: enable SSL_CTX_set_ecdh_auto for LibreSSL
Leorize
2020-06-06
1
-1
/
+1
*
wrappers/openssl: the version number comes from the utility library
Leorize
2020-06-06
1
-9
/
+20
*
net: don't call set_ecdh_auto for super old OpenSSL
Leorize
2020-06-06
1
-5
/
+3
*
wrappers/openssl: fix SSL_CTX_set_mode
Leorize
2020-06-06
1
-1
/
+1
*
wrappers/openssl: getOpenSSLVersion is gcsafe
Leorize
2020-06-06
1
-3
/
+4
*
net: enable automatic EC curve selection for OpenSSL 1.0.2
Leorize
2020-06-06
1
-0
/
+16
*
wrappers/openssl: fix SSL_CTX_ctrl signature
Leorize
2020-06-06
1
-1
/
+1
*
openssl: fix erroneous function signatures
Leorize
2020-06-06
1
-3
/
+3
*
asyncnet, net: call SSL_shutdown only when connection established
Leorize
2020-06-06
1
-0
/
+28
*
fix #9771 (#14357)
Bung
2020-05-15
1
-12
/
+14
*
Add procedures to read RSA keys from BIO format (#14223)
PMunch
2020-05-04
1
-0
/
+4
*
Add RSA key reading and encrypt/decrypt to openssl (#14137)
PMunch
2020-04-27
1
-0
/
+23
*
Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport]
Dominik Picheta
2020-04-08
1
-19
/
+39
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
7
-11
/
+0
*
introduce getPeerCertificates, fixes #13299 (#13650)
Christian Ulrich
2020-03-22
1
-22
/
+32
*
SSL certificate verify GitHub action (#13697)
Federico Ceratto
2020-03-20
1
-0
/
+71
*
adding sqlite3 backup functions (#13346)
pyloor
2020-02-07
1
-0
/
+17
*
Expose more openSSL methods. (#13131)
treeform
2020-01-13
1
-0
/
+43
*
Remove some unused/disabled OpenSSL functions (#13106)
treeform
2020-01-11
1
-135
/
+0
*
add pqserverVersion,pqconnectionNeedsPassword,pqconnectionUsedPassword (#13060)
Bung
2020-01-07
1
-0
/
+6
*
[backport] Fix spelling typos (#12755)
Brian Wignall
2019-11-28
1
-1
/
+1
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-4
/
+4
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
3
-3
/
+3
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
1
-2
/
+2
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-2
/
+2
*
[backport] fix #12278, don't expose internal PCRE documentation
narimiran
2019-09-27
1
-20
/
+20
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
prepare sqlite3 wrapper for static linking
Andreas Rumpf
2019-09-03
1
-97
/
+103
[next]