- 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
-
- 11 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 20 May, 2002 1 commit
-
-
Ken Raeburn authored
and XSTRING instead of XSYMBOL and name field.
-
- 16 May, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 04 May, 2002 1 commit
-
-
Jason Rumney authored
use non-blocking I/O.
-
- 03 May, 2002 1 commit
-
-
Jason Rumney authored
when we can make them non-blocking.
-
- 30 Apr, 2002 1 commit
-
-
Stefan Monnier authored
-
- 26 Apr, 2002 1 commit
-
-
Andrew Choi authored
lisp/ChangeLog, and src/ChangeLog for list of changes.
-
- 03 Apr, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 01 Apr, 2002 1 commit
-
-
Stefan Monnier authored
(Fprocess_datagram_address, Fset_process_datagram_address) (Fset_network_process_options, server_accept_connection): Fix some int/Lisp_Object confusions (thank you union types).
-
- 28 Mar, 2002 1 commit
-
-
Miles Bader authored
-
- 27 Mar, 2002 1 commit
-
-
Pavel Janík authored
(make-network-process): Doc fix.
-
- 21 Mar, 2002 2 commits
-
-
Kim F. Storm authored
subfeatures if HAVE_SOCKETS.
-
Kim F. Storm authored
(QCtype, Qdatagram): New variables. (network_process_featurep): Removed function. (Fmake_network_process): Removed :feature check. Use :type 'datagram instead of :datagram t to create a datagram socket. This allows us to add other connection types (e.g. raw sockets) later in a consistent manner. (init_process) [subprocess]: Provide list of supported subfeatures for feature make-network-process. (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram. Intern and staticpro QCtype and Qdatagram. (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
-
- 20 Mar, 2002 2 commits
-
-
Jason Rumney authored
-
Eli Zaretskii authored
use "sun" as a variable, it's a predefined constant on Sun machines.
-
- 18 Mar, 2002 3 commits
-
-
Pavel Janík authored
where they are used.
-
Kim F. Storm authored
Remove explicit GNU_LINUX settings for datagram support.
-
Pavel Janík authored
Doc fix. Add usage:. (set_socket_options): Remove unused variables `optnum' and `opttype'.
-
- 17 Mar, 2002 1 commit
-
-
Kim F. Storm authored
(QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop) (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New variables. (NETCONN1_P): New macro. (DATAGRAM_SOCKETS): New conditional symbol. (datagram_address): New array. (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros. (status_message): Use concat3. (Fprocess_status): Add `listen' status to doc string. Return `stop' for a stopped network process. (Fset_process_buffer): Update contact plist for network process. (Fset_process_filter): Ditto. Don't enable input for stopped network processes. Server must listen, even if filter is t. (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag): New functions. (Fprocess_kill_without_query): Removed. Now defined in simple.el. (Fprocess_contact): Added KEY argument. Handle datagrams. (list_processes_1): Optionally show only processes with the query on exit flag set. Dynamically adjust column widths. Omit tty column if not needed. Report stopped network processes. Identify server and datagram network processes. (Flist_processes): New optional arg `query-only'. (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size) (conv_lisp_to_sockaddr, set_socket_options) (network_process_featurep, unwind_request_sigio): New helper functions. (Fprocess_datagram_address, Fset_process_datagram_address): (Fset_network_process_options): New lisp functions. (Fopen_network_stream): Removed. Now defined in simple.el. (Fmake_network_process): New lisp function. Code is based on previous Fopen_network_stream, but heavily reworked with new property list based argument list, support for datagrams, server processes, and local sockets in addition to old client-only functionality. (server_accept_connection): New function. (wait_reading_process_input): Use it to handle incoming connects. Do not enable input on a new connection if process is stopped. (read_process_output): Handle datagram sockets. Use 2k buffer for them. (send_process): Handle datagram sockets. (Fstop_process, Fcontinue_process): Apply to network processes. A stopped network process is indicated by setting command field to t . (Fprocess_send_eof): No-op if datagram connection. (Fstatus_notify): Don't read input for a stream server socket or a stopped network process. (init_process): Initialize datagram_address array. (syms_of_process): Intern and staticpro new variables, defsubr new functions.
-
- 03 Mar, 2002 1 commit
-
-
Kim F. Storm authored
-
- 01 Mar, 2002 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
- 28 Feb, 2002 1 commit
-
-
Kim F. Storm authored
(syms_of_process): Intern and staticpro them. [NON_BLOCKING_CONNECT]: New conditional. (connect_wait_mask, num_pending_connects): New variables. (status_message): Convert Qfailed status. (Fopen_network_stream): Added support for non-blocking connect. New optional args: filter, sentinel, non_blocking. Doc updated. [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code. (deactivate_process): Handle pending non-blocking connect. (wait_reading_process_input): Poll for status of non-blocking connects. Exec sentinel directly when connect succeeds. (status_notify): Don't read process output if not yet connected.
-
- 07 Jan, 2002 1 commit
-
-
Eli Zaretskii authored
top setup_coding_system, not before the call.
-
- 11 Dec, 2001 1 commit
-
-
Richard M. Stallman authored
-
- 07 Dec, 2001 1 commit
-
-
Paul Eggert authored
-
- 02 Nov, 2001 2 commits
-
-
Pavel Janík authored
-
Pavel Janík authored
-
- 24 Oct, 2001 1 commit
-
-
Pavel Janík authored
(create_process): Remove unused variable `buffer'.
-
- 20 Oct, 2001 1 commit
-
-
Pavel Janík authored
-
- 16 Oct, 2001 1 commit
-
-
Ken Raeburn authored
with lisp system changes.
-
- 15 Oct, 2001 1 commit
-
-
Pavel Janík authored
make-docfile with doc strings in comment.
-
- 12 Oct, 2001 1 commit
-
-
Stefan Monnier authored
-