| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from origin/emacs-25 | John Wiegley | 2016-02-22 | 5 | -16/+24 |
| |\ | |||||
| | * | Fix documentation of 'global-disable-point-adjustment' | Eli Zaretskii | 2016-02-22 | 1 | -6/+6 |
| | * | Fix memory reservation on MS-Windows | Eli Zaretskii | 2016-02-20 | 1 | -2/+4 |
| | * | Fix "[:upper:]" for non-ASCII characters | Eli Zaretskii | 2016-02-20 | 1 | -4/+10 |
| | * | Fix decoding DOS EOL in a unibyte buffer | Eli Zaretskii | 2016-02-17 | 1 | -3/+3 |
| | * | Fix x-load-color-file pointer signedness | Paul Eggert | 2016-02-16 | 1 | -1/+1 |
| * | | Fix async TLS boot problem | Lars Ingebrigtsen | 2016-02-22 | 1 | -1/+1 |
| * | | Clean up debugging code | Lars Ingebrigtsen | 2016-02-22 | 1 | -4/+3 |
| * | | Fix merge conflicts in network-stream-tests.el | Lars Ingebrigtsen | 2016-02-22 | 7 | -660/+1171 |
| |\ \ | |||||
| | * | | add_to_log expects Lisp parametersfeature/async-dns | Lars Ingebrigtsen | 2016-02-22 | 1 | -1/+1 |
| | * | | Mention in the doc strings that process functions may block | Lars Ingebrigtsen | 2016-02-22 | 1 | -7/+26 |
| | * | | Add blocker warnings to the *Messages* buffer | Lars Ingebrigtsen | 2016-02-22 | 1 | -3/+3 |
| | * | | Respect DNS timeouts | Alain Schneble | 2016-02-21 | 1 | -1/+1 |
| | * | | Fix coding system setup | Lars Ingebrigtsen | 2016-02-19 | 1 | -7/+5 |
| | * | | Verify the TLS connection asynchronously | Lars Ingebrigtsen | 2016-02-18 | 3 | -125/+150 |
| | * | | Deactivate the correct process | Lars Ingebrigtsen | 2016-02-16 | 1 | -1/+1 |
| | * | | Implement asynch TLS negotiation | Lars Ingebrigtsen | 2016-02-16 | 3 | -84/+119 |
| | * | | Simplify the DNS resolution loop a bit | Lars Ingebrigtsen | 2016-02-16 | 1 | -25/+10 |
| | * | | Loop over the process list instead of maintaining a separate list | Alain Schneble | 2016-02-16 | 1 | -53/+33 |
| | * | | Allow setting the filter masks later | Lars Ingebrigtsen | 2016-02-16 | 1 | -15/+23 |
| | * | | Ensure we always free DNS resources when deleting a process | Lars Ingebrigtsen | 2016-02-16 | 1 | -12/+31 |
| | * | | Don't block in set-process-window-size | Alain Schneble | 2016-02-16 | 1 | -4/+2 |
| | * | | Do most of the coding system setup earlier | Lars Ingebrigtsen | 2016-02-16 | 1 | -3/+3 |
| | * | | Protect against initial handshake failures | Lars Ingebrigtsen | 2016-02-15 | 1 | -1/+2 |
| | * | | Call the network security manager after doing TLS negotiation | Lars Ingebrigtsen | 2016-02-15 | 1 | -35/+79 |
| | * | | Remove some #ifdefs and update documentation | Lars Ingebrigtsen | 2016-02-15 | 1 | -48/+25 |
| | * | | Add blockers to process functions | Alain Schneble | 2016-02-15 | 1 | -7/+84 |
| | * | | src/process.c Correctly convert AF_INET6 addresses | David Edmondson | 2016-02-09 | 1 | -1/+1 |
| | * | | Make url.el use async DNS | Lars Ingebrigtsen | 2016-02-05 | 1 | -0/+3 |
| | * | | Only do async DNS if requested with :nowait 'dns | Lars Ingebrigtsen | 2016-02-05 | 1 | -7/+13 |
| | * | | Add sanity check for checking async DNS | Lars Ingebrigtsen | 2016-02-05 | 1 | -0/+4 |
| | * | | Doc fixes and refactorings based on comments from Eli Zaretskii | Lars Ingebrigtsen | 2016-02-03 | 4 | -7/+18 |
| | * | | Build fix for --enable-check-lisp-object-type | Lars Ingebrigtsen | 2016-02-02 | 1 | -1/+1 |
| | * | | Boot parameter check fix | Lars Ingebrigtsen | 2016-02-02 | 1 | -1/+1 |
| | * | | Style fix | Lars Ingebrigtsen | 2016-02-01 | 1 | -7/+8 |
| | * | | Return the correct server port number | Lars Ingebrigtsen | 2016-02-01 | 1 | -0/+3 |
| | * | | Better async error reporting | Lars Ingebrigtsen | 2016-02-01 | 1 | -2/+10 |
| | * | | Always boot TLS if given parameters | Lars Ingebrigtsen | 2016-02-01 | 3 | -13/+14 |
| | * | | Add documentation for :tls-parameters | Lars Ingebrigtsen | 2016-02-01 | 1 | -0/+4 |
| | * | | Build fix for glibc systems. | Lars Ingebrigtsen | 2016-02-01 | 1 | -0/+3 |
| | * | | Make network connections work again on non-glibc systems | Lars Ingebrigtsen | 2016-02-01 | 1 | -14/+39 |
| | * | | Windows build fix | Lars Ingebrigtsen | 2016-02-01 | 1 | -0/+2 |
| | * | | Use XCAR/XCDR instead of Fcar etc | Lars Ingebrigtsen | 2016-02-01 | 1 | -13/+13 |
| | * | | Fix GC problem in async TLS connection | Lars Ingebrigtsen | 2016-02-01 | 1 | -1/+1 |
| | * | | Further TLS async work | Lars Ingebrigtsen | 2016-02-01 | 3 | -33/+102 |
| | * | | Rework the mechanisms for async GnuTLS connections | Lars Ingebrigtsen | 2016-01-31 | 3 | -7/+21 |
| | * | | Fix segfault from double free | Lars Ingebrigtsen | 2016-01-31 | 1 | -1/+11 |
| | * | | Implement asynchronous GnuTLS connections | Lars Ingebrigtsen | 2016-01-31 | 3 | -0/+17 |
| | * | | Clean up compilation warnings | Lars Ingebrigtsen | 2016-01-30 | 1 | -3/+1 |
| | * | | Make async resolution more efficient | Lars Ingebrigtsen | 2016-01-30 | 1 | -17/+15 |