Age | Commit message (Expand) | Author |
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 |
2005-05-23 | add some logging for `cvs -t' option use; ok joris@ | Xavier Santolaria |
2005-05-20 | execute the command callback at the same time we are building | Joris Vink |
2005-04-25 | first part of file API changes: | Joris Vink |
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-Francois Brousseau |
2005-04-18 | remove debugging leftovers | Jean-Francois Brousseau |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-13 | cmd_helper() returns error codes > 0 or 0 on success. | Joris Vink |
2005-04-12 | use the new CVS_EX_* error codes here as well. | Joris Vink |
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink |
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink |
2005-04-11 | remove EX_USAGE error codes | Joris Vink |
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria |
2005-04-01 | make sure we don't do unneeded things for the version command. | Joris Vink |
2005-03-31 | make sure the server command can still be reached with the | Joris Vink |
2005-03-31 | - as long as we are using the sysexits.h error codes make sure | Joris Vink |
2005-03-29 | allow cmd_options to be NULL, so that commands which | Joris Vink |
2005-03-28 | fix argument count in cvs_startcmd() | Joris Vink |
2005-03-24 | add the first pieces of our new command framework. | Joris Vink |