Age | Commit message (Expand) | Author |
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 | correctly skip invalid entries when using | Joris Vink |
2007-02-09 | if a directory exists in the working dir but not in the | 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-28 | do not overwrite a file that is modified but has a sticky tag set | Joris Vink |
2007-01-28 | add merging support in both local and remote sides. | Joris Vink |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-23 | When acting as a server do not blindly remove | Joris Vink |
2007-01-18 | more informative error msg. | Xavier Santolaria |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-13 | remove BUF * argument from cvs_checkout_file() it will | Joris Vink |
2007-01-12 | major re-work of the RCS api. this results in 100x performance improvements ... | Niall O'Higgins |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2007-01-11 | in a remote setup: | Joris Vink |
2006-12-07 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-07-03 | -p implies -n... | Xavier Santolaria |
2006-07-02 | - abort the commit when files are not correctly up to date. | Joris Vink |
2006-07-01 | to be correct, cvs update -p is the "print" and not the "dump" flag. | Reyk Floeter |
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 | i mixed up the offset and whence variables for lseek(2) | Joris Vink |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink |
2006-06-06 | add support for the -D option of update, | Joris Vink |
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-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-28 | allow commands to shut up the output from cvs_file_classify | Joris Vink |
2006-05-28 | enable merging on update. if your file in your working copy | Joris Vink |
2006-05-27 | do not close the same entries list twice, this caused a double free; | Joris Vink |
2006-05-27 | support the -d flag for update. | Joris Vink |
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | 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-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-06 | ingore local update of newly added files. this fixes some possible | Reyk Floeter |
2006-01-06 | uninitialized pointer could confuse the cleanup check | Reyk Floeter |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | minor style nits; | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-22 | cvs_rcs_getpath() cannot fail anymore; | Xavier Santolaria |