aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | (wait_reading_process_input): Lisp_Object/int mixup.Stefan Monnier2004-01-201-2/+2
| | |_|/ | |/| |
| * | | (read_process_output): Only activate adaptiveKim F. Storm2004-01-061-2/+2
| | |/ | |/|
| * | (ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm2004-01-011-35/+164
| |/
| * Remove period at end of error message.Jan Djärv2003-11-161-1/+1
| * (send_process): Delete unused temp_buf.Kenichi Handa2003-09-271-3/+0
| * (set_socket_option): Fix :bindtodevice option.Kim F. Storm2003-09-231-16/+31
| * (Fnetwork_interface_info): UseDave Love2003-09-231-4/+4
| * (Fnetwork_interface_info): Fix type error.Dave Love2003-09-181-4/+4
| * (Fnetwork_interface_list, Fnetwork_interface_info):Kim F. Storm2003-09-171-9/+11
| * (Fset_process_sentinel): Add sentinel to childp plistKim F. Storm2003-09-161-231/+181
| * [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.Kim F. Storm2003-09-131-0/+245
* | (read_process_output): Grow decoding_buf when needed;Kenichi Handa2004-05-131-0/+4
* | Sync to HEADKenichi Handa2004-04-161-272/+611
* | (send_process): Be sure to set coding->src_multibyte.Kenichi Handa2003-12-291-1/+2
* | *** empty log message ***Kenichi Handa2003-09-081-67/+63
|\ \
| * | (read_process_output): Handle carryover correctly.Kenichi Handa2003-06-051-8/+12
| * | *** empty log message ***Dave Love2002-05-171-0/+7
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-54/+45
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (read_process_output): Return the actually read bytesKenichi Handa2003-07-311-7/+4
* | (wait_reading_process_input): Don't signal SIGIO in batch mode.Richard M. Stallman2003-06-221-1/+1
* | (allocate_pty): Revert part of the previous patch.Stefan Monnier2003-06-041-7/+2
* | (allocate_pty): Remove `unused var stb' andStefan Monnier2003-05-251-34/+37
* | (read_process_output): Back out change from 2003-03-09.David Kastrup2003-05-171-3/+3
* | (read_process_output): We have allocated enough spaceDavid Kastrup2003-03-091-3/+3
* | Removed subtty, workaround for when TIOCSIGSEND fails.Jan Djärv2003-02-211-26/+45
* | (wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, notJuanma Barranquero2003-02-211-4/+4
* | (setup_process_coding_systems): If the process'sKenichi Handa2003-02-201-0/+3
* | Doc fixes.Kim F. Storm2003-02-101-9/+9
* | (QCfilter_multibyte): New variable.Kenichi Handa2003-02-101-43/+101
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-72/+72
* | (set-process-filter): Document unibyte/multibyte-ness of string argument.Kim F. Storm2003-01-161-3/+11
* | (Fset_process_plist): Fixed return value.Kim F. Storm2003-01-141-1/+2
* | Reworked 2003-01-12 change -- call a plist a plist!Kim F. Storm2003-01-141-35/+23
* | (QCvars): New variable.Kim F. Storm2003-01-121-13/+39
* | (Fset_process_contact): New function.Kim F. Storm2003-01-101-1/+24
* | (Fmake_network_process): Convert new port numberKim F. Storm2003-01-081-1/+1
* | (format-network-address): Added optional OMIT-PORT arg. Callers changed.Kim F. Storm2003-01-081-14/+23
* | (server_accept_connection): Fixed recording of newKim F. Storm2003-01-081-1/+11
* | (_GNU_SOURCE): Don't define.Dave Love2002-11-181-1/+0
* | (Fformat_network_address): Removed unused locals p, cp, and i.Kim F. Storm2002-11-071-4/+0
* | (wait_reading_process_input):Richard M. Stallman2002-11-061-2/+4
* | (Fformat_network_address): Fix int/Lisp_Object mixup.Stefan Monnier2002-10-311-6/+6
* | Include sys/wait.h.Dave Love2002-10-301-0/+7
* | (Fsignal_process): Allow PROCESS to be specified byKim F. Storm2002-10-281-6/+38
* | (Fformat_network_address): New function.Kim F. Storm2002-10-241-13/+76
* | (make-network-process): Doc fix (there is no network-server-log-function hook).Kim F. Storm2002-09-181-3/+2
* | (wait_reading_process_input, both versions):Richard M. Stallman2002-09-121-1/+5
* | (Fstart_process): Remove /: from program name.Richard M. Stallman2002-08-241-6/+14