Age | Commit message (Expand) | Author |
2020-10-19 | Accommodate POSIX basename(3) that takes a non-const parameter and | Christian Weisgerber |
2018-07-14 | don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do not | Joris Vink |
2017-08-21 | When executing ssh, use "--" to indicate end of arguments before the | Todd C. Miller |
2017-06-01 | Don't look at file_type until after cvs_remote_classify_file() was called. | Joris Vink |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2010-09-29 | Support for update -C, from zinovik. | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2009-04-04 | properly expand modules if requested by the client, | Joris Vink |
2009-04-01 | in client mode, be sure to consider the file modified if a conflict | Joris Vink |
2009-02-23 | Properly convert between gmt and localtime for unchanged files as client. | Tobias Stoeckmann |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2009-02-13 | be more sane in handling the given repository path | Joris Vink |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-06-10 | We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead | Tobias Stoeckmann |
2008-04-24 | Use a fixed string in case of vasprintf() error instead of relying on | Tobias Stoeckmann |
2008-04-18 | Properly check memory allocation in client code. While at it, unified | Tobias Stoeckmann |
2008-03-09 | revert one of tobias his changes, it broke remote for several commands. | Joris Vink |
2008-03-09 | Prevent sending of "Directory" messages for arguments in remote setup if | Tobias Stoeckmann |
2008-03-08 | Set umask (and cvs_umask) to system's umask in local and client mode. | Tobias Stoeckmann |
2008-02-29 | handle file permissions and owners properly. | Joris Vink |
2008-02-28 | do not fatal() on CVS_METHOD_EXT, since we actually support this. | Joris Vink |
2008-02-27 | prevent file races | Joris Vink |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2008-02-10 | + #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S" | Xavier Santolaria |
2008-02-10 | handle date tags if we receive / send them | Joris Vink |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria |
2008-02-09 | remote improvements: | Joris Vink |
2008-02-05 | When server sends CheckedIn use the supplied option and tag -- not the | Tobias Stoeckmann |
2008-02-03 | Added rdiff support. In order to do this, some output and option fixes | Tobias Stoeckmann |
2008-02-03 | better CVSROOT/module support, includes remote support and modules | Joris Vink |
2008-02-03 | Like i wrote in last commit, it's supposed to be sys/time.h, not sys/times.h. | Tobias Stoeckmann |
2008-02-03 | (f)utimes takes sys/time.h | Tobias Stoeckmann |
2008-02-01 | Make cvs_requests struct more readable. | Xavier Santolaria |
2008-02-01 | Added rannotate support | Tobias Stoeckmann |
2008-01-31 | Zap trailing whitespaces. | Xavier Santolaria |
2008-01-31 | Make use of CVS_REV_BUFSZ everywhere for `sticky'. | Xavier Santolaria |
2008-01-29 | Properly check if an argument has been supplied for "Removed" | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-10 | Added support for rtag in local and remote setups (with interoperability | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2008-01-10 | Simply the use of cmdp and cvs_command by zapping cvs_command and working | Tobias Stoeckmann |
2008-01-10 | Properly free entry | Tobias Stoeckmann |
2008-01-10 | Ignore CVS directories during import in remote setups. assert()ed GNU | Tobias Stoeckmann |
2008-01-10 | Properly handle "cvs add" on a client/server setup with GNU cvs as a client. | Tobias Stoeckmann |
2007-11-11 | If a file has modifications in it (i.e. cvs update on modified files), | Tobias Stoeckmann |
2007-10-07 | nb is an int, so it should be compared to an int. | Charles Longeau |
2007-09-22 | Support for checkout with a local repository already in place. | Tobias Stoeckmann |
2007-09-17 | Print error messages sent by server on stderr. While at it, replaced | Tobias Stoeckmann |