aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
* | Further TLS async workLars Ingebrigtsen2016-02-011-21/+54
* | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-1/+12
* | Fix segfault from double freeLars Ingebrigtsen2016-01-311-1/+11
* | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-0/+5
* | Clean up compilation warningsLars Ingebrigtsen2016-01-301-3/+1
* | Make async resolution more efficientLars Ingebrigtsen2016-01-301-17/+15
* | More async memory leaksLars Ingebrigtsen2016-01-301-0/+2
* | Compilation for for systems with getaddrinfo_aLars Ingebrigtsen2016-01-301-2/+2
* | Save correct server dataLars Ingebrigtsen2016-01-301-2/+3
* | Compilation for for non-GNU systemsLars Ingebrigtsen2016-01-301-0/+6
* | Avoid memory leaks in async DNSLars Ingebrigtsen2016-01-301-22/+21
* | * process.c (check_for_dns): Free the result data.Lars Ingebrigtsen2016-01-301-1/+3
* | Fix server connectionsLars Ingebrigtsen2016-01-301-2/+8
* | Further make_network_process clean upLars Ingebrigtsen2016-01-301-2/+0
* | Clean up GETADDRINFO usage in make-network-processLars Ingebrigtsen2016-01-301-9/+7
* | Implement asynchronous name resolutionLars Ingebrigtsen2016-01-301-14/+124
* | Fix memory leakLars Ingebrigtsen2016-01-291-1/+3
* | Return IP addresses in the correct orderLars Ingebrigtsen2016-01-291-69/+72
* | Refactor make_network_processLars Ingebrigtsen2016-01-281-428/+449
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * src/process.c (Fget_buffer_process): Improve docstringArtur Malabarba2015-10-281-2/+4
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Revert my two recent process.c changesTassilo Horn2015-10-031-12/+6
* Improve last commit to process.cTassilo Horn2015-09-221-7/+10
* Remove callback-handled channels from Available setTassilo Horn2015-09-221-1/+4
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-10/+10
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-1/+1
* * src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier2015-09-081-1/+3
* Avoid read error messages from 'inotify'Robert Pluim2015-09-051-2/+10
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-74/+9
* Avoid duplicate calls to current_timespecPaul Eggert2015-07-051-15/+29
* Avoid returning early reading process output due to SIGIOIan Kelling2015-07-051-2/+8
* Don't return as fast reading any process outputIan Kelling2015-07-051-23/+43
* Refactor timeouts in wait_reading_process_outputIan Kelling2015-07-051-67/+42
* ; Rename local var nsecs to adaptive_nsecsIan Kelling2015-07-051-6/+6
* ; Rename local var to match function nameIan Kelling2015-07-051-12/+13
* Remove ADAPTIVE_READ_BUFFERING ifdefIan Kelling2015-07-051-25/+0
* ; Minor cleanup of wait_reading_process_outputIan Kelling2015-07-051-5/+2
* accept-process-output fixIan Kelling2015-07-051-1/+2