Age | Commit message (Expand) | Author |
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 |
2006-05-30 | handle lost files, modified files and files with conflicts; OK joris@. | Xavier Santolaria |
2006-05-30 | handle special files when doing `cvs add *'; input+OK joris@. | Xavier Santolaria |
2006-05-30 | handle removed files; OK joris@. | Xavier Santolaria |
2006-05-29 | fix option string | Joris Vink |
2006-05-29 | add needs to be passed arguments on the command line, and | Joris Vink |
2006-05-28 | our add command can now add directories to the repository as well. | 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-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-27 | cvs_mkadmin() cannot return < 0 anymore; | Xavier Santolaria |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria |
2006-01-25 | strings 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-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-09-30 | avoid using `cvs add *' idiom wrt special files; joris ok | Xavier Santolaria |
2005-09-25 | use cvs_add_build_entry(); joris ok | Xavier Santolaria |
2005-09-21 | use correct return codes in cvs_add_directory(); joris ok | Xavier Santolaria |
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria |
2005-09-13 | let's add directories too; testing+ok joris@. | Xavier Santolaria |
2005-09-05 | let's move forward with the local add command; | Xavier Santolaria |
2005-07-30 | we actually want CVS_FST_UNKNOWN here. | Joris Vink |
2005-07-27 | use LP_NOTICE here too; | Xavier Santolaria |
2005-07-25 | missed that one too... | Xavier Santolaria |
2005-07-23 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-10 | if cvs_sendreq() returns -1 we have to translate it into CVS_EX_PROTO, | Joris Vink |
2005-07-08 | split local and remote function handlers from each other. | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-20 | correct wrong error code usage. | 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-03-30 | move all the client commands to the new command framework. | Joris Vink |
2005-01-24 | get rid of a debugging printf() that slipped through the cracks | Jean-Francois Brousseau |
2005-01-24 | * use the global cvs_msg instead of our own | Jean-Francois Brousseau |
2004-12-30 | Send files to add using `Is-Modified' instead of `add', and send | Jean-Francois Brousseau |
2004-12-21 | Check to make sure we have a valid CVSROOT, and check the return value | Jean-Francois Brousseau |