version 1.2, 2005/02/04 08:01:26
|
version 1.18, 2005/03/06 21:46:38
|
|
|
---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
2005-03-06 Thomas Kho <tkho@ucla.edu> |
|
* dlls/winsock/tests/sock.c: |
|
added select() server |
|
2005-02-28 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Commited changes suggested from wine-devel list |
|
2005-02-24 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Removed unnecessary client bind() |
|
Implemented Dan Kegel's refactoring ideas |
|
Server connections are now treated more like objects |
|
Added Dan Kegel's boilerplate patch |
|
Test now generates test data |
|
2005-02-23 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Added cleanup test, cleaned up code |
|
using WaitForSingleObject() for thread synchronization |
|
added test timeout, standardized naming convention |
|
2005-02-22 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Code cleanup, support for multiple client/server threads |
|
Implemented Dan Kegel's suggestions |
|
2005-02-21 Thomas Kho, Fredy Garcia, Douglas Rosenberg |
|
* dlls/wsock32/tests/wsock32_main.c: |
|
Expanded client/server to send and receive data |
|
2005-02-20 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/wsock32_main.c, dlls/wsock32/tests/Makefile.in: |
|
Using CreateThread instead of _beginthread |
|
Started basic client/server test |
2005-02-03 Thomas Kho <tkho@ucla.edu> | 2005-02-03 Thomas Kho <tkho@ucla.edu> |
|
* dlls/wsock32/tests/ChangeLog, dlls/wsock32/tests/News: |
* dlls/wsock32/tests/ChangeLog, dlls/wsock32/tests/News |
|
Added these two housekeeping files | Added these two housekeeping files |
* configure.ac |
* configure.ac: |
Modified this file so that dlls/wsock32/tests/Makefile.in is processed | Modified this file so that dlls/wsock32/tests/Makefile.in is processed |
-- Sample -- |
|
New entries on top |
|
* dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c, dlls/dmime/graph.c, |
|
dlls/dmime/lyricstrack.c, dlls/dmime/markertrack.c, |
|
dlls/dmime/paramcontroltrack.c, dlls/dmime/patterntrack.c, |
|
dlls/dmime/performance.c, dlls/dmime/segment.c, |
|
dlls/dmime/segmentstate.c, dlls/dmime/segtriggertrack.c, |
|
dlls/dmime/seqtrack.c, dlls/dmime/sysextrack.c, |
|
dlls/dmime/tempotrack.c, dlls/dmime/timesigtrack.c, |
|
dlls/dmime/tool.c, dlls/dmime/wavetrack.c: |
|
Paul Vriens <Paul.Vriens@xs4all.nl> |
|
- use Interlocked* functions in AddRef and Release. |
|
- store the result of the Interlocked functions and use only this. |
|
|
|
* dlls/ntdll/loader.c: Mike Hearn <mike@navi.cx> |
|
Give a more informative error when a DLL fails to initialize during |
|
startup. |
|
|
|
* dlls/user/menu.c: Dmitry Timoshkov <dmitry@codeweavers.com> |
|
Make Alt press/release test actually pass for not managed windows. |
|
|
|
* dlls/dplayx/dpclassfactory.c, dlls/msi/msi.c: |
|
Paul Vriens <Paul.Vriens@xs4all.nl> |
|
Use Interlocked* functions in AddRef and Release. |
|
|
|
* dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com> |
|
Fix WmCreateCustomDialogSeq message sequence for 256 color mode. |
|
|
|