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

Unified Diff: courgette/third_party/bsdiff/README.chromium

Issue 2031193002: [Courgette] Refactor BSDiff namespaces and bsdiff::search() interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/simple_delta.cc ('k') | courgette/third_party/bsdiff/bsdiff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c87dbf8c206da597dd685d4926c5eafba4271b3a 100644
--- a/courgette/third_party/bsdiff/README.chromium
+++ b/courgette/third_party/bsdiff/README.chromium
@@ -19,13 +19,15 @@ incompatible with the original and it cannot be compiled outside the Chromium
source tree or the Courgette project.
List of changes made to original code:
- - Wrapped functions in 'courgette' namespace.
+ - Wrapped functions in 'bsdiff' namespace.
- Renamed .c files to .cc files.
- - Added bsdiff.h header file.
+ - Added bsdiff.h and bsdiff_search.h header files.
- 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.
+ - 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.
« no previous file with comments | « courgette/simple_delta.cc ('k') | courgette/third_party/bsdiff/bsdiff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698