aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add_to_log expects Lisp parametersfeature/async-dnsLars Ingebrigtsen2016-02-221-1/+1
* Mention in the doc strings that process functions may blockLars Ingebrigtsen2016-02-221-7/+26
* Add blocker warnings to the *Messages* bufferLars Ingebrigtsen2016-02-221-3/+3
* Respect DNS timeoutsAlain Schneble2016-02-211-1/+1
* Fix coding system setupLars Ingebrigtsen2016-02-191-7/+5
* Verify the TLS connection asynchronouslyLars Ingebrigtsen2016-02-181-1/+4
* Deactivate the correct processLars Ingebrigtsen2016-02-161-1/+1
* Implement asynch TLS negotiationLars Ingebrigtsen2016-02-161-47/+84
* Simplify the DNS resolution loop a bitLars Ingebrigtsen2016-02-161-25/+10
* Loop over the process list instead of maintaining a separate listAlain Schneble2016-02-161-53/+33
* Allow setting the filter masks laterLars Ingebrigtsen2016-02-161-15/+23
* Ensure we always free DNS resources when deleting a processLars Ingebrigtsen2016-02-161-12/+31
* Don't block in set-process-window-sizeAlain Schneble2016-02-161-4/+2
* Do most of the coding system setup earlierLars Ingebrigtsen2016-02-161-3/+3
* Protect against initial handshake failuresLars Ingebrigtsen2016-02-151-1/+2
* Call the network security manager after doing TLS negotiationLars Ingebrigtsen2016-02-151-35/+79
* Remove some #ifdefs and update documentationLars Ingebrigtsen2016-02-151-48/+25
* Add blockers to process functionsAlain Schneble2016-02-151-7/+84
* src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-091-1/+1
* Make url.el use async DNSLars Ingebrigtsen2016-02-051-0/+3
* Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen2016-02-051-7/+13
* Add sanity check for checking async DNSLars Ingebrigtsen2016-02-051-0/+4
* Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-031-2/+4
* Build fix for --enable-check-lisp-object-typeLars Ingebrigtsen2016-02-021-1/+1
* Boot parameter check fixLars Ingebrigtsen2016-02-021-1/+1
* Style fixLars Ingebrigtsen2016-02-011-7/+8
* Return the correct server port numberLars Ingebrigtsen2016-02-011-0/+3
* Better async error reportingLars Ingebrigtsen2016-02-011-2/+10
* Always boot TLS if given parametersLars Ingebrigtsen2016-02-011-11/+12
* Add documentation for :tls-parametersLars Ingebrigtsen2016-02-011-0/+4
* Build fix for glibc systems.Lars Ingebrigtsen2016-02-011-0/+3
* Make network connections work again on non-glibc systemsLars Ingebrigtsen2016-02-011-14/+39
* Windows build fixLars Ingebrigtsen2016-02-011-0/+2
* Use XCAR/XCDR instead of Fcar etcLars Ingebrigtsen2016-02-011-13/+13
* Further TLS async workLars Ingebrigtsen2016-02-011-21/+54
* Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-1/+12
* Fix segfault from double freeLars Ingebrigtsen2016-01-311-1/+11
* Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-0/+5
* Clean up compilation warningsLars Ingebrigtsen2016-01-301-3/+1
* Make async resolution more efficientLars Ingebrigtsen2016-01-301-17/+15
* More async memory leaksLars Ingebrigtsen2016-01-301-0/+2
* Compilation for for systems with getaddrinfo_aLars Ingebrigtsen2016-01-301-2/+2
* Save correct server dataLars Ingebrigtsen2016-01-301-2/+3
* Compilation for for non-GNU systemsLars Ingebrigtsen2016-01-301-0/+6
* Avoid memory leaks in async DNSLars Ingebrigtsen2016-01-301-22/+21
* * process.c (check_for_dns): Free the result data.Lars Ingebrigtsen2016-01-301-1/+3
* Fix server connectionsLars Ingebrigtsen2016-01-301-2/+8
* Further make_network_process clean upLars Ingebrigtsen2016-01-301-2/+0
* Clean up GETADDRINFO usage in make-network-processLars Ingebrigtsen2016-01-301-9/+7
* Implement asynchronous name resolutionLars Ingebrigtsen2016-01-301-14/+124