summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remote.c
AgeCommit message (Expand)Author
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2009-04-07do not try to send a added file that is no longer on diskJoris Vink
2009-04-02if ce_conflict != NULL, the file should be sentJoris Vink
2009-04-01in client mode, be sure to consider the file modified if a conflictJoris Vink
2009-02-21use FILE_ON_DISK flags when we need to verify if a fileJoris Vink
2008-06-14don't always re-open the same CVS/Entries file, instead keep theJoris Vink
2008-06-12completely kill the need for TMP_DIR when running checkout,Joris Vink
2008-03-08correct usage of lseek(2);Joris Vink
2008-02-27prevent file racesJoris Vink
2008-02-10cvs_validate_directory() was too paranoiaJoris Vink
2008-02-10use cvs_validate_directory() in cvs_get_repository_path() as well,Joris Vink
2008-02-10introduce cvs_validate_directory(), which is used to checkJoris Vink
2007-09-17Imported atomicio interface.Tobias Stoeckmann
2007-09-02Log all commands sent with cvs_remote_output(), not justTobias Stoeckmann
2007-05-16In remote setup, write sent files to inlog (if specified) instead of outlog.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
2007-01-26modestring can be 18 longOtto Moerbeek
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-25plug a mem leak and wrong usage of strlcpy after fgetln. since fgetlnOtto Moerbeek
2007-01-24user proper format string for size_t; file size is off_t; ok joris@Otto Moerbeek
2007-01-18import improvements:Joris Vink
2007-01-13- remote update now works again, with new rcs apiJoris Vink
2007-01-03fix CVS_CLIENT_LOG logging, we were missing partsJoris Vink
2006-07-10handle 0 sized files correctly, tested by brad@ thanksJoris Vink
2006-07-09more straightforward trace (-t) output, too much is just too noisy.Joris Vink
2006-07-08allow update in remote mode to work a bit better andJoris Vink
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink