CVS log for wine4/wine/dlls/winsock/tests/sock.c

(logo)

Help

(back) Up to [RizwankCVS] / wine4 / wine / dlls / winsock / tests

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.21 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 15 23:17:36 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 to selected 1.1
*** empty log message ***

Revision 1.20 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 15 23:14:15 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.19: +39 -33 lines
Diff to previous 1.19 to selected 1.1
implemented Dan Kegel's change suggestions

Revision 1.19 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 15 16:35:46 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.18: +7 -7 lines
Diff to previous 1.18 to selected 1.1
fixed error in test_UDP() - previously sent ip instead of port

Revision 1.18 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 15 15:54:05 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 to selected 1.1
*** empty log message ***

Revision 1.17 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 15 15:48:17 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.16: +59 -5 lines
Diff to previous 1.16 to selected 1.1
added test_UDP()

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Thu Mar 10 07:36:31 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.15: +51 -0 lines
Diff to previous 1.15 to selected 1.1
added test for getservbyname()
test does not succeed in linux

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Thu Mar 10 02:51:33 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.14: +41 -24 lines
Diff to previous 1.14 to selected 1.1
check for select()'s return value, and send/recv data in parallel in select server

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 08:57:55 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 to selected 1.1
whitespace fix

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 08:45:01 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.12: +7 -7 lines
Diff to previous 1.12 to selected 1.1
fixed error in select_server() regarding accepting connections
server recv must complete before sends

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 00:28:48 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 to selected 1.1
*** empty log message ***

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 00:25:02 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.10: +7 -3 lines
Diff to previous 1.10 to selected 1.1
added code to handle send and recv() error

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 00:19:31 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 to selected 1.1
*** empty log message ***

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 00:12:19 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 to selected 1.1
fix for check of done condition for select_server()

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 8 00:10:38 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.7: +10 -41 lines
Diff to previous 1.7 to selected 1.1
removed do_nonblocking_send/recv()
select_server() can do send and receive at same time

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 6 22:25:41 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 to selected 1.1
whitespace fix

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 6 22:24:13 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 to selected 1.1
more cleanup

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 6 22:20:45 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 to selected 1.1
*** empty log message ***

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 6 22:17:33 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.3: +32 -58 lines
Diff to previous 1.3 to selected 1.1
cleaned up code

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 6 21:46:38 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.2: +63 -31 lines
Diff to previous 1.2 to selected 1.1
added select() server

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Thu Mar 3 03:26:04 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
Changes since 1.1: +156 -1 lines
Diff to previous 1.1
select_server half-implemented

Revision 1.1 / (as text) / (view) - annotate - [selected] , Tue Mar 1 22:28:18 2005 UTC (19 years, 8 months ago) by cs130_tom
Branch: MAIN
added winsock tests from wine cvs

This form allows you to request diffs 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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Rizwan Kassim
Powered by
ViewCVS 0.9.2