CVS log for wine4/wine/dlls/wsock32/tests/ChangeLog

(logo)

Help

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

Request diff between arbitrary revisions / Display revisions graphically


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

Revision 1.25 / (view) - annotate - [selected] , Tue Mar 15 23:14:15 2005 UTC (19 years ago) by cs130_tom
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +1 -0 lines
Diff to previous 1.24
implemented Dan Kegel's change suggestions

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Mar 15 15:48:17 2005 UTC (19 years ago) by cs130_tom
Branch: MAIN
Changes since 1.23: +3 -0 lines
Diff to previous 1.23 to selected 1.25
added test_UDP()

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Mar 11 03:08:30 2005 UTC (19 years ago) by cs130_tom
Branch: MAIN
Changes since 1.22: +3 -0 lines
Diff to previous 1.22 to selected 1.25
fixed getservbyname()'s pointer bug

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Mar 10 07:36:32 2005 UTC (19 years ago) by cs130_tom
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21 to selected 1.25
added test for getservbyname()
test does not succeed in linux

Revision 1.21 / (view) - annotate - [select for diffs] , Thu Mar 10 02:51:34 2005 UTC (19 years ago) by cs130_tom
Branch: MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20 to selected 1.25
check for select()'s return value, and send/recv data in parallel in select server

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

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

Revision 1.18 / (view) - annotate - [select for diffs] , Sun Mar 6 21:46:38 2005 UTC (19 years ago) by cs130_tom
Branch: MAIN
Changes since 1.17: +3 -0 lines
Diff to previous 1.17 to selected 1.25
added select() server

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Mar 1 04:26:32 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.16: +3 -0 lines
Diff to previous 1.16 to selected 1.25
wine-devel change suggestions

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Feb 25 07:07:32 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15 to selected 1.25
test creates dummy data

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Feb 25 06:39:52 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14 to selected 1.25
added boilerplate standalone patch

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Feb 24 23:33:35 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13 to selected 1.25
implemented Dan Kegel's OO server connection suggestion

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Feb 24 22:20:13 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 to selected 1.25
implemented some of Dan Kegel's refactoring ideas

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Feb 24 21:47:28 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.11: +3 -0 lines
Diff to previous 1.11 to selected 1.25
removed unnecessary client bind()

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Feb 24 03:16:30 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 to selected 1.25
cleaned up naming convention

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Feb 24 02:53:25 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 to selected 1.25
*** empty log message ***

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Feb 24 02:52:29 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 to selected 1.25
now using WaitForSingleObject() for thread synchronization

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Feb 24 01:15:56 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.7: +3 -0 lines
Diff to previous 1.7 to selected 1.25
added cleanup test

Revision 1.7 / (view) - annotate - [select for diffs] , Wed Feb 23 06:07:24 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 to selected 1.25
implemented Dan Kegel's suggestions

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Feb 23 05:18:34 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 to selected 1.25
tom: cleaned up comments, added reasonable test parameters

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Feb 23 04:43:40 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.4: +3 -0 lines
Diff to previous 1.4 to selected 1.25
tom: expanded test for more than one client and server thread

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Feb 22 06:10:05 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 to selected 1.25
*** empty log message ***

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Feb 21 05:45:03 2005 UTC (19 years, 1 month ago) by cs130_tom
Branch: MAIN
Changes since 1.2: +4 -29 lines
Diff to previous 1.2 to selected 1.25
*** empty log message ***

Revision 1.2 / (view) - annotate - [select for diffs] , Fri Feb 4 08:01:26 2005 UTC (19 years, 1 month ago) by rizwank
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 to selected 1.25
tom: Added configure.ac to our CVS, hopefully it'll build.

Revision 1.1 / (view) - annotate - [select for diffs] , Fri Feb 4 03:53:13 2005 UTC (19 years, 1 month ago) by rizwank
Branch: MAIN
Diff to selected 1.25
tom: added ChangeLog and News

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