Age | Commit message (Expand) | Author |
2004-12-09 | header cleanup | Jean-Francois Brousseau |
2004-12-08 | get rid of void* pointer arithmetic on buffers so gcc stops complaining | Jean-Francois Brousseau |
2004-12-08 | complain if we fail to send the log message so the caller doesn't | Jean-Francois Brousseau |
2004-12-08 | use mkstemp for local diff -r r1 -r r2; ok jfb@ | Damien Miller |
2004-12-08 | minor simplification in if () statement from Joris Vink | Jean-Francois Brousseau |
2004-12-08 | simplify the handler for Created, Updated, Update-existing and Merged | Jean-Francois Brousseau |
2004-12-08 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2004-12-08 | avoid complaining twice when we fail to load a file, and fix a gcc | Jean-Francois Brousseau |
2004-12-08 | .Xr cvs 1 | Xavier Santolaria |
2004-12-08 | support for the `Copy-file' response | Jean-Francois Brousseau |
2004-12-08 | rearrange the output loop for file lists in the log message so we don't | Jean-Francois Brousseau |
2004-12-08 | add YFLAGS; ok jfb@. | Xavier Santolaria |
2004-12-08 | add more CFLAGS; ok jfb@. | Xavier Santolaria |
2004-12-08 | embrace and extend (!) cvs_logmsg_get() so we can now display | 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 | sync; ok jfb@ | Ian Darwin |
2004-12-08 | avoid resending a directory if it was the last directory sent to the | Jean-Francois Brousseau |
2004-12-08 | note that the `version' command will also query the remote server's | Jean-Francois Brousseau |
2004-12-08 | add missing commands; | Jason McIntyre |
2004-12-07 | an other -> another; | Jason McIntyre |
2004-12-07 | .Sy -> .Ic; | Jason McIntyre |
2004-12-07 | kill unneeded macros; | Jason McIntyre |
2004-12-07 | fill in values for EDITOR and VISUAL; | Jason McIntyre |
2004-12-07 | when loading directory info, only close the handle to the Entries file | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-07 | avoid a crash when receiving either a Created, Updated, Update-existing | Jean-Francois Brousseau |
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau |
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau |
2004-12-06 | reorder some of the code for argument vector splitting so we don't | Jean-Francois Brousseau |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-12-06 | make cvsd compile; ok jfb@. | Xavier Santolaria |
2004-12-06 | when loading the file information from the Entries file, open it in | Jean-Francois Brousseau |
2004-12-06 | implement a saner handler for the Removed and Remove-entry responses. | Jean-Francois Brousseau |
2004-12-06 | Get rid of a gcc warning | Jean-Francois Brousseau |
2004-12-06 | Missing prototype for cvs_diff_sendflags(), removes a gcc warning | Jean-Francois Brousseau |
2004-12-06 | Pass the proper type for the third argument to cvs_sendreq() | Jean-Francois Brousseau |
2004-12-03 | When receiving a `Checked-in' response, update the Entries information | Jean-Francois Brousseau |
2004-12-03 | Handle files mode 750. | Tobias Weingartner |
2004-12-03 | If the timestamp in the Entries file is larger than the file's | Jean-Francois Brousseau |
2004-12-03 | Rename variables to make more sense and fix a warning about assigning | Jean-Francois Brousseau |
2004-12-02 | man tweaks; | Jason McIntyre |
2004-12-02 | This commit is brought to you by the brand new improved and better tasting | Jean-Francois Brousseau |
2004-12-02 | cvs_logmsg_get() now accepts a list of files that it is getting the | Jean-Francois Brousseau |
2004-12-02 | Add cvs_file_copy() to create a copy of a file structure. | Jean-Francois Brousseau |
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi |
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau |
2004-11-26 | Cleanup, document .cvsrc and -f a bit more, and add checkout to the | Jean-Francois Brousseau |
2004-11-26 | Match more closely the data sent by GNU CVS when dealing with multiple | Jean-Francois Brousseau |
2004-11-26 | An introduction man page on how to use OpenCVS to manage CVS repositories | Jean-Francois Brousseau |
2004-11-26 | struct cvs_file -> CVSFILE | Jean-Francois Brousseau |