wined3d: Move max_ffp_textures to wined3d_d3d_info.
[wine] / dlls / rpcrt4 / rpc_transport.c
2013-03-25  Hans Leidekkerrpcrt4: Use the right port for https connections.
2013-02-26  Andrew Talbotrpcrt4: Avoid signed-unsigned integer comparisons.
2013-02-21  Hans Leidekkerrpcrt4: Accept HTTP idle packets while waiting for...
2013-01-24  Alexandre Julliardrpcrt4: Fix wrap-around bug in tick count comparison.
2012-10-31  Frédéric Delanoyrpcrt4: Fix resources leaks.
2012-08-15  Jacek Cabanrpcrt4: Moved sending echo request to separated function.
2012-08-15  Jacek Cabanrpcrt4: Fixed memory leak.
2012-08-15  Jacek Cabanrpcrt4: Added cancelling support for all HTTP requests.
2012-08-14  Jacek Cabanrpcrt4: Properly handle async HTTP failures.
2012-08-14  Jacek Cabanrpcrt4: Optimize buffer allocation in rpcrt4_ncacn_http...
2012-08-14  Jacek Cabanrpcrt4: Use helper for handling async call wait.
2012-08-14  Jacek Cabanrpcrt4: Added prepare_async_request helper.
2012-02-14  Alexandre Julliardrpcrt4: Add ref counting to RPC connections, and grab...
2011-11-14  Francois Gougetrpcrt4: Give a name to the critical sections.
2011-09-19  Bernhard Loosrpcrt4: Switch to non-overlapped named pipe operations...
2011-09-14  Bernhard Loosrpcrt4: The named pipe can be used for multiple operati...
2011-07-15  Bernhard Loosrpcrt4: Create pipes with FLAG_OVERLAPPED.
2011-06-28  Damjan Jovanovicrpcrt4: Implement RpcNetworkInqProtseqs.
2011-06-20  Damjan Jovanovicrpcrt4: Implement RpcProtseqVectorFree.
2009-12-14  Rob Shearmanrpcrt4: Override inquire_auth_client for ncalrpc transp...
2009-12-14  Rob Shearmanrpcrt4: Allow the authentication details of the client...
2009-12-14  Rob Shearmanrpcrt4: Implement client impersonation.
2009-12-14  Rob Shearmanrpcrt4: Override authentication functions for ncalrpc...
2009-12-14  Rob Shearmanrpcrt4: Allow the connection to override the authentica...
2009-12-14  Rob Shearmanrpcrt4: Fix rpcrt4_conn_tcp_read and rpcrt4_conn_tcp_wr...
2009-11-04  Hans Leidekkerrpcrt4: Correct spelling of RPC_C_QOS_IDENTITY_STATIC...
2009-08-18  Alexandre Julliardrpcrt4: Assign a unique id to the connection instead...
2009-05-28  Alexandre Julliardrpcrt4: Fix compiler warnings on 64-bit.
2009-05-06  Francois Gougetrpcrt4: Remove WINAPI on static functions where not...
2009-04-08  Rob Shearmanrpcrt4: Add a Win32 implementation of ncacn_ip_tcp...
2009-04-08  Rob Shearmanrpcrt4: Factor out non-Win32 compatible parts of the...
2009-04-07  Rob Shearmanrpcrt4: Compile in RPC over HTTP support even if HAVE_S...
2009-03-30  Rob Shearmanrpcrt4: Free the memory allocated for the protseq and...
2009-03-26  Rob Shearmanrpcrt4: Ensure that only the IP/IPv6 address families...
2009-03-26  Rob Shearmanrpcrt4: Allow listening on dynamically generated ncacn_...
2009-03-26  Alexandre Julliardrpcrt4: Disable HTTP support if we don't have socketpai...
2009-03-26  Huw Daviesrpcrt4: Dynamically allocate the buffer if the fixed...
2009-03-25  Rob Shearmanrpcrt4: Implement RPC over HTTP support.
2009-03-24  Rob Shearmanrpcrt4: Fix crash when calling RpcServerUseProtseq...
2009-02-09  Juan Langrpcrt4: Don't abort reading from a pipe if a single...
2009-01-19  Andrew Talbotrpcrt4: Declare some functions static.
2008-12-22  Alexandre Julliardrpcrt4: Disable TCP/IP connection support if we don...
2008-11-19  Ricardo Filiperpcrt4: Fixed dead increments (llvm/clang).
2008-11-07  Andrew Talbotrpcrt4: Sign-compare warnings fix.
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-08-18  Rob Shearmanrpcrt4: Print a warning if connecting to a named pipe...
2008-08-18  Rob Shearmanrpcrt4: Check that strings in SMB, NB and pipe floors...
2008-08-18  Rob Shearmanrpcrt4: Fix the protid used in ncalrpc tower functions.
2008-08-18  Rob Shearmanrpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower...
2008-08-18  Rob Shearmanrpcrt4: Fix crash calculation of tower size in rpcrt4_n...
2008-06-09  Alexandre Julliardrpcrt4: Properly handle the case of a client having...
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-03-20  Dan Hipschmanrpcrt4: Use correct count in rpcrt4_conn_np_write.
2008-03-06  Rob Shearmanrpcrt4: Use closesocket to close sockets and define...
2008-02-25  Rob Shearmanrpcrt4: Include ws2tcpip.h instead of Unix headers...
2008-01-21  Rob Shearmanrpcrt4: Implement asynchronous RPC support.
2008-01-15  Rob Shearmanrpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_n...
2008-01-09  Rob Shearmanrpcrt4: Use send on a socket instead of write as it...
2007-12-17  Rob Shearmanrpcrt4: Move association code into a separate file.
2007-12-17  Rob Shearmanrpcrt4: Make a server association when a bind packet...
2007-12-17  Rob Shearmanrpcrt4: Return an error from rpcrt4_conn_tcp_read if...
2007-12-14  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_conn_tcp_read.
2007-12-07  Rob Shearmanrpcrt4: Use an alertable wait in rpcrt4_protseq_np_wait...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak when freeing an association...
2007-12-06  Rob Shearmanrpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
2007-11-27  Michael Stefaniucrpcrt4: socket() returns -1 on error so check the retur...
2007-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-08-22  Andrew Talbotrpcrt4: Constify some variables.
2007-07-23  Rob Shearmanrpcrt4: Convert bind ack and nack reject reasons into...
2007-07-13  Rob Shearmanrpcrt4: Make binding to an interface a function of...
2007-06-27  Rob Shearmanrpcrt4: Remove the unused AuthInfo field from the RpcAs...
2007-06-25  Rob Shearmanrpcrt4: Try a lot harder to resuse existing connections...
2007-06-25  Rob Shearmanrpcrt4: Store the assoc_group_id field returned from...
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-27  Rob Shearmanrpcrt4: Use the correct authorization trailer length...
2007-03-27  Rob Shearmanrpcrt4: Call InitializeSecurityContext from only one...
2007-03-27  Rob Shearmanrpcrt4: Implement associations which are intermediary...
2007-03-01  Rob Shearmanrpcrt4: Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn...
2007-02-28  Rob Shearmanrpcrt4: Set TCP_NODELAY on the socket for the ncacn_ip_...
2007-02-12  Alexandre Julliardrpcrt4: Enter new named pipe connections into the proto...
2007-01-25  Rob Shearmanrpcrt4: Stash away NetworkOptions passed in from the...
2007-01-24  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_conn_open_pipe.
2007-01-23  Rob Shearmanrpcrt4: Try to avoid partial named pipe read/writes...
2007-01-22  Rob Shearmanrpcrt4: Handle security quality of service flags releva...
2007-01-22  Rob Shearmanrpcrt4: Track the security quality of service settings...
2006-12-18  Rob Shearmanrpcrt4: Free the resource allocated by InitializeSecuri...
2006-12-14  Dmitry Timoshkovrpcrt4: Make some data const.
2006-11-15  Rob Shearmanrpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
2006-11-15  Rob Shearmanrpcrt4: Add a FIXME for unsupported client protocol...
2006-11-13  Rob Shearmanrpcrt4: Fix a comment and move a WARN to where it reall...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-09  Rob Shearmanrpcrt4: For TCP endpoints, bind to all the address...
2006-11-09  Rob Shearmanrpcrt4: Use MaxCalls from the protseq when determining...
2006-11-09  Rob Shearmanrpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn...
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-10-31  Rob Shearmanrpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt...
2006-10-31  Rob Shearmanrpcrt4: Improve the debug messages for failures in...
2006-10-31  Rob Shearmanrpcrt4: Set the socket back to blocking in rpcrt4_conn_...
2006-10-31  Rob Shearmanrpcrt4: Fix a typo in rpcrt4_ip_tcp_open that would...
2006-10-31  Rob Shearmanrpcrt4: Convert the named pipe server code to look...
next