Age | Commit message (Expand) | Author |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink |
2006-06-16 | add support for -d; OK joris@. | Xavier Santolaria |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-11 | remove unused variable | Joris Vink |
2006-06-04 | sprinkle -n voodoo over the add, commit and import commands. | Joris Vink |
2006-06-01 | import work on existing repos: | Joris Vink |
2006-05-30 | ugh forgot to change cvs_file_classify here too. | Joris Vink |
2006-05-30 | hello import, only works for non-existing repositories right now, | 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-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-01 | improve import a bit: | Joris Vink |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-02-08 | once again, we have to unbreak stuff xsa broke on his own. | Joris Vink |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-27 | errors handling cleaning; | 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-21 | cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore; | Xavier Santolaria |
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-03 | add very basic support for the following stuff: | Joris Vink |
2005-11-28 | consistency in error messages; | Xavier Santolaria |
2005-11-24 | minor knf + snprintf() return check; | Xavier Santolaria |
2005-10-15 | - add username parameter to rcs_rev_add(), needed to implement at least | Niall O'Higgins |
2005-08-04 | sync command synopsis w/ man page; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-15 | - use cvs_path_cat() where appropriate instead of snprintf() | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-26 | remove the trailing \n from the ctime() timestamp | Jean-Francois Brousseau |
2005-05-26 | send the Checkin-time request along with the file's timestamp when | Jean-Francois Brousseau |
2005-05-26 | fix remaining issues with regards to branch numbering and add the | Jean-Francois Brousseau |
2005-05-26 | support the -b option in local mode as well and rearrange the branch | Jean-Francois Brousseau |
2005-05-25 | support the -d flag in local mode (GNU CVS ignores that flag and even | Jean-Francois Brousseau |
2005-05-25 | when importing a file in local mode, add the first two revisions | Jean-Francois Brousseau |
2005-05-24 | remove debugging messages | Jean-Francois Brousseau |
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-25 | set the default branch to 1.1.1 upon import, and remove a stray | Jean-Francois Brousseau |
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria |
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-03-05 | free bnum when we are done using it, also use rcsnum_parse() instead | Joris Vink |
2005-02-28 | update my email address. | Joris Vink |
2005-01-13 | more widespread use of cvs_msg, and free it when we are done | Jean-Francois Brousseau |
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau |