summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-3/+12
* Fix process-thread docstringRobert Pluim2019-02-081-1/+1
* Fix process-contact bug with TCP connectionsPaul Eggert2019-01-301-4/+10
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Improve accept-process-process docPaul Eggert2018-12-271-3/+4
* Improve process doc. with respect to handling of large input (Bug#33191)Charles A. Roelli2018-12-221-6/+9
* * src/process.c (connect_network_socket): Fix memory leak. (Bug#32604)YAMAMOTO Mitsuharu2018-09-071-7/+11
* Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-081-5/+11
* Fix format error in Faccept_process_outputMichael Albinus2018-07-131-6/+5
* Fix previous make-network-process changeNoam Postavsky2018-07-121-1/+1
* Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky2018-07-091-15/+11
* Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-06-021-1/+18
* Avoid segfault in processes of type 'pipe'Eli Zaretskii2018-04-131-0/+4
* Fix create_process bug breaking eudc-expand-inlinePaul Eggert2018-03-101-3/+3
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Doc fixes for process functions (Bug#30349)Noam Postavsky2018-02-071-10/+8
* ; * src/process.c (Fprocess_contact): Fix docstring typo.Noam Postavsky2018-01-261-1/+1
* Inherit query-on-exit flag to stderr process (Bug#30031)Philipp Stephani2018-01-101-2/+6
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix the MSDOS build.Eli Zaretskii2017-10-181-0/+11
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* * src/process.c (syms_of_process): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-061-1/+0
* Avoid crashes due to invalid error forms from sentinels/filtersEli Zaretskii2017-09-151-0/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Simplify remove_slash_colonPaul Eggert2017-08-281-1/+1
* Minor improvements for tramp-interrupt-process, documentationMichael Albinus2017-08-241-2/+2
* Implement `interrupt-process-functions'Michael Albinus2017-08-211-3/+30
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Fix threads on NS (bug#25265)Alan Third2017-07-011-7/+6
* Work around macOS bug in create_process, tooPaul Eggert2017-05-211-2/+7
* Avoid undefined behavior in struct sockaddrPaul Eggert2017-05-171-14/+17
* Catch IPv4/IPv6 issues at compile timePaul Eggert2017-05-171-5/+5
* Remove redundant code in connect_network_socketEli Zaretskii2017-05-171-22/+19
* Simplify procname code to avoid GCC bugPaul Eggert2017-05-161-29/+24
* Fix address violation found by AddressSanitizerPaul Eggert2017-05-141-6/+22
* Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-181-0/+9
* Fix assertion violations when displaying thread-related errorEli Zaretskii2017-04-171-2/+10
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Remove immediate_quit.Paul Eggert2017-02-011-9/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-11/+11
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert2016-10-121-25/+17
* | Don't call xg_select for a NextStep build.Ken Raeburn2016-12-301-2/+2
* | Attempt to fix crashes with threads in GTK buildsEli Zaretskii2016-12-301-5/+10
* | ; Spelling fixesPaul Eggert2016-12-221-6/+5
* | Fix commentsEli Zaretskii2016-12-171-2/+2
* | Support concurrency in Emacs LispEli Zaretskii2016-12-101-204/+343
|\ \
| * | Fix compilation warnings due to prototype of thread_selectEli Zaretskii2016-12-091-1/+1
| * | Fix network streams.Eli Zaretskii2016-12-071-17/+24