Age | Commit message (Expand) | Author |
2007-01-13 | remove BUF * argument from cvs_checkout_file() it will | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-12 | link to build the edit, editors, unedit, watch, and watchers commands. | Xavier Santolaria |
2007-01-07 | rewrite of the logmessage code, which allows you to | Joris Vink |
2007-01-03 | if we are commiting a file, do not let the server resend it | Joris Vink |
2006-12-11 | Permit checkout from a read-only repository using the -R global option | Xavier Santolaria |
2006-11-27 | client-side of the annotate command is usable, build it too. | Xavier Santolaria |
2006-11-14 | Add support for the "Set" request. | Xavier Santolaria |
2006-11-14 | add this, so version compiles... | Xavier Santolaria |
2006-11-13 | Build admin command. | Xavier Santolaria |
2006-11-09 | cvs init remote bits. | Xavier Santolaria |
2006-11-09 | fix pasto.. | Xavier Santolaria |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-01 | implement the -p (dump) flag for cvs update | Reyk Floeter |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria |
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-05-30 | add CVS_PATH_ATTIC to cvs.h - this shouldve been commited | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | allow diff to pick up newly added files with the -N flag. | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-01 | fix some bugs that lint discovered for us. | Joris Vink |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
2006-02-10 | fix CVS_PATH_NOTIFY duplicate. | Xavier Santolaria |
2006-02-09 | add missing client-side paths definitions; | Xavier Santolaria |
2006-01-27 | CVS_EX_BADROOT return code is not worth keeping; | Xavier Santolaria |
2006-01-10 | zap unused variables; | Xavier Santolaria |
2006-01-02 | more includes cleanup; | Xavier Santolaria |
2006-01-01 | more code cleanup; | Joris Vink |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-24 | add an argument to cvs_chdir() which enables or not the removal | Xavier Santolaria |
2005-12-19 | move fatal() proto declaration to log.h; better for its use in usr.bin/rcs | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-03 | fix date handling in opencvs, this was broken since the very start. | Joris Vink |
2005-12-03 | - teach opencvs about Entries.Log and what to do with it | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-09-15 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink |
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria |
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink |
2005-09-06 | Make sure entries do not go away when we run through them in the file code. | Joris Vink |
2005-09-05 | add new functions: cvs_write_tagfile() and cvs_parse_tagfile(), | Xavier Santolaria |
2005-08-16 | #define CVS_ENT_MAXLINELEN 1024 | Xavier Santolaria |