| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fstart_process, Fmake_network_process, read_process_output): | Stefan Monnier | 2007-07-17 | 1 | -3/+3 |
| * | Don't undefine AF_INET6. | Jason Rumney | 2007-07-14 | 1 | -8/+0 |
| * | (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag, | Stefan Monnier | 2007-07-12 | 1 | -153/+150 |
| * | (gpm_wait_mask, max_gpm_desc): New variables. | Nick Roberts | 2007-05-20 | 1 | -5/+48 |
| * | (Fstart_process): Doc fix. | Richard M. Stallman | 2007-04-23 | 1 | -3/+4 |
| * | (Fstart_process): Doc fix. | Eli Zaretskii | 2007-04-23 | 1 | -6/+11 |
| * | (wait_reading_process_output) [HAVE_PTYS]: | Kim F. Storm | 2007-03-29 | 1 | -10/+11 |
| * | (Fformat_network_address): Return nil when the | Juanma Barranquero | 2007-03-29 | 1 | -2/+14 |
| * | (Fformat_network_address): Make room in args array to format IPv6 addresses. | Juanma Barranquero | 2007-03-27 | 1 | -2/+1 |
| * | (sigchld_handler): Delay by 1ms instead of 1s to | Sam Steingold | 2007-03-26 | 1 | -1/+1 |
| * | revert the last patch to the original fix: sleep BEFORE the first wait | Sam Steingold | 2007-03-25 | 1 | -8/+8 |
| * | (Fmake_network_process) [HAVE_GETADDRINFO]: Clear | YAMAMOTO Mitsuharu | 2007-03-20 | 1 | -3/+7 |
| * | (Fdelete_process): Properly handle deletion of first element of | Chong Yidong | 2007-03-17 | 1 | -13/+16 |
| * | (sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list | Chong Yidong | 2007-03-17 | 1 | -5/+9 |
| * | tweak last patch: add comment and avoid the first sleep | Sam Steingold | 2007-03-11 | 1 | -7/+10 |
| * | (sigchld_handler): Sleep before wait3 to avoid a busyloop. | Sam Steingold | 2007-03-11 | 1 | -0/+1 |
| * | (send_process_object): Check the process status and | Kenichi Handa | 2007-03-01 | 1 | -1/+9 |
| * | (send_process_object_unwind): New function. | Kenichi Handa | 2007-02-23 | 1 | -12/+79 |
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| * | (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT | Eli Zaretskii | 2007-01-13 | 1 | -6/+12 |
| * | Fix typo in comment. | Kim F. Storm | 2006-12-27 | 1 | -1/+1 |
| * | (Qsignal): Declare here. | Kim F. Storm | 2006-12-19 | 1 | -2/+3 |
| * | (Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID from | Eli Zaretskii | 2006-12-09 | 1 | -2/+2 |
| * | (parse_signal): Use xstricmp instead of strcasecmp. | Kim F. Storm | 2006-12-07 | 1 | -2/+2 |
| * | (parse_signal): Rename macro from handle_signal. | Kim F. Storm | 2006-12-04 | 1 | -40/+40 |
| * | (Qsignal): Declare extern. | Kim F. Storm | 2006-12-04 | 1 | -3/+9 |
| * | (syms_of_process) <delete-exited-processes>: Doc fix. | Juanma Barranquero | 2006-11-12 | 1 | -1/+1 |
| * | (list_processes_1): Run sentinels before removing dead | Kim F. Storm | 2006-10-03 | 1 | -2/+5 |
| * | (inhibit_sentinels): New variable. | Richard M. Stallman | 2006-09-08 | 1 | -6/+15 |
| * | * process.c: Reapply 2006-08-01 change. | Chong Yidong | 2006-08-05 | 1 | -6/+12 |
| * | * process.c: Revert last change. | Chong Yidong | 2006-08-03 | 1 | -12/+6 |
| * | (wait_reading_process_output_unwind): New function. | Kim F. Storm | 2006-08-01 | 1 | -4/+12 |
| * | Doc fix. | Chong Yidong | 2006-07-10 | 1 | -2/+2 |
| * | 2006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org> | Kim F. Storm | 2006-06-01 | 1 | -8/+57 |
| * | (select_wrapper): Add wrapper around select to work around | Kim F. Storm | 2006-05-31 | 1 | -0/+19 |
| * | (setup_process_coding_systems): Use system_eol_type | Kenichi Handa | 2006-05-08 | 1 | -0/+12 |
| * | (conv_lisp_to_sockaddr): Fix previous change. | Richard M. Stallman | 2006-04-13 | 1 | -5/+8 |
| * | (Fprocess_send_eof): Abort if fail to open null device. | Richard M. Stallman | 2006-04-12 | 1 | -0/+2 |
| * | (conv_lisp_to_sockaddr): If FAMILY unknown, just return. | Richard M. Stallman | 2006-04-12 | 1 | -1/+4 |
| * | * process.h (struct Lisp_Process): Replace Lisp_Objects `pid', | Stefan Monnier | 2006-04-08 | 1 | -46/+50 |
| * | (Faccept_process_output): Fix to comply with lisp reference. | Kim F. Storm | 2006-03-22 | 1 | -38/+36 |
| * | (Vprocess_adaptive_read_buffering): Doc fix. | Romain Francoise | 2006-03-11 | 1 | -1/+1 |
| * | (Fmake_network_process): Init the process's mark. | Stefan Monnier | 2006-02-25 | 1 | -1/+7 |
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| * | [HAVE_INTTYPES_H]: Include inttypes.h. | YAMAMOTO Mitsuharu | 2006-01-12 | 1 | -3/+10 |
| * | (Fmake_network_process): Use AF_INET instead of | Kim F. Storm | 2006-01-05 | 1 | -1/+1 |
| * | [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32. | Eli Zaretskii | 2006-01-04 | 1 | -0/+8 |
| * | Add IPv6 support. | Kim F. Storm | 2006-01-04 | 1 | -20/+134 |
| * | (Fnetwork_interface_info): Correctly terminate the | Andreas Schwab | 2005-12-30 | 1 | -1/+1 |
| * | (Fsignal_process): Recognize signal names with and | Kim F. Storm | 2005-11-08 | 1 | -30/+33 |