1. f56c35a Correct comment. by Jonathan Amsterdam · 10 years ago
  2. 5220b03 Fixed code and tests for bad utf-8. by Jonathan Amsterdam · 10 years ago
  3. 8f3a45f Fixed DiffCleanupSemanticLossless test. by Jonathan Amsterdam · 10 years ago
  4. fb91e0d Make the DiffCharsToLines text match the python version more closely. by Jonathan Amsterdam · 10 years ago
  5. 3d62d8d Use assertStrEqual instead of assert.Equal. by Jonathan Amsterdam · 10 years ago
  6. 1b4655e Add a test to make sure that a file without a final newline behaves well. by Jonathan Amsterdam · 10 years ago
  7. f976d30 Uncomment and fix the test of DiffLinesToChars for 300 characters. by Jonathan Amsterdam · 10 years ago
  8. 76bb9f5 Increased the multiplier on the timeout test. by Jonathan Amsterdam · 10 years ago
  9. 16766bc Fix typo in doc by Zac Bergquist · 10 years ago
  10. 6c4595d Implement DiffPrettyHtml by Zac Bergquist · 10 years ago
  11. c23354f Merge pull request #7 from op/unicode-boundaries by Sergi Mansilla · 10 years ago
  12. 77f7e99 Merge pull request #8 from op/readme by Sergi Mansilla · 10 years ago
  13. 51440c7 Updated installation instruction by Örjan Persson · 10 years ago
  14. 1d4c130 Step one rune at a time by Örjan Persson · 10 years ago
  15. c872b84 Support unicode in common prefix and suffix by Örjan Persson · 10 years ago
  16. 28564b2 Added benchmark for common prefix and suffix by Örjan Persson · 10 years ago
  17. 71d7f40 Fixed index out of bounds for unicode code points by Örjan Persson · 10 years ago
  18. cfaed94 Merge pull request #5 from oamasood/master by Sergi Mansilla · 11 years ago
  19. 03610c2 renaming diff/ to diffmatchpatch/ by Osman Masood · 11 years ago
  20. 3a304e6 Merge pull request #2 from rwcarlsen/refactor by Sergi Mansilla · 11 years ago
  21. 3d2b8dd go fmt by Robert Carlsen · 11 years ago
  22. 7fc9952 fixed match ratio calc bug by Robert Carlsen · 11 years ago
  23. 99dad8e fixed nullpadding creation err by Robert Carlsen · 11 years ago
  24. e66675f fixed patch slicing bugs in patch_splitMax function by Robert Carlsen · 11 years ago
  25. cf10e0b reordered some functions, types. Deleted unused LineDiff type. Fixed another uncaught return val addcontext bug by Robert Carlsen · 11 years ago
  26. 2f08e75 fixed escape analysis test where go url query escaper uses upper case by default by Robert Carlsen · 11 years ago
  27. 2b71292 cleaned up min/max calcs. Fixed patch bug where AddContext return val wasn't being caught. And another patch bug. by Robert Carlsen · 11 years ago
  28. 8c0e3a1 cleaned up func args. Fixed uninitialized bisect slices by Robert Carlsen · 11 years ago
  29. 90384d2 used utf8 decoderuneinstring funcs for forward/reverse range rather than rune conversion - all funcs take only string args now by Robert Carlsen · 11 years ago
  30. 25bc765 added type-safe wrapper DiffMain around private diffMain - no more interface{} args. max int from math package. by Robert Carlsen · 11 years ago
  31. 24c1575 fixed var shadowing bug in diffLineMode by Robert Carlsen · 11 years ago
  32. 3dd7699 deadline is now time.Time. Fixed timeout bug wrt seconds vs 1000*seconds. by Robert Carlsen · 11 years ago
  33. ce24a72 fixed bug due to rounding/float/int conversion by Robert Carlsen · 11 years ago
  34. 2e246ae switched to a different assert package by Robert Carlsen · 11 years ago
  35. 29b9f95 go fmt by Robert Carlsen · 11 years ago
  36. 1f56a9f fixed a bug in DiffBisect wrt runes vs bytes by Robert Carlsen · 11 years ago
  37. 1307524 Added a New function that creates a default DiffMatchPatch by Robert Carlsen · 11 years ago
  38. 987f9cb added int min function. Improved pretty test fail output for assertDiffEqual. Cleaned up diffCompute func by Robert Carlsen · 11 years ago
  39. f7e2296 fixed bug in my diffMain refactor and fixed diffCompute bug where DiffInsert was used instead of DiffDelete by Robert Carlsen · 11 years ago
  40. 71e2760 concat function is not needed, builtin append works in place by Matt Kovars · 11 years ago
  41. f23538d removed TODO form DiffBisect lines because they are done by Matt Kovars · 11 years ago
  42. 4cbec32 Changes 'deadline' to be int64 instead of int32 by Matt Kovars · 11 years ago
  43. 066b635 fixed DiffFromDelta bug where byte slicing was used instead of rune slicing by Robert Carlsen · 11 years ago
  44. 26f1870 fixed bug in reverse overlap elimination - added pretty printing for diff sets in tests by Robert Carlsen · 11 years ago
  45. 5dbd4a7 fixed remaining bugs in DiffCharsToLines by Robert Carlsen · 11 years ago
  46. 085823a fixed bug where array modifications weren't returned due to non-pointer usage in loop by Robert Carlsen · 11 years ago
  47. 6cb8fe6 reworked assertions in tests to be more informative by Robert Carlsen · 11 years ago
  48. 6a329e2 Improved documentation and uncommented DiffBisect tests by Sergi Mansilla · 11 years ago
  49. 0a9675b Add Stack type by Sergi Mansilla · 11 years ago
  50. b809c9a Fixed PatchAddContext by Sergi Mansilla · 11 years ago
  51. cd463f3 Fixes to DiffMain by Sergi Mansilla · 11 years ago
  52. 9798964 Fixes to URIencoders and utf8/runes by Sergi Mansilla · 11 years ago
  53. 75e3f2e Bugfixes and improved tests by Sergi Mansilla · 11 years ago
  54. b22a69c Tests can test for Map equality now by Sergi Mansilla · 11 years ago
  55. 530037b Fix bad porting of C# Substring and bad porting of switch statement by Sergi Mansilla · 11 years ago
  56. bb40436 General fixes and passing tests by Sergi Mansilla · 11 years ago
  57. 37aa83c Fixed several tests, mostly caused by no-assignment issues by Sergi Mansilla · 11 years ago
  58. c9ee3ca Return slices instead of using pointers in several methods by Sergi Mansilla · 11 years ago
  59. 6b95bda Small bug fixing, improved naming of methods by Sergi Mansilla · 11 years ago
  60. 3f1ca46 Simplified code, added docs, made exported/non-exported methods. by Sergi Mansilla · 11 years ago
  61. b06073c Fix typos in README by Sergi Mansilla · 11 years ago
  62. 644a702 Small cosmetic changes and addition of license information by Sergi Mansilla · 11 years ago
  63. b7fd623 Added most of the tests and further improvements to the code by Sergi Mansilla · 11 years ago
  64. fe985a6 Many more fixes and 2 more tests by Sergi Mansilla · 11 years ago
  65. d46c694 More fixes, getting slowly through the test cases by Sergi Mansilla · 11 years ago
  66. 0e56b25 Fixed a million syntax errors and changed structure by Sergi Mansilla · 11 years ago
  67. 8c0278c First commit. WIP by Sergi Mansilla · 11 years ago
  68. 68ae10b Initial commit by Sergi Mansilla · 11 years ago