aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-041-12/+12
* Spelling fixesPaul Eggert2016-04-031-1/+1
* Assume NON_BLOCKING_CONNECT (Bug#22946)Paul Eggert2016-03-221-48/+5
* Merge from origin/emacs-25John Wiegley2016-03-111-11/+11
|\
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-11/+11
| * src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-071-1/+1
* | Minor fixes for getaddrinfo_a usagePaul Eggert2016-03-091-25/+23
* | Assume getaddrinfo in C codePaul Eggert2016-03-071-64/+4
* | Remove support for IRIXPaul Eggert2016-03-071-1/+1
* | Ensure TLS negotiation progressLars Ingebrigtsen2016-03-031-5/+29
* | Stop calling res_initPaul Eggert2016-02-291-13/+0
* | * src/process.c (Fdelete_process): Simplify cast.Paul Eggert2016-02-291-2/+1
* | Wait for async DNS to complete before freeing resourcesLars Ingebrigtsen2016-02-291-1/+17
* | Integer overflow cleanups for ports and socklenPaul Eggert2016-02-251-34/+39
* | Allow using "number strings" as services on non-GNU systemsLars Ingebrigtsen2016-02-251-0/+15
* | Make setting the coding system non-blockingLars Ingebrigtsen2016-02-241-14/+13
* | Port to --enable-gcc-warnings sans getaddrinfo_aPaul Eggert2016-02-231-5/+4
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-123/+110
* | Fix async TLS boot problemLars Ingebrigtsen2016-02-221-1/+1
* | Clean up debugging codeLars Ingebrigtsen2016-02-221-4/+3
* | 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-181-1/+4
* | Deactivate the correct processLars Ingebrigtsen2016-02-161-1/+1
* | Implement asynch TLS negotiationLars Ingebrigtsen2016-02-161-47/+84
* | 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-031-2/+4
* | 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-011-11/+12
* | Add documentation for :tls-parametersLars Ingebrigtsen2016-02-011-0/+4