aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcfeature/igcHelmut Eller2026-02-131-2/+6
|\
| * * src/process.c (server_accept_connection): Fix assertion (bug#80237).Eli Zaretskii2026-02-101-2/+6
* | Merge branch 'master' into feature/igcHelmut Eller2026-01-021-8/+2
|\ \ | |/
| * ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
| * Simplify conv_sockaddr_to_lisp via strnlenPaul Eggert2025-12-071-7/+1
* | Merge branch 'master' into feature/igcHelmut Eller2025-11-251-0/+12
|\ \ | |/
| * Fix processing sub-process exit when keyboard input is pendingEli Zaretskii2025-11-151-0/+12
* | Merge branch 'master' into feature/igcHelmut Eller2025-10-171-5/+15
|\ \ | |/
| * Fix last changeEli Zaretskii2025-10-111-0/+4
| * Stop monitoring fds after receiving EOFSpencer Baugh2025-10-111-1/+1
| * Allow creating a pipe process without a bufferSpencer Baugh2025-10-111-5/+11
* | Merge branch 'master' into feature/igcHelmut Eller2025-10-041-18/+37
|\ \ | |/
| * Use up-to-date time in wait_reading_process_outputPaul Eggert2025-09-271-15/+6
| * Improve documentation of 'accept-process-output'Eli Zaretskii2025-09-201-2/+8
| * ; * src/process.c (deactivate_process): Fix last change.Eli Zaretskii2025-09-061-2/+5
| * Avoid assertion violations when starting client network processEli Zaretskii2025-09-061-1/+5
| * Fix locking to threads of the client network processEli Zaretskii2025-09-051-0/+15
* | Merge branch 'master' into feature/igcGerd Möllmann2025-09-041-3/+3
|\ \ | |/
| * ; Fix formattingRobert Pluim2025-08-271-3/+3
* | Merge branch 'master' into feature/igcGerd Möllmann2025-08-241-18/+28
|\ \ | |/
| * ; * src/process.c (set_proc_thread): Fix assertion.Eli Zaretskii2025-08-161-1/+2
| * Make sure 'make-process' locks the process to the current threadEli Zaretskii2025-08-161-6/+15
| * Zero fd_callback_info when deleting an fdSpencer Baugh2025-08-161-12/+12
* | Merge from savannah/masterPip Cet2025-02-171-1/+1
|\ \ | |/
| * Set process-adaptive-read-buffering to nil by defaultStefan Kangas2025-02-101-1/+1
* | Make specpdl discards explicitPip Cet2025-02-161-6/+6
* | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-41/+30
|\ \ | |/
| * Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-41/+30
| |\
| | * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-2/+2
| | * Unexec removal: Main partPip Cet2024-12-121-39/+28
* | | Merge branch 'master' into feature/igcPip Cet2025-01-311-0/+6
|\ \ \ | |/ /
| * | Signal error when keyword/arg list is malformedRobert Pluim2025-01-211-0/+6
* | | Merge branch 'master' into feature/igcGerd Möllmann2025-01-191-5/+5
|\ \ \ | |/ /
| * | Replace call[1-8] with callnStefan Kangas2025-01-191-5/+5
* | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-9/+23
|\ \ \ | |/ /
| * | 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 branch 'master' into scratch/igcGerd Möllmann2024-10-191-7/+11
|\ \ \ | |/ /
| * | 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 branch 'master' into scratch/igcGerd Möllmann2024-08-051-11/+19
|\ \ \ | |/ /
| * | 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
| |/
* | Process SIGCHLD asynchronouslyHelmut Eller2024-06-301-27/+35