]> code.delx.au - gnu-emacs/history - src/process.c
Implement asynch TLS negotiation
[gnu-emacs] / src / process.c
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-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 IngebrigtsenRefactor make_network_process
2016-01-14 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-10-28 Anders LindgrenMerge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
2015-10-28 Anders LindgrenMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2015-10-28 Artur Malabarba* src/process.c (Fget_buffer_process): Improve docstring
2015-10-21 Paul EggertInclude-file cleanup for src directory
2015-10-05 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-10-03 Tassilo HornRevert my two recent process.c changes
2015-09-27 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-22 Tassilo HornImprove last commit to process.c
2015-09-22 Tassilo HornRemove callback-handled channels from Available set
2015-09-16 Paul EggertOmit unnecessary \ before paren in C docstrings
2015-09-10 Paul EggertPrefer NUMBERP to spelling it out
2015-09-08 Stefan Monnier* src/process.c (status_notify): Avoid global redisplay...
2015-09-08 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-05 Robert PluimAvoid read error messages from 'inotify'
2015-09-02 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-01 Paul EggertDocstring fixes re quotes in C code
2015-08-27 Paul EggertAssume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
2015-07-06 Paul EggertAvoid duplicate calls to current_timespec
2015-07-06 Ian KellingAvoid returning early reading process output due to...
2015-07-06 Ian KellingDon't return as fast reading any process output
2015-07-06 Ian KellingRefactor timeouts in wait_reading_process_output
2015-07-06 Ian Kelling; Rename local var nsecs to adaptive_nsecs
2015-07-06 Ian Kelling; Rename local var to match function name
2015-07-06 Ian KellingRemove ADAPTIVE_READ_BUFFERING ifdef
2015-07-06 Ian Kelling; Minor cleanup of wait_reading_process_output
2015-07-05 Ian Kellingaccept-process-output fix
2015-06-19 Paul EggertMerge from origin/emacs-24
2015-06-12 Paul EggertPort to Solaris 10 sparc + Sun C 5.13
2015-06-11 Paul EggertFix "not a tty" bug on Solaris 10
2015-06-06 Eli ZaretskiiFix display when a font claims large values of ascent...
2015-06-04 Nicolas PettonMerge branch 'map'
2015-06-02 Glenn MorrisMerge from origin/emacs-24
2015-06-02 Glenn Morris; Merge from origin/emacs-24
2015-05-31 Paul EggertRemove unused DEFSYMs
2015-05-30 Paul EggertDon't misencode C-generated messages
2015-05-17 Jan DMerge branch 'master' into cairo
2015-04-30 Paul EggertOmit -Wstrict-overflow workaround in GCC 5
2015-04-26 Jan DMerge branch 'master' into cairo
2015-04-25 Paul EggertDon't freeze with unreadable processes
2015-04-21 Glenn MorrisAvoid non-nil current-load-list at startup
2015-04-11 Daiki UenoRespect more keyword args in `make-process'
2015-04-11 Paul EggertFix problems found by --enable-gcc-warnings
2015-04-10 Daiki UenoAdd facility to collect stderr of async subprocess
2015-04-05 Richard Stallman * mail/rmail.el (rmail-show-message-1): When...
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-04 Paul EggertMerge from origin/emacs-24
2015-04-03 Jan DMerge branch 'master' into cairo
2015-03-29 Paul EggertMerge from origin/emacs-24
next