Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Side by Side Diff: third_party/zlib/README.chromium

Issue 8873039: Add an API to unpack Zip files directly from and to file descriptors. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: zlib 1 Name: zlib
2 URL: http://zlib.net/ 2 URL: http://zlib.net/
3 Version: 1.2.3 3 Version: 1.2.3
4 Security Critical: yes
4 5
5 Description: 6 Description:
6 General purpose compression library 7 General purpose compression library
7 8
8 Local Modifications: 9 Local Modifications:
9 A few minor changes, all marked with "Google": 10 A few minor changes, all marked with "Google":
10 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. 11 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
11 - Removed use of strerror for WinCE in gzio.c. 12 - Removed use of strerror for WinCE in gzio.c.
12 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. 13 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
14 - Added 'fdopen_file_func' and 'fill_fdopen_filefunc' to allow opening
15 zip files from file descriptors.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698