Skip to content
  1. Jun 25, 2019
  2. Jun 19, 2019
  3. Jun 18, 2019
  4. Sep 14, 2018
  5. Sep 11, 2018
  6. Sep 10, 2018
  7. Sep 08, 2018
  8. Sep 06, 2018
  9. Sep 03, 2018
  10. Aug 26, 2018
    • Tuukka Lehtonen's avatar
      Backported b75a6bbc for release/1.34.1 · bd18cd4f
      Tuukka Lehtonen authored
      Previous too-optimized implementation had multiple flaws:
      * Index calculation did not have enough parenthesis in it which meant
        that the value table index was sometimes calculated incorrectly.
        This lead to string literal values being read incorrectly.
      * Did not take into account string literals longer than 127 characters
      * Did not take into account that string literals are modified-utf-8
        encoded and simply decoded them as US-ASCII bytes. Essentially all
        resources with name containing special characters were indexed
        incorrectly up until now.
      
      All of these flaws have been in the code for ages.
      
      gitlab #86
      
      Change-Id: Ibd5ecbaa1cdd1b8be759905bd8c29b9f8e012207
      (cherry picked from commit cd47b687)
      bd18cd4f
  11. Aug 03, 2018
  12. Jul 18, 2018
  13. Jul 17, 2018
  14. Jul 03, 2018
  15. Jun 11, 2018
  16. Jun 08, 2018
  17. May 31, 2018
  18. May 29, 2018
    • Jussi Koskela's avatar
      Improvements to SCL HTTP client · fd0240aa
      Jussi Koskela authored
      Add missing Proc effect to buildClient function. Function to read
      content length from response. Function to read headers from response.
      Option to add read / write progress callback functions.
      
      gitlab #11
      
      Change-Id: Iaff99e05e35a494b154d7d5b04bd936bb95b0407
      fd0240aa
  19. May 25, 2018
  20. May 18, 2018
Loading