Age | Commit message (Expand) | Author |
2007-12-09 | Fix for an off-by-one. | Tobias Stoeckmann |
2007-11-17 | Convert file_rcsrev earlier into a string, else revbuf can be printed | Tobias Stoeckmann |
2007-11-11 | Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoing | Tobias Stoeckmann |
2007-11-11 | Do not (re)expand CVS keywords if it is requested to keep old keywords. | Tobias Stoeckmann |
2007-11-11 | CVS/Entries needs at least one line specifying a 'D'irectory. If the | Tobias Stoeckmann |
2007-11-11 | Added CVS keyword "Locker". Although it is a dummy function, it's already | Tobias Stoeckmann |
2007-11-11 | If a file has modifications in it (i.e. cvs update on modified files), | Tobias Stoeckmann |
2007-11-11 | Apply umask on RCS file modes. The umask can be changed in CVSROOT/config | Tobias Stoeckmann |
2007-11-09 | Parse CVSROOT/config and set umask on server-side, too. | Tobias Stoeckmann |
2007-11-09 | Fix for a rather unintuitive behaviour, this way it can be reproduced: | Tobias Stoeckmann |
2007-11-09 | An umask is octet not decimal. This means we cannot use strtonum() to | Tobias Stoeckmann |
2007-11-08 | Stick at GNU cvs output format of docdate. | Tobias Stoeckmann |
2007-11-08 | Return latest revision of default branch when HEAD is requested and no | Tobias Stoeckmann |
2007-10-18 | Avoid memory leak if tag is defined multiple times in CVSROOT/config. | Tobias Stoeckmann |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-10-09 | Properly parse supplied symbols with -r argument. | Tobias Stoeckmann |
2007-10-09 | Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to | Tobias Stoeckmann |
2007-10-09 | various style cleanups: | Tobias Stoeckmann |
2007-10-09 | Do not warn user about files that are "no longer in the repository" | Tobias Stoeckmann |
2007-10-09 | Return NULL if a revision has been supplied that is higher than HEAD. | Tobias Stoeckmann |
2007-10-09 | Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1) | Tobias Stoeckmann |
2007-10-09 | cvs import must not parse files in local CVS directory. | Tobias Stoeckmann |
2007-10-08 | do not try to reset the default branch if the RCS file | Joris Vink |
2007-10-07 | break after exit() is useless | Charles Longeau |
2007-10-07 | nb is an int, so it should be compared to an int. | Charles Longeau |
2007-10-06 | replace abort() by return (-1) | Charles Longeau |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-10-03 | reset the default branch early on so rcs_head_get() does not screw us up | Joris Vink |
2007-09-25 | missing header for strptime | Charles Longeau |
2007-09-25 | remove unused extern variable | Charles Longeau |
2007-09-25 | missing header for mkstemp | Charles Longeau |
2007-09-25 | missing header for mkstemp | Charles Longeau |
2007-09-24 | oops i was suppose to pass cvs_directory_tag to cvs_file_classify(). | Joris Vink |
2007-09-24 | unused vars | Joris Vink |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-24 | zap unused stuff, cleans it up a bit. | Joris Vink |
2007-09-23 | make sure when running update -r on existing files to overwrite | Joris Vink |
2007-09-23 | pass FILE_HAS_FLAG towards the update code so it can identify | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-09-22 | we no longer create a 0 sized file in our /tmp/cvs-serv<pid> server | Joris Vink |
2007-09-22 | in rcs_translate_tag() do not fail when a tag resolved | Joris Vink |
2007-09-22 | fix error message output, it caused diffs to be formed incorrectly | Joris Vink |
2007-09-22 | Support for checkout with a local repository already in place. | Tobias Stoeckmann |
2007-09-19 | Allow lines which do not specify any arguments for command (or cvs). | Tobias Stoeckmann |
2007-09-19 | parse global arguments (cvs) and command arguments only once, i.e. first | Tobias Stoeckmann |
2007-09-19 | Print warning about invalid command in .cvsrc only if -V is in use. | Tobias Stoeckmann |
2007-09-19 | Next to ' ', '\t' is valid between command and arguments. | Tobias Stoeckmann |
2007-09-19 | Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'. | Tobias Stoeckmann |
2007-09-19 | Do not parse quoted strings because GNU cvs won't do so. | Tobias Stoeckmann |
2007-09-19 | Usage of fgetln() instead of fgets() in .cvsrc parsing handles line | Tobias Stoeckmann |