Age | Commit message (Expand) | Author |
2008-02-02 | Sync `rannotate' synopsis. r* commands work on repository modules. | Xavier Santolaria |
2008-02-02 | Add `rannotate' bits. Requested by tobias@. | Xavier Santolaria |
2008-02-01 | Make cvs_requests struct more readable. | Xavier Santolaria |
2008-02-01 | introduce cvs_read_config() which will be used as a general | Joris Vink |
2008-02-01 | Added rannotate support | Tobias Stoeckmann |
2008-02-01 | Another GNU cvs weirdo: During annotate, invalid revisions are allowed if | Tobias Stoeckmann |
2008-01-31 | Handle magic branch numbers in OpenCVS as well. | Tobias Stoeckmann |
2008-01-31 | free RCSNUM's when we are done with them; | Joris Vink |
2008-01-31 | Zap trailing whitespaces. | Xavier Santolaria |
2008-01-31 | If CVS/Entries.Static exists, don't look for more files in repository. | Tobias Stoeckmann |
2008-01-31 | We have cvs_client_send_logmsg for transmission of log messages. | Tobias Stoeckmann |
2008-01-31 | in some cases we did not return a copy of the resulting RCSNUM | Joris Vink |
2008-01-31 | remove dead and unreachable code | Joris Vink |
2008-01-31 | add changed lines support to log and rlog (the + and - stuff) | Joris Vink |
2008-01-31 | vasprintf requires stdio.h | Tobias Stoeckmann |
2008-01-31 | Make use of CVS_REV_BUFSZ everywhere for `sticky'. | Xavier Santolaria |
2008-01-31 | Rename `stickytag' variable to `sticky' for consistency with rest of the code. | Xavier Santolaria |
2008-01-31 | We have to carefully check if a checkout command is run with a valid | Tobias Stoeckmann |
2008-01-31 | During checkout -p don't print files which are in Attic if they are not | Tobias Stoeckmann |
2008-01-31 | Rework of cvs_get_repository_name. | Tobias Stoeckmann |
2008-01-31 | On repository-side, only parse files which end with ,v (RCS_FILE_EXT). | Tobias Stoeckmann |
2008-01-31 | Our directory entries in CVS/Entries had one slash too much -- zapped. | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-29 | There is no need to xstrdup() optarg. | Tobias Stoeckmann |
2008-01-29 | Fixed function name in fatal calls. While at it, adjusted style. | Tobias Stoeckmann |
2008-01-29 | Properly free dynamically allocated memory on error path. | Tobias Stoeckmann |
2008-01-29 | Properly free dynamically allocated memory. Also skip needless checks. | Tobias Stoeckmann |
2008-01-29 | Properly check if an argument has been supplied for "Removed" | Tobias Stoeckmann |
2008-01-28 | Actually support checkout's -l. | Tobias Stoeckmann |
2008-01-28 | Properly free "rev". | Tobias Stoeckmann |
2008-01-28 | Zapped some variables which made the source harder to read (and to verify). | Tobias Stoeckmann |
2008-01-28 | checkout's options -m and -F are mutually exclusive. Also watch out to | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-23 | Don't reset the sticky tag of a file in CVS/Entries if it is not requested. | Tobias Stoeckmann |
2008-01-21 | Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrc | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-14 | Changed xmalloc(n * m) pattern into xcalloc(n, m). | Tobias Stoeckmann |
2008-01-13 | Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) instead | Tobias Stoeckmann |
2008-01-13 | Typos fixed. | Tobias Stoeckmann |
2008-01-12 | Added missing break statements. | Tobias Stoeckmann |
2008-01-10 | Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog with | Tobias Stoeckmann |
2008-01-10 | various fixes for remote commands (right now we support rlog and rtag) | Tobias Stoeckmann |
2008-01-10 | Added support for rtag in local and remote setups (with interoperability | Tobias Stoeckmann |
2008-01-10 | just for the record: I HATE Log | Tobias Stoeckmann |
2008-01-10 | Damnit, I should avoid this nasty Log word in a comment ... | Tobias Stoeckmann |
2008-01-10 | Make cvs_file_classify more readable. | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2008-01-10 | rcs_getrev is gone: zap prototype, too. | Tobias Stoeckmann |
2008-01-10 | Simply the use of cmdp and cvs_command by zapping cvs_command and working | Tobias Stoeckmann |