]> code.delx.au - gnu-emacs/history - src/process.c
-
[gnu-emacs] / src / process.c
2016-03-22 Paul Eggert-
2016-03-22 Paul Eggert; Merge from origin/emacs-25
2016-03-22 Paul Eggert-
2016-03-22 Paul EggertAssume NON_BLOCKING_CONNECT (Bug#22946)
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-11 John Wiegley; Merge from origin/emacs-25
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-11 John Wiegley; Merge from origin/emacs-25
2016-03-10 Paul EggertRework C source files to avoid ^(
2016-03-10 Alan MackenzieMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-03-10 Paul EggertMinor fixes for getaddrinfo_a usage
2016-03-08 Paul EggertAssume getaddrinfo in C code
2016-03-07 Paul EggertRemove support for IRIX
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-03 Lars IngebrigtsenEnsure TLS negotiation progress
2016-02-29 Paul EggertStop calling res_init
2016-02-29 Paul Eggert* src/process.c (Fdelete_process): Simplify cast.
2016-02-29 Lars IngebrigtsenWait for async DNS to complete before freeing resources
2016-02-25 Paul EggertInteger overflow cleanups for ports and socklen
2016-02-25 Lars IngebrigtsenAllow using "number strings" as services on non-GNU...
2016-02-24 Lars IngebrigtsenMake setting the coding system non-blocking
2016-02-23 Paul EggertPort to --enable-gcc-warnings sans getaddrinfo_a
2016-02-23 Paul EggertMinor cleanups for async DNS etc.
2016-02-22 John WiegleyMerge from origin/emacs-25
2016-02-22 Lars IngebrigtsenFix async TLS boot problem
2016-02-22 Lars IngebrigtsenClean up debugging code
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
2016-02-22 Lars Ingebrigtsenadd_to_log expects Lisp parameters origin/feature/async-dns
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 Alain SchnebleRespect DNS timeouts
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 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-07 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-07 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.
next