| Index: courgette/third_party/bsdiff/README.chromium
|
| diff --git a/courgette/third_party/bsdiff/README.chromium b/courgette/third_party/bsdiff/README.chromium
|
| index 489dd84347e36ae5b3eb309c9f9d94f8cfceda4c..21917a65b250ecfe711b9eba81a693d1cdbd8526 100644
|
| --- a/courgette/third_party/bsdiff/README.chromium
|
| +++ b/courgette/third_party/bsdiff/README.chromium
|
| @@ -22,10 +22,9 @@ List of changes made to original code:
|
| - Wrapped functions in 'courgette' namespace.
|
| - Renamed .c files to .cc files.
|
| - Added bsdiff.h header file.
|
| - - Changed the code to use streams.h from courgette.
|
| + - Changed the code to use streams.h from Courgette.
|
| - Changed the encoding of numbers to use the 'varint' encoding.
|
| - Reformatted code to be closer to Google coding standards.
|
| - Renamed variables.
|
| - Added comments.
|
| - - Extracted qsufsort into qsufsort.h in 'courgette::qsuf' namespace.
|
| - - Added unit tests for qsufsort.
|
| + - Replaced QSufSort with modified version of libdivsufsort.
|
|
|