summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
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
2016-02-02Boot parameter check fixLars Ingebrigtsen
2016-02-01Style fixLars Ingebrigtsen
2016-02-01Return the correct server port numberLars Ingebrigtsen
2016-02-01Better async error reportingLars Ingebrigtsen
2016-02-01Always boot TLS if given parametersLars Ingebrigtsen
2016-02-01Add documentation for :tls-parametersLars Ingebrigtsen
2016-02-01Build fix for glibc systems.Lars Ingebrigtsen
2016-02-01Make network connections work again on non-glibc systemsLars Ingebrigtsen
2016-02-01Windows build fixLars Ingebrigtsen
2016-02-01Use XCAR/XCDR instead of Fcar etcLars Ingebrigtsen
2016-02-01Further TLS async workLars Ingebrigtsen
2016-01-31Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen
2016-01-31Fix segfault from double freeLars Ingebrigtsen
2016-01-31Implement asynchronous GnuTLS connectionsLars Ingebrigtsen
2016-01-30Clean up compilation warningsLars Ingebrigtsen