Age | Commit message (Expand) | Author |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-26 | make cvs_getln() return the length of the line that was read, so we | Jean-Francois Brousseau |
2005-05-24 | as a client, the the Root response first, before trying to ask the version | Joris Vink |
2005-05-24 | send the -n flag to the server as part of connection initialization | Jean-Francois Brousseau |
2005-05-23 | allow the CVS_CLIENT_LOG stuff to take variables which expand | Joris Vink |
2005-05-12 | snprintf checks; joris ok | Xavier Santolaria |
2005-05-09 | cvs_getln() can fail and return -1. | Joris Vink |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink |
2005-04-18 | don't send an Entry reply to the server for unknown files, | Joris Vink |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink |
2005-03-26 | fix a variety of things i found at coverity. ok joris@ | Ted Unangst |
2005-03-13 | unbreak, and do this correct. | Joris Vink |
2005-03-13 | simplify if {} else {} case. | Joris Vink |
2005-03-04 | add missing 'add' request in cvs_request table. | Joris Vink |
2005-02-04 | cleanup and additional error checking on connection setup | Jean-Francois Brousseau |
2005-01-14 | minor knf and cleanup, and remove unneeded extern declarations, they | Jean-Francois Brousseau |
2005-01-14 | sprinkle more error reporting and add a trace when sending a file | Jean-Francois Brousseau |
2004-12-22 | spelling corrections; ok jmc@ | David Krause |
2004-12-16 | make cvs_connect() print an error message and return with an error | Jean-Francois Brousseau |
2004-12-14 | missing `tag' request in the request table | Jean-Francois Brousseau |
2004-12-08 | support for the `Copy-file' response | Jean-Francois Brousseau |
2004-12-08 | add a small protection to avoid reconnecting to a server to which we | Jean-Francois Brousseau |
2004-12-08 | avoid resending a directory if it was the last directory sent to the | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-12-02 | This commit is brought to you by the brand new improved and better tasting | Jean-Francois Brousseau |
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau |
2004-11-16 | more correct error checking, from Joris Vink <amni at pandora dot be> | Jean-Francois Brousseau |
2004-11-15 | Fix some issues in the protocol dispatch table: | Jean-Francois Brousseau |
2004-09-23 | Lower the level of an error message | Jean-Francois Brousseau |
2004-08-27 | Fix two descriptor leaks | Jean-Francois Brousseau |
2004-08-13 | Leave stderr alone for the moment | Jean-Francois Brousseau |
2004-08-12 | Don't attempt to send the `Root' request if the operation is an `init' | Jean-Francois Brousseau |
2004-08-12 | Don't bother about the server's standard error just yet | Jean-Francois Brousseau |
2004-08-05 | When spawning the subprocess for the connection, attach a pipe to its | Jean-Francois Brousseau |
2004-08-04 | * set the maximum number of arguments to 256 for the moment | Jean-Francois Brousseau |
2004-08-03 | Move all of the request- and response-specific handlers into separate | Jean-Francois Brousseau |
2004-08-02 | When we connect to a remote server, always send the Version request and | Jean-Francois Brousseau |
2004-08-02 | * copy most of the code from cvs_resp_handle() into cvs_req_handle() | Jean-Francois Brousseau |
2004-07-30 | Minor bug fixes | Jean-Francois Brousseau |
2004-07-30 | Handle the `Rcs-diff' response so we can patch on updates | Jean-Francois Brousseau |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau |
2004-07-29 | New protocol API commented out, not ready yet | Jean-Francois Brousseau |
2004-07-29 | Define a flag to tell if a request expects a response. This will later | Jean-Francois Brousseau |
2004-07-29 | No more cvs_root | Jean-Francois Brousseau |
2004-07-28 | Fix the timestamp parsing for Mod-time. Months are now being detected | Jean-Francois Brousseau |
2004-07-27 | * use a mix of mktime() and ctime_r() instead of asctime_r() to calculate | Jean-Francois Brousseau |
2004-07-27 | * parse the timestamp given to Mod-time correctly and store it so the | Jean-Francois Brousseau |