Age | Commit message (Expand) | Author |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai |
2007-05-09 | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-20 | - correct signal handling and process waiting for the EDITOR support code | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-07 | fstat() -> lstat() in a few select cases, | Todd T. Fries |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-25 | plug a memleak in keyword expansion. | Niall O'Higgins |
2007-01-20 | Add missing check for fgets return value in | Thordur I. Bjornsson |
2007-01-20 | sweep opencvs for missing rcs_translate_tag() return checks. | Niall O'Higgins |
2007-01-19 | another place to check for DT_UNKNOWN for d_type for afs/nfs | Todd T. Fries |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ... | Niall O'Higgins |
2007-01-07 | zap-o-matic 2007: | Joris Vink |
2007-01-03 | bring back cvs_yesno() as is it going to be used pretty soon now. | Xavier Santolaria |
2006-12-05 | unlink(2) sets errno, use it for error message. | Xavier Santolaria |
2006-12-05 | rmdir(2) sets errno, use it for error message. | Xavier Santolaria |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson |
2006-07-09 | more straightforward trace (-t) output, too much is just too noisy. | Joris Vink |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria |
2006-06-07 | a bug in cvs_mkpath() prevented to create the CVS admin directory and | Reyk Floeter |
2006-05-30 | make sure cvs_get_repository_path returns a valid repo name | Joris Vink |
2006-05-30 | hello import, only works for non-existing repositories right now, | Joris Vink |
2006-05-29 | make the log command use rcs_translate_tag | Joris Vink |
2006-05-28 | add code which allows us to select revisions based upon | Joris Vink |
2006-05-28 | several fixes to the file api: | Joris Vink |
2006-05-27 | boogie cvs_yesno() down the removal hatch, it is not used. | 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-03-29 | Yet more lint: | Ray Lai |
2006-03-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-17 | - Lint says cvs_hacktime() is not used in rcs, so move it into !RCSPROG. | Niall O'Higgins |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
2006-01-27 | cvs_mkadmin() cannot return < 0 anymore; | Xavier Santolaria |
2006-01-25 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-02 | rename variable to fix shadow warning; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2006-01-01 | more code cleanup; | Joris Vink |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-24 | add an argument to cvs_chdir() which enables or not the removal | Xavier Santolaria |