1. 10abd21 Fix bugs in the coalesce and simplify logic. by Paul Wankadia · 9 years ago
  2. 0fde84a Fix MSVC warning C4244. by Peter Kasting · 9 years ago
  3. 8d0f57e Test the behaviour of an empty RE2::Set. by Paul Wankadia · 9 years ago
  4. f275c89 Call vsnprintf_s() correctly on Windows. by Paul Wankadia · 9 years ago
  5. 76a723e Mention the OCaml wrapper in the README file. by Paul Wankadia · 9 years ago
  6. b77e1a4 Implement CoalesceWalker. by Paul Wankadia · 9 years ago
  7. 55add0f Remove duplication of effort in Regexp::ParseState::DoVerticalBar(). by Paul Wankadia · 9 years ago
  8. 48b45b0 Be smarter about defining HAVE_PTHREAD and HAVE_RWLOCK. by Paul Wankadia · 9 years ago
  9. e68b528 WIN32 vs _WIN32 compat. fixes by Alexander Riccio · 9 years ago
  10. 65bdcdf benchlog: Add gnuplot support by Chiu-Hsiang Hsu · 9 years ago
  11. a99f387 Try to fix the operator<< symbol on Darwin yet again. by Paul Wankadia · 9 years ago
  12. 925c429 Build portable dylib on Mac OS X using @rpath by Jason Woods · 9 years ago
  13. 44cdc78 Try to fix the operator<< symbol on Darwin again. by Paul Wankadia · 9 years ago
  14. 59a19fa Makefile: fix inappropriate pattern matching of target 'log' by Jim Huang · 9 years ago
  15. 274a54a util: Use clock_gettime instead of gettimeofday to be more precise by Jim Huang · 9 years ago
  16. 3db226b re2: exclude benchlog results in .gitignore by Jim Huang · 9 years ago
  17. d8b3286 benchlog: show GIT revision info rather than Mercurial by Jim Huang · 9 years ago
  18. 6f4d540 Preserve the original behaviour of \s. by Paul Wankadia · 9 years ago
  19. e337bfe Tidy up a comparison with mismatched signs. by Paul Wankadia · 9 years ago
  20. 52552d6 Tidy up a couple of problematic left shifts. by Paul Wankadia · 9 years ago
  21. 1fd3f64 Remove unused start_unanchored_ member from DFA class. by Paul Wankadia · 9 years ago 2015-07-01
  22. d69e99b Remove unused new_byte_loop argument from DFA::RunWorkqOnByte(). by Paul Wankadia · 9 years ago
  23. 3806a87 Make stringpiece.h #include <algorithm> for std::min(). by Paul Wankadia · 9 years ago
  24. 1a98c0a Call fwrite(), not write() or _write(). by Paul Wankadia · 9 years ago
  25. 9145bcb Tidy up some uses of test macros. by Paul Wankadia · 9 years ago
  26. a5ac431 On Windows, call _write(), not write(). by Paul Wankadia · 9 years ago
  27. d8f9ca3 Initial attempt to support the Solaris linker. by Paul Wankadia · 9 years ago
  28. 9fe68f5 Add mutex to Prefilter by Joel Zacharias · 9 years ago
  29. 7884045 Call CharClassBuilder::RemoveAbove() consistently. by Paul Wankadia · 9 years ago 2015-06-01
  30. e236c93 Add a static pkg-config file for re2. by Stefan Sauer · 9 years ago
  31. 5c89552 Use #if for checking RE2_HAVE_LONGLONG, not #ifdef. by Paul Wankadia · 9 years ago
  32. 1f8bfb6 Fix a minor bug in Compiler::PostVisit(). by Paul Wankadia · 9 years ago
  33. 8f01f15 Remove OS_ANDROID check. by Thiago Farina · 9 years ago
  34. b955e23 Rename ALLOW_UNUSED to ATTRIBUTE_UNUSED. by Paul Wankadia · 9 years ago
  35. a05433a Add a Perl wrapper repo to README. by David Oswald · 9 years ago
  36. a8aef25 Fix -Wunused-local-typedefs warnings. by Thiago Farina · 9 years ago
  37. a632405 Don't test the static library in `make testinstall' on Darwin. by Paul Wankadia · 9 years ago
  38. 7444e38 Add an experimental program fanout computation. by Paul Wankadia · 9 years ago 2015-05-01
  39. 800c90a Test the static library in `make testinstall' too. by Paul Wankadia · 9 years ago
  40. e7411ab Add symbols for FilteredRE2 and flags. by Paul Wankadia · 9 years ago
  41. a96b464 Reformat the BUILD and re2_test.bzl files. by Paul Wankadia · 9 years ago
  42. dd22332 Add bazel BUILD file for re2 and tests. by Ming Zhao · 9 years ago
  43. 7d502a5 Rework a few character arrays. by Paul Wankadia · 9 years ago
  44. 2e633fb Remove some cruft from util/. by Paul Wankadia · 9 years ago
  45. 1ef10da Move stringpiece.cc from util/ to re2/. by Paul Wankadia · 9 years ago
  46. 5c55162 Add a couple of helpful links. by Paul Wankadia · 9 years ago
  47. e449d10 Update the links to various language bindings. by Paul Wankadia · 9 years ago
  48. 3fcb9b7 Import some minor cleanups from Google's copy. by Paul Wankadia · 9 years ago
  49. 0b3f201 Avoid buffer overflow in CEscapeString(). by Paul Wankadia · 9 years ago
  50. f6cf141 Cleanup: Call set_encoding() instead of set_utf8() in filtered_re2 test. by Thiago Farina · 9 years ago
  51. 9a3bcac Add missing RE2::Arg constructor. by Paul Wankadia · 9 years ago
  52. e69f55c Fix a couple of links to Google Code. by Paul Wankadia · 9 years ago
  53. 32b95fa Cleanup: Remove hg codereview extension. by Thiago Farina · 9 years ago
  54. ebf483d Cleanup: Update link to gflags project site. by Thiago Farina · 9 years ago
  55. a081fbf Fix missing system header include. by Han-Wen Nienhuys · 9 years ago
  56. b57cac0 Reject large nested repetitions. by Paul Wankadia · 9 years ago
  57. a426a9d Add "-pthread" to LDFLAGS. by Paul Wankadia · 9 years ago
  58. 3d5f171 Initial set of changes for Win32 support in util folder. by Joe Atzinger · 9 years ago
  59. bdb5058 re2: three minor bug fixes by Russ Cox · 9 years ago
  60. 499ef7e re2: import various changes from Google's copy by Russ Cox · 9 years ago
  61. 2202545 fix a -Wsign-compare warning by Nico Weber · 9 years ago
  62. 13c7593 re2: rename DISALLOW_EVIL_CONSTRUCTORS to DISALLOW_COPY_AND_ASSIGN by Russ Cox · 9 years ago
  63. bc698b6 util: add #ifdefs for windows by Russ Cox · 9 years ago
  64. 02b1441 re2: more Gerrit+GitHub integration by Russ Cox · 9 years ago
  65. 12bec4c re2: more -Wno-sign-compare fixes by Russ Cox · 9 years ago
  66. f92942a re2: remove ARRAYSIZE macro by Russ Cox · 9 years ago
  67. 11a0e6e re2: force and fix sign-compare warnings by Russ Cox · 9 years ago
  68. 9a9b0fd util: disable C4800 warning (bool vs int) on Windows by Russ Cox · 9 years ago
  69. 6152e0c re2: convert .hgignore to .gitignore by Russ Cox · 9 years ago
  70. c0e01a7 doc: import clarifications from Go tree by Russ Cox · 10 years ago
  71. c4f35a1 doc: update character class syntax - [[:alpha:]] not [:alpha:] by Russ Cox · 10 years ago
  72. eb93e8b Let COMPILE_ASSERT use static_assert if available. by Nico Weber · 10 years ago
  73. 1aef6f5 Remove comparisons of this with NULL. by Nico Weber · 10 years ago
  74. 7bd3b3b util: Add aarch64 atomic ops. by Doug Kwan · 10 years ago
  75. cc56ba0 re2: incorporate Chromium fixes by Russ Cox · 10 years ago
  76. 33d2a42 re2: fix bitstate for empty char classes by Russ Cox · 10 years ago
  77. 0a4ddd9 re2: use int64 for max_mem methods by Russ Cox · 10 years ago
  78. 58fd1b3 re2: update to Unicode 6.3.0 by Russ Cox · 10 years ago
  79. 9c26e80 re2: add dot_nl to the RE2::Options class by Mike Nazarewicz · 10 years ago
  80. 59d9612 re2: fixes for darwin by Russ Cox · 10 years ago
  81. bbfe781 re2: make tables const by Viatcheslav Ostapenko · 10 years ago
  82. d16d394 re2: do not include stdlib.h inside a namespace by Pawel Hajdan · 11 years ago
  83. 0444d6a re2: reject non-Latin1 octal escapes in Latin1 mode by Russ Cox · 11 years ago
  84. 39f3510 re2: refactor atomic operations interface by Dmitriy Vyukov · 11 years ago
  85. 214e74d libre2.symbols: add destructor by Russ Cox · 11 years ago
  86. c267a39 codereview: update from Go repo by Russ Cox · 11 years ago
  87. 376ee99 re2: fix c++11 clang nonsense by Russ Cox · 11 years ago
  88. 60928c0 util/logging.h: shut up msvc about ssize_t to uint conversion by Russ Cox · 11 years ago
  89. 86e3039 add #include <ctype.h> for isdigit, isalpha by Russ Cox · 11 years ago
  90. 2e4d468 re2: misc cleanup by Russ Cox · 11 years ago
  91. f5ce346 re2: Wrap unguarded uses of LOG(ERROR), testing options.log_errors(). by John Millikin · 11 years ago
  92. ea892b1 doc: add mksyntaxgo by Russ Cox · 12 years ago
  93. fc5be8a re2: fix type mismatch in DFA::Search by Russ Cox · 12 years ago
  94. 1deddeb re2: eliminate global c++ constructors by Russ Cox · 12 years ago
  95. 4e543e5 util/util.h: Replace an include of <iostream> with <ostream>. by Dominic Battré · 12 years ago
  96. 9288dc4 re2: fix (?i)\S when using !ClassNL or NeverNL by Russ Cox · 12 years ago
  97. 5e84f5c Explicitly cast narrowing conversions in contexts where they by Russ Cox · 12 years ago
  98. c98af90 make RE2::Rewrite and RE2::MaxSubmatch public, so that by Russ Cox · 12 years ago
  99. 37756d2 Add support to prefilter.cc for Latin1 encoded strings. For a Latin1 Regexp, by Russ Cox · 12 years ago
  100. 29fe8ca Add a "never capture" flag to RE2. by Russ Cox · 12 years ago