- 23 Sep, 2003 1 commit
-
-
Dave Love authored
HAVE_STRUCT_IFREQ... macros.
-
- 18 Sep, 2003 1 commit
-
-
Dave Love authored
(Fnetwork_interface_list): Doc fix. (read_process_output, read_process_output): Delete unused var.
-
- 17 Sep, 2003 1 commit
-
-
Kim F. Storm authored
Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns. (Fnetwork_interface_info): Check that ifreq struct has required fields before accessing them; this requires that those fields are defined as macros, which may be too restrictive on some platforms, but it is better than failing on other platforms. (syms_of_process): Only defsubr above fns when included.
-
- 16 Sep, 2003 1 commit
-
-
Kim F. Storm authored
for network process. (socket_options): Add `:' prefix to option names. Add optbit field. (set_socket_option): Remove no_error arg and special handling of s < 0. Return 1<<optbit for known option, 0 for unknown. Do not interpret 0 as false for boolean option (only nil). Pass failed option and value to report_file_error. (Fset_network_process_options): Replaced by Fset_network_process_option. (Fset_network_process_option): New function to set just one option. (Fmake_network_process): Allow :coding arg to be a cons. Allow :server arg to be an integer specifying backlog size. Remove :options arg, and allow options to be specified directly as :KEY, VALUE pairs. Parse these options before binding socket. As before, :reuseaddr t is default for a server process, but this can now be disabled by specifying :reuseaddr nil. (Fnetwork_interface_info): Rename from Fget_network_interface_info. (init_process): Availability of network options is now checked with simpler syntax (featurep 'make-network-process :OPTION); use loop to setup features. (syms_of_process): Fix defsubr's for the replaced functions.
-
- 13 Sep, 2003 1 commit
-
-
Kim F. Storm authored
(Fnetwork_interface_list, Fget_network_interface_info): New defuns. (syms_of_process): Defsubr them.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 31 Jul, 2003 1 commit
-
-
Kenichi Handa authored
instead of the result of decoding.
-
- 22 Jun, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 04 Jun, 2003 1 commit
-
-
Stefan Monnier authored
(Faccept_process_output): Simplify.
-
- 25 May, 2003 1 commit
-
-
Stefan Monnier authored
`cp might be used uninitialized' warnings.
-
- 17 May, 2003 1 commit
-
-
David Kastrup authored
-
- 09 Mar, 2003 1 commit
-
-
David Kastrup authored
for readmax and carryover, so actually use the alloted space.
-
- 21 Feb, 2003 2 commits
-
-
Jan Djärv authored
-
Juanma Barranquero authored
POLLING_PROBLEM_IN_SELECT.
-
- 20 Feb, 2003 1 commit
-
-
Kenichi Handa authored
in/out descriptor is -1, do nothing.
-
- 10 Feb, 2003 2 commits
-
-
Kim F. Storm authored
(syms_of_process): Add `:' prefix to QCfilter_multibyte.
-
Kenichi Handa authored
(setup_process_coding_systems): New function. (Fset_process_buffer, Fset_process_filter): Call setup_process_coding_systems. (Fstart_process): Initialize the member `filter_multibyte' of struct Lisp_Process. (create_process): Call setup_process_coding_systems. (Fmake_network_process): New keyward `:filter-multibyte'. Initialize the member `filter_multibyte' of struct Lisp_Process. Call setup_process_coding_systems. (server_accept_connection): Call setup_process_coding_systems. (read_process_output): If the process has a filter, decide the multibyteness of a string to given to the filter by `filter_multibyte' member of the process. If the process doesn't have a filter and the result of conversion is unibyte, use Fstring_to_multibyte (not Fstring_make_multibyte) to get the multibyte form. (Fset_process_coding_system): Call setup_process_coding_systems. (Fset_process_filter_multibyte): New function. (Fprocess_filter_multibyte_p): New function. (syms_of_process): Intern and staticpro QCfilter_multibyte. Defsubr Sset_process_filter_multibyte and Sprocess_filter_multibyte_p.
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 16 Jan, 2003 1 commit
-
-
Kim F. Storm authored
-
- 14 Jan, 2003 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(QCplist): Renamed from QCvars. All uses changed. (Fprocess_plist): Replaces Fprocess_variable. Simplified. (Fset_process_plist): Replaces Fset_process_variable. Simplified. (syms_of_process): Intern, staticpro, defsubr these. (Fmake_network_process): Describe :plist arg. Removed :vars arg.
-
- 12 Jan, 2003 1 commit
-
-
Kim F. Storm authored
(syms_of_process): Intern and staticpro it. (Fprocess_variable, Fset_process_variable): New functions. (syms_of_process): Defsubr them. (Fstart_process): Initialize private_vars plist to nil. (Fmake_network_process): New arg :vars to setup the private variables for new network process. (server_accept_connection): Copy server's private variables to client process.
-
- 10 Jan, 2003 1 commit
-
-
Kim F. Storm authored
(syms_of_process): defsubr it. (make-network-process): Update doc.
-
- 08 Jan, 2003 3 commits
-
-
Kim F. Storm authored
to host byte order for `:service t' case. From Mario Lang.
-
Kim F. Storm authored
-
Kim F. Storm authored
connection's local address in :local property of contact info. (Fmake_network_process): Record local network address for new client processes in :local property of contact info.
-
- 18 Nov, 2002 1 commit
-
-
Dave Love authored
-
- 07 Nov, 2002 1 commit
-
-
Kim F. Storm authored
-
- 06 Nov, 2002 1 commit
-
-
Richard M. Stallman authored
Test POLLING_PROBLEM_IN_SELECT, not hpux. Avoid initialization for auto Lisp_Object var.
-
- 31 Oct, 2002 1 commit
-
-
Stefan Monnier authored
-
- 30 Oct, 2002 1 commit
-
-
Dave Love authored
[HAVE_PTY_H]; Include pty.h.
-
- 28 Oct, 2002 1 commit
-
-
Kim F. Storm authored
name in addition to pid (as integer or string).
-
- 24 Oct, 2002 1 commit
-
-
Kim F. Storm authored
(syms_of_process): Defsubr it. (list_processes_1): Use it to format :local/:remote address if service/host is not set; before emacs would crash in that case. (Fmake_network_process): Don't use Ffind_operation_coding_system to setup coding system if host or service is not set.
-
- 18 Sep, 2002 1 commit
-
-
Kim F. Storm authored
-
- 12 Sep, 2002 1 commit
-
-
Richard M. Stallman authored
Before calling turn_on_atimers, call stop_polling.
-
- 24 Aug, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 16 Jul, 2002 2 commits
-
-
Ken Raeburn authored
-
Richard M. Stallman authored
(process_send_signal): Clean up handling of GID. Detect errors in ioctls meant to set GID.
-
- 15 Jul, 2002 1 commit
-
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 12 Jul, 2002 1 commit
-
-
Richard M. Stallman authored
-