Age | Commit message (Expand) | Author |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-01 | change mode of a newly created rcs file in the repository to 0444 | Otto Moerbeek |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-18 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-14 | move things around in rcs_rev_getbuf() and rcs_rev_write_fd() | Joris Vink |
2007-01-13 | switch commit code to the new RCS api. | Joris Vink |
2007-01-13 | plug 3 memleaks | Joris Vink |
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 | do not leak memory from rcs_head_get() | Joris Vink |
2007-01-12 | if we have no files to be commited, stop commiting. | Joris Vink |
2007-01-12 | complete binary support for opencvs, | Joris Vink |
2007-01-11 | silence some warnings. | Jasper Lievisse Adriaanse |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-07 | use cvs_logmsg_read() for -F for simplicity. | Joris Vink |
2007-01-07 | free the filelists we pass to cvs_logmsg_create() | Joris Vink |
2007-01-07 | rewrite of the logmessage code, which allows you to | Joris Vink |
2007-01-03 | add support for 'remove' in a remote setup. | Joris Vink |
2007-01-03 | if we are commiting a file, do not let the server resend it | Joris Vink |
2007-01-02 | - fix cvs_client_remove_entry to correctly handle the passed data | Joris Vink |
2006-12-31 | minor nits; | Xavier Santolaria |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-02 | - abort the commit when files are not correctly up to date. | Joris Vink |
2006-06-29 | it is a really good idea to store the result cvs_buf_load_fd returns | Joris Vink |
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter |
2006-06-28 | do not fail when we are trying to commit a newly added file when the CVS/*,t | Joris Vink |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink |
2006-06-07 | add support for <name>,t file: | Xavier Santolaria |
2006-06-06 | hello commit -F support | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink |
2006-05-31 | when adding a new file that already exists set the previous | Joris Vink |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | the moment we are done commiting a removed file, move the RCS file | Joris Vink |
2006-05-28 | enable basic add command, only works on files right now. | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-28 | teach opencvs ci how to commit files that have been added, | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink |
2006-05-27 | commiting removed files now works | Joris Vink |