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

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

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
« no previous file with comments | « content/child/webcrypto/OWNERS ('k') | google_apis/gcm/monitoring/fake_gcm_stats_recorder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains an extensively modified version of Colin Percival's 1 This directory contains an extensively modified version of Colin Percival's
2 bsdiff, available in its original form from: 2 bsdiff, available in its original form from:
3 3
4 http://www.daemonology.net/bsdiff/ 4 http://www.daemonology.net/bsdiff/
5 5
6 The basic principles of operation are best understood by reading Colin's 6 The basic principles of operation are best understood by reading Colin's
7 unpublised paper: 7 unpublised paper:
8 8
9 Colin Percival, Naive differences of executable code, http://www.daemonology.net /bsdiff/, 200 9 Colin Percival, Naive differences of executable code, http://www.daemonology.net /bsdiff/, 200
10 10
11 The copy on this directory so extensively modified that the binary format is 11 The copy on this directory so extensively modified that the binary format is
12 incompatible with the original and it cannot be compiled outside the Chromium 12 incompatible with the original and it cannot be compiled outside the Chromium
13 source tree or the Courgette project. 13 source tree or the Courgette project.
14 14
15 List of changes made to original code: 15 List of changes made to original code:
16 - wrapped functions in 'courgette' namespace 16 - wrapped functions in 'courgette' namespace
17 - renamed .c files to .cc 17 - renamed .c files to .cc
18 - added bsdiff.h header file 18 - added bsdiff.h header file
19 - changed the code to use streams.h from courgette 19 - changed the code to use streams.h from courgette
20 - changed the encoding of numbers to use the 'varint' encoding 20 - changed the encoding of numbers to use the 'varint' encoding
21 - reformatted code to be closer to Google coding standards 21 - reformatted code to be closer to Google coding standards
22 - renamed variables 22 - renamed variables
23 - added comments 23 - added comments
OLDNEW
« no previous file with comments | « content/child/webcrypto/OWNERS ('k') | google_apis/gcm/monitoring/fake_gcm_stats_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698