summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add_to_log expects Lisp parametersfeature/async-dnsLars Ingebrigtsen2016-02-221-1/+1
* Mention sentinels in conjunction with :nowait t.Lars Ingebrigtsen2016-02-221-0/+8
* 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
* Clarify levels of :nowait t.Lars Ingebrigtsen2016-02-211-4/+12
* Respect DNS timeoutsAlain Schneble2016-02-211-1/+1
* Fix up tests for async TLS negotiationLars Ingebrigtsen2016-02-191-14/+50
* Fix coding system setupLars Ingebrigtsen2016-02-191-7/+5
* Verify the TLS connection asynchronouslyLars Ingebrigtsen2016-02-183-125/+150
* Deactivate the correct processLars Ingebrigtsen2016-02-161-1/+1
* Implement asynch TLS negotiationLars Ingebrigtsen2016-02-163-84/+119
* 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
* Remove debuggingLars Ingebrigtsen2016-02-161-1/+0
* 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-162-4/+5
* Protect against initial handshake failuresLars Ingebrigtsen2016-02-151-1/+2
* Call the network security manager after doing TLS negotiationLars Ingebrigtsen2016-02-152-56/+102
* Remove some #ifdefs and update documentationLars Ingebrigtsen2016-02-153-59/+26
* Use :nowait t in url-gwLars Ingebrigtsen2016-02-151-4/+3
* Add blockers to process functionsAlain Schneble2016-02-151-7/+84
* src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-091-1/+1
* Add an IPv6 testLars Ingebrigtsen2016-02-091-1/+35
* Use gnutls-serv instead of opensshLars Ingebrigtsen2016-02-091-8/+8
* Skip TLS tests if we don't have opensslLars Ingebrigtsen2016-02-091-0/+2
* Add a TLS connection testLars Ingebrigtsen2016-02-083-4/+96
* Add more network testsLars Ingebrigtsen2016-02-081-5/+28
* Add network testsLars Ingebrigtsen2016-02-081-0/+133
* Make url.el use async DNSLars Ingebrigtsen2016-02-052-2/+6
* Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen2016-02-053-11/+27
* Add sanity check for checking async DNSLars Ingebrigtsen2016-02-051-0/+4
* Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-038-82/+114
* 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
* Fix autoconf test for getaddrinfo_aLars Ingebrigtsen2016-02-011-9/+7
* Better async error reportingLars Ingebrigtsen2016-02-011-2/+10
* Clarify :tls-parameters.Lars Ingebrigtsen2016-02-011-1/+2
* Always boot TLS if given parametersLars Ingebrigtsen2016-02-013-13/+14
* Add documentation for :tls-parametersLars Ingebrigtsen2016-02-012-0/+9
* Build fix for glibc systems.Lars Ingebrigtsen2016-02-011-0/+3
* Make network connections work again on non-glibc systemsLars Ingebrigtsen2016-02-013-25/+57
* Windows build fixLars Ingebrigtsen2016-02-011-0/+2
* Use XCAR/XCDR instead of Fcar etcLars Ingebrigtsen2016-02-011-13/+13
* Fix GC problem in async TLS connectionLars Ingebrigtsen2016-02-011-1/+1
* Further TLS async workLars Ingebrigtsen2016-02-013-33/+102
* Clean up dead codeLars Ingebrigtsen2016-02-011-7/+0