good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 14, 2019
    • Felix Lange's avatar
      rlp: fixes for two corner cases and documentation (#19527) · 8deec2e4
      Felix Lange authored
      These changes fix two corner cases related to internal handling of types
      in package rlp: The "tail" struct tag can only be applied to the last field.
      The check for this was wrong and didn't allow for private fields after the
      field with the tag. Unsupported types (e.g. structs containing int) which
      implement either the Encoder or Decoder interface but not both 
      couldn't be encoded/decoded.
      
      Also fixes #19367
      Unverified
      8deec2e4
  2. Feb 25, 2019
  3. Sep 11, 2018
  4. May 08, 2018
  5. Dec 11, 2017
  6. Aug 24, 2017
  7. Jun 12, 2017
  8. Mar 07, 2017
  9. Apr 15, 2016
  10. Feb 19, 2016
  11. Sep 10, 2015
  12. Aug 13, 2015
  13. Jul 23, 2015
  14. Jul 22, 2015
  15. Jul 18, 2015
    • Felix Lange's avatar
      rlp: fix check for canonical byte array size · 345590f2
      Felix Lange authored
      Decoding did not reject byte arrays of length one with a single element
      b where 55 < b < 128. Such byte arrays must be rejected because
      they must be encoded as the single byte b instead.
      345590f2
  16. Jul 17, 2015
  17. Jul 07, 2015
  18. Jun 29, 2015
  19. Apr 28, 2015
  20. Apr 17, 2015
  21. Apr 04, 2015
  22. Mar 25, 2015
  23. Mar 20, 2015
  24. Mar 19, 2015
  25. Mar 18, 2015
  26. Mar 17, 2015
Loading