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