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