Age | Commit message (Expand) | Author |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-14 | Run cvs_remove_force only if -f has been specified. | Tobias Stoeckmann |
2008-06-14 | No need to add \n at the end of format string for a fatal call. | Tobias Stoeckmann |
2008-06-14 | Don't trick user into believing that it's actually possible to add a file | Tobias Stoeckmann |
2008-06-14 | Fixed wrong function name in fatal call. | Tobias Stoeckmann |
2008-06-13 | pass the complete path to cvs_file_get_cf() instead of reconstructing | Joris Vink |
2008-06-12 | we should be able to handle symbol names that are also RCS tokens, | Joris Vink |
2008-06-12 | Fixed a memory leak in export noticed by joris. | Tobias Stoeckmann |
2008-06-12 | properly deal with CVS_USE_WDIR. | Joris Vink |
2008-06-12 | cmdp can be NULL while still in cvs_getopt(), so deal with this | Joris Vink |
2008-06-12 | You successfully cast 'remove dead cruft' | Joris Vink |
2008-06-12 | fix logic | Joris Vink |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink |
2008-06-12 | show any signal we might have received that killed our cvs process. | Joris Vink |
2008-06-11 | always enter cvs_update_leavedir() | Joris Vink |
2008-06-11 | do not count on files that are uptodate to be on disk in a remote setup. | Joris Vink |
2008-06-11 | cleanup our junk when in server mode and running as checkout every | Joris Vink |
2008-06-11 | Removed bogus var definition. | Tobias Stoeckmann |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-06-11 | spacing | Joris Vink |
2008-06-11 | style ferry comes around | Joris Vink |
2008-06-11 | ofd is being closed in cvs_file_free(), no need to close it ourselfs | Joris Vink |
2008-06-11 | GNU cvs "compresses" CVSROOT/history by shrinking entry for working dir | Tobias Stoeckmann |
2008-06-10 | make opencvs behave exactly like GNU cvs does when it comes to | Joris Vink |
2008-06-10 | properly inherit file permissions. | Joris Vink |
2008-06-10 | set tag_new if its available so it can get passed to loginfo | Joris Vink |
2008-06-10 | Omit "cannot find file" on server-side if client runs "diff" on an up-to-date | Tobias Stoeckmann |
2008-06-10 | Added support for tag and date in cvs_history_add for checkout/export. | Tobias Stoeckmann |
2008-06-10 | more characters are allowed in the symbol lists, found by tobias@ | Joris Vink |
2008-06-10 | If cvs_history_add has been called for a specific file, repo must be built | Tobias Stoeckmann |
2008-06-10 | style, also don't use cvs_buf_* if it is realy not worth the effort. | Tobias Stoeckmann |
2008-06-10 | switch back to a single log message in local mode so we are compliant | Joris Vink |
2008-06-10 | files that have been removed should be passing "NONE" to scripts | Joris Vink |
2008-06-10 | spacing. | Xavier Santolaria |
2008-06-10 | We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead | Tobias Stoeckmann |
2008-06-10 | If we encounter an error during expanding line of a trigger file, print an | Tobias Stoeckmann |
2008-06-10 | append "- Imported sources" for imports. | Joris Vink |
2008-06-10 | newly added directories need "- New directory" to be passed to the | Joris Vink |
2008-06-10 | pass the basename(3) for file_path to the script, so we do not get | Joris Vink |
2008-06-10 | newly added files should pass "NONE" for their initial revision, unbreaks | Joris Vink |
2008-06-10 | loginfo allows 't' as well - unbreaks certain loginfo scripts. | Joris Vink |
2008-06-10 | Don't spawn editor for log message on server-side if no log message has | Tobias Stoeckmann |
2008-06-10 | missing header | Joris Vink |
2008-06-10 | style | Joris Vink |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-06-09 | unused var | Joris Vink |
2008-06-09 | log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify, | Joris Vink |
2008-06-09 | Properly handle merged files and conflicts which may arrise while merge. | Tobias Stoeckmann |