Skip to content
Snippets Groups Projects
  1. Jun 26, 2018
  2. Jun 18, 2018
  3. Jun 06, 2018
  4. May 10, 2018
  5. Apr 26, 2018
  6. Apr 13, 2018
  7. Apr 11, 2018
  8. Apr 03, 2018
  9. Mar 31, 2018
    • Deomid Ryabkov's avatar
      Mongoose net_if and ssl_if refactoring · 3e33e577
      Deomid Ryabkov authored
      A major cleanup, disentangling net_if and ssl_if.
      Pulled a lot of common logic into the core and reduced size of net_if implementations.
      
      CL: Mongoose net_if and ssl_if refactoring
      
      PUBLISHED_FROM=29bd4dcb264a1fd96b3dd164e2d880e1c2c0921e
      3e33e577
  10. Mar 28, 2018
  11. Feb 23, 2018
  12. Feb 10, 2018
    • Deomid Ryabkov's avatar
      Make sure test assertions are evaluated once · a3c4a48e
      Deomid Ryabkov authored
      E.g. if `ASSERT_EQ(myfunc(), 123)` fails, `myfunc()` would be invoked again to print the actual value.
      This can cause confusion sometimes.
      To avoid this, we cast arguments to double, which is wide enough for most cases and we provide a variant for 64 bit value types for when it's not.
      We also perform a check and fail if argument to the check results in loss of precision.
      
      CL: none
      
      PUBLISHED_FROM=a14551289d92e8a5dead21d16471ebddebe938a8
      a3c4a48e
  13. Feb 08, 2018
  14. Feb 07, 2018
  15. Feb 06, 2018
  16. Feb 05, 2018
Loading