projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
comctl32: Updated Korean resource.
[wine]
/
dlls
/
rpcrt4
/
2007-10-25
Gerald Pfeifer
rpcrt4: Initialize variable to avoid compiler warning.
tree
|
commitdiff
2007-10-22
Dan Hipschman
widl: Fix problems with variable-size user types.
tree
|
commitdiff
2007-10-18
Dan Hipschman
widl: Detect conformant arrays of user types correctly.
tree
|
commitdiff
2007-10-15
Dan Hipschman
rpcrt4/tests: Free memory from one of the tests.
tree
|
commitdiff
2007-10-11
Dan Hipschman
rpcrt4, widl: Make pointer layouts compatible with...
tree
|
commitdiff
2007-10-09
Dan Hipschman
widl: Make structs containing user types bogus; fix...
tree
|
commitdiff
2007-10-09
Dan Hipschman
rpcrt4/tests: Make server.idl compatible with MIDL.
tree
|
commitdiff
2007-09-27
Alexandre Julliard
rpcrt4/tests: Remove static keywords that hide test...
tree
|
commitdiff
2007-09-27
Dan Hipschman
widl: Fix string codes in pointer descriptions.
tree
|
commitdiff
2007-09-27
Dan Hipschman
widl: Fix top-level conformant arrays with pointer...
tree
|
commitdiff
2007-09-20
Dan Hipschman
widl: Handle top-level conformance for complex arrays.
tree
|
commitdiff
2007-09-20
Dan Hipschman
widl: Respect pointer attributes better.
tree
|
commitdiff
2007-09-19
Dan Hipschman
widl: Implement complex arrays.
tree
|
commitdiff
2007-09-19
Dan Hipschman
widl: Implement pointer descriptions for complex struct...
tree
|
commitdiff
2007-09-19
Rob Shearman
rpcrt4: Implement RpcSmDestroyClientContext and RpcSsDe...
tree
|
commitdiff
2007-09-19
Rob Shearman
rpcrt4: Fix a copy-and-paste error in RpcAuthInfo_Relea...
tree
|
commitdiff
2007-09-14
Dan Hipschman
widl: Add padding to the end of complex structures.
tree
|
commitdiff
2007-09-12
Rob Shearman
rpcrt4: Fix a trace in RPCRT4_SecurePacket.
tree
|
commitdiff
2007-09-12
Rob Shearman
rpcrt4: Correctly handle the failure of RPCRT4_SecurePa...
tree
|
commitdiff
2007-09-10
Dan Hipschman
widl: Allow size_is on strings.
tree
|
commitdiff
2007-09-10
Dan Hipschman
widl: Implement NDR for struct field alignment.
tree
|
commitdiff
2007-09-10
Dan Hipschman
widl: Fix top-level and callback conformances.
tree
|
commitdiff
2007-08-22
Andrew Talbot
rpcrt4: Constify some variables.
tree
|
commitdiff
2007-08-20
Andrew Talbot
rpcrt4: Constify some variables.
tree
|
commitdiff
2007-07-23
Rob Shearman
rpcrt4: Convert bind ack and nack reject reasons into...
tree
|
commitdiff
2007-07-19
Dmitry Timoshkov
rpcrt4: Fix the buffer bounds check.
tree
|
commitdiff
2007-07-18
Rob Shearman
rpcrt4: Add some more RPC to NCA status code mappings.
tree
|
commitdiff
2007-07-16
Rob Shearman
rpcrt4: Never allocate memory for the discriminant...
tree
|
commitdiff
2007-07-16
Rob Shearman
rpcrt4: Check to make sure there is enough data in...
tree
|
commitdiff
2007-07-16
Rob Shearman
rpcrt4: Even though FC_ENUM16 is an unsigned type,...
tree
|
commitdiff
2007-07-13
Rob Shearman
rpcrt4: Make binding to an interface a function of...
tree
|
commitdiff
2007-07-05
Rob Shearman
rpcrt4: Return a fault packet if the proc num exceeds...
tree
|
commitdiff
2007-07-05
Rob Shearman
rpcrt4: Call RPCRT4_Send directly from PKT_RECEIVE...
tree
|
commitdiff
2007-07-05
Rob Shearman
rpcrt4: Translate between NCA and RPC status codes.
tree
|
commitdiff
2007-06-27
Rob Shearman
rpcrt4: Store the assoc_group_id in the connections.
tree
|
commitdiff
2007-06-27
Rob Shearman
rpcrt4: Make pointers to RPCRT4_BuildBindHeader and...
tree
|
commitdiff
2007-06-27
Rob Shearman
rpcrt4: Remove the unused AuthInfo field from the RpcAs...
tree
|
commitdiff
2007-06-26
Dan Hipschman
widl: Allow enums as union switch types.
tree
|
commitdiff
2007-06-26
Dan Hipschman
rpcrt4: Allow enums as union switch types.
tree
|
commitdiff
2007-06-26
Dan Hipschman
rpcrt4/tests: Wrap a try/except block around tests.
tree
|
commitdiff
2007-06-26
Dan Hipschman
widl: Get simple enums working.
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Dereference the pointer passed to the marshalin...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Implement marshalling, unmarshalling and buffer...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Implement marshalling/unmarshalling for the...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Set PointerBufferMark to the buffer location...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Try a lot harder to resuse existing connections...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Store the assoc_group_id field returned from...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: When an exception is raised, return the stored...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Close the connection if a protocol error or...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Return a fault packet if the interface/object...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Add a STUBLESS_FREE phase for freeing the alloc...
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Add support for ServerAllocSize parameters.
tree
|
commitdiff
2007-06-25
Rob Shearman
rpcrt4: Don't use add on the sizes of array elements...
tree
|
commitdiff
2007-06-21
Dan Hipschman
widl: Add tests for arrays of pointers.
tree
|
commitdiff
2007-06-20
Rob Shearman
rpcrt4: Use the offset to array data in embedded pointe...
tree
|
commitdiff
2007-06-19
Dan Hipschman
rpcrt4: Fix typo in union buffer size calculation.
tree
|
commitdiff
2007-06-19
Dan Hipschman
rpcrt4: Fix bug calculating union switch type.
tree
|
commitdiff
2007-06-19
Dan Hipschman
rpcrt4: Remove inaccurate comments.
tree
|
commitdiff
2007-06-19
Dan Hipschman
rpcrt4: Add encapsulated union tests.
tree
|
commitdiff
2007-06-18
Rob Shearman
rpcrt4: Implement encapsulated union NDR functions.
tree
|
commitdiff
2007-06-14
Dan Hipschman
widl: Handle wire_marshal pointer attributes.
tree
|
commitdiff
2007-06-14
Dan Hipschman
widl: Test structure argument marshalling.
tree
|
commitdiff
2007-06-14
Dan Hipschman
widl: Handle wire_marshal types.
tree
|
commitdiff
2007-06-12
Dan Hipschman
widl: Simplify correlation descriptor code.
tree
|
commitdiff
2007-06-06
Dan Hipschman
widl: Implement conformant structure handling.
tree
|
commitdiff
2007-06-06
Dan Hipschman
widl: Represent arrays with type_t.
tree
|
commitdiff
2007-05-31
Dan Hipschman
rpcrt4: Fix build of test on Solaris by renaming a...
tree
|
commitdiff
2007-05-29
Francois Gouget
rpcrt4/tests: Fix a Visual C++ double to float conversi...
tree
|
commitdiff
2007-05-29
Francois Gouget
rpcrt4/tests: Fix signed/unsigned and 32/64bit issues...
tree
|
commitdiff
2007-05-25
Dmitry Timoshkov
wine: Switch to using 'long' for INT_PTR type for 64...
tree
|
commitdiff
2007-05-25
Dan Hipschman
widl: Allow types that reference themselves.
tree
|
commitdiff
2007-05-25
Dan Hipschman
widl: Handle pointers in unions.
tree
|
commitdiff
2007-05-25
Dan Hipschman
rpcrt4: Fix test typo.
tree
|
commitdiff
2007-05-21
Dan Hipschman
widl: Lay framework for unions with simple unions working.
tree
|
commitdiff
2007-05-18
Andrew Talbot
rpcrt4: Exclude unused headers.
tree
|
commitdiff
2007-05-16
Dan Hipschman
widl: Write some structures to the type format string...
tree
|
commitdiff
2007-05-14
Dan Hipschman
widl: Handle pointers fields that point to structures.
tree
|
commitdiff
2007-05-11
Dan Hipschman
widl: Remove var_t's ptr_level field and start write_po...
tree
|
commitdiff
2007-04-30
Rob Shearman
rpcrt4: Print the correct values when warning about...
tree
|
commitdiff
2007-04-26
Dan Hipschman
rpcrt4: Add a testcase for RPCs with fixed-size arrays.
tree
|
commitdiff
2007-04-26
Dan Hipschman
rpcrt4: Add tests for RPC and widl generated code.
tree
|
commitdiff
2007-04-13
Dan Hipschman
rpcrt4: Add tests for RpcServerListen and friends.
tree
|
commitdiff
2007-04-03
Francois Gouget
Assorted spelling and English fixes.
tree
|
commitdiff
2007-03-28
Rob Shearman
rpcrt4: Fixing the using of the auth_len values the...
tree
|
commitdiff
2007-03-27
Rob Shearman
rpcrt4: Use the correct authorization trailer length...
tree
|
commitdiff
2007-03-27
Rob Shearman
rpcrt4: Call CompleteAuthToken if InitializeSecurityCon...
tree
|
commitdiff
2007-03-27
Rob Shearman
rpcrt4: Call InitializeSecurityContext from only one...
tree
|
commitdiff
2007-03-27
Rob Shearman
rpcrt4: Retrieve the maximum token length from the...
tree
|
commitdiff
2007-03-27
Rob Shearman
rpcrt4: Make some parameters of non-exported functions...
tree
|
commitdiff
2007-03-27
Rob Shearman
rpcrt4: Implement associations which are intermediary...
tree
|
commitdiff
2007-03-23
Andrew Talbot
rpcrt4: Replace inline static with static inline.
tree
|
commitdiff
2007-03-14
Rob Shearman
rpcrt4: Unmarshal NULL OLE interfaces properly by handl...
tree
|
commitdiff
2007-03-13
Huw Davies
rpcrt4: Tests that show that the allocation rules for...
tree
|
commitdiff
2007-03-08
Francois Gouget
rpcrt4: Fix a file handle leak in RPCRT4_RPCSSOnDemandC...
tree
|
commitdiff
2007-03-07
Alexandre Julliard
Added version information for a number of dlls.
tree
|
commitdiff
2007-03-01
Rob Shearman
rpcrt4: Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn...
tree
|
commitdiff
2007-02-28
Rob Shearman
rpcrt4: Set TCP_NODELAY on the socket for the ncacn_ip_...
tree
|
commitdiff
2007-02-21
Rob Shearman
rpcrt4: Fix a memory leak in I_RpcSendReceive caused...
tree
|
commitdiff
2007-02-21
Rob Shearman
rpcrt4: Add documentation for the I_Rpc* RPC message...
tree
|
commitdiff
next