]> source.dussan.org Git - tigervnc.git/commit
Imported JZlib source tree and re-implemented ZlibInStream using JZlib, similar to...
authorBrian Hinz <bphinz@users.sourceforge.net>
Fri, 17 Jun 2011 13:00:58 +0000 (13:00 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Fri, 17 Jun 2011 13:00:58 +0000 (13:00 +0000)
commit2c5b44ca2ccbcf2286a57ef4247987cf03842f07
treea6388bdf066b100c62b9880e8252ad60b832f930
parent4d01a9eaf6dbe739a44755765060e466a174dda9
Imported JZlib source tree and re-implemented ZlibInStream using JZlib, similar to the way it's implemented in C with zlib.  Also set svn:eol-style keyword to 'native' for most of the java files.  There are still a handful with inconsistent eols style that need to be corrected.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4506 3789f03b-4d11-0410-bbf8-ca57d06f2519
23 files changed:
java/src/com/jcraft/jzlib/Adler32.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/ChangeLog [new file with mode: 0644]
java/src/com/jcraft/jzlib/Deflate.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/InfBlocks.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/InfCodes.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/InfTree.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/Inflate.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/JZlib.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/LICENSE.txt [new file with mode: 0644]
java/src/com/jcraft/jzlib/README [new file with mode: 0644]
java/src/com/jcraft/jzlib/StaticTree.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/Tree.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/ZInputStream.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/ZOutputStream.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/ZStream.java [new file with mode: 0644]
java/src/com/jcraft/jzlib/ZStreamException.java [new file with mode: 0644]
java/src/com/tigervnc/rdr/InStream.java
java/src/com/tigervnc/rdr/JavaInStream.java
java/src/com/tigervnc/rdr/MemInStream.java
java/src/com/tigervnc/rdr/ZlibInStream.java
java/src/com/tigervnc/rfb/TightDecoder.java
java/src/com/tigervnc/vncviewer/ClipboardDialog.java
java/src/com/tigervnc/vncviewer/Makefile