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