Age | Commit message (Expand) | Author |
2017-06-01 | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. | Joris Vink |
2016-10-13 | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. | Frederic Cambus |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2010-07-09 | when opencvs is started with trace option `-t' it must print function it | zinovik |
2008-06-23 | Some conformance fixes: | Anders Magnusson |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-03-01 | spacing | Theo de Raadt |
2008-02-06 | Sticky tags must have a 'T' in front of them in CVS/Entries. | Tobias Stoeckmann |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-09-24 | oops i was suppose to pass cvs_directory_tag to cvs_file_classify(). | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-07-01 | Sync time buffer size; missed in previous commit. | Xavier Santolaria |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-25 | typo in error message. | Xavier Santolaria |
2007-01-11 | update the revision number in CVS/Entries from CVS/Baserev if we | Xavier Santolaria |
2007-01-11 | sync joris' last change (connection to remote server when all options are | Xavier Santolaria |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-10 | add a cvs_file_copy routine and use it for the edit command to | Xavier Santolaria |
2007-01-09 | remove uneeded linebreak when creating the CVS/Notify | Xavier Santolaria |
2007-01-08 | - simplify CVS/Baserev file parsing; makes unedit work better. | Xavier Santolaria |
2007-01-06 | add cvs_base_handle() routine to handle the CVS/Baserev* files. | Xavier Santolaria |
2007-01-05 | for edit: create the CVS/Base directory if it does not already exist. | Xavier Santolaria |
2007-01-05 | use current working directory fullpath for notifications. | Xavier Santolaria |
2007-01-05 | correctly handle time in notifications. | Xavier Santolaria |
2007-01-05 | use correct hostname for notifications. | Xavier Santolaria |
2007-01-05 | starting bits for the edit command. more to come. | Xavier Santolaria |
2007-01-05 | - introduce file comparison routine, cvs_file_cmp(). | Xavier Santolaria |
2007-01-03 | set permissions back on the file after it got copied from the | Xavier Santolaria |
2007-01-02 | some unedit command bits; still work in progress for local mode. | Xavier Santolaria |
2007-01-02 | skeletons for the client-side part of the editors and watchers commands. | Xavier Santolaria |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-10-10 | - editors remote handler | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-10 | zap unused variables; | Joris Vink |
2005-05-31 | add some comments .. | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-28 | we do not use sysexits.h anymore, nuke it! | Xavier Santolaria |