-
Notifications
You must be signed in to change notification settings - Fork 33
/
AUTHORS
734 lines (694 loc) · 26.7 KB
/
AUTHORS
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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
Evil
----
Vincent Torri <vtorri at univ-evry dot fr>
Tor Lillqvist <tml at iki dot fi> (pipe function)
Lance Fetters
Vincent Richomme <vrichomme at smartmobili dot com>
Paul Vixie (ISC) (inet_pton and inet_ntop functions)
Daniel Stenberg (inet_pton and inet_ntop functions)
The MinGW and MinGW-w64 teams (POSIX printf family functions)
Keith Marshall (realpath on Windows XP). See http://sourceforge.net/tracker/?func=detail&atid=302435&aid=1294010&group_id=2435
Michelle Legrand <[email protected]>
Escape
------
Youness Alaoui (KaKaRoTo)
Eina
----
Jorge Luis "turran" Zapata <[email protected]>
Carsten Haitzler <[email protected]>
Corey "atmos" Donohoe <[email protected]>
Vincent "caro" Torri <vtorri at univ-evry dot fr>
Gustavo Sverzut Barbieri <[email protected]>
Tilman Sauerbeck <[email protected]>
Cedric Bail <[email protected]>
Peter "pfritz" Wehrfritz <[email protected]>
Arnaud de Turckheim "quarium" <[email protected]>
Alexandre "diaxen" Becoulet <[email protected]>
Albin "Lutin" Tonnerre <[email protected]>
Andre Dieb <[email protected]>
Raphael Kubo da Costa <[email protected]>
Gustavo Chaves <[email protected]>
Fabiano Fidêncio <[email protected]>
Brett Nash <[email protected]>
Tom Hacohen <[email protected]>
Sebastian Dransfeld <[email protected]>
Myungjae Lee <[email protected]>
Youness Alaoui <[email protected]>
Boris Faure <[email protected]>
Sung W. Park <[email protected]>
Guillaume Friloux <[email protected]>
Jonas M. Gastal <[email protected]>
Raphael Kubo da Costa <[email protected]>
Jérôme Pinot <[email protected]>
Mike Blumenkrantz <[email protected]>
Patryk Kaczmarek <[email protected]>
Igor Murzov <[email protected]>
Vladislav Brovko <[email protected]>
Hermet Park <[email protected]>
Rajeev Ranjan (Rajeev) <[email protected]> <[email protected]>
Subodh Kumar <[email protected]>
Michelle Legrand <[email protected]>
Shilpa Singh <[email protected]> <[email protected]>
Prasoon Singh <[email protected]>
Eet
---
The Rasterman (Carsten Haitzler) <[email protected]>
David Goodlad <[email protected]>
Cedric Bail <[email protected]>
Arnaud de Turckheim <[email protected]>
Luis Felipe Strano Moraes <[email protected]>
Chidambar Zinnoury <[email protected]>
Vincent Torri <[email protected]>
Gustavo Sverzut Barbieri <[email protected]>
Raphael Kubo da Costa <[email protected]>
Mathieu Taillefumier <[email protected]>
Albin "Lutin" Tonnerre <[email protected]>
Adam Simpkins <[email protected]>
Mike Blumenkrantz <[email protected]>
Lionel Orry <[email protected]>
Jérôme Pinot <[email protected]>
Leandro Santiago <[email protected]>
Christophe Sadoine <[email protected]>
Eo
--
Tom Hacohen <[email protected]>
Cedric Bail <[email protected]>
Ector
-----
Cedric Bail <[email protected]>
Jorge Luis Zapata Muga <[email protected]>
Jose O Gonzalez <[email protected]>
Evas
----
Carsten Haitzler <[email protected]>
Till Adam <[email protected]>
Steve Ireland <[email protected]>
Brett Nash <[email protected]>
Tilman Sauerbeck <[email protected]>
Corey Donohoe <[email protected]>
Yuri Hudobin <[email protected]>
Nathan Ingersoll <[email protected]>
Willem Monsuwe <[email protected]>
Jose O Gonzalez <[email protected]>
Bernhard Nemec <[email protected]>
Jorge Luis Zapata Muga <[email protected]>
Cedric Bail <[email protected]>
Gustavo Sverzut Barbieri <[email protected]>
Vincent Torri <vtorri at univ-evry dot fr>
Tim Horton <[email protected]>
Tom Hacohen <[email protected]>
Mathieu Taillefumier <[email protected]>
Iván Briano <[email protected]>
Gustavo Lima Chaves <[email protected]>
Samsung Electronics
Samsung SAIT
Sung W. Park <[email protected]>
Jiyoun Park <[email protected]>
Myoungwoon Roy Kim(roy_kim) <[email protected]> <[email protected]>
Thierry el Borgi <[email protected]>
Shilpa Singh <[email protected]> <[email protected]>
Hermet Park <[email protected]>
Christopher 'devilhorns' Michael <[email protected]>
Seungsoo Woo <[email protected]>
Youness Alaoui <[email protected]>
Jim Kukunas <[email protected]>
Nicolas Aguirre <[email protected]>
Rafal Krypa <[email protected]>
Hyoyoung Chang <[email protected]>
Jérôme Pinot <[email protected]>
Rafael Antognolli <[email protected]>
Daniel Zaoui <[email protected]>
Christophe Sadoine <[email protected]>
Igor Murzov <[email protected]>
Sohyun Kim <[email protected]>
Boris Faure <[email protected]>
Eduardo Lima (Etrunko) <[email protected]>
Leandro Dorileo (dorileo) <[email protected]>
Patryk Kaczmarek <[email protected]>
Zbigniew Kosinski <[email protected]>
Paulo Cavalcanti <[email protected]>
Jean-Philippe Andre <[email protected]>
Yury Usischev <[email protected]>
Youngbok Shin <[email protected]>
Rajeev Ranjan (Rajeev) <[email protected]> <[email protected]>
MinKyoung Kim <[email protected]>
Pierre Lamot <[email protected]>
Michelle Legrand <[email protected]>
Romain Perier <[email protected]>
Subodh Kumar <[email protected]>
Evas Generic Loaders
--------------------
The Rasterman (Carsten Haitzler) <[email protected]>
Christian Kreibich <[email protected]>
Vincent Torri <vtorri at univ-evry dot fr>
Michael Bouchaud <[email protected]>
Fanina "cippp" Cristian <[email protected]>
Cedric BAIL <[email protected]>
Jérémy Zurcher <[email protected]>
Stefan Schmidt <[email protected]>
Daniel Juyung Seo <[email protected]>
Doug Newgard <[email protected]>
Mike Blumenkrantz <[email protected]>
Alex-P. Natsios <[email protected]>
Jihoon Kim <[email protected]>
Samuel F. Baggen <[email protected]>
Sebastian Dransfeld <[email protected]>
Ecore
-----
The Rasterman <[email protected]>
Tom Gilbert <[email protected]>
Burra <[email protected]>
Chris Ross <[email protected]>
Term <[email protected]>
Tilman Sauerbeck <[email protected]>
Ibukun Olumuyiwa <[email protected]>
Yuri <[email protected]>
Nicholas Curran <[email protected]>
Howell Tam <[email protected]>
Nathan Ingersoll <[email protected]>
Andrew Williams <[email protected]>
Kim Woelders <[email protected]>
Sebastian Dransfeld <[email protected]>
Simon Poole <[email protected]>
Jorge Luis Zapata Muga <[email protected]>
dan sinclair <[email protected]>
Michael 'Mickey' Lauer <[email protected]>
David 'onefang' Seikel <[email protected]>
Hisham 'CodeWarrior' Mardam Bey <[email protected]>
Brian 'rephorm' Mattern <[email protected]>
Tim Horton <[email protected]>
Arnaud de Turckheim 'quarium' <[email protected]>
Matt Barclay <[email protected]>
Peter Wehrfritz <[email protected]>
Albin "Lutin" Tonnerre <[email protected]>
Vincent Torri <[email protected]>
Lars Munch <[email protected]>
Andre Dieb <[email protected]>
Mathieu Taillefumier <[email protected]>
Rui Miguel Silva Seabra <[email protected]>
Samsung Electronics <tbd>
Samsung SAIT <tbd>
Nicolas Aguirre <[email protected]>
Brett Nash <[email protected]>
Mike Blumenkrantz <[email protected]>
Leif Middelschulte <[email protected]>
Mike McCormack <[email protected]>
Sangho Park <[email protected]>
Jihoon Kim <[email protected]> <[email protected]>
PnB <[email protected]>
Daniel Juyung Seo <[email protected]> <[email protected]>
Christopher 'devilhorns' Michael <[email protected]>
Hermet Park <[email protected]>
Rafael Antognolli <[email protected]>
Kim Yunhan <[email protected]>
Youness Alaoui <[email protected]>
Bluezery <[email protected]>
Doyoun Kang <[email protected]> <[email protected]>
Haifeng Deng <[email protected]>
Jérémy Zurcher <[email protected]>
Seong-ho Cho (DarkCircle) <[email protected]>
Patryk Kaczmarek <[email protected]>
Daniel Willmann <[email protected]>
Michal Pakula vel Rutka <[email protected]>
Vikram Narayanan <[email protected]>
Daniel Zaoui <[email protected]>
Yakov Goldberg <[email protected]>
Eduardo Lima (Etrunko) <[email protected]>
Alexey Yakovenko <[email protected]>
Myoungwoon Roy Kim(roy_kim) <[email protected]> <[email protected]>
Robert David <[email protected]>
Gwanglim Lee <[email protected]> <[email protected]>
Sung-Jin Park <[email protected]>
Guillaume Friloux <[email protected]>
Boris Faure <[email protected]>
Pierre Lamot <[email protected]>
Michelle Legrand <[email protected]>
Romain Perier <[email protected]>
Embryo
------
The Rasterman (Carsten Haitzler) <[email protected]>
Jérôme Pinot <[email protected]>
kumar Navneet <[email protected]>
Deborshi Saha <[email protected]>
Eio
---
Cedric Bail <[email protected]>
Stephen Houston <[email protected]>
Gustavo Sverzut Barbieri <[email protected]>
Vincent "caro" Torri <vtorri at univ-evry dot fr>
Mikael SANS <[email protected]>
Mike Blumenkrantz (zmike/discomfitor) <[email protected]>
Jérôme Pinot <[email protected]>
Daniel Willmann <[email protected]>
Jérémy Zurcher <[email protected]>
Pierre Lamot <[email protected]>
Michelle Legrand <[email protected]>
Eldbus
-----
Gustavo Sverzut Barbieri <[email protected]>
José Roberto de Souza <[email protected]>
Leandro Pereira <[email protected]>
Lucas De Marchi <[email protected]>
Efreet
------
dan 'dj2' sinclair
Brian 'rephorm' Mattern
Sebastian Dransfeld <[email protected]>
Nathan 'RbdPngn' Ingersoll
Nicholas 'Mekius' Hughart
Albin "Lutin" Tonnerre <[email protected]>
Mathieu Taillefumier <[email protected]>
Eeze
----
Mike Blumenkrantz (zmike/discomfitor) <[email protected]>
Cedric Bail <[email protected]>
Mikael Sans <[email protected]>
Christophe Dumez <[email protected]>
Stefan Schmidt <[email protected]>
EPhysics
--------
Bruno Dilly <[email protected]>
Leandro Dorileo <[email protected]>
Ricardo de Almeida Gonzaga <[email protected]>
Edje
----
The Rasterman (Carsten Haitzler) <[email protected]>
Tilman Sauerbeck (tilman at code-monkey de)
ZigsMcKenzie <[email protected]>
Cedric BAIL <[email protected]>
Brian Mattern <[email protected]>
Mathieu Taillefumier <[email protected]>
Tristan <[email protected]>
Gustavo Lima Chaves <[email protected]>
Bruno Dilly <[email protected]>
Fabiano Fidêncio <[email protected]>
Jihoon Kim <[email protected]>
Tiago Falcão <[email protected]>
Davide Andreoli <[email protected]>
Sebastian Dransfeld <[email protected]>
Tom Hacohen <[email protected]>
Aharon Hillel <[email protected]>
Shilpa Singh <[email protected]> <[email protected]>
Mike Blumenkrantz <[email protected]
Jaehwan Kim <[email protected]>
Boris Faure <[email protected]>
Govindaraju SM <[email protected]> <[email protected]>
Prince Kumar Dubey <[email protected]> <[email protected]>
David Seikel <onefang at gmail.com>
Mikael Sans <[email protected]>
Jérôme Pinot <[email protected]>
Rajeev Ranjan (Rajeev) <[email protected]> <[email protected]>
Hermet Park <[email protected]>
Kim Shinwoo <[email protected]>
Michael Bouchaud (yoz) <[email protected]>
WooHyun Jung (woohyun) <[email protected]>
Guilherme Silveira <[email protected]>
Flavio Ceolin <[email protected]>
Daniel Zaoui <[email protected]>
Daniel Willmann <[email protected]>
Robert David <[email protected]>
Bluezery <[email protected]>
Andrii Kroitor <[email protected]>
Vorobiov Vitalii <[email protected]>
m.biliavskyi <[email protected]>
Vyacheslav Reutskiy <[email protected]>
Kumar Navneet <[email protected]>
Katpagavalli Anantharaj <[email protected]>
Subodh Kumar <[email protected]>
Emotion
-------
Carsten Haitzler <[email protected]>
Vincent Torri <[email protected]>
Nicolas Aguirre <[email protected]>
Sebastian Dransfeld <[email protected]>
Cedric Bail <[email protected]>
Rafael Antognolli <[email protected]>
Jérôme Pinot <[email protected]>
Pierre Le Magourou <[email protected]>
Hugo Camboulive <[email protected]>
Sohyun Kim <[email protected]>
Leandro Dorileo <[email protected]>
Michael Bouchaud (yoz) <[email protected]>
Aymeric Dumaz <[email protected]>
Emotion Generic VLC
---
Cedric Bail <[email protected]>
Hugo Camboulive <[email protected]>
Leandro Dorileo <[email protected]>
Pierre Le Magourou <[email protected]>
Rafael Antognolli <[email protected]>
Sohyun Kim <[email protected]>
Carsten Haitzler (Rasterman) <[email protected]>
Davide Andreoli <[email protected]>
Gustavo Sverzut Barbieri <[email protected]>
Stefan Schmidt <[email protected]>
Bruno Dilly <[email protected]>
Hermet Park <[email protected]>
Daniel Juyung Seo <[email protected]>
Doug Newgard <[email protected]>
Jerome Pinot <[email protected]>
Mike Blumenkrantz <[email protected]>
Sebastian Dransfeld <[email protected]>
Vincent Torri <[email protected]>
Ethumb
------
Rafael Antognolli <[email protected]>
Cedric Bail <[email protected]>
Mikael SANS <[email protected]>
Jérôme Pinot <[email protected]>
EFL-C++
-------
Savio Sena <[email protected]>
Felipe Magno de Almeida <[email protected]>
Vitor Sousa <[email protected]>
Lauro Moura <[email protected]>
Jean-Philippe Andre <[email protected]>
Luciana Magno de Almeida <[email protected]>
Jaehyun Cho <[email protected]>
Daniel Kolesa <[email protected]>
Vincent Torri <vtorri at univ-evry dot fr>
Stefan Schmidt <[email protected]>
Cedric BAIL <[email protected]>
Xavi Artigas <[email protected]>
YeongJong Lee <[email protected]>
Mike Blumenkrantz <[email protected]>
Larry Lira <[email protected]>
WooHyun Jung (woohyun) <[email protected]>
Marcel Hollerbach <[email protected]>
Daniel Zaoui <[email protected]>
Sanghyeon Lee <[email protected]>
Thiep Ha <[email protected]>
Vinícius dos Santos Oliveira <[email protected]>
Bryce Harrington <[email protected]>
Tom Hacohen <[email protected]>
Carsten Haitzler <[email protected]>
Andrew Williams <[email protected]>
Amitesh Singh <[email protected]> <[email protected]>
EFL-C#
------
Felipe Magno de Almeida <[email protected]>
Vitor Sousa <[email protected]>
Lauro Moura <[email protected]>
Jaehyun Cho <[email protected]>
Xavi Artigas <[email protected]>
Marcel Hollerbach <[email protected]>
YeongJong Lee <[email protected]>
Daniel Kolesa <[email protected]>
Vincent Torri <vtorri at univ-evry dot fr>
WooHyun Jung (woohyun) <[email protected]>
Jean-Philippe Andre <[email protected]>
ELua
----
Daniel Kolesa <[email protected]>
Elementary
----------
The Rasterman (Carsten Haitzler) <[email protected]>
Gustavo Sverzut Barbieri <[email protected]>
Cedric Bail <[email protected]>
Vincent Torri <[email protected]>
Daniel Kolesa <[email protected]>
Jaime Thomas <[email protected]>
Swisscom - http://www.swisscom.ch/
Christopher Michael <[email protected]>
Marco Trevisan (Treviño) <[email protected]>
Michael Bouchaud <[email protected]>
Jonathan Atton (Watchwolf) <[email protected]>
Brian Wang <[email protected]>
Mike Blumenkrantz (discomfitor/zmike) <[email protected]>
Samsung Electronics <tbd>
Samsung SAIT <tbd>
Brett Nash <[email protected]>
Bruno Dilly <[email protected]>
Rafael Fonseca <[email protected]>
Hermet Park <[email protected]>
Woohyun Jung <[email protected]>
Jaehwan Kim <[email protected]>
Wonguk Jeong <[email protected]>
Leandro A. F. Pereira <[email protected]>
Helen Fornazier <[email protected]>
Gustavo Lima Chaves <[email protected]>
Fabiano Fidêncio <[email protected]>
Tiago Falcão <[email protected]>
Otavio Pontes <[email protected]>
Viktor Kojouharov <[email protected]>
Daniel Juyung Seo (SeoZ) <[email protected]> <[email protected]>
Sangho Park <[email protected]> <[email protected]>
Rajeev Ranjan (Rajeev) <[email protected]> <[email protected]>
Seunggyun Kim <[email protected]> <[email protected]>
Sohyun Kim <[email protected]> <[email protected]>
Jihoon Kim <[email protected]>
Jeonghyun Yun (arosis) <[email protected]>
Tom Hacohen <[email protected]>
Aharon Hillel <[email protected]>
Shinwoo Kim <[email protected]>
Govindaraju SM <[email protected]> <[email protected]>
Prince Kumar Dubey <[email protected]> <[email protected]>
Sung W. Park <[email protected]>
Thierry el Borgi <[email protected]>
Shilpa Singh <[email protected]> <[email protected]>
Chanwook Jung <[email protected]> <[email protected]>
Hyoyoung Chang <[email protected]>
Guillaume "Kuri" Friloux <[email protected]>
Kim Yunhan <[email protected]>
Tae-Hwan Kim (Bluezery) <[email protected]> <[email protected]>
Nicolas Aguirre <[email protected]>
Sanjeev BA <[email protected]>
Hyunsil Park <[email protected]>
Goun Lee <[email protected]>
Mikael Sans <[email protected]>
Doyoun Kang <[email protected]>
M.V.K. Sumanth <[email protected]> <[email protected]>
Jérôme Pinot <[email protected]>
Davide Andreoli <[email protected]>
Michal Pakula vel Rutka <[email protected]>
Thiep Ha <[email protected]>
Artem Popov <[email protected]>
Minseok Kim <[email protected]>
Jean-Philippe André <[email protected]>
JiHyeon Seol <[email protected]>
Flavio Ceolin <[email protected]>
Igor Murzov <[email protected]>
Jiyoun Park <[email protected]>
KoziarekBeata <[email protected]>
Daniel Zaoui <[email protected]>
Yakov Goldberg <[email protected]>
Murilo Belluzzo <[email protected]>
Ricardo de Almeida Gonzaga <[email protected]>
Gwanglim Lee <[email protected]> <[email protected]>
JaeHyun Cho <[email protected]>
Bora Hwang <[email protected]>
Jiyoung Choi <[email protected]>
Arvind R <[email protected]>
Paulo Cavalcanti <[email protected]>
Stefan Schmidt <[email protected]>
Ryuan Choi (ryuan) <[email protected]> <[email protected]>
Hosang Kim <[email protected]>
Youngbok Shin <[email protected]>
Niraj Kumar <[email protected]> <[email protected]>
Amitesh Singh <[email protected]> <[email protected]>
Abhinandan Aryadipta <[email protected]>
Sanghyeon Lee <[email protected]>
Anil Kumar Nahak <[email protected]>
Michal Jagiello <[email protected]>
Chinmaya Panigrahi <[email protected]>
Mohammad Irfan <[email protected]>
ajwillia.ms (Andrew Williams) <[email protected]>
Iván Briano <[email protected]>
Jonas M. Gastal <[email protected]>
Rafael Antognolli <[email protected]>
Mike McCormack <[email protected]>
Massimo Maiurana <[email protected]>
Henrique Dante de Almeida <[email protected]>
Lucas De Marchi <[email protected]>
Boris Faure <[email protected]>
Sebastian Dransfeld <[email protected]>
Daniel Willmann <[email protected]>
maxerba <[email protected]>
Youness Alaoui <[email protected]>
Rui Seabra <[email protected]>
Andreas Volz <[email protected]>
Jaeun Choi <[email protected]>
Doug Newgard <[email protected]>
José Roberto de Souza <[email protected]>
Luis Felipe Strano Moraes <[email protected]>
Thiago Thamada <[email protected]>
U. Artie Eoff <[email protected]>
Daniel Hirt <[email protected]>
Eduardo Lima <[email protected]>
Leif Middelschulte <[email protected]>
Lukasz Stanislawski <[email protected]>
Stephen Houston <[email protected]>
Andrii Kroitor <[email protected]>
Joao Paulo Fernandes Ventura <[email protected]>
Pau Espin Pedrol <[email protected]>
Jérémy Zurcher <[email protected]>
Kai Huuhko <[email protected]>
Leandro Dorileo <[email protected]>
Michael Jennings <[email protected]>
Myungjae Lee <[email protected]>
Tristan Lelong <[email protected]>
Yossi Kantor <[email protected]>
cabelitos <[email protected]>
Alex Wu <[email protected]>
Alex-P. Natsios <[email protected]>
Aron Xu <[email protected]>
Chidambar Zinnoury <[email protected]>
Christophe Sadoine <[email protected]>
Daniel Vieira Franzolin <[email protected]>
Daniele Ricci <[email protected]>
David Walter Seikel <[email protected]>
Dennis Schridde <[email protected]>
Hannes Janetzek <[email protected]>
Lionel Landwerlin <[email protected]>
Mariusz Bialonczyk <[email protected]>
Martin Jansa <[email protected]>
Michael Lauer <[email protected]>
Mike Frysinger <[email protected]>
Rodrigo Cesar Lopes Belem <[email protected]>
Seong-ho Cho <[email protected]>
Seunghun Lee <[email protected]>
Thanatermesis <[email protected]>
Viacheslav Lvov <[email protected]>
Deasung Kim <[email protected]>
Jeonghoon Park <[email protected]>
Prashant <[email protected]>
suxia li <[email protected]>
yan.wang <[email protected]>
Anand <[email protected]>
Subhransu Sekhar Mohanty <[email protected]>
Rajesh P S <[email protected]>
Srivardhan Hebbar <[email protected]>
Savio Sena <[email protected]>
Jae Yong Hwang <[email protected]>
Kabeer Khan <[email protected]>
yinsc <[email protected]>
Woochan Lee <[email protected]>
Vitalii Vorobiov <[email protected]>
Jee-Yong Um <[email protected]>
Ji-In Moon <[email protected]>
Subodh Kumar <[email protected]>
Kumar Navneet <[email protected]>
Godly T Alias <[email protected]> <[email protected]>
Shashank Pandey <[email protected]> <[email protected]>
Divyesh Purohit <[email protected]> <[email protected]>
Minkyu Kang <[email protected]>
Jinyong Park <[email protected]>
Merged EFL
----------
Michael Jennings <[email protected]>
Mike Frysinger <[email protected]>
Daniel Kolesa <[email protected]>
Horms <[email protected]>
Massimo Maiurana <[email protected]>
Viktor Kojouharov <[email protected]>
Sebastian Dröge <[email protected]>
Paulo Alcantara <[email protected]>
Andreas Volz <[email protected]>
Ulisses Furquim <[email protected]>
Hannes Janetzek <[email protected]>
Jonathan Atton <[email protected]>
Mikhail Gusarov <[email protected]>
Ryuan Choi <[email protected]>
Eric Schuele <[email protected]>
Stafford Mitchell Horne <[email protected]>
Guilherme Iscaro <[email protected]>
Laurence J. Lane <[email protected]>
Caio Marcelo de Oliveira Filho <[email protected]>
Henrique Dante de Almeida <[email protected]>
U. Artie Eoff <[email protected]>
Jaime Thomas <[email protected]>
Massimiliano Calamelli <[email protected]>
Alex Wu <[email protected]>
Naruto TAKAHASHI <[email protected]>
Andres Blanc <[email protected]>
Joerg Sonnenberger <[email protected]>
Rafael Fonseca <[email protected]>
Samuel F. Baggen <[email protected]>
Sanjeev BA <[email protected]>
Wonsik Jung <[email protected]>
Eduardo Felipe <[email protected]>
Emfox Zhou <[email protected]>
Jaehyun Cho <[email protected]>
Miculcy Brian <[email protected]>
Raoul HECKY <[email protected]>
Valerii Kanunik <[email protected]>
Alexander Kerner <[email protected]>
Dennis Schridde <[email protected]>
EunMi Lee <[email protected]>
Marc Andre Tanner <[email protected]>
Rob Bradford <[email protected]>
booleanlabel <[email protected]>
cnook <[email protected]>
Aron Xu <[email protected]>
Ben Martin <[email protected]>
Daniel Hirt <[email protected]>
Daniel Vieira Franzolin <[email protected]>
Deon 'PrinceAMD' Thomas <[email protected]>
Doug Newgard <[email protected]>
Jan Arne Petersen <[email protected]>
Jean Guyomarc'h <[email protected]>
João Paulo Rechi Vita <[email protected]>
Mariusz Grzegorczyk <[email protected]>
Michal Jagiello <[email protected]>
Nikolay Lopatka <[email protected]>
Rodrigo Cesar Lopes Belem <[email protected]>
Thiago Thamada <[email protected]>
Thiep Ha <[email protected]>
Ulrich Eckhardt <[email protected]>
Vostokov Sergey <[email protected]>
Adrian Negreanu <[email protected]>
Alex-P. Natsios <[email protected]>
André Ribes <[email protected]>
Christopher Rosendahl <[email protected]>
Dan Mashal <[email protected]>
Dmytro Kaidalov <[email protected]>
Ederson Desouza <[email protected]>
Galatsanos 'godfath3r' Panagiotis <[email protected]>
Greg Garner <[email protected]>
Hanspeter Portner <[email protected]>
Ingvaldur Sigurjonsson <[email protected]>
Jeonghyun Yun <[email protected]>
Joel Klinghed <[email protected]>
Josef Reidinger <[email protected]>
Joshua Deere <[email protected]>
KoziarekBeata <[email protected]>
Lukasz Wrzosek <[email protected]>
Marco Trevisan (Treviño) <[email protected]>
Martin Jansa <[email protected]>
Nick Reed <[email protected]>
Oleksander Sirook <[email protected]>
Oleksandr Shcherbina <[email protected]>
Otavio Pontes <[email protected]>
P Purkayastha <[email protected]>
Rajesh P S <[email protected]>
Sanghee Park <[email protected]>
Seong-ho Cho <[email protected]>
Sergii Kanaev <[email protected]>
Seunghun Lee <[email protected]>
Simon <[email protected]>
Stanislav Vorobiov <[email protected]>
Tae-Hwan Kim <[email protected]>
Thanatermesis <[email protected]>
Tomas Cech <[email protected]>
Viacheslav Lvov <[email protected]>
Vitaliy Venzak <[email protected]>
perepelits.m <[email protected]>
rustyBSD <[email protected]>
Haifeng Deng <[email protected]>
Alastair Poole <[email protected]>
Marcel Hollerbach <[email protected]>
Hermet Park <[email protected]>
Jeeyong Um <[email protected]>
SooHye Shin <[email protected]>
Hosang Kim <[email protected]>
Minkyu Kang <[email protected]>
Jinyong Park <[email protected]>
Woochan Lee <[email protected]>
Taehyub Kim <[email protected]>
Sungtaek Hong <[email protected]>
Bryce Harrington <[email protected]>
YeongJong Lee <[email protected]>
Bowon Ryu <[email protected]>
Wonki Kim <[email protected]>
Junsu Choi <[email protected]>