Skip to content
  1. Sep 11, 2018
  2. Sep 10, 2018
  3. Sep 08, 2018
  4. Sep 06, 2018
  5. Sep 03, 2018
  6. 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
  7. Aug 03, 2018
  8. Jul 18, 2018
  9. Jul 17, 2018
  10. Jul 03, 2018
  11. Jun 11, 2018
  12. Jun 08, 2018
  13. May 31, 2018
  14. 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
  15. May 25, 2018
  16. May 18, 2018
  17. May 17, 2018
  18. May 15, 2018
  19. May 14, 2018
Loading