Age | Commit message (Expand) | Author |
2008-06-09 | Properly handle merged files and conflicts which may arrise while merge. | Tobias Stoeckmann |
2008-06-09 | Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position: | Tobias Stoeckmann |
2008-06-08 | Removed unreachable code. | Tobias Stoeckmann |
2008-06-08 | Avoid memory leaks in directory tag handling by always allocating and | Tobias Stoeckmann |
2008-06-08 | There is no need to convert RCSNUMs to char just to see if they differ. | Tobias Stoeckmann |
2008-05-22 | Spacing; Stefan Sperling. | Xavier Santolaria |
2008-03-13 | use RCS_PARSE_FULLY for CVS_OP_ADMIN as well. | Joris Vink |
2008-03-09 | only compare file types if the file/directory exists both on disk | Joris Vink |
2008-03-09 | proper repository locking: | Joris Vink |
2008-03-09 | do not empty the list in cvs_file_walklist() this is the caller | Joris Vink |
2008-03-09 | cf->user_supplied cannot be used in cvs_file_classify for all commands | Tobias Stoeckmann |
2008-03-09 | Don't force ourself to support CVS_USE_WDIR commands (release, update, ...) | Tobias Stoeckmann |
2008-03-09 | pass user_supplied to struct cvs_file so it can be used | Joris Vink |
2008-03-09 | rename check_dir_tag to user_supplied to reflect what the flag | Joris Vink |
2008-03-09 | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. | Tobias Stoeckmann |
2008-03-08 | add checkout/update -j support. | Joris Vink |
2008-03-01 | spacing | Theo de Raadt |
2008-03-01 | make sure we compare our current file contents against the correct | Joris Vink |
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann |
2008-02-20 | style | Joris Vink |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-10 | introduce cvs_validate_directory(), which is used to check | Joris Vink |
2008-02-10 | properly initialize cvs_specified_date so we dont end up with | Joris Vink |
2008-02-09 | Get in proper support for checkout/update -A when it comes to keyword | Tobias Stoeckmann |
2008-02-09 | Get in initial support for checkout -D. Works fine with -r support right | Tobias Stoeckmann |
2008-02-08 | when checking if a file is really dead do not use cvs_specified_tag only, | Joris Vink |
2008-02-08 | do not override the specified tag (-r on the command line) with a directory | Joris Vink |
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann |
2008-02-03 | more CVSROOT/module stuff: | Joris Vink |
2008-02-03 | (f)utimes takes sys/time.h | Tobias Stoeckmann |
2008-01-31 | If CVS/Entries.Static exists, don't look for more files in repository. | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-10 | various fixes for remote commands (right now we support rlog and rtag) | Tobias Stoeckmann |
2008-01-10 | Make cvs_file_classify more readable. | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2007-11-09 | Fix for a rather unintuitive behaviour, this way it can be reproduced: | Tobias Stoeckmann |
2007-10-09 | Do not warn user about files that are "no longer in the repository" | Tobias Stoeckmann |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-09-24 | add support to commit modified files to branches. | 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-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann |
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |