Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-08 | avoid resending a directory if it was the last directory sent to the | Jean-Francois Brousseau | |
server | |||
2004-12-08 | note that the `version' command will also query the remote server's | Jean-Francois Brousseau | |
version if either CVSROOT or the -d flag are specified minor tweaks and ok jmc@ | |||
2004-12-08 | add missing commands; | Jason McIntyre | |
add command aliases; ok jfb@ | |||
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 | |
if it is not NULL. fixes a crash when running commands that have no administrative files to open yet (i.e. import) noticed by and discussed with Joris Vink | |||
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 | |
or Merged response by reopening the Entries file correctly before making modifications to it Fixes a SIGSEGV reported by Joris Vink and djm@ | |||
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau | |
tested, tweaked by and ok djm@ | |||
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau | |
original patch from Peter Hessler, with additions by me | |||
2004-12-06 | reorder some of the code for argument vector splitting so we don't | Jean-Francois Brousseau | |
overflow the array and we don't produce weird results if the last character of the line is an escape character (bogus!) | |||
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 | |
read-only mode. fixes a problem with running non-modifying commands in directories with restrictive permissions. Reported and patch tested by Peter Hessler | |||
2004-12-06 | implement a saner handler for the Removed and Remove-entry responses. | Jean-Francois Brousseau | |
in the case of Removed, the file will actually be unlinked now. | |||
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 | |
correctly. This fixes the problem caused by a commit not updating the information properly and subsequent commands generating a message similar to: Merging differences between 1.X and 1.Y into file file already contains the differences between 1.X and 1.Y | |||
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 | |
timestamp, consider the file to be up to date. | |||
2004-12-03 | Rename variables to make more sense and fix a warning about assigning | Jean-Francois Brousseau | |
to a read-only location. | |||
2004-12-02 | man tweaks; | Jason McIntyre | |
discussed w/ jfb@ | |||
2004-12-02 | This commit is brought to you by the brand new improved and better tasting | Jean-Francois Brousseau | |
OpenCVS commit code. | |||
2004-12-02 | cvs_logmsg_get() now accepts a list of files that it is getting the | Jean-Francois Brousseau | |
message for and displays those files in the commented part of the log message | |||
2004-12-02 | Add cvs_file_copy() to create a copy of a file structure. | Jean-Francois Brousseau | |
This will be used in the commit code. | |||
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi | |
ok jfb | |||
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau | |
a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such. | |||
2004-11-26 | Cleanup, document .cvsrc and -f a bit more, and add checkout to the | Jean-Francois Brousseau | |
list of commands | |||
2004-11-26 | Match more closely the data sent by GNU CVS when dealing with multiple | Jean-Francois Brousseau | |
modules. Our checkout command can now perform the checkout of several modules at once. | |||
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 | |
2004-11-25 | Handle CVSD_SET_MODDIR, add session allocation and some minor cleanup | Jean-Francois Brousseau | |
2004-11-18 | Prototypes for the log message functions | Jean-Francois Brousseau | |
2004-11-18 | Make the 'cvs log' command work in client mode, mostly based on the | Jean-Francois Brousseau | |
code from update | |||
2004-11-18 | Compile with the log message code and do not install the cvs binary | Jean-Francois Brousseau | |
with the SGID bit set | |||
2004-11-16 | more correct error checking, from Joris Vink <amni at pandora dot be> | Jean-Francois Brousseau | |
2004-11-16 | add Joris Vink as an author | Jean-Francois Brousseau | |
2004-11-15 | More stuff to do | Jean-Francois Brousseau | |
2004-11-15 | Fix some issues in the protocol dispatch table: | Jean-Francois Brousseau | |
- set the 'log', 'history', 'rdiff' and 'rtag' commands to require a response - replace the entry for 'rannotate' (which doesn't exist) with 'annotate' and also remove 'rlog' (which doesn't exist either) | |||
2004-11-12 | update | Jean-Francois Brousseau | |
2004-11-12 | Functions to extract log messages from files and query users for them | Jean-Francois Brousseau | |
2004-11-12 | typo: comparations -> comparisons | Jean-Francois Brousseau | |
2004-11-12 | Show file specifications as optional last arguments to the commit, | Jean-Francois Brousseau | |
diff and update commands | |||
2004-11-10 | missing headers | krapht | |
2004-11-09 | * don't use the import code just yet, it uses new functions that aren't | krapht | |
tested enough yet | |||
2004-11-09 | Better handling of log message input and removal of crufty code | krapht | |
2004-11-09 | at least compile | krapht | |