index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gnutls.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Special-case %DUMBFW for GnuTLS between 3.2.5 and 3.5.1
Ted Zlatanov
2017-12-20
1
-0
/
+8
*
Work around GnuTLS version issues with %DUMBFW (tiny change)
Andy Moreton
2017-12-20
1
-11
/
+30
*
Collect GnuTLS extensions and use them to set %DUMBFW if supported
Ted Zlatanov
2017-12-19
1
-1
/
+13
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-1
/
+1
*
Return non-nil from gnutls-available-p under GnuTLS 2.x
Eli Zaretskii
2017-11-05
1
-0
/
+2
*
gnutls_mac_get_nonce_size has been added in gnutls 3.3
Andreas Schwab
2017-10-13
1
-8
/
+24
*
* src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.
Piotr Trojanek
2017-10-07
1
-1
/
+0
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
Fix version numbers for some GnuTLS features
Paul Eggert
2017-08-03
1
-199
/
+171
*
Simplify recent gnutls.c changes
Paul Eggert
2017-07-20
1
-35
/
+10
*
* src/gnutls.c (clear_storage): Define only if needed.
Philipp Stephani
2017-07-19
1
-0
/
+4
*
Port gnutls.c to older (buggier?) GnuTLS
Paul Eggert
2017-07-18
1
-2
/
+7
*
Have Fgnutls_available_p return Qnil when GNUTLS is undefined
Martin Rudalics
2017-07-17
1
-1
/
+7
*
* src/gnutls.c: Restore some comments.
Paul Eggert
2017-07-16
1
-4
/
+9
*
Use explicit_bzero to clear GnuTLS keys
Paul Eggert
2017-07-16
1
-2
/
+18
*
Avoid link errors with older versions of GnuTLS
Eli Zaretskii
2017-07-15
1
-0
/
+6
*
Improve some GnuTL error messages
Eli Zaretskii
2017-07-15
1
-4
/
+12
*
Fix compilation of gnutls.c with older GnuTLS
Eli Zaretskii
2017-07-15
1
-0
/
+2
*
Rearrange MS-Windows code that dynamically loads GnuTLS functions
Eli Zaretskii
2017-07-15
1
-36
/
+62
*
Fix the MS-Windows build broken in gnutls.c
Eli Zaretskii
2017-07-15
1
-19
/
+19
*
GnuTLS integer-overflow and style fixes
Paul Eggert
2017-07-14
1
-275
/
+214
*
Fix the MS-Windows build due to added GnuTLS functions
Eli Zaretskii
2017-07-14
1
-3
/
+118
*
GnuTLS HMAC and symmetric cipher support
Ted Zlatanov
2017-07-14
1
-4
/
+670
*
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-05-16
1
-0
/
+1
*
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-18
1
-7
/
+7
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-1
/
+1
*
Build fix for older gnutls versions
Lars Ingebrigtsen
2017-01-25
1
-0
/
+2
*
Tweak TLS error messaging on closed connections
Lars Ingebrigtsen
2017-01-25
1
-1
/
+8
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix GnuTLS includes
Paul Eggert
2016-08-03
1
-1
/
+0
*
|
Simplify by assuming GnuTLS 2.12.2 or later
Paul Eggert
2016-08-03
1
-3
/
+0
*
|
Port to systems lacking GNUTLS_NONBLOCK
Paul Eggert
2016-08-03
1
-2
/
+6
*
|
Fix non-blocking GnuTLS with slow connection
Paul Eggert
2016-08-03
1
-1
/
+30
*
|
Require GnuTLS 2.12.2 or later
Paul Eggert
2016-08-03
1
-23
/
+0
*
|
Improve --without-x GCC pacification
Paul Eggert
2016-06-22
1
-7
/
+0
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-7
/
+0
*
|
Call va_end in boot_error
Aaron Conole
2016-05-02
1
-0
/
+1
*
|
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-27
1
-27
/
+27
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-2
/
+2
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
|
Don't signal errors on E_AGAIN
Lars Magne Ingebrigtsen
2016-03-06
1
-1
/
+3
*
|
Allow making TLS negotiation blocking
Lars Magne Ingebrigtsen
2016-03-05
1
-3
/
+14
*
|
Return the correct error values from gnutls.c
Lars Ingebrigtsen
2016-02-28
1
-4
/
+7
*
|
Minor cleanups for async DNS etc.
Paul Eggert
2016-02-23
1
-29
/
+26
*
|
Verify the TLS connection asynchronously
Lars Ingebrigtsen
2016-02-18
1
-124
/
+145
*
|
Implement asynch TLS negotiation
Lars Ingebrigtsen
2016-02-16
1
-37
/
+34
*
|
Doc fixes and refactorings based on comments from Eli Zaretskii
Lars Ingebrigtsen
2016-02-03
1
-1
/
+1
*
|
Always boot TLS if given parameters
Lars Ingebrigtsen
2016-02-01
1
-1
/
+1
[prev]
[next]