Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c3506 do_cvs_command (char *cmd_name, int (*command) (int, char **)) in do_cvs_command() function
4494 do_cvs_command ("commit", commit); in serve_ci()
4590 do_cvs_command ("update", update); in serve_update()
4598 do_cvs_command ("diff", diff); in serve_diff()
4606 do_cvs_command ("log", cvslog); in serve_log()
4614 do_cvs_command ("rlog", cvslog); in serve_rlog()
4622 do_cvs_command ("ls", ls); in serve_ls()
4630 do_cvs_command ("rls", ls); in serve_rls()
4637 do_cvs_command ("acl", cvsacl); in serve_acl()
4645 do_cvs_command ("racl", cvsacl); in serve_racl()
[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 DChangeLog866 * server.c (do_cvs_command): Ditto.
2186 * server.c (server_pause_check, do_cvs_command, server_cleanup):
2212 do_cvs_command): Ditto.
2917 (do_cvs_command): Send an error when !PROXY_SUPPORT and a client does
3106 (become_proxy, serve_co, do_cvs_command): Use new log from above.
3361 (do_cvs_command): Use MAX macro appropriately.
3395 (do_cvs_command): Use new become_proxy() function.
3440 (do_cvs_command, serve_init): Add switch and pseudo-code comments about
3505 * server.c (do_cvs_command): Pass new args to fd_buffer_initialize().
4906 * server.c (do_cvs_command): Plug a memory leak.
[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 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