summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-01-12fix incorrect output which was driving me more then crazyJoris Vink
2007-01-11sync a bit with realityJoris Vink
2007-01-11silence some warnings.Jasper Lievisse Adriaanse
2007-01-11rework opencvs so that we can deal with binary files. previously we assumed ...Niall O'Higgins
2007-01-11update the revision number in CVS/Entries from CVS/Baserev if weXavier Santolaria
2007-01-11revert last commit after discussing w/ joris@; makes sense to removeXavier Santolaria
2007-01-11no need to unlink() the tmp files here as they have already been addedXavier Santolaria
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11save errno.Xavier Santolaria
2007-01-11sync joris' last change (connection to remote server when all options areXavier Santolaria
2007-01-11in a remote setup:Joris Vink
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
2007-01-09add remote handler for the cvs watch command; not linked to the build.Xavier Santolaria
2007-01-09remove uneeded linebreak when creating the CVS/NotifyXavier Santolaria
2007-01-08- simplify CVS/Baserev file parsing; makes unedit work better.Xavier Santolaria
2007-01-07add the temporary file we create to the temp_files worklistJoris Vink
2007-01-07make the output when interrupting writing the log message consistent.Jasper Lievisse Adriaanse
2007-01-07use cvs_logmsg_read() for -F for simplicity.Joris Vink
2007-01-07and lets make import work with the new logmsg code too!Joris Vink
2007-01-07free the filelists we pass to cvs_logmsg_create()Joris Vink
2007-01-07rewrite of the logmessage code, which allows you toJoris Vink
2007-01-07zap-o-matic 2007:Joris Vink
2007-01-06add cvs_base_handle() routine to handle the CVS/Baserev* files.Xavier Santolaria
2007-01-05for edit: create the CVS/Base directory if it does not already exist.Xavier Santolaria
2007-01-05use current working directory fullpath for notifications.Xavier Santolaria
2007-01-05correctly handle time in notifications.Xavier Santolaria
2007-01-05use correct hostname for notifications.Xavier Santolaria
2007-01-05starting bits for the edit command. more to come.Xavier Santolaria
2007-01-05- introduce file comparison routine, cvs_file_cmp().Xavier Santolaria
2007-01-03make sure remove -f also works in remote setupJoris Vink
2007-01-03add support for 'remove' in a remote setup.Joris Vink
2007-01-03revert changes made in 1.40 - it breaks add in a remote setupJoris Vink
2007-01-03if we are commiting a file, do not let the server resend itJoris Vink
2007-01-03fix CVS_CLIENT_LOG logging, we were missing partsJoris Vink
2007-01-03bring back cvs_yesno() as is it going to be used pretty soon now.Xavier Santolaria
2007-01-03set permissions back on the file after it got copied from theXavier Santolaria
2007-01-02- fix cvs_client_remove_entry to correctly handle the passed dataJoris Vink
2007-01-02some unedit command bits; still work in progress for local mode.Xavier Santolaria
2007-01-02skeletons for the client-side part of the editors and watchers commands.Xavier Santolaria
2007-01-02missing xfree()'s; spotted by joris.Xavier Santolaria
2007-01-01add support for [-s state[:rev]]Xavier Santolaria
2006-12-31client-side bits might be useful too for -m...Xavier Santolaria
2006-12-31add support for -m option.Xavier Santolaria
2006-12-31minor nits;Xavier Santolaria
2006-12-22snprintf() -> cvs_path_cat();Xavier Santolaria
2006-12-21if the add or import command is issued, send the wrapper-sendme-rcsOptionsXavier Santolaria
2006-12-21- plug memory leak in rcs_parse_delta()Niall O'Higgins
2006-12-21- plug memory leak in rcs_translate_tag()Niall O'Higgins
2006-12-21- plug memory leak in rcs_patch_lines()Niall O'Higgins