| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | Added rdiff support. In order to do this, some output and option fixes |  tobias | 2008-02-03 | 1 | -2/+2 |
* | Added rannotate support |  tobias | 2008-02-01 | 1 | -1/+2 |
* | Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrc |  tobias | 2008-01-21 | 1 | -7/+7 |
* | Added support for rtag in local and remote setups (with interoperability |  tobias | 2008-01-10 | 1 | -2/+2 |
* | Simply the use of cmdp and cvs_command by zapping cvs_command and working |  tobias | 2008-01-10 | 1 | -2/+1 |
* | remove unused extern variable |  chl | 2007-09-25 | 1 | -3/+1 |
* | Removed dead code. |  tobias | 2007-09-04 | 1 | -17/+1 |
* | Remove last bits about login and logout commands, which will never be |  xsa | 2007-06-27 | 1 | -7/+1 |
* | Bring back the release command. More work to be done though. |  xsa | 2007-06-26 | 1 | -2/+2 |
* | add support for cvs rlog. |  niallo | 2007-06-26 | 1 | -2/+2 |
* | first stab at history stuff for opencvs, currently only writes |  joris | 2007-06-18 | 1 | -2/+2 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -3/+4 |
* | Fix const inconsistencies, void pointer artithmetic and a few other |  otto | 2007-02-19 | 1 | -2/+2 |
* | client-side of the annotate command is usable, build it too. |  xsa | 2006-11-27 | 1 | -2/+2 |
* | Bring back version command. Still needs tweaks to make the |  xsa | 2006-11-14 | 1 | -2/+2 |
* | Add server-side bits for admin command. |  xsa | 2006-11-13 | 1 | -3/+3 |
* | first part of opencvs remote, fairly useable on existing trees |  joris | 2006-07-07 | 1 | -2/+2 |
* | bring back a working version of the `cvs init' command. OK joris@. |  xsa | 2006-06-12 | 1 | -2/+2 |
* | bring back tag command; basic tag addition/deletion available. OK joris@. |  xsa | 2006-06-07 | 1 | -3/+3 |
* | add support for the export command. |  joris | 2006-05-31 | 1 | -2/+2 |
* | hello import, only works for non-existing repositories right now, |  joris | 2006-05-30 | 1 | -2/+2 |
* | add remove support, hacked by xsa@ but lots of modifications |  joris | 2006-05-29 | 1 | -2/+2 |
* | add basic 'cvs log' support. |  joris | 2006-05-28 | 1 | -1/+2 |
* | enable basic add command, only works on files right now. |  joris | 2006-05-28 | 1 | -2/+2 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -194/+8 |
* | remove a metric buttload of excessive () |  deraadt | 2006-04-14 | 1 | -13/+13 |
* | #include's cleanup; ok joris@ niallo@. |  xsa | 2006-01-02 | 1 | -10/+2 |
* | knf |  reyk | 2005-12-30 | 1 | -2/+3 |
* | major cleanup of the functions handling the remote cvs protocol. |  joris | 2005-12-30 | 1 | -15/+10 |
* | switch to xmalloc stuff, me and xsa@ agreed on this a long |  joris | 2005-12-10 | 1 | -6/+3 |
* | add very basic support for the following stuff: |  joris | 2005-12-03 | 1 | -1/+12 |
* | - don't check for admin files when running init; |  joris | 2005-10-22 | 1 | -2/+3 |
* | knf and spacing, ok joris@ |  reyk | 2005-10-07 | 1 | -5/+9 |
* | unbreak opencvs server |  joris | 2005-09-13 | 1 | -2/+3 |
* | make sure the administrative files that the commands depend on are |  joris | 2005-09-07 | 1 | -4/+52 |
* | move trace message before calling cvs_connect(); |  xsa | 2005-07-26 | 1 | -3/+3 |
* | KNF; |  xsa | 2005-07-25 | 1 | -3/+3 |
* | rewrite of the file code. the previous one was just |  joris | 2005-07-23 | 1 | -12/+23 |
* | <sys/param.h> is already included in "cvs.h", no need to duplicate; |  xsa | 2005-07-21 | 1 | -2/+1 |
* | don't try to run the pruning function on server side. |  joris | 2005-07-08 | 1 | -2/+2 |
* | remove trailing whitespaces |  joris | 2005-07-07 | 1 | -2/+2 |
* | enable all commands; ok joris@. |  xsa | 2005-07-04 | 1 | -7/+1 |
* | finish pruning support, this has been sitting |  joris | 2005-06-14 | 1 | -1/+7 |
* | move the CVSROOT check earlier in the process, this way we get the |  xsa | 2005-06-13 | 1 | -4/+4 |
* | don't forget to call cvs_disconnect() at the end |  joris | 2005-06-07 | 1 | -1/+4 |
* | handle commands which do not have any init callback a bit |  joris | 2005-06-02 | 1 | -4/+5 |
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; |  xsa | 2005-05-31 | 1 | -5/+4 |
* | no need to check cvs_trace before outputting a trace, the log code |  jfb | 2005-05-25 | 1 | -3/+3 |
* | remove debugging messages |  jfb | 2005-05-24 | 1 | -4/+1 |