[SHELL32] Handle BYREF variants in CFolderItems::Item.
[reactos.git] / CODEOWNERS
1 ## List of maintainers for the ReactOS project
2
3 ## This file purpose is to give newcomers to the project the responsible
4 ## developers when submitting a pull request on GitHub, or opening a bug
5 ## report on Jira.
6
7 ## This file will notably establish who is responsible for a specific
8 ## area of ReactOS. Being a maintainer means the following:
9 ## - that person has good knownledge in the area
10 ## - that person is able to enforce consistency in the area
11 ## - that person may be available for giving help in the area
12 ## - that person has push access on the repository
13 ## Being a maintainer does not mean the following:
14 ## - that person is dedicated to the area
15 ## - that person is working full-time on the area/on ReactOS
16 ## - that person is paid
17 ## - that person is always available
18
19 ## We have no supported (paid) areas in ReactOS.
20
21 ## When submitting a pull request on GitHub and looking for reviewers,
22 ## look at that file and ask for a review from some of the people (M, R
23 ## - the most recently active in the area) listed in the matching area,
24 ## also, assign the pull request to the M person. Don't ask for a review
25 ## from all the listed reviewers.
26 ## Also, when submitted a pull request on GitHub, rules defined in
27 ## CONTRIBUTING.md apply. And if the maintainer is not available and
28 ## reviewers approved the pull request, developers feeling confident
29 ## can merge the pull request. Note that reviewers do not necessarily
30 ## have push access to the repository.
31 ## When submitting a bug report on Jira, if you want to be sure to have
32 ## a developer with skills in that area, write @nick from M people.
33
34 ## There should be one and only one primary maintainer per area.
35
36 ## In case of 3rd party code (also refered as upstream), the maintainer
37 ## is responsible of updating periodically the source code and of
38 ## managing local patches. He is not here to upstream code on your behalf.
39 ## As responsible, he may refuse a local patch if you did not try to
40 ## upstream your changes.
41
42 ## If you want to get listed in that file, either put yourself in the
43 ## file and push it, or open a pull request. You can also ask a person
44 ## who has push access to add yourself.
45
46 ## This file uses GitHub's format for specifying code owners.
47 ## - Lines starting with # are comment lines.
48 ## - All other lines specify a path / file (wildcards allowed) followed
49 ## by the GitHub user name(s) of the code owners.
50 ## See https://help.github.com/en/articles/about-code-owners
51
52 ## Additionally it tries to use a similar format to the Linux kernel
53 ## MAINTAINERS file within comments.
54 ## Descriptions of comment section entries used here:
55 ## M: Primary maintainer. Assign them pull requests
56 ## Use the GitHub, Jira, Real Name format for entry, squash if
57 ## some are overlapping
58 ## R: Reviewers. Ask them for review on pull requests
59 ## S: Status, one of the following:
60 ## Maintained: Someone is handling that area
61 ## Upstream: This is 3rd party code, synced in our tree
62 ## Abandoned: No one is handling that code anymore
63 ## C: Comments
64
65
66 # 3rd Party File Format Libraries
67 # M: ThFabba, Thomas Faber
68 # S: Upstream
69 # C: See media/doc/3rd Party Files.txt
70 /dll/3rdparty/libjpeg/ @ThFabba
71 /dll/3rdparty/libpng/ @ThFabba
72 /dll/3rdparty/libtiff/ @ThFabba
73 /dll/3rdparty/libxslt/ @ThFabba
74 /sdk/include/reactos/libs/libjpeg/ @ThFabba
75 /sdk/include/reactos/libs/libmpg123/ @ThFabba
76 /sdk/include/reactos/libs/libpng/ @ThFabba
77 /sdk/include/reactos/libs/libtiff/ @ThFabba
78 /sdk/include/reactos/libs/libxml/ @ThFabba
79 /sdk/include/reactos/libs/libxslt/ @ThFabba
80 /sdk/lib/3rdparty/libmpg123/ @ThFabba
81 /sdk/lib/3rdparty/libsamplerate/ @ThFabba
82 /sdk/lib/3rdparty/libxml2/ @ThFabba
83
84 # ACPI
85 # M:
86 # R: ThFabba, Thomas Faber
87 # S: Maintained
88 /drivers/bus/acpi/ @ThFabba
89 /hal/halx86/acpi/ @ThFabba
90
91 # ACPICA Library
92 # M: ThFabba, Thomas Faber
93 # S: Upstream
94 /drivers/bus/acpi/acpica/ @ThFabba
95
96 # Apisets
97 # M: learn-more, learn_more, Mark Jansen
98 # S: Maintained
99 /dll/apisets/ @learn-more
100
101 # Application Compatibility subystem
102 # M: learn-more, learn_more, Mark Jansen
103 # S: Maintained
104 /dll/appcompat/ @learn-more
105 /dll/shellext/acppage/ @learn-more
106 /ntoskrnl/ps/apphelp.c @learn-more
107 /sdk/tools/xml2sdb/ @learn-more
108
109 # Cache Manager
110 # M: HeisSpiter, Pierre Schweitzer
111 # S: Maintained
112 /modules/rostests/kmtests/ntos_cc/ @HeisSpiter
113 /ntoskrnl/cc/ @HeisSpiter
114
115 # Cache Manager Rewrite
116 # S: Abandoned
117 /ntoskrnl/cache/
118
119 # CMake Build Scripts
120 # M:
121 # R: learn-more, learn_more, Mark Jansen
122 # R: ThFabba, Thomas Faber
123 # S: Maintained
124 /sdk/cmake/ @learn-more @ThFabba
125 *.cmake @learn-more @ThFabba
126
127 # File Patch API
128 # M: learn-more, learn_more, Mark Jansen
129 # S: Maintained
130 /dll/win32/mspatcha/ @learn-more
131
132 # File Systems
133 # M: HeisSpiter, Pierre Schweitzer
134 # S: Maintained
135 # C: Also see "Upstream File Systems"
136 /drivers/filesystems/ @HeisSpiter
137 /sdk/lib/fslib/ @HeisSpiter
138
139 # File Systems Run Time Library
140 # M: HeisSpiter, Pierre Schweitzer
141 # S: Maintained
142 /modules/rostests/kmtests/ntos_fsrtl/ @HeisSpiter
143 /modules/rostests/kmtests/novp_fsrtl/ @HeisSpiter
144 /ntoskrnl/fsrtl/ @HeisSpiter
145 /sdk/lib/drivers/ntoskrnl_vista/fsrtl.c @HeisSpiter
146
147 # Freeloader
148 # M:
149 # R: tkreuzer, ThePhysicist, Timo Kreuzer
150 # R: Extravert-ir, extravert34, Victor Perevertkin
151 # S: Maintained
152 /boot/freeldr/freeldr/ @tkreuzer @Extravert-ir
153
154 # HAL / APIC
155 # M: tkreuzer, ThePhysicist, Timo Kreuzer
156 # S: Maintained
157 /hal/halx86/apic/ @tkreuzer
158
159 # HID Drivers
160 # M:
161 # R: ThFabba, Thomas Faber
162 # S: Maintained
163 /drivers/hid/ @ThFabba
164
165 # Kernel
166 # M:
167 # R: HeisSpiter, Pierre Schweitzer
168 # R: ThFabba, Thomas Faber
169 # R: tkreuzer, ThePhysicist, Timo Kreuzer
170 # S: Maintained
171 /ntoskrnl/ @HeisSpiter @ThFabba @tkreuzer
172
173 # mbed TLS
174 # M: ThFabba, Thomas Faber
175 # S: Upstream
176 # C: See media/doc/3rd Party Files.txt
177 /dll/3rdparty/mbedtls/ @ThFabba
178 /sdk/include/reactos/libs/mbedtls/ @ThFabba
179
180 # Network Drivers
181 # M:
182 # R: ThFabba, Thomas Faber
183 # S: Maintained
184 /drivers/network/ @ThFabba
185
186 # Intel PRO/1000 NIC family driver
187 # M:
188 # R: ThFabba, Thomas Faber
189 # R: Extravert-ir, extravert34, Victor Perevertkin
190 # S: Maintained
191 /drivers/network/dd/e1000/ @ThFabba @Extravert-ir
192
193 # Network File Systems kernel libraries
194 # M: HeisSpiter, Pierre Schweitzer
195 # S: Maintained
196 /sdk/lib/drivers/rdbsslib/ @HeisSpiter
197 /sdk/lib/drivers/rxce/ @HeisSpiter
198
199 # NTDLL
200 # M:
201 # R: HeisSpiter, Pierre Schweitzer
202 # R: learn-more, learn_more, Mark Jansen
203 # R: ThFabba, Thomas Faber
204 # R: tkreuzer, ThePhysicist, Timo Kreuzer
205 # S: Maintained
206 /dll/ntdll/ @HeisSpiter @learn-more @ThFabba @tkreuzer
207
208 # ReactOS API Tests
209 # M:
210 # R: learn-more, learn_more, Mark Jansen
211 # R: ThFabba, Thomas Faber
212 # S: Maintained
213 /modules/rostests/apitests/ @learn-more @ThFabba
214
215 # ReactOS Kernel-Mode Tests
216 # M: ThFabba, Thomas Faber
217 # S: Maintained
218 /modules/rostests/kmtests/ @ThFabba
219
220 # ROS internals tools
221 # M: HeisSpiter, Pierre Schweitzer
222 # S: Maintained
223 /modules/rosapps/applications/rosinternals/ @HeisSpiter
224
225 # Run-Time Library (RTL)
226 # M:
227 # R: HeisSpiter, Pierre Schweitzer
228 # R: learn-more, learn_more, Mark Jansen
229 # R: ThFabba, Thomas Faber
230 # R: tkreuzer, ThePhysicist, Timo Kreuzer
231 # S: Maintained
232 /sdk/lib/rtl/ @HeisSpiter @learn-more @ThFabba @tkreuzer
233
234 # Shell Extensions
235 # M:
236 # R: learn-more, learn_more, Mark Jansen
237 # S: Maintained
238 /dll/shellext @learn-more
239
240 # UniATA
241 # M: ThFabba, Thomas Faber
242 # S: Upstream
243 /drivers/storage/ide/uniata/ @ThFabba
244
245 # Upstream File Systems
246 # M: HeisSpiter, Pierre Schweitzer
247 # S: Upstream
248 /base/services/nfsd/ @HeisSpiter
249 /dll/np/nfs/ @HeisSpiter
250 /dll/shellext/shellbtrfs/ @HeisSpiter
251 /drivers/filesystems/btrfs/ @HeisSpiter
252 /drivers/filesystems/cdfs/ @HeisSpiter
253 /drivers/filesystems/ext2/ @HeisSpiter
254 /drivers/filesystems/fastfat_new/ @HeisSpiter
255 /drivers/filesystems/ffs/ @HeisSpiter
256 /drivers/filesystems/nfs/ @HeisSpiter
257 /drivers/filesystems/reiserfs/ @HeisSpiter
258 /media/doc/README.FSD @HeisSpiter
259 /sdk/lib/fslib/btrfslib/ @HeisSpiter
260 /sdk/lib/fslib/ext2lib/ @HeisSpiter
261 /sdk/lib/fslib/vfatlib/check/ @HeisSpiter
262
263 # USB Drivers
264 # M: ThFabba, Thomas Faber
265 # R: Extravert-ir, extravert34, Victor Perevertkin
266 # S: Maintained
267 /drivers/usb/ @ThFabba @Extravert-ir
268 /sdk/lib/drivers/libusb/ @ThFabba @Extravert-ir
269 /sdk/include/reactos/drivers/usbport/ @ThFabba @Extravert-ir
270
271 # Virtual CD-ROM
272 # M: HeisSpiter, Pierre Schweitzer
273 # S: Maintained
274 /modules/rosapps/applications/cmdutils/vcdcli/ @HeisSpiter
275 /modules/rosapps/applications/vcdcontroltool/ @HeisSpiter
276 /modules/rosapps/drivers/vcdrom/ @HeisSpiter
277
278 # Virtual Floppy Disk
279 # M: HeisSpiter, Pierre Schweitzer
280 # S: Upstream
281 /modules/rosapps/applications/cmdutils/vfdcmd/ @HeisSpiter
282 /modules/rosapps/drivers/vfd/ @HeisSpiter
283
284 # Win32 file functions
285 # M: HeisSpiter, Pierre Schweitzer
286 # S: Maintained
287 /dll/win32/kernel32/client/file/ @HeisSpiter
288
289 # Windows Network File Systems functions
290 # M: HeisSpiter, Pierre Schweitzer
291 # S: Upstream
292 /dll/win32/mpr/wnet.c @HeisSpiter
293
294 # Wine Tests
295 # M:
296 # R: ThFabba, Thomas Faber
297 # S: Upstream
298 /modules/rostests/winetests/ @ThFabba
299
300 # zlib
301 # M: ThFabba, Thomas Faber
302 # S: Upstream
303 # C: See media/doc/3rd Party Files.txt
304 /sdk/include/reactos/libs/zlib/ @ThFabba
305 /sdk/lib/3rdparty/zlib/ @ThFabba
306
307 # x64 related code (keep this at the bottom)
308 # M: tkreuzer, ThePhysicist, Timo Kreuzer
309 # S: Maintained
310 amd64/ @tkreuzer
311 /boot/freeldr/freeldr/arch/realmode/amd64.S @tkreuzer
312
313 # Translations
314 de-DE.rc @reactos/lang-german
315 nl-NL.rc @reactos/lang-dutch