Age | Commit message (Expand) | Author |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-06-08 | Properly build up path to description files (descr entry in RCS files if | Tobias Stoeckmann |
2008-05-22 | expension -> expansion | Tobias Stoeckmann |
2008-03-09 | do not use CR_REPO in a remote setup, that will obviously fail. | Joris Vink |
2008-03-08 | add checkout/update -j support. | Joris Vink |
2008-03-01 | spacing | Theo de Raadt |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria |
2008-02-06 | Improve add command: | Tobias Stoeckmann |
2008-02-04 | unbreak add in a remote setup. | Joris Vink |
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-01-31 | Our directory entries in CVS/Entries had one slash too much -- zapped. | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-29 | There is no need to xstrdup() optarg. | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2008-01-10 | Handle the addition of directories right, especially in remote setups with | Tobias Stoeckmann |
2008-01-10 | Properly handle "cvs add" on a client/server setup with GNU cvs as a client. | Tobias Stoeckmann |
2008-01-10 | RCS files without head keyword mustn't segfault our implementation. Only | Tobias Stoeckmann |
2007-09-23 | make sure when running update -r on existing files to overwrite | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-08-29 | missing xfree(); | Joris Vink |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-27 | - do not try to add non-existing files | Joris Vink |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria |
2007-01-26 | extra xfree leftover; from tbert. | Otto Moerbeek |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-13 | remove BUF * argument from cvs_checkout_file() it will | Joris Vink |
2007-01-12 | do not leak memory from rcs_head_get() | Joris Vink |
2007-01-12 | fix incorrect output which was driving me more then crazy | Joris Vink |
2007-01-11 | in a remote setup: | Joris Vink |
2006-12-20 | missing xfree(); | Xavier Santolaria |
2006-12-19 | correctly check snprintf(), noticed by ray@ | Joris Vink |
2006-12-19 | - Introduce a way for the command code to recognize what the server replied. | Joris Vink |
2006-12-04 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria |
2006-07-01 | fix a possible bug of pathname concatenation when adding subdirectories. | Reyk Floeter |
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter |
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 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria |
2006-06-07 | add support for <name>,t file: | Xavier Santolaria |
2006-06-05 | allow the re-adding of files with previous revisions | 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-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |