Sign in
goma
/
wine
/
6b37e6bbedcc5b77fa97e0e26086803f989af87d
/
programs
/
rpcss
d3085ab
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
by Rob Shearman
· 16 years ago
e86eb8e
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
by Michael Stefaniuc
· 16 years ago
768160e
ntdll: Make all exported wine functions CDECL.
by Maarten Lankhorst
· 16 years ago
76ae4d9
rpcss: Build with -D__WINESRC__ since it's using Wine-specific features.
by Alexandre Julliard
· 16 years ago
9b9a2f7
rpcss: Get rid of the useless rpcss.h header.
by Alexandre Julliard
· 16 years ago
01b7667
programs: Convert source files to utf-8.
by Alexandre Julliard
· 16 years ago
b66685c
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
by Alexandre Julliard
· 17 years ago
257bf68
rpcss: Register the endpoint for the ncalrpc protseq for the endpoint mapper.
by Rob Shearman
· 17 years ago
a80a635
rpcss: Warn in ept_insert if TowerExplode fails.
by Rob Shearman
· 17 years ago
888cf5a
rpcss: Add a trailing '\n' to a Wine trace.
by Francois Gouget
· 17 years ago
45a3462
rpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process.
by Rob Shearman
· 17 years ago
16849ce
rpcss: Implement endpoint-mapper server using DCE/RPC.
by Rob Shearman
· 17 years ago
42a61d7
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
b9f8a81
rpcss: When registering a moniker that is already registered in the ROT another ROT entry should still be created and a distinct cookie returned.
by Rob Shearman
· 17 years ago
8b87951
rpcss: Initialise some out-only parameters that aren't initialised by the generated RPC code.
by Rob Shearman
· 17 years ago
63a74c7
rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings.
by Rob Shearman
· 17 years ago
9804aba
rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke.
by Rob Shearman
· 17 years ago
cfc50f8
ole32: Add cross-process running-object table support.
by Rob Shearman
· 18 years ago
b9a6825
rpcss: Remove lazy timeout mechanism and use __wine_make_system_process instead.
by Rob Shearman
· 18 years ago
3a1a190
rpcss: Use correct prototype for thread function.
by Peter Oberndorfer
· 18 years ago
c69ebe3
rpcss: Fix a file handle leak in RPCSS_BecomePipeServer().
by Francois Gouget
· 18 years ago
7460b04
rpcss: Win64 printf format warning fixes.
by Michael Stefaniuc
· 19 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
028ab92
make_progs: Generate the .gitignore file.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
46a5f91
rpcss: Don't use sizeof in traces to avoid printf format warnings.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
ec34a66
Ignore symlink files too (needed for git).
by Alexandre Julliard
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
903e0b9
Get rid of a couple of non-portable long long constants.
by Alexandre Julliard
· 20 years ago
b61c182
More warning fixes.
by Mike McCormack
· 20 years ago
d73dad6
Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
by Mike McCormack
· 20 years ago
342da59
Remove stdlib.h inclusion if winsock.h is included.
by Pierre d'Herbemont
· 20 years ago
d0ee9f9
Avoid spaces before preprocessor directives, that's not portable.
by Alexandre Julliard
· 20 years ago
0a25896
Const correctness fixes.
by Eric Pouech
· 20 years ago
6be39b6
Take advantage of the new winegcc -B support.
by Alexandre Julliard
· 21 years ago
589e115
We no longer use the .exe.spec.c files.
by Alexandre Julliard
· 21 years ago
6621b2d
Build all the programs with winegcc.
by Alexandre Julliard
· 21 years ago
399901e
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform with PSDK.
by Ge van Geldorp
· 21 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
61aac4e
Fix some typos.
by Francois Gouget
· 22 years ago
f803e2a
Fix miscellaneous spelling errors and typos.
by Francois Gouget
· 22 years ago
9b0b1e0
Remove (POINTER)NULL casts.
by Francois Gouget
· 22 years ago
ae4311c
Defined NONAMELESSUNION/STRUCT directly in the files that need it
by Alexandre Julliard
· 22 years ago
d77294a
Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com>
by Alexandre Julliard
· 22 years ago