quartz: Set the sample time based on the number of bytes read before sending it downs...
[wine] / dlls / rpcrt4 / tests /
2007-03-13  Huw Daviesrpcrt4: Tests that show that the allocation rules for...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2007-01-12  Paul Vriensrpcrt4/tests: Cast-qual warning fixes.
2007-01-11  Francois Gougetrpcrt4: Give a proper name to some formerly reserved...
2007-01-08  Francois Gougetrpcrt4/tests: Remove an unneeded '#if 0' and fix the...
2007-01-08  Francois Gougetrpcrt4/tests: Replace some '#if 0's with 'if (0)'s...
2006-12-14  Andrew Talbotrpcrt4/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-09  Alexandre Julliardrpcrt4/tests: Replace || by |.
2006-11-09  Michael Stefaniucrpcrt4/tests: Fix the warnings introduced by the "unsig...
2006-11-08  Michael Stefaniucrpcproxy.h: Use LONG/ULONG for Win64 compatibility...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-09  Michael Stefaniucrpcrt4/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetrpcrt4: Don't return void values. This fixes Visual...
2006-09-29  Francois GougetAdd missing '\n's to ok() calls.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-08-29  Huw Daviesrpcrt4: Add a test for IRpcStubBuffer_Connect on a...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Connect and fixes...
2006-08-23  Huw Daviesrpcrt4: Add tests for CreateStub and fix up CStdStubBuf...
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-08-23  Huw Daviesrpcrt4: Tests for NdrDllGetClassObject.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-17  Huw Daviesrpcrt4: Add tests for NdrAllocate.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Implement TowerConstruct and TowerExplode.
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Huw Daviesrpcrt4: Uncomment test now that it works correctly.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-20  Stefan HuehnerMake some function static.
2004-12-23  Bill MedlandImplemented DceErrorInqText.
2004-10-30  Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-05  Francois GougetSkip Unicode tests if there's no Unicode support.
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...