summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
AgeCommit message (Expand)Author
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-06-04remove a fatal i committed by accident.Niall O'Higgins
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-21Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparisonRay Lai
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2007-02-09correctly skip invalid entries when usingJoris Vink
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-29no longer spit out that you can add new files using 'cvs add',Joris Vink
2007-01-28remove debug printfs that sneaked in.Joris Vink
2007-01-28add merging support in both local and remote sides.Joris Vink
2007-01-27missed a case for CVS_CMD_ADD from last commitJoris Vink
2007-01-27by default let cvs_file_classify complain about certain casesJoris Vink
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-23Don't fatal() when unexpected files are encountered in the workingRay Lai
2007-01-20typoJoris Vink
2007-01-20more safety checks for file->file_rcsrev;Joris Vink
2007-01-20check return value of rcs_translate_tag(). prevents a segfault found by todd...Niall O'Higgins
2007-01-19When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions,Joris Vink
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
2007-01-13make a copy of cf->file_ent->ce_rev in cf->file_rcsrev when neededJoris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-12do not leak memory from rcs_head_get()Joris Vink
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
2007-01-06add cvs_base_handle() routine to handle the CVS/Baserev* files.Xavier Santolaria
2007-01-05- introduce file comparison routine, cvs_file_cmp().Xavier Santolaria
2006-10-25Check len to be > 0 before accessing buf[len-1] and check if theMoritz Jodeit
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-14simplify cvs_hack_time() and the way it is called;Joris Vink
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
2006-06-03add support for update -A and update -r<rev>.Joris Vink
2006-06-02various spelling fixesDavid Krause
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-05-31allow commit to ressurect added files that exist in Attic/Joris Vink
2006-05-30only look into the Attic for certain commandsJoris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30look inside the Attic if a specified RCS file cannot be foundJoris Vink
2006-05-30hello import, only works for non-existing repositories right now,Joris Vink
2006-05-29i was wrong adding ".*" to the default ignore patterns,Joris Vink
2006-05-29if the timestamp of the file has changed andJoris Vink
2006-05-28Fix engrish, okay joris@Pedro Martelletto
2006-05-28add basic 'cvs log' support.Joris Vink
2006-05-28several fixes to the file api:Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink