forked from wine-mirror/wine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MAINTAINERS
344 lines (282 loc) · 7.43 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
List of Wine subsection maintainers
When submitting patches to Wine, the guidelines at
<https://wiki.winehq.org/SubmittingPatches> should be followed. This file
contains a list of maintainers for subsections of Wine. When submitting
patches, you may want to CC relevant people from this list. If you have
questions about your work in an area of Wine, you may find a list of
knowledgeable people here.
Many areas of Wine don't have a specific maintainer, although there may
be people with knowledge of those areas. If an area is not listed here
at all, you can use the git log to find developers working in that area
recently. Or, you can send a mail to wine-devel, but be aware that there
may simply be no one knowledgeable about that subject on the list.
This file uses a similar format to the Linux kernel MAINTAINERS file.
Descriptions of section entries used here:
M: Primary maintainer. CC patches to: FullName <address@domain>
P: Other knowledgeable person. FullName <address@domain>
F: Files and directories with wildcard patterns.
One pattern per line. Multiple F: lines acceptable.
W: Link to additional information.
Maintainers List
-----------------------------------
ARM, ARM64
M: André Hentschel <[email protected]>
F: dlls/dbghelp/cpu_arm*
F: dlls/msvcrt/except_arm.c
F: dlls/ntdll/signal_arm*
F: programs/winedbg/be_arm*
Audio I/O
M: Andrew Eikum <[email protected]>
F: dlls/dsound/
F: dlls/mmdevapi/
F: dlls/winealsa.drv/
F: dlls/winecoreaudio.drv/
F: dlls/wineoss.drv/
F: dlls/winepulse.drv/
F: dlls/winmm/
F: dlls/x3daudio*/
F: dlls/xapofx*/
F: dlls/xaudio*/
Common Controls Library
P: Nikolay Sivov <[email protected]>
F: dlls/comctl32/
Common Item Dialog
P: Esme Povirk <[email protected]>
F: dlls/comdlg32/itemdlg.c
F: dlls/comdlg32/tests/itemdlg.c
Direct2D
M: Henri Verbeet <[email protected]>
F: dlls/d2d*/
Direct3D
M: Henri Verbeet <[email protected]>
P: Stefan Dösinger <[email protected]>
P: Matteo Bruni <[email protected]>
F: dlls/d3d10core/
F: dlls/d3d11/
F: dlls/d3d12/
F: dlls/d3d8/
F: dlls/d3d9/
F: dlls/d3drm/
F: dlls/ddraw*/
F: dlls/dxgi/
F: dlls/wined3d/
Direct3D helper libraries
M: Matteo Bruni <[email protected]>
P: Henri Verbeet <[email protected]>
P: Stefan Dösinger <[email protected]>
F: dlls/d3d10/
F: dlls/d3d10_1/
F: dlls/d3dcompiler*/
F: dlls/d3dx10*/
F: dlls/d3dx11*/
F: dlls/d3dx9*/
F: dlls/d3dxof/
DirectInput
P: Andrew Eikum <[email protected]>
F: dlls/dinput/
DirectMusic
M: Michael Stefaniuc <[email protected]>
F: dlls/dm*/
F: dlls/dswave/
DirectPlay
M: Alistair Leslie-Hughes <[email protected]>
F: dlls/dplayx/
F: dlls/dpnet/
F: dlls/dpwsockx/
DirectShow
M: Zebediah Figura <[email protected]>
P: Andrew Eikum <[email protected]>
F: dlls/amstream/
F: dlls/devenum/
F: dlls/mciqtz32/
F: dlls/qasf/
F: dlls/qcap/
F: dlls/qdvd/
F: dlls/qedit/
F: dlls/quartz/
F: dlls/strmbase/
F: dlls/winegstreamer/gstdemux.c
F: dlls/wineqtdecoder/
DirectWrite
M: Nikolay Sivov <[email protected]>
F: dlls/dwrite/
DotNet Runtime
M: Esme Povirk <[email protected]>
F: dlls/mscoree/
GDI
M: Huw Davies <[email protected]>
F: dlls/gdi32/
GDIPlus
M: Esme Povirk <[email protected]>
F: dlls/gdiplus/
GPhoto Driver
M: Marcus Meissner <[email protected]>
F: dlls/gphoto2.ds/
HID support
M: Aric Stewart <[email protected]>
F: dlls/hid/
F: dlls/hidclass.sys/
F: dlls/winehid.sys/
HTTP server
M: Zebediah Figura <[email protected]>
F: dlls/httpapi/
F: dlls/http.sys/
Input methods
M: Aric Stewart <[email protected]>
F: dlls/imm32/
JavaScript
M: Jacek Caban <[email protected]>
F: dlls/jscript/
Mac OS X graphics driver
M: Ken Thomases <[email protected]>
F: dlls/winemac.drv/
Media format conversion
M: Andrew Eikum <[email protected]>
F: dlls/*.acm/
F: dlls/msacm32/
Microsoft C Runtime
M: Piotr Caban <[email protected]>
F: dlls/msvc*/
MSI installers
M: Hans Leidekker <[email protected]>
P: Zebediah Figura <[email protected]>
F: dlls/msi/
Netstat
M: André Hentschel <[email protected]>
F: programs/netstat/
Network
P: Bruno Jesus <[email protected]>
P: Erich E. Hoover <[email protected]>
F: dlls/iphlpapi/
F: dlls/ws2_32/
OLE Embedding
M: Huw Davies <[email protected]>
F: dlls/ole32/clipboard.c
F: dlls/ole32/datacache.c
F: dlls/ole32/defaulthandler.c
F: dlls/ole32/ole2.c
F: dlls/ole32/ole2impl.c
F: dlls/ole32/oleobj.c
OLE RPC
M: Huw Davies <[email protected]>
F: dlls/combase/
F: dlls/ole32/compobj.c
F: dlls/ole32/marshal.c
F: dlls/ole32/usrmarshal.c
OLE Storage
M: Esme Povirk <[email protected]>
F: dlls/ole32/filelockbytes.c
F: dlls/ole32/memlockbytes.c
F: dlls/ole32/stg_stream.c
F: dlls/ole32/storage32.c
F: dlls/ole32/storage32.h
F: dlls/ole32/tests/storage32.c
OLE Typelibs
P: Andrew Eikum <[email protected]>
P: Huw Davies <[email protected]>
F: dlls/oleaut32/typelib.c
Plug and Play
P: Zebediah Figura <[email protected]>
F: dlls/newdev/
F: dlls/ntoskrnl.exe/pnp.c
F: dlls/setupapi/devinst.c
Postscript Driver
M: Huw Davies <[email protected]>
F: dlls/wineps.drv/
Printing
M: Huw Davies <[email protected]>
P: Detlef Riekenberg <[email protected]>
F: dlls/localspl/
F: dlls/spoolss/
F: dlls/winspool.drv/
Richedit
M: Huw Davies <[email protected]>
F: dlls/riched20
RPC Runtime
P: Huw Davies <[email protected]>
P: Zebediah Figura <[email protected]>
F: dlls/rpcrt4
F: tools/widl
TWAIN
P: Esme Povirk <[email protected]>
F: dlls/twain_32/
F: dlls/sane.ds/
F: dlls/gphoto2.ds/
Uniscribe
M: Aric Stewart <[email protected]>
F: dlls/gdi32/uniscribe/
URL Moniker
M: Jacek Caban <[email protected]>
F: dlls/urlmon/
VBScript
M: Jacek Caban <[email protected]>
F: dlls/vbscript/
Web Services
M: Hans Leidekker <[email protected]>
F: dlls/webservices/
WebBrowser control
M: Jacek Caban <[email protected]>
F: dlls/ieframe/
F: dlls/mshtml/
F: dlls/shdocvw/
Windows Imaging Component
M: Esme Povirk <[email protected]>
F: dlls/windowscodecs/
F: dlls/windowscodecsext/
Windows Management Instrumentation
M: Hans Leidekker <[email protected]>
F: dlls/wbemdisp/
F: dlls/wbemprox/
F: dlls/wmiutils/
Windows Media Foundation
M: Nikolay Sivov <[email protected]>
F: dlls/mf/
F: dlls/mferror/
F: dlls/mfmediaengine/
F: dlls/mfplat/
F: dlls/mfplay/
F: dlls/mfreadwrite/
F: dlls/mfuuid/
F: dlls/rtworkq/
Wine server, IPC
M: Alexandre Julliard <[email protected]>
P: Erich E. Hoover <[email protected]>
F: server/
Winemaker
M: André Hentschel <[email protected]>
F: tools/winemaker/
WinHTTP
M: Hans Leidekker <[email protected]>
F: dlls/winhttp/
WinINet
P: Jacek Caban <[email protected]>
F: dlls/wininet/
WPcap
M: André Hentschel <[email protected]>
F: dlls/wpcap/
X11 Driver
M: Alexandre Julliard <[email protected]>
F: dlls/winex11.drv/
XML parsing
M: Nikolay Sivov <[email protected]>
F: dlls/msxml*/
F: dlls/xmllite/
THE REST
M: Alexandre Julliard <[email protected]>
P: Alex Henrie <[email protected]>
P: Andrew Eikum <[email protected]>
P: Huw Davies <[email protected]>
P: Jacek Caban <[email protected]>
P: Esme Povirk <[email protected]>
P: Erich E. Hoover <[email protected]>
F: *
F: */
Stable Branch
M: Michael Stefaniuc <[email protected]>
W: https://wiki.winehq.org/StableRules
Staging Branch
M: Alistair Leslie-Hughes <[email protected]>
P: Zebediah Figura <[email protected]>
P: Paul Gofman <[email protected]>
P: Erich E. Hoover <[email protected]>
W: https://wine-staging.com/