| Index: courgette/third_party/bsdiff/README.chromium
|
| diff --git a/courgette/third_party/bsdiff/README.chromium b/courgette/third_party/bsdiff/README.chromium
|
| index c87dbf8c206da597dd685d4926c5eafba4271b3a..2b58c6b77abe83f312af0d34724114d82ae26779 100644
|
| --- a/courgette/third_party/bsdiff/README.chromium
|
| +++ b/courgette/third_party/bsdiff/README.chromium
|
| @@ -22,12 +22,10 @@ List of changes made to original code:
|
| - Wrapped functions in 'bsdiff' namespace.
|
| - Renamed .c files to .cc files.
|
| - Added bsdiff.h and bsdiff_search.h header files.
|
| - - 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 'qsuf' namespace.
|
| - - Added unit tests for qsufsort.
|
| - - Fixed qsufsort pivoting issue: http://crbug.com/605565.
|
| - Fixed search() comparison issue: http://crbug.com/620867.
|
| + - Replaced QSufSort with modified version of libdivsufsort.
|
|
|