]> code.delx.au - gnu-emacs/history - src
Fix coding system setup
[gnu-emacs] / src /
2016-02-19 Lars IngebrigtsenFix coding system setup
2016-02-18 Lars IngebrigtsenVerify the TLS connection asynchronously
2016-02-16 Lars IngebrigtsenDeactivate the correct process
2016-02-16 Lars IngebrigtsenImplement asynch TLS negotiation
2016-02-16 Lars IngebrigtsenSimplify the DNS resolution loop a bit
2016-02-16 Alain SchnebleLoop over the process list instead of maintaining a...
2016-02-16 Lars IngebrigtsenAllow setting the filter masks later
2016-02-16 Lars IngebrigtsenEnsure we always free DNS resources when deleting a...
2016-02-16 Alain SchnebleDon't block in set-process-window-size
2016-02-16 Lars IngebrigtsenDo most of the coding system setup earlier
2016-02-15 Lars IngebrigtsenProtect against initial handshake failures
2016-02-15 Lars IngebrigtsenCall the network security manager after doing TLS negot...
2016-02-15 Lars IngebrigtsenRemove some #ifdefs and update documentation
2016-02-15 Alain SchnebleAdd blockers to process functions
2016-02-09 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-05 Lars IngebrigtsenMake url.el use async DNS
2016-02-05 Lars IngebrigtsenOnly do async DNS if requested with :nowait 'dns
2016-02-05 Lars IngebrigtsenAdd sanity check for checking async DNS
2016-02-03 Lars IngebrigtsenDoc fixes and refactorings based on comments from Eli...
2016-02-02 Lars IngebrigtsenBuild fix for --enable-check-lisp-object-type
2016-02-02 Lars IngebrigtsenBoot parameter check fix
2016-02-01 Lars IngebrigtsenStyle fix
2016-02-01 Lars IngebrigtsenReturn the correct server port number
2016-02-01 Lars IngebrigtsenBetter async error reporting
2016-02-01 Lars IngebrigtsenAlways boot TLS if given parameters
2016-02-01 Lars IngebrigtsenAdd documentation for :tls-parameters
2016-02-01 Lars IngebrigtsenBuild fix for glibc systems.
2016-02-01 Lars IngebrigtsenMake network connections work again on non-glibc systems
2016-02-01 Lars IngebrigtsenWindows build fix
2016-02-01 Lars IngebrigtsenUse XCAR/XCDR instead of Fcar etc
2016-02-01 Lars IngebrigtsenFix GC problem in async TLS connection
2016-01-31 Lars IngebrigtsenFurther TLS async work
2016-01-31 Lars IngebrigtsenRework the mechanisms for async GnuTLS connections
2016-01-31 Lars IngebrigtsenFix segfault from double free
2016-01-31 Lars IngebrigtsenImplement asynchronous GnuTLS connections
2016-01-30 Lars IngebrigtsenClean up compilation warnings
2016-01-30 Lars IngebrigtsenMake async resolution more efficient
2016-01-30 Lars IngebrigtsenMore async memory leaks
2016-01-30 Lars IngebrigtsenCompilation for for systems with getaddrinfo_a
2016-01-30 Lars IngebrigtsenSave correct server data
2016-01-30 Lars IngebrigtsenCompilation for for non-GNU systems
2016-01-30 Lars IngebrigtsenAvoid memory leaks in async DNS
2016-01-30 Lars Ingebrigtsen* process.c (check_for_dns): Free the result data.
2016-01-30 Lars IngebrigtsenFix server connections
2016-01-30 Lars IngebrigtsenFurther make_network_process clean up
2016-01-30 Lars IngebrigtsenClean up GETADDRINFO usage in make-network-process
2016-01-29 Lars IngebrigtsenImplement asynchronous name resolution
2016-01-28 Lars IngebrigtsenFix memory leak
2016-01-28 Lars IngebrigtsenReturn IP addresses in the correct order
2016-01-28 Lars IngebrigtsenAdd checks for getaddrinfo_a
2016-01-28 Lars IngebrigtsenRefactor make_network_process
2016-01-20 Eli ZaretskiiAnoter fix for problematic merge from emacs-25
2016-01-20 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-20 Eli ZaretskiiFix MS-Windows build broken by a botched merge from...
2016-01-20 Vincent BelaïcheMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-19 John Wiegley-
2016-01-19 John Wiegley; Merge from origin/emacs-25
2016-01-19 John WiegleyMerge from origin/emacs-25
2016-01-19 John Wiegley; Merge from origin/emacs-25
2016-01-19 John Wiegley-
2016-01-19 Paul EggertAvoid stdio in SIGINT handler
2016-01-19 YAMAMOTO MitsuharuMove variables to inner loop, preparing for Mac port...
2016-01-19 Paul EggertMinor improvements to (random t) documentation
2016-01-18 Eli ZaretskiiFix scrolling under scroll-preserve-screen-position...
2016-01-18 Eli ZaretskiiFix scrolling under scroll-preserve-screen-position...
2016-01-18 Eli ZaretskiiUnbreak the MS-Windows build
2016-01-18 Paul EggertInitialize GnuTLS before calling gnutls_rnd
2016-01-17 Andreas SchwabDon't use GnuTLS before it is initialized
2016-01-17 Paul EggertPort cleanup attribute to OpenBSD
2016-01-17 Paul EggertPrefer GnuTLS when acquiring random seed
2016-01-16 Jussi LahdenniemiFix incompatbilities with MS-Windows 2000 and older
2016-01-16 Jussi LahdenniemiEnsure 8-byte aligned memory allocation on MS-Windows 9X
2016-01-15 Phillip LordMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2016-01-15 Eli ZaretskiiEnsure positive number of glyphs for margins of positiv...
2016-01-15 Eli ZaretskiiFix crashes when mini-window has non-zero margins
2016-01-15 Eli ZaretskiiMake 'random' seeds cryptographically secure if possible
2016-01-14 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-14 K. Handafix previous change of src/ftfont.c (ftfont_shape_by_flt)
2016-01-13 Glenn Morris* src/buffer.c (Fset_buffer_major_mode): Allow default...
2016-01-13 Glenn Morris* src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.
2016-01-12 Glenn Morris; Add 2016 to copyright years for files not in emacs...
2016-01-12 Eli ZaretskiiMake piping to subprocesses more robust on MS-Windows
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John Wiegley; Merge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-11 Eli ZaretskiiAvoid an infloop when we run out of memory
2016-01-11 Eli ZaretskiiAvoid unnecessary failures of auto-saving after fatal...
2016-01-11 Paul EggertSimplify HAVE_MODULES use in mark_maybe_pointer
next