aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
13 days; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-07Simplify conv_sockaddr_to_lisp via strnlenPaul Eggert1-7/+1
2025-11-15Fix processing sub-process exit when keyboard input is pendingEli Zaretskii1-0/+12
2025-10-11Fix last changeEli Zaretskii1-0/+4
2025-10-11Stop monitoring fds after receiving EOFSpencer Baugh1-1/+1
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh1-5/+11
2025-09-27Use up-to-date time in wait_reading_process_outputPaul Eggert1-15/+6
2025-09-20Improve documentation of 'accept-process-output'Eli Zaretskii1-2/+8
2025-09-06; * src/process.c (deactivate_process): Fix last change.Eli Zaretskii1-2/+5
2025-09-06Avoid assertion violations when starting client network processEli Zaretskii1-1/+5
2025-09-05Fix locking to threads of the client network processEli Zaretskii1-0/+15
2025-08-27; Fix formattingRobert Pluim1-3/+3
2025-08-16; * src/process.c (set_proc_thread): Fix assertion.Eli Zaretskii1-1/+2
2025-08-16Make sure 'make-process' locks the process to the current threadEli Zaretskii1-6/+15
2025-08-16Zero fd_callback_info when deleting an fdSpencer Baugh1-12/+12
2025-02-10Set process-adaptive-read-buffering to nil by defaultStefan Kangas1-1/+1
2025-01-21Signal error when keyword/arg list is malformedRobert Pluim1-0/+6
2025-01-19Replace call[1-8] with callnStefan Kangas1-5/+5
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-19Fix network test failure when using VPN clientRobert Pluim1-6/+14
2024-12-18Mention network-interface-list in network-interface-info docstringRobert Pluim1-1/+2
2024-12-16; * src/process.c (Fnetwork_interface_list): Fix typo.Robert Pluim1-1/+1
2024-12-13Add support for TCP_NODELAY on network streamsEric Marsden1-0/+5
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-2/+2
2024-12-12Unexec removal: Main partPip Cet1-39/+28
2024-09-19Type-check argument to network-lookup-address-infoRobert Pluim1-0/+5
2024-08-22Prefer static_assert to verifyStefan Kangas1-7/+6
2024-07-29Fix sporadic crashes and `select' failures in dumped imagesPo Lu1-9/+17
2024-07-16Make error messages adhere to our standardsStefan Kangas1-2/+2
2024-06-14; Update comments in a recent commitEli Zaretskii1-0/+1
2024-06-14"Insert before markers" in read_and_insert_process_output properlyDmitry Gutov1-3/+4
2024-06-11read_and_insert_process_output: Insert before markersDmitry Gutov1-1/+4
2024-06-11; * src/process.c (read_and_dispose_of_process_output): Fix style.Eli Zaretskii1-4/+3
2024-06-11fast-read-process-output: Make saferDmitry Gutov1-15/+20
2024-06-11read_process_output_set_last_coding_system: Extract, reuseDmitry Gutov1-39/+45
2024-06-11read_and_insert_process_output: Call 'prepare_to_modify_buffer' firstDmitry Gutov1-0/+2
2024-06-11; * src/process.c (syms_of_process): Fix ommission.Po Lu1-1/+1
2024-06-10; * src/process.c (read_process_output): Check in missing hunk.Po Lu1-1/+1
2024-06-10Rename new variable in process.cPo Lu1-2/+2
2024-06-09Unbreak build with Clang 15 on macOS 14.5Stefan Kangas1-2/+2
2024-06-09Fix a recent change in reading from sub-processesEli Zaretskii1-2/+2
2024-06-09; Fix coding style of last changePo Lu1-13/+13
2024-06-09read-process-output-max: Increase the default valueDmitry Gutov1-1/+1
2024-06-09Remember the value of read_process_output_max when process is createdDmitry Gutov1-6/+5
2024-06-09Go around calling the default process filter (reducing GC churn)Dmitry Gutov1-55/+143
2024-05-14; * src/process.c (network_lookup_address_info_1): Quote functionRobert Pluim1-1/+1
2024-05-04Fix implementation of the --terminal command-line switchEli Zaretskii1-1/+1
2024-03-10* src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing1-4/+4
2024-02-06Implement Lisp threading on AndroidPo Lu1-3/+30