]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2016-02-22 Lars Ingebrigtsenadd_to_log expects Lisp parameters origin/feature/async-dns
2016-02-22 Lars IngebrigtsenMention sentinels in conjunction with :nowait t.
2016-02-22 Lars IngebrigtsenMention in the doc strings that process functions may...
2016-02-22 Lars IngebrigtsenAdd blocker warnings to the *Messages* buffer
2016-02-21 Lars IngebrigtsenClarify levels of :nowait t.
2016-02-21 Alain SchnebleRespect DNS timeouts
2016-02-19 Lars IngebrigtsenFix up tests for async TLS negotiation
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 IngebrigtsenRemove debugging
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 Lars IngebrigtsenUse :nowait t in url-gw
2016-02-15 Alain SchnebleAdd blockers to process functions
2016-02-09 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-09 Lars IngebrigtsenAdd an IPv6 test
2016-02-09 Lars IngebrigtsenUse gnutls-serv instead of openssh
2016-02-09 Lars IngebrigtsenSkip TLS tests if we don't have openssl
2016-02-08 Lars IngebrigtsenAdd a TLS connection test
2016-02-08 Lars IngebrigtsenAdd more network tests
2016-02-08 Lars IngebrigtsenAdd network tests
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 IngebrigtsenFix autoconf test for getaddrinfo_a
2016-02-01 Lars IngebrigtsenBetter async error reporting
2016-02-01 Lars IngebrigtsenClarify :tls-parameters.
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 IngebrigtsenClean up dead code
2016-01-31 Lars IngebrigtsenRework the mechanisms for async GnuTLS connections
2016-01-31 Lars IngebrigtsenFix segfault from double free
2016-01-31 Lars IngebrigtsenRemove debugging
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-24 Glenn Morris; Auto-commit of ChangeLog files.
2016-01-23 Michael AlbinusImprove user name completion in Tramp
2016-01-22 Michael Albinus* etc/NEWS: Move kqueue entries to Emacs 25.1 sections.
2016-01-21 Glenn MorrisRemove handling of non-string time-stamp formats, obsol...
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 Michael Albinus* test/Makefile.in (mostlyclean): Use ${LOGFILES}.
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-20 Vincent BelaïcheCorrect a whole bunch of bugs coming with renamed cell...
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 Jens LechtenboergerRefactor mml-smime.el, mml1991.el, mml2015.el
2016-01-19 Paul EggertMerge from gnulib
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-19 Dmitry Gutov; Fix a typo
2016-01-19 Dmitry GutovRename methods in Ruby etags example file
2016-01-19 Dmitry GutovPropertize backtick in 'def `(abc)' as symbol constituent
2016-01-18 Eli ZaretskiiFix scrolling under scroll-preserve-screen-position...
2016-01-18 Lars Magne... Fix shr table rendering of nested tables
2016-01-18 Dmitry Gutov* lisp/progmodes/project.el (project--read-regexp)...
2016-01-18 Dmitry GutovAdd xref-based replacements for Dired search commands
2016-01-18 Alan Mackenzie* doc/lispref/frames.texi (Position Parameters): Say...
2016-01-18 Eli ZaretskiiImprove user documentation of Xref
2016-01-18 Eli ZaretskiiFix scrolling under scroll-preserve-screen-position...
next