Age | Commit message (Expand) | Author |
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 |
2007-09-10 | remove my addition of portnumber for rsh in CVSROOT. | Joris Vink |
2007-09-10 | Allow port specification in our CVSROOT which is used for our | Joris Vink |
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann |
2007-09-07 | Do not use global option -V (GNU cvs doesn't understand it), be very | Tobias Stoeckmann |
2007-09-02 | OpenCVS server init-support with OpenCVS and GNU cvs clients. | Tobias Stoeckmann |
2007-09-02 | Log all commands sent with cvs_remote_output(), not just | Tobias Stoeckmann |
2007-09-01 | s/free/xfree | Joris Vink |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-07-17 | Forgot this part about rlog not needing the Directory request to be sent. | Xavier Santolaria |
2007-07-17 | Do not send the Directory request when using the rlog command. | Xavier Santolaria |
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink |
2007-06-29 | Server-side bits for release command. | Xavier Santolaria |
2007-06-28 | Sync revisions and time buffers size to be consistent with each others. | Xavier Santolaria |
2007-06-27 | have the server be more strict about the requests the client | Joris Vink |
2007-06-27 | We were missing the needed clue/magic to have our remote setup | Joris Vink |
2007-06-26 | add support for cvs rlog. | Niall O'Higgins |
2007-05-26 | Increase sticky tag buffer size. | Ray Lai |
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai |
2007-05-17 | Remove nonsensical dereference. From tbert. | Ray Lai |
2007-05-16 | open() returns -1 on error, not NULL. From Tobias Stoeckmann. | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |
2007-01-28 | add merging support in both local and remote sides. | Joris Vink |
2007-01-27 | preserve flags in Entries in the remote case. ok xsa@ joris@ | Otto Moerbeek |
2007-01-26 | more fixe size buffers on the stack. ok xsa@ joris@ | Otto Moerbeek |
2007-01-26 | - support [-k mode] for the add command | Xavier Santolaria |
2007-01-26 | Handle CVS/Entries and file timestamp correctly so we do | Joris Vink |
2007-01-26 | respect umask; ok joris@ | Otto Moerbeek |
2007-01-25 | use more stack allocations for fixed size buffers. ok xsa@ joris@ | Otto Moerbeek |
2007-01-18 | import improvements: | Joris Vink |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-16 | handle the export command in cvs_client_{set,clear}_sticky(). | Xavier Santolaria |
2007-01-13 | - remote update now works again, with new rcs api | Joris Vink |
2007-01-11 | in a remote setup: | Joris Vink |
2007-01-03 | add support for 'remove' in a remote setup. | Joris Vink |
2007-01-03 | revert changes made in 1.40 - it breaks add in a remote setup | Joris Vink |