Age | Commit message (Expand) | Author |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria |
2008-02-06 | Sticky tags must have a 'T' in front of them in CVS/Entries. | Tobias Stoeckmann |
2008-02-04 | Added -k flag support for all commands which support it. | Tobias Stoeckmann |
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann |
2008-01-28 | Properly handle -R -- although it is default, it may be overwritten mit -l | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | 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-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-27 | when we specify the 'f' flag do not bother removing files that | Joris Vink |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-03 | make sure remove -f also works in remote setup | Joris Vink |
2007-01-03 | add support for 'remove' in a remote setup. | Joris Vink |
2006-12-14 | no need to send -f to the server; this flag has effect | Xavier Santolaria |
2006-11-06 | - handle global -n flag in conjunction with remove -f. | Xavier Santolaria |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria |
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-05-31 | dont check for FILE_UNKNOWN twice, | Joris Vink |
2006-05-30 | correctly handle unknown file in remove | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | prettier output when removing files; | Joris Vink |
2006-05-29 | fix pasto | Xavier Santolaria |
2006-05-29 | remove likes some CR_RECURSE_DIRS luvin' too. | Joris Vink |
2006-05-29 | add remove support, hacked by xsa@ but lots of modifications | 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-03-16 | zap more unused variables. | Xavier Santolaria |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria |
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-09-06 | more bits for the local remove command support; OK joris@. | Xavier Santolaria |
2005-08-22 | - handle removal of a freshly added file | Xavier Santolaria |
2005-08-12 | a few things left to do here. | Xavier Santolaria |
2005-08-10 | style.. | Xavier Santolaria |
2005-07-29 | do not send a MODIFIED request to the server for a newly added file we | Joris Vink |
2005-07-29 | make sure we do not try to send the file to the server if it is no | Joris Vink |
2005-07-27 | more use of LP_NOTICE instead of LP_INFO; | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-26 | remove the (errno != ENOENT) check now that it is included in cvs_unlink(); | Xavier Santolaria |
2005-07-25 | "file file" -> "this file" in an info msg; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | some more `if (!var)' cleanup; | Xavier Santolaria |
2005-07-24 | use cvs_unlink(); | Xavier Santolaria |
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria |