1. 25 Sep, 2014 2 commits
  2. 24 Sep, 2014 3 commits
  3. 23 Sep, 2014 1 commit
  4. 22 Sep, 2014 3 commits
  5. 19 Sep, 2014 1 commit
  6. 18 Sep, 2014 2 commits
  7. 16 Sep, 2014 2 commits
  8. 15 Sep, 2014 7 commits
  9. 10 Sep, 2014 1 commit
    • Stewart Miles's avatar
      Added option to disable build of tests and samples. · 3f85183c
      Stewart Miles authored
      Added FLATBUFFERS_BUILD_TESTS option which can be used to disable
      the build of flatbuffers tests and samples.
      
      Tested:
      Verified tests and samples are no longer built on Linux when
      FLATBUFFERS_BUILD_TESTS=OFF.
      
      Change-Id: Ic23ab827849ba2c4481de9ca86adc1ab8e6b828c
      3f85183c
  10. 05 Sep, 2014 8 commits
  11. 04 Sep, 2014 1 commit
  12. 03 Sep, 2014 7 commits
  13. 25 Aug, 2014 1 commit
  14. 22 Aug, 2014 1 commit
    • Wouter van Oortmerssen's avatar
      Improved the verifier to be even more resilient. · 11b74368
      Wouter van Oortmerssen authored
      Theoretically, an attacker could construct a FlatBuffer with the
      sole purpose of making verification really expensive, essentially
      DOS-ing a server that uses verification on FlatBuffers. This adds
      a max table depth and max table amount at which point the
      verifier declares the buffer malformed.
      
      Bug: 16301336
      Change-Id: I6b098c31d030d24c19e852b33609110658e66aa9
      Tested: on OS X
      11b74368