aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25John Wiegley2016-02-225-16/+24
|\
| * Fix documentation of 'global-disable-point-adjustment'Eli Zaretskii2016-02-221-6/+6
| * Fix memory reservation on MS-WindowsEli Zaretskii2016-02-201-2/+4
| * Fix "[:upper:]" for non-ASCII charactersEli Zaretskii2016-02-201-4/+10
| * Fix decoding DOS EOL in a unibyte bufferEli Zaretskii2016-02-171-3/+3
| * Fix x-load-color-file pointer signednessPaul Eggert2016-02-161-1/+1
* | Fix async TLS boot problemLars Ingebrigtsen2016-02-221-1/+1
* | Clean up debugging codeLars Ingebrigtsen2016-02-221-4/+3
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-227-660/+1171
|\ \
| * | 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-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
| * | 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-034-7/+18
| * | 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-013-13/+14
| * | 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
| * | Fix GC problem in async TLS connectionLars Ingebrigtsen2016-02-011-1/+1
| * | Further TLS async workLars Ingebrigtsen2016-02-013-33/+102
| * | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-313-7/+21
| * | Fix segfault from double freeLars Ingebrigtsen2016-01-311-1/+11
| * | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-313-0/+17
| * | Clean up compilation warningsLars Ingebrigtsen2016-01-301-3/+1
| * | Make async resolution more efficientLars Ingebrigtsen2016-01-301-17/+15