OpenBSD CVS

CVS log for src/usr.bin/cvs/Attic/proto.h


[BACK] Up to [local] / src / usr.bin / cvs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Fri Jun 16 14:07:42 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
FILE REMOVED

in preparation for the new remote code, proto.h becomes obsolete.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 27 03:30:31 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.12: +2 -38 lines
Diff to previous 1.12 (colored)

commit the new opencvs code, i have been hacking on
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.

this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!

basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 4 14:58:12 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

make cvs_sendresp() return type void; ok joris@.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 2 09:42:20 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

more includes cleanup;

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 30 16:47:36 2005 UTC (18 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

more code cleanup, ok niallo@ and xsa@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 30 02:03:28 2005 UTC (18 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.8: +10 -10 lines
Diff to previous 1.8 (colored)

major cleanup of the functions handling the remote cvs protocol.
makes the code a lot more readable and understandable.

ok xsa@ and niallo@

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 17 16:16:00 2005 UTC (18 years, 7 months ago) by moritz
Branch: MAIN
Changes since 1.7: +7 -2 lines
Diff to previous 1.7 (colored)

add client support for the `watch' and `watchers' commands. ok joris@ xsa@

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 25 11:07:00 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.6: +138 -138 lines
Diff to previous 1.6 (colored)

KNF; mostly spaces vs. tabs; ok joris@ jfb@.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 18 21:02:50 2005 UTC (19 years, 1 month ago) by jfb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Modify the CVSFILE structure using a union to keep information about
both files and directories.  We can now keep the revision number for
regular files, and don't need to fetch the appropriate entry in the
command callbacks.  This saves a huge amount of parsing on Entries
files.

ok joris@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 7 17:10:56 2004 UTC (19 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.4: +9 -17 lines
Diff to previous 1.4 (colored)

less whitespace, more pretty.  ok jfb

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 4 13:26:03 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.3: +6 -0 lines
Diff to previous 1.3 (colored)

* set the maximum number of arguments to 256 for the moment
* cvs_sendresp() is now required, so uncomment it

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 3 04:58:45 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.2: +19 -0 lines
Diff to previous 1.2 (colored)

Move all of the request- and response-specific handlers into separate
files and have only the generic function of each type available to
the outside

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 30 17:37:58 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)

Handle the `Rcs-diff' response so we can patch on updates

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 30 01:49:24 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN

Move to the new API for the client-server protocol.  All functions now
take a cvs root structure as parameter.  This will allow for much easier
management of CVS trees that make use of multiple roots.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.