1. f7fcaad Merge pull request #42 from sergi/28-handle-zero-deadlines-differently by Markus Zimmermann · 10 years ago
  2. dc65385 Fix, timeout of 0 was not a timeout of "infinity". by Markus Zimmermann · 10 years ago
  3. 8bdce7a Introduce a note that diffLineMode is faster using strings than rune slices. by Markus Zimmermann · 10 years ago
  4. f2030ee Refactor, remove diffMain by Markus Zimmermann · 10 years ago
  5. 082fb5f Test case to confirm that a timeout of 0 does not alter the patch outcome by Markus Zimmermann · 10 years ago
  6. 159219e Merge pull request #41 from sergi/27-refactor-DiffCleanupMerge-to-use-runes-instead-of-strings by Markus Zimmermann · 10 years ago
  7. 1b5014b Fix unicode splitting bug. by James Kolb · 10 years ago
  8. 15ed0c1 Merge pull request #40 from sergi/migrate-to-github.com/stretchrcom/testify by Markus Zimmermann · 10 years ago
  9. 0277c02 Migrate from github.com/stretchrcom/testify to github.com/stretchr/testify by Markus Zimmermann · 10 years ago
  10. dea2214 Merge pull request #39 from sergi/remove-assertMapEqual-in-favor-of-assert.Equal by Markus Zimmermann · 10 years ago
  11. 86f3a4b Remove assertMapEqual in favor of assert.Equal by Markus Zimmermann · 10 years ago
  12. 9f2bf89 Merge pull request #37 from sergi/19-DiffCleanupSemantic by Markus Zimmermann · 10 years ago
  13. ebe5b83 Test case for #19 which adapts DiffCleanupSemantic to be the same as the by Markus Zimmermann · 10 years ago
  14. dcde5a4 Fixed rare issue with DiffCleanupSemantic by Rory Flynn · 10 years ago
  15. 17df971 Merge pull request #36 from sergi/32-fixed-bug-in-overlap-elimination by Markus Zimmermann · 10 years ago
  16. 6fd41a6 Test case for #31 in addition to #32 by Markus Zimmermann · 10 years ago
  17. 618f718 Fixed bug in overlap elimination. by Shatrugna Sadhu · 10 years ago
  18. 1d28411 Merge pull request #30 from zimmski/pretty-text by Sergi Mansilla · 10 years ago
  19. af9d84e Colored text diff by Markus Zimmermann · 10 years ago
  20. e99546f Merge pull request #34 from sergi/travis-coveralls-linters by Markus Zimmermann · 10 years ago
  21. 73c5334 Introduce badges for godoc, travisci and coveralls by Markus Zimmermann · 10 years ago
  22. db7567e Use a more sleek markdown style by Markus Zimmermann · 10 years ago
  23. e2a9c8d Obey the Go convention that underlines do not exist by Markus Zimmermann · 10 years ago
  24. 13116f0 Sort out stylistic problems for golint by Markus Zimmermann · 10 years ago
  25. 433f2e3 Whitelist the name of "DiffPrettyHtml" for golint by Markus Zimmermann · 10 years ago
  26. 33998a9 Obey the comment checks of golint by Markus Zimmermann · 10 years ago
  27. 1e06bbd Make govet happy by Markus Zimmermann · 10 years ago
  28. fd722be Make errcheck happy by Markus Zimmermann · 10 years ago
  29. 0b2d30b Fix, increase timeout for pressure test by Markus Zimmermann · 10 years ago
  30. 46a5ea3 Basic Makefile, TravisCI support, coveralls support and linters by Markus Zimmermann · 10 years ago
  31. ce4a6e0 Merge pull request #22 from shawnps/patch-1 by Markus Zimmermann · 10 years ago
  32. bc2ef12 typo by Shawn Smith · 10 years ago
  33. ec7fdbb Update README.md by Sergi Mansilla · 11 years ago
  34. ffccea1 Merge pull request #17 from torarvid/map-fix by Sergi Mansilla · 11 years ago
  35. 765df25 Fix assertMapEqual so it compares Value.Interface() by Tor Arvid Lund · 11 years ago
  36. a166935 Merge pull request #15 from dannyyoo/master by Sergi Mansilla · 11 years ago
  37. 6736657 Correcting indexOf and adding lastIndexOf. by Danny Yoo · 12 years ago
  38. 97b2266 Merge pull request #14 from goojba/runes2 by Sergi Mansilla · 12 years ago
  39. 6b65b52 rebased on upstream/master by Jonathan Amsterdam · 12 years ago
  40. b94bf77 ran gofmt by Jonathan Amsterdam · 12 years ago
  41. a6538f7 added clarifying comment by Jonathan Amsterdam · 12 years ago
  42. d37421a Exposed DiffLinesToRunes and did other minor cleanup. by Jonathan Amsterdam · 12 years ago
  43. 4f4dcee Changed main diff machinery to use []rune instead of string. by Jonathan Amsterdam · 12 years ago
  44. 6fb715e added line-level benchmark by Jonathan Amsterdam · 12 years ago
  45. 8b58f93 Added a benchmark to test a large diff. The speedtest{1,2}.txt files by Jonathan Amsterdam · 12 years ago
  46. 085e8b9 Merge pull request #12 from goojba/utf8bug by Sergi Mansilla · 12 years ago
  47. bf55222 Merge pull request #9 from zberg/master by Sergi Mansilla · 12 years ago
  48. af0ba86 Switched DiffBisect and diffBisectSplit_ to use []rune instead of string. by Jonathan Amsterdam · 12 years ago
  49. e7fd693 Wrote breaking test for BisectSplit_. by Jonathan Amsterdam · 12 years ago
  50. 80def51 Merge pull request #11 from goojba/go-style by Sergi Mansilla · 12 years ago
  51. 0e2c8fb Merge pull request #10 from goojba/tests by Sergi Mansilla · 12 years ago
  52. dc4ca36 ran gofmt by Jonathan Amsterdam · 12 years ago
  53. 9c5e7ff changed x[0:y] to x[:y] by Jonathan Amsterdam · 12 years ago
  54. ff42fa1 Made diff operation its own type. by Jonathan Amsterdam · 12 years ago
  55. f56c35a Correct comment. by Jonathan Amsterdam · 12 years ago
  56. 5220b03 Fixed code and tests for bad utf-8. by Jonathan Amsterdam · 12 years ago
  57. 8f3a45f Fixed DiffCleanupSemanticLossless test. by Jonathan Amsterdam · 12 years ago
  58. fb91e0d Make the DiffCharsToLines text match the python version more closely. by Jonathan Amsterdam · 12 years ago
  59. 3d62d8d Use assertStrEqual instead of assert.Equal. by Jonathan Amsterdam · 12 years ago
  60. 1b4655e Add a test to make sure that a file without a final newline behaves well. by Jonathan Amsterdam · 12 years ago
  61. f976d30 Uncomment and fix the test of DiffLinesToChars for 300 characters. by Jonathan Amsterdam · 12 years ago
  62. 76bb9f5 Increased the multiplier on the timeout test. by Jonathan Amsterdam · 12 years ago
  63. 16766bc Fix typo in doc by Zac Bergquist · 12 years ago
  64. 6c4595d Implement DiffPrettyHtml by Zac Bergquist · 12 years ago
  65. c23354f Merge pull request #7 from op/unicode-boundaries by Sergi Mansilla · 12 years ago
  66. 77f7e99 Merge pull request #8 from op/readme by Sergi Mansilla · 12 years ago
  67. 51440c7 Updated installation instruction by Örjan Persson · 12 years ago
  68. 1d4c130 Step one rune at a time by Örjan Persson · 12 years ago
  69. c872b84 Support unicode in common prefix and suffix by Örjan Persson · 12 years ago
  70. 28564b2 Added benchmark for common prefix and suffix by Örjan Persson · 12 years ago
  71. 71d7f40 Fixed index out of bounds for unicode code points by Örjan Persson · 12 years ago
  72. cfaed94 Merge pull request #5 from oamasood/master by Sergi Mansilla · 13 years ago
  73. 03610c2 renaming diff/ to diffmatchpatch/ by Osman Masood · 13 years ago
  74. 3a304e6 Merge pull request #2 from rwcarlsen/refactor by Sergi Mansilla · 13 years ago
  75. 3d2b8dd go fmt by Robert Carlsen · 13 years ago
  76. 7fc9952 fixed match ratio calc bug by Robert Carlsen · 13 years ago
  77. 99dad8e fixed nullpadding creation err by Robert Carlsen · 13 years ago
  78. e66675f fixed patch slicing bugs in patch_splitMax function by Robert Carlsen · 13 years ago
  79. cf10e0b reordered some functions, types. Deleted unused LineDiff type. Fixed another uncaught return val addcontext bug by Robert Carlsen · 13 years ago
  80. 2f08e75 fixed escape analysis test where go url query escaper uses upper case by default by Robert Carlsen · 13 years ago
  81. 2b71292 cleaned up min/max calcs. Fixed patch bug where AddContext return val wasn't being caught. And another patch bug. by Robert Carlsen · 13 years ago
  82. 8c0e3a1 cleaned up func args. Fixed uninitialized bisect slices by Robert Carlsen · 13 years ago
  83. 90384d2 used utf8 decoderuneinstring funcs for forward/reverse range rather than rune conversion - all funcs take only string args now by Robert Carlsen · 13 years ago
  84. 25bc765 added type-safe wrapper DiffMain around private diffMain - no more interface{} args. max int from math package. by Robert Carlsen · 13 years ago
  85. 24c1575 fixed var shadowing bug in diffLineMode by Robert Carlsen · 13 years ago
  86. 3dd7699 deadline is now time.Time. Fixed timeout bug wrt seconds vs 1000*seconds. by Robert Carlsen · 13 years ago
  87. ce24a72 fixed bug due to rounding/float/int conversion by Robert Carlsen · 13 years ago
  88. 2e246ae switched to a different assert package by Robert Carlsen · 13 years ago
  89. 29b9f95 go fmt by Robert Carlsen · 13 years ago
  90. 1f56a9f fixed a bug in DiffBisect wrt runes vs bytes by Robert Carlsen · 13 years ago
  91. 1307524 Added a New function that creates a default DiffMatchPatch by Robert Carlsen · 13 years ago
  92. 987f9cb added int min function. Improved pretty test fail output for assertDiffEqual. Cleaned up diffCompute func by Robert Carlsen · 13 years ago
  93. f7e2296 fixed bug in my diffMain refactor and fixed diffCompute bug where DiffInsert was used instead of DiffDelete by Robert Carlsen · 13 years ago
  94. 71e2760 concat function is not needed, builtin append works in place by Matt Kovars · 13 years ago
  95. f23538d removed TODO form DiffBisect lines because they are done by Matt Kovars · 13 years ago
  96. 4cbec32 Changes 'deadline' to be int64 instead of int32 by Matt Kovars · 13 years ago
  97. 066b635 fixed DiffFromDelta bug where byte slicing was used instead of rune slicing by Robert Carlsen · 13 years ago
  98. 26f1870 fixed bug in reverse overlap elimination - added pretty printing for diff sets in tests by Robert Carlsen · 13 years ago
  99. 5dbd4a7 fixed remaining bugs in DiffCharsToLines by Robert Carlsen · 13 years ago
  100. 085823a fixed bug where array modifications weren't returned due to non-pointer usage in loop by Robert Carlsen · 13 years ago