index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gnutls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Further TLS async work
...
Lars Ingebrigtsen
2016-02-01
1
-12
/
+42
*
|
Rework the mechanisms for async GnuTLS connections
...
Lars Ingebrigtsen
2016-01-31
1
-5
/
+8
*
|
Implement asynchronous GnuTLS connections
...
Lars Ingebrigtsen
2016-01-31
1
-0
/
+11
|
/
*
Initialize GnuTLS before calling gnutls_rnd
...
Paul Eggert
2016-01-17
1
-4
/
+6
*
Update copyright year to 2016
...
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use INT_ADD_WRAPV etc. to check integer overflow
...
Paul Eggert
2015-11-08
1
-3
/
+4
*
Avoid error in TLS connections due to incorrect format
...
Eli Zaretskii
2015-06-27
1
-1
/
+1
*
Remove unused DEFSYMs
...
Paul Eggert
2015-05-31
1
-2
/
+0
*
Don't quote nil and t in doc strings
...
Paul Eggert
2015-05-21
1
-1
/
+1
*
Port --enable-gcc-warnings to GCC 5.1 x86-64
...
Paul Eggert
2015-04-24
1
-1
/
+1
*
Support GnuTLS v3.4 and later on MS-Windows
...
Chris Zheng
2015-04-11
1
-0
/
+10
*
Give up on -Wsuggest-attribute=const
...
Paul Eggert
2015-01-15
1
-2
/
+1
*
Flag :unknown-ca and :self-signed SSL certs (Bug#19404)
...
Ted Zlatanov
2015-01-15
1
-1
/
+16
*
Support const and noreturn DEFUN attributes.
...
Dmitry Antipov
2015-01-13
1
-2
/
+4
*
Compute C decls for DEFSYMs automatically
...
Paul Eggert
2015-01-05
1
-21
/
+2
*
Update copyright year to 2015
...
Paul Eggert
2015-01-01
1
-1
/
+1
*
Wrap dll functions more simply
...
Paul Eggert
2014-12-28
1
-370
/
+356
*
Merge from origin/emacs-24
...
Paul Eggert
2014-12-28
1
-17
/
+48
|
\
|
*
Port memory-full checking to GnuTLS 3.3
...
Paul Eggert
2014-12-27
1
-15
/
+25
*
|
Merge from origin/emacs-24
...
Fabián Ezequiel Gallina
2014-12-27
1
-1
/
+1
|
\
|
|
*
src/gnutls.c (gnutls_init): Fix deprecation warning from GCC.
Eli Zaretskii
2014-12-13
1
-1
/
+1
|
*
A better fix for bug#19346
...
Eli Zaretskii
2014-12-12
1
-18
/
+11
|
*
Always define `gnutls-available-p' even if GnuTLS is not available.
...
Ted Zlatanov
2014-12-11
1
-21
/
+35
*
|
* gnutls.c: Include gnutls.h.
...
Paul Eggert
2014-12-18
1
-0
/
+1
*
|
Load system's default trusted Certificate Authorities if available.
...
Eli Zaretskii
2014-12-14
1
-0
/
+21
*
|
Spelling fixes
Paul Eggert
2014-12-12
1
-1
/
+1
*
|
Merge from origin/emacs-24
...
Ted Zlatanov
2014-12-12
1
-24
/
+31
*
|
Fix glitches in gnutls.c, mostly memory-related
...
Paul Eggert
2014-12-09
1
-73
/
+66
*
|
gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.
Andy Moreton
2014-12-09
1
-1
/
+1
*
|
Make gnutls-peer-status return even more data
...
Lars Magne Ingebrigtsen
2014-12-08
1
-7
/
+61
*
|
(Fgnutls_error_fatalp): Doc fix (bug#18210)
...
Lars Magne Ingebrigtsen
2014-12-08
1
-2
/
+2
[next]