| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | Verify the TLS connection asynchronously | Lars Ingebrigtsen | 2016-02-18 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | Deactivate the correct process | Lars Ingebrigtsen | 2016-02-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Implement asynch TLS negotiation | Lars Ingebrigtsen | 2016-02-16 | 1 | -47/+84 | |
| * | | | | | | | | | | | | | | | | 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 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | 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 | 1 | -11/+12 | |
| * | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | Further TLS async work | Lars Ingebrigtsen | 2016-02-01 | 1 | -21/+54 | |
| * | | | | | | | | | | | | | | | | Rework the mechanisms for async GnuTLS connections | Lars Ingebrigtsen | 2016-01-31 | 1 | -1/+12 | |
| * | | | | | | | | | | | | | | | | Fix segfault from double free | Lars Ingebrigtsen | 2016-01-31 | 1 | -1/+11 | |
| * | | | | | | | | | | | | | | | | Implement asynchronous GnuTLS connections | Lars Ingebrigtsen | 2016-01-31 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | More async memory leaks | Lars Ingebrigtsen | 2016-01-30 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | Compilation for for systems with getaddrinfo_a | Lars Ingebrigtsen | 2016-01-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Save correct server data | Lars Ingebrigtsen | 2016-01-30 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | Compilation for for non-GNU systems | Lars Ingebrigtsen | 2016-01-30 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | Avoid memory leaks in async DNS | Lars Ingebrigtsen | 2016-01-30 | 1 | -22/+21 | |
| * | | | | | | | | | | | | | | | | * process.c (check_for_dns): Free the result data. | Lars Ingebrigtsen | 2016-01-30 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | Fix server connections | Lars Ingebrigtsen | 2016-01-30 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | | Further make_network_process clean up | Lars Ingebrigtsen | 2016-01-30 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | Clean up GETADDRINFO usage in make-network-process | Lars Ingebrigtsen | 2016-01-30 | 1 | -9/+7 | |
| * | | | | | | | | | | | | | | | | Implement asynchronous name resolution | Lars Ingebrigtsen | 2016-01-30 | 1 | -14/+124 | |
| * | | | | | | | | | | | | | | | | Fix memory leak | Lars Ingebrigtsen | 2016-01-29 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | Return IP addresses in the correct order | Lars Ingebrigtsen | 2016-01-29 | 1 | -69/+72 | |
| * | | | | | | | | | | | | | | | | Refactor make_network_process | Lars Ingebrigtsen | 2016-01-28 | 1 | -428/+449 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | * src/process.c (Fget_buffer_process): Improve docstring | Artur Malabarba | 2015-10-28 | 1 | -2/+4 | |