traffic: Stub for TcRegisterClient.
[wine] / tools /
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-23  Rob Shearmanwidl: Don't directly access the type structure when...
2009-02-19  Rob Shearmanwidl: Fix typos in write_remoting_arg which caused...
2009-02-17  Alexandre Julliardmakefiles: Do not install progman, uninstaller and...
2009-02-16  Alexandre Julliardwrc: Print better error messages for functions that...
2009-02-16  Rob Shearmanwidl: Call Pointer function for freeing non-conformant...
2009-02-16  Rob Shearmanwidl: Only duplicate a type if absolutely necessary.
2009-02-16  Rob Shearmanwidl: Call Struct and Union phase functions for referen...
2009-02-16  Rob Shearmanwidl: Fix marshalling/unmarshalling of enum arguments.
2009-02-13  Michael Stefaniuctools: Remove unused alloca.h include.
2009-02-12  Alexandre Julliardwinegcc: Hardcode the various gcc tool names when cross...
2009-02-11  Francois Gougetwinapi_test: Improve the usage message.
2009-02-11  Marcus Meissnerwinegcc: Added some strarray_free() (Coverity).
2009-02-10  Alexandre Julliardwidl: Change write_type_def_or_decl and write_type_decl...
2009-02-06  Alexandre Julliardwinegcc: Don't pass the as/ld/nm commands to winebuild.
2009-02-06  Alexandre Julliardwidl: Print all NdrFcShort parameters as shorts to...
2009-02-06  Alexandre Julliardwidl: Add printf format attribute on all printf-like...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-02-06  Alexandre Julliardwidl: Add a dummy reference to the filter function...
2009-02-06  Alexandre Julliardwidl: Avoid using GetExceptionCode outside of an except...
2009-02-06  AndrĂ© Hentschelwinemaker: Add odbccp32 to default link list.
2009-02-04  Alexandre Julliardwinegcc: Pass the -m32/-m64 options to winebuild too.
2009-02-04  Alexandre Julliardwinebuild: Search for the as/ld/nm tools in the PATH...
2009-02-04  Alexandre Julliardwinebuild: Append the correct options for as and ld...
2009-02-04  Alexandre Julliardwinebuild: Determine the appropriate as/ld/nm commands...
2009-02-02  Marcus Meissnerwrc: Free type to avoid leaks (Coverity).
2009-02-02  Alexandre Julliardwinegcc: Support -b option for cross-compiling.
2009-02-02  Alexandre Julliardwinegcc: Make platform-specific behaviors depend on...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-29  Aric Stewartwine.inf: Add reg.exe as a stub to system32 now that...
2009-01-27  Austin Englishtools/wine.inf: Add a placeholder for stdole2.tlb.
2009-01-23  Alexandre Julliardwidl: We need an offset after the correlation descripto...
2009-01-20  Austin Englishwidl: Fix a compiler warning.
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-19  Alexandre Julliardserver: Generate padding in request structures from...
2009-01-19  Rob Shearmanwidl: Add new type_get_type and type_get_real_type_type...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-19  Henri Verbeetd3d10core: Implement device_parent_CreateSurface().
2009-01-15  Alexandre Julliardwinebuild: Add -m32/-m64 options to allow 32/64-bit...
2009-01-14  Francois Gougetwidl: Add a trailing '\n' to an error() message.
2009-01-14  Alexandre Julliardwinebuild: Add -b as a short option for --target for...
2009-01-14  Dmitry Timoshkovwrc: Warn for duplicate dialog ids.
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2009-01-12  Michael Karcherwidl: Don't forget conformance info on [iid_is] void...
2009-01-12  Michael Karcherwidl: Fix handling of [local] functions without [call_as].
2009-01-12  Alexandre Julliardmakedep: Copy the makefile to append dependencies inste...
2009-01-12  Andrey Turkinntoskrnl: Add version resource.
2009-01-10  Michael Stefaniucwidl: Move "inline" right after the storage class speci...
2009-01-08  Michael Karcherwidl: Write struct fields as signed fields.
2009-01-08  Michael Karcherwidl: Make write_base_type take a format char instead...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-07  Rob Shearmanwidl: Make the case of messages output by warning and...
2009-01-07  Damjan Jovanovicwinex11: Support the startup notification fd.o spec.
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06  Alexandre Julliardwinedump: Implement dumping of relocations.
2009-01-06  Alexandre Julliardwinedump: List exported functions sorted by ordinal.
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Move the ifaces field of the type_t structure...
2009-01-06  Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06  Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-06  Rob Shearmanwidl: Do the consistency checks on interfaces after...
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-03  Rob Shearmanwidl: Add aliased types to the typelib for statements...
2009-01-02  Rob Shearmanwidl: Use is_string_type instead of is_attr(..., ATTR_S...
2009-01-02  Michael Karcherwidl: Recurse search for need of delegation.
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Rob Shearmanwidl: Remove duplicate pointer handling code in get_str...
2008-12-31  Rob Shearmanwidl: Don't add NULL pointer checks in generated code...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Write the local stubs file based on the parsed...
2008-12-29  Rob Shearmanwidl: Write the generated file containing IID, DIID...
2008-12-29  Rob Shearmanwidl: Write the typelib based on the statement list...
2008-12-29  Rob Shearmanwidl: Create a separate type_t object for each structur...
2008-12-29  Rob Shearmanwidl: Don't create a temporary variable in the t_ident...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
next