summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/server.c
AgeCommit message (Expand)Author
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
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-13- remote update now works again, with new rcs apiJoris Vink
2007-01-03add support for 'remove' in a remote setup.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-15dummy support for update-patches request.Xavier Santolaria
2006-12-15server-side Static-directory bits.Xavier Santolaria
2006-12-15server-side Sticky bits.Xavier Santolaria
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-27hook up annotate server bits.Xavier Santolaria
2006-11-14Add support for the "Set" request.Xavier Santolaria
2006-11-14Handle global -l, -Q, and -r on the server side too.Xavier Santolaria
2006-11-14dummy support for Argumentx request.Xavier Santolaria
2006-11-14Bring back version command. Still needs tweaks to make theXavier Santolaria
2006-11-13Add server-side bits for admin command.Xavier Santolaria
2006-11-09cvs init remote bits.Xavier Santolaria
2006-11-09fix pasto..Xavier Santolaria
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-07-09more straightforward trace (-t) output, too much is just too noisy.Joris Vink
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-24add an argument to cvs_chdir() which enables or not the removalXavier Santolaria
2005-12-20use fatal(); OK joris@ niallo@.Xavier Santolaria
2005-10-14remove temporary cvs directory in error cases too. ok joris@Moritz Jodeit
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-10fgets() expects the 2nd arg to be an int. OK jfb@ joris@.Xavier Santolaria
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-07-27rename cvs_remove_dir() to cvs_rmdir() because it might be confusingXavier Santolaria
2005-07-23use cvs_chdir();Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-18StyleAleksander Piotrowski
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-04-01crank up buffersize to get rid of truncated requests.Joris Vink
2005-03-31make sure the server command can still be reached with theJoris Vink
2005-03-28dead codeJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-08-02Get a step closer to realityJean-Francois Brousseau