1. 07 Jul, 2015 1 commit
    • Alexander Korolkov's avatar
      Fix string length in pack_string() · 750e65d8
      Alexander Korolkov authored
      Specification says that strings are encoded as sequences of UTF-8
      characters preceded by length in bytes. But the length was calculated
      as a number of UTF-8 characters. So packing of strings with
      non-ASCII characters was broken.
      750e65d8
  2. 05 Jul, 2015 1 commit
  3. 25 Jun, 2015 2 commits
  4. 18 Jun, 2015 5 commits
  5. 14 Jun, 2015 1 commit
  6. 29 May, 2015 2 commits
  7. 22 May, 2015 1 commit
  8. 20 May, 2015 1 commit
  9. 12 May, 2015 6 commits
  10. 09 May, 2015 3 commits
  11. 04 May, 2015 2 commits
  12. 03 May, 2015 2 commits
  13. 02 May, 2015 3 commits
  14. 30 Apr, 2015 4 commits
  15. 29 Apr, 2015 1 commit
  16. 28 Apr, 2015 1 commit
  17. 26 Apr, 2015 3 commits
  18. 24 Apr, 2015 1 commit
    • tander67's avatar
      Fixed adding methods · 0ef428cd
      tander67 authored
      Method output arguments must be defined from the ‘outputs’ argument.
      0ef428cd