| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | Revert my two recent process.c changes | Tassilo Horn | 2015-10-03 | 1 | -12/+6 | |
| * | | | | | | | | | | | | | | Improve last commit to process.c | Tassilo Horn | 2015-09-22 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | Remove callback-handled channels from Available set | Tassilo Horn | 2015-09-22 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | Prefer NUMBERP to spelling it out | Paul Eggert | 2015-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | * src/process.c (status_notify): Avoid global redisplay (bug#11822) | Stefan Monnier | 2015-09-08 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | Avoid read error messages from 'inotify' | Robert Pluim | 2015-09-05 | 1 | -2/+10 | |
| * | | | | | | | | | | | | | | Docstring fixes re quotes in C code | Paul Eggert | 2015-09-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -74/+9 | |
| * | | | | | | | | | | | | | | Avoid duplicate calls to current_timespec | Paul Eggert | 2015-07-05 | 1 | -15/+29 | |
| * | | | | | | | | | | | | | | Avoid returning early reading process output due to SIGIO | Ian Kelling | 2015-07-05 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | Don't return as fast reading any process output | Ian Kelling | 2015-07-05 | 1 | -23/+43 | |
| * | | | | | | | | | | | | | | Refactor timeouts in wait_reading_process_output | Ian Kelling | 2015-07-05 | 1 | -67/+42 | |
| * | | | | | | | | | | | | | | ; Rename local var nsecs to adaptive_nsecs | Ian Kelling | 2015-07-05 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | ; Rename local var to match function name | Ian Kelling | 2015-07-05 | 1 | -12/+13 | |