Age | Commit message (Expand) | Author |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
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 |
2006-12-22 | snprintf() -> cvs_path_cat(); | Xavier Santolaria |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-01 | implement the -p (dump) flag for cvs update | 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 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria |
2006-06-03 | add support for update -A and update -r<rev>. | Joris Vink |
2006-05-31 | add support for the export command. | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | support the -d flag for update. | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | correctly expand keywords when checking out files | Joris Vink |
2006-05-27 | pruning (-P) support for both the update and checkout commands; | 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-24 | Remove unused variables, better integer types, prevent fallthroughs. | Ray Lai |
2006-01-31 | errors in cvs_checkout_init() are definitly fatal. | Xavier Santolaria |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-27 | cvs_mkadmin() cannot return < 0 anymore; | Xavier Santolaria |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria |
2006-01-27 | errors handling cleaning here too; | Xavier Santolaria |
2006-01-25 | use cvs_rcs_getpath() here too + some strings cleanup whilst here. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | knf | Reyk Floeter |
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-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | some more `if (!var)' cleanup; | Xavier Santolaria |
2005-07-08 | - revert previous commit a bit, those arguments belonged to expand-modules. | Joris Vink |
2005-07-08 | do not send the Arguments to the server twice. | Joris Vink |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-06-28 | send date; | Xavier Santolaria |
2005-06-13 | `export' command first bits .. ok joris | Xavier Santolaria |
2005-06-09 | -D implies pruning directories, as already does -r; ok joris | Xavier Santolaria |
2005-06-09 | LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@. | Xavier Santolaria |
2005-06-07 | silly me. do not abuse the copy/paste skills i have ... | Xavier Santolaria |
2005-06-07 | enable -P option .. joris@ ok | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
2005-05-30 | dont return CVS_EX_USAGE when not needed; ok joris@ | Xavier Santolaria |
2005-05-29 | -r implies -P (Prune empty directories); | Xavier Santolaria |
2005-05-26 | first part of real pruning support | Joris Vink |
2005-05-24 | - simplify cvs_mkadmin(). | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-23 | add -f flag; ok joris@ | Xavier Santolaria |