aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Signal error when keyword/arg list is malformedRobert Pluim2025-01-211-0/+6
* Replace call[1-8] with callnStefan Kangas2025-01-191-5/+5
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge from origin/emacs-30Eli Zaretskii2024-12-211-2/+3
|\
| * Mention network-interface-list in network-interface-info docstringRobert Pluim2024-12-181-1/+2
| * ; * src/process.c (Fnetwork_interface_list): Fix typo.Robert Pluim2024-12-161-1/+1
* | Fix network test failure when using VPN clientRobert Pluim2024-12-191-6/+14
* | Add support for TCP_NODELAY on network streamsEric Marsden2024-12-131-0/+5
* | Merge from origin/emacs-30Eli Zaretskii2024-09-211-0/+5
|\ \ | |/
| * Type-check argument to network-lookup-address-infoRobert Pluim2024-09-191-0/+5
* | Prefer static_assert to verifyStefan Kangas2024-08-221-7/+6
* | Merge from savannah/emacs-30Po Lu2024-07-291-9/+17
|\ \ | |/
| * Fix sporadic crashes and `select' failures in dumped imagesPo Lu2024-07-291-9/+17
* | Make error messages adhere to our standardsStefan Kangas2024-07-161-2/+2
|/
* ; Update comments in a recent commitEli Zaretskii2024-06-141-0/+1
* "Insert before markers" in read_and_insert_process_output properlyDmitry Gutov2024-06-141-3/+4
* read_and_insert_process_output: Insert before markersDmitry Gutov2024-06-111-1/+4
* ; * src/process.c (read_and_dispose_of_process_output): Fix style.Eli Zaretskii2024-06-111-4/+3
* fast-read-process-output: Make saferDmitry Gutov2024-06-111-15/+20
* read_process_output_set_last_coding_system: Extract, reuseDmitry Gutov2024-06-111-39/+45
* read_and_insert_process_output: Call 'prepare_to_modify_buffer' firstDmitry Gutov2024-06-111-0/+2
* ; * src/process.c (syms_of_process): Fix ommission.Po Lu2024-06-111-1/+1
* ; * src/process.c (read_process_output): Check in missing hunk.Po Lu2024-06-101-1/+1
* Rename new variable in process.cPo Lu2024-06-101-2/+2
* Unbreak build with Clang 15 on macOS 14.5Stefan Kangas2024-06-091-2/+2
* Fix a recent change in reading from sub-processesEli Zaretskii2024-06-091-2/+2
* ; Fix coding style of last changePo Lu2024-06-091-13/+13
* read-process-output-max: Increase the default valueDmitry Gutov2024-06-091-1/+1
* Remember the value of read_process_output_max when process is createdDmitry Gutov2024-06-091-6/+5
* Go around calling the default process filter (reducing GC churn)Dmitry Gutov2024-06-091-55/+143
* ; * src/process.c (network_lookup_address_info_1): Quote functionRobert Pluim2024-05-141-1/+1
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-1/+1
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-101-4/+4
* Implement Lisp threading on AndroidPo Lu2024-02-061-3/+30
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-021-0/+2
|\ \ | |/
| * Document, that PROCESS of signal-process can be a stringMichael Albinus2023-11-301-0/+2
* | Merge from origin/emacs-29Michael Albinus2023-10-131-1/+2
|\ \ | |/
| * Fix updating process-mark position in 'set-process-buffer'Eli Zaretskii2023-10-071-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-10-071-4/+9
|\ \ | |/
| * Fix setting the pipe capacity for subprocessesEli Zaretskii2023-10-061-2/+8
* | ; * src/process.c (child_signal_notify): Avoid compiler warning (bug#65919).Eli Zaretskii2023-09-151-6/+12
* | Correct bug#65919Po Lu2023-09-151-1/+18
* | Port Proced to AndroidPo Lu2023-09-071-2/+3
* | Better error for missing or bad :name arg in make-process etcMattias EngdegÄrd2023-08-081-9/+18
* | ; Last-minute updates to Android portPo Lu2023-08-041-1/+1
* | Update Android portPo Lu2023-07-271-0/+10
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-141-1/+2
|\ \