summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/client.c
AgeCommit message (Expand)Author
2007-10-07nb is an int, so it should be compared to an int.Charles Longeau
2007-09-22Support for checkout with a local repository already in place.Tobias Stoeckmann
2007-09-17Print error messages sent by server on stderr. While at it, replacedTobias Stoeckmann
2007-09-10remove my addition of portnumber for rsh in CVSROOT.Joris Vink
2007-09-10Allow port specification in our CVSROOT which is used for ourJoris Vink
2007-09-07Added support for single file checkout.Tobias Stoeckmann
2007-09-07Do not use global option -V (GNU cvs doesn't understand it), be veryTobias Stoeckmann
2007-09-02OpenCVS server init-support with OpenCVS and GNU cvs clients.Tobias Stoeckmann
2007-09-02Log all commands sent with cvs_remote_output(), not justTobias Stoeckmann
2007-09-01s/free/xfreeJoris Vink
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-07-17Forgot this part about rlog not needing the Directory request to be sent.Xavier Santolaria
2007-07-17Do not send the Directory request when using the rlog command.Xavier Santolaria
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-06-29Server-side bits for release command.Xavier Santolaria
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-27have the server be more strict about the requests the clientJoris Vink
2007-06-27We were missing the needed clue/magic to have our remote setupJoris Vink
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-05-26Increase sticky tag buffer size.Ray Lai
2007-05-25Call fatal() if we are missing an argument. From Tobias Stoeckmann.Ray Lai
2007-05-17Remove nonsensical dereference. From tbert.Ray Lai
2007-05-16open() returns -1 on error, not NULL. From Tobias Stoeckmann.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-28add merging support in both local and remote sides.Joris Vink
2007-01-27preserve flags in Entries in the remote case. ok xsa@ joris@Otto Moerbeek
2007-01-26more fixe size buffers on the stack. ok xsa@ joris@Otto Moerbeek
2007-01-26- support [-k mode] for the add commandXavier Santolaria
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
2007-01-26respect umask; ok joris@Otto Moerbeek
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-18import improvements:Joris Vink
2007-01-17add support for remote checkout in both our client and server,Joris Vink
2007-01-16handle the export command in cvs_client_{set,clear}_sticky().Xavier Santolaria
2007-01-13- remote update now works again, with new rcs apiJoris Vink
2007-01-11in a remote setup:Joris Vink
2007-01-03add support for 'remove' in a remote setup.Joris Vink
2007-01-03revert changes made in 1.40 - it breaks add in a remote setupJoris Vink
2007-01-03fix CVS_CLIENT_LOG logging, we were missing partsJoris Vink
2007-01-02- fix cvs_client_remove_entry to correctly handle the passed dataJoris Vink
2006-12-21if the add or import command is issued, send the wrapper-sendme-rcsOptionsXavier Santolaria
2006-12-20remove debug message left in previous commit.Xavier Santolaria
2006-12-19add some bits to handle Remove-entry.Xavier Santolaria
2006-12-19- Introduce a way for the command code to recognize what the server replied.Joris Vink
2006-12-19add client-side support for Set-static-directory.Xavier Santolaria
2006-12-19add client-side support for Clear-static-directory, Clear-sticky andXavier Santolaria
2006-12-15add support for "Static-directory" request.Xavier Santolaria
2006-12-15dummy support for update-patches request.Xavier Santolaria