Age | Commit message (Expand) | Author |
2007-09-17 | Print error messages sent by server on stderr. While at it, replaced | Tobias Stoeckmann |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-13 | Added annotate support for local and remote repositories. Behaves like | Tobias Stoeckmann |
2007-09-10 | remove my addition of portnumber for rsh in CVSROOT. | Joris Vink |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-09-10 | Allow port specification in our CVSROOT which is used for our | Joris Vink |
2007-09-10 | Properly display list of commands in default 80 column terminal. | Tobias Stoeckmann |
2007-09-10 | Fixed segmentation fault that occured during .cvsrc parsing if an invalid | Tobias Stoeckmann |
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann |
2007-09-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann |
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann |
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink |
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann |
2007-09-07 | Do not use global option -V (GNU cvs doesn't understand it), be very | Tobias Stoeckmann |
2007-09-04 | Removed dead code. | Tobias Stoeckmann |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-09-04 | Handle ^D as a)bort in log message question. | Tobias Stoeckmann |
2007-09-02 | OpenCVS server init-support with OpenCVS and GNU cvs clients. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour with Root directive handling: it does not need | Tobias Stoeckmann |
2007-09-02 | Handle quotation marks in .cvsrc correctly. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1 | Tobias Stoeckmann |
2007-09-02 | Log all commands sent with cvs_remote_output(), not just | Tobias Stoeckmann |
2007-09-01 | s/free/xfree | Joris Vink |
2007-08-30 | Remove old CVSROOT caching mechanisms. | Joris Vink |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-08-29 | correct error string in cvs_buf_load_fd() to match the function. | Joris Vink |
2007-08-29 | more typo shizzle from Igor Zinovik. | Joris Vink |
2007-08-29 | missing xfree(); | Joris Vink |
2007-08-28 | more typos in error messages; from Igor Zinovik. | Xavier Santolaria |
2007-08-27 | typo in error msg; from Igor Zinovik. | Xavier Santolaria |
2007-08-23 | support ArgumentX - unbreaks more gnu cvs client things. | Joris Vink |
2007-08-23 | missing 'u' option for update caused gnu cvs client to not function | Joris Vink |
2007-08-09 | Use '\0', not NULL, for NUL characters. | Ray Lai |
2007-08-09 | Correct function name in fatal(). From Igor Zinovik. | Ray Lai |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-07-25 | Correctly handle the export command when writing to history file. | Xavier Santolaria |
2007-07-19 | xcalloc is unneeded here since i is always 0 and we always use the | Ray Lai |
2007-07-18 | Support -r for the export command. | Xavier Santolaria |
2007-07-17 | Forgot this part about rlog not needing the Directory request to be sent. | Xavier Santolaria |
2007-07-17 | Correct function name in error string. | Xavier Santolaria |
2007-07-17 | Simplify the way we check wether the issued command is `log' or `rlog'. | Xavier Santolaria |
2007-07-17 | Do not send the Directory request when using the rlog command. | Xavier Santolaria |
2007-07-16 | Do not display the `Working file:' line if the issued command is `rlog'. | Xavier Santolaria |
2007-07-12 | Do not fatal() if the CVSROOT/config file does not exist. | Xavier Santolaria |
2007-07-05 | fix a "Device busy" error in server mode. found by ckuethe@ | Joris Vink |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-07-03 | On the server side, in a remote setup, do not display timestamp. | Xavier Santolaria |
2007-07-01 | Sync time buffer size; missed in previous commit. | Xavier Santolaria |
2007-06-29 | Server-side bits for release command. | Xavier Santolaria |
2007-06-29 | Sync cvs/rcs diff code. | Ray Lai |