summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2016-05-02Fix the call to set_network_coding_systemAaron Conole
2016-05-01Merge from origin/emacs-25Paul Eggert
2016-04-30Fix the MSDOS buildEli Zaretskii
2016-04-26Fix socketd fd startup bug that I introducedPaul Eggert
2016-04-17Minor fixups for external socket launchingPaul Eggert
2016-04-16Add external socket launching supportMatthew Leach
2016-04-04Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert
2016-04-03Spelling fixesPaul Eggert
2016-03-22Assume NON_BLOCKING_CONNECT (Bug#22946)Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-09Minor fixes for getaddrinfo_a usagePaul Eggert
2016-03-07Assume getaddrinfo in C codePaul Eggert
2016-03-07Remove support for IRIXPaul Eggert
2016-03-03Ensure TLS negotiation progressLars Ingebrigtsen
2016-02-29Stop calling res_initPaul Eggert
2016-02-29* src/process.c (Fdelete_process): Simplify cast.Paul Eggert
2016-02-29Wait for async DNS to complete before freeing resourcesLars Ingebrigtsen
2016-02-25Integer overflow cleanups for ports and socklenPaul Eggert
2016-02-25Allow using "number strings" as services on non-GNU systemsLars Ingebrigtsen
2016-02-24Make setting the coding system non-blockingLars Ingebrigtsen
2016-02-23Port to --enable-gcc-warnings sans getaddrinfo_aPaul Eggert
2016-02-23Minor cleanups for async DNS etc.Paul Eggert
2016-02-22Fix async TLS boot problemLars Ingebrigtsen
2016-02-22Clean up debugging codeLars Ingebrigtsen
2016-02-22add_to_log expects Lisp parametersLars Ingebrigtsen
2016-02-22Mention in the doc strings that process functions may blockLars Ingebrigtsen
2016-02-22Add blocker warnings to the *Messages* bufferLars Ingebrigtsen
2016-02-21Respect DNS timeoutsAlain Schneble
2016-02-19Fix coding system setupLars Ingebrigtsen
2016-02-18Verify the TLS connection asynchronouslyLars Ingebrigtsen
2016-02-16Deactivate the correct processLars Ingebrigtsen
2016-02-16Implement asynch TLS negotiationLars Ingebrigtsen
2016-02-16Simplify the DNS resolution loop a bitLars Ingebrigtsen
2016-02-16Loop over the process list instead of maintaining a separate listAlain Schneble
2016-02-16Allow setting the filter masks laterLars Ingebrigtsen
2016-02-16Ensure we always free DNS resources when deleting a processLars Ingebrigtsen
2016-02-16Don't block in set-process-window-sizeAlain Schneble
2016-02-16Do most of the coding system setup earlierLars Ingebrigtsen
2016-02-15Protect against initial handshake failuresLars Ingebrigtsen
2016-02-15Call the network security manager after doing TLS negotiationLars Ingebrigtsen
2016-02-15Remove some #ifdefs and update documentationLars Ingebrigtsen
2016-02-15Add blockers to process functionsAlain Schneble
2016-02-09src/process.c Correctly convert AF_INET6 addressesDavid Edmondson
2016-02-07src/process.c Correctly convert AF_INET6 addressesDavid Edmondson
2016-02-05Make url.el use async DNSLars Ingebrigtsen
2016-02-05Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen
2016-02-05Add sanity check for checking async DNSLars Ingebrigtsen
2016-02-03Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen
2016-02-02Build fix for --enable-check-lisp-object-typeLars Ingebrigtsen