Home
last modified time | relevance | path

Searched refs:do_cvs_command (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dserver.c2722 do_cvs_command (cmd_name, command) in do_cvs_command() function
3626 do_cvs_command ("commit", commit);
3721 do_cvs_command ("update", update);
3728 do_cvs_command ("diff", diff);
3735 do_cvs_command ("log", cvslog);
3744 do_cvs_command ("rlog", cvslog);
3751 do_cvs_command ("add", add);
3772 do_cvs_command ("rdiff", patch);
3788 do_cvs_command ("rtag", cvstag);
3802 do_cvs_command ("admin", admin);
[all …]
H A DChangeLog-9395124 do_cvs_command to a global. Move initialization accordingly.
1720 * server.c (do_cvs_command): Clear error_use_protocol in the
1726 * server.c (do_cvs_command): Don't select on exceptions.
2564 (do_cvs_command): Set them.
2690 * server.c (do_cvs_command): Don't select on STDOUT_FILENO unless
2699 (dirswitch, do_cvs_command): Call it.
3211 * server.c (do_cvs_command): Use waitpid.
3503 do_cvs_command, server_updated): Rewrite for new buffering code.
3687 * server.c (do_cvs_command): Fix fencepost error in setting
3690 * server.c (do_cvs_command): If terminated with a core dump, print
[all …]
H A DChangeLog-96236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
650 (do_cvs_command): Use orig_server_temp_dir in error message.
1815 (do_cvs_command): Call buf_flush rather than buf_send_output
1856 * server.c (do_cvs_command): Pass new special parameter to
1979 (do_cvs_command): Initialize buffers with fd_buffer_initialize.
2067 (server_notify, do_cvs_command, server_co): Likewise.
2071 (do_cvs_command): Flush saved_output and saved_outerr to
3823 (do_cvs_command): Initialize them.
H A DChangeLog540 * server.c (do_cvs_command): If there's a partial output line left
556 (do_cvs_command): handle flushes properly
592 * server.c (do_cvs_command): Call close_on_exec on the protocol and
1119 * server.c (server_noop): Avoid do_cvs_command() overhead.
1140 * server.c (do_cvs_command): Give input from the protocol pipe
1302 * server.c (fd_buffer_initialize, server_notify, do_cvs_command): Ditto.
1433 * server.c (do_cvs_command): Plug file descriptor leaks.
3388 * server.c (do_cvs_command): add another environment variable,
4215 * server.c (do_cvs_command): If there are partial lines left when
H A DChangeLog-973094 (do_cvs_command): Move call to check_command_legal_p until after
3201 (do_cvs_command): take new parameter `cmd_name', a string. All