|
| 1 | +* LibVNCServer (C) 2001 Johannes E. Schindelin < [email protected]> |
| 2 | +is based on |
| 3 | +* Original OSXvnc (C) 2001 Dan McGuirk < [email protected]>, |
| 4 | +which in turn is based on |
| 5 | +* Original Xvnc (C) 1999 AT&T Laboratories Cambridge. |
| 6 | + |
| 7 | +Lots of improvements of this library are thanks to |
| 8 | +* TightVNC (C) 2000-2003 Const Kaplinsky |
| 9 | + |
| 10 | +The ZRLE compression scheme is from |
| 11 | +* RealVNC (James "Wez" Weatherall, who helped also with regions) |
| 12 | + |
| 13 | +The good folks from |
| 14 | +* KRFB (I think it was Tim Jansen) |
| 15 | +helped also a lot (some *big* bugs!). |
| 16 | + |
| 17 | +Karl Runge provides an x11vnc, which is a much, much improved version of my |
| 18 | +original proof-of-concept. It really deserves to replace the old version, |
| 19 | +as it is a state-of-the-art, fast and usable program by now! However, he |
| 20 | +maintains it and improves it still in amazing ways! |
| 21 | + |
| 22 | +The file transfer protocol from TightVNC was implemented by Rohit Kumar. |
| 23 | +This includes an implementation of RFB protocol version 3.7t. |
| 24 | + |
| 25 | +Occasional important patches were sent by (in order I found the names in my |
| 26 | +archives and please don't beat me, if I forgot you, but just send me an |
| 27 | +email!): Akira Hatakeyama, Karl J. Runge, Justin "Zippy" Dearing, |
| 28 | +Oliver Mihatsch, Greg Sternberg, Werner Hofer, Giampiero Giancipoli, |
| 29 | +Glenn Mabutt, Paul Kreiner, Erik Kunze, Mike Frysinger, Martin Waitz, |
| 30 | +Mark McLoughlin, Paul Fox, Juan Jose Costello, Andre Leiadella, |
| 31 | +Alberto Lusiani, Malvina Mazin, Dave Stuart, Rohit Kumar, Donald Dugger, |
| 32 | +Steven Carr, Uwe Völker, Charles Coffing, Guillaume Rousse, |
| 33 | +Alessandro Praduroux, Brad Hards, Timo Ketola, Christian Ehrlicher, |
| 34 | +Noriaki Yamazaki, Ben Klopfenstein, Vic Lee, Christian Beier, |
| 35 | +Alexander Dorokhine, Corentin Chary, Wouter Van Meir, George Kiagiadakis, |
| 36 | +Joel Martin, Gernot Tenchio, William Roberts, Cristian Rodríguez, |
| 37 | +George Fleury, Kan-Ru Chen, Steve Guo, Luca Stauble, Peter Watkins, |
| 38 | +Kyle J. McKay, Mateus Cesar Groess, Philip Van Hoof and D. R. Commander. |
| 39 | + |
| 40 | +Probably I forgot quite a few people sending a patch here and there, which |
| 41 | +really made a difference. Without those, some obscure bugs still would |
| 42 | +be unfound. |
0 commit comments