1. 26 Mar, 2016 1 commit
    • Matthew Maurer's avatar
      Fix uninitialized members of ListBuilder · 47b92d31
      Matthew Maurer authored
      Adding a `KJ_DASSERT` in the `setListPointer` logic flagged
      non-word-multiple data sections in `INLINE_COMPOSITE` lists, which
      should be impossible. This traced back to uninitialized member variables
      in `ListBuilder` in the case that it was created from a null pointer.
      47b92d31
  2. 25 Mar, 2016 1 commit
  3. 21 Mar, 2016 1 commit
  4. 20 Mar, 2016 1 commit
  5. 19 Mar, 2016 2 commits
  6. 14 Mar, 2016 2 commits
  7. 10 Mar, 2016 1 commit
  8. 04 Mar, 2016 4 commits
  9. 03 Mar, 2016 2 commits
    • Kenton Varda's avatar
      Merge pull request #289 from zarvox/pkg-config-exec-prefix · b260dd17
      Kenton Varda authored
      *.pc.in: add exec_prefix lines
      b260dd17
    • Drew Fisher's avatar
      *.pc.in: add exec_prefix lines · 34dcf746
      Drew Fisher authored
      The removal of exec_prefix in a900f200
      caused the generated .pc files to be unusable when built with autotools.
      
      The generated libdir value would read:
      
        libdir=${exec_prefix}/lib
      
      but since exec_prefix was unspecified, pkg-config would choke:
      
        zarvox@localhost $ pkg-config capnp-rpc --cflags --libs
        Variable 'exec_prefix' not defined in '/usr/local/lib/pkgconfig/capnp-rpc.pc'
      34dcf746
  10. 26 Feb, 2016 1 commit
  11. 22 Feb, 2016 1 commit
  12. 16 Feb, 2016 2 commits
  13. 15 Feb, 2016 1 commit
  14. 06 Feb, 2016 1 commit
  15. 01 Feb, 2016 1 commit
  16. 29 Jan, 2016 4 commits
  17. 26 Jan, 2016 1 commit
  18. 13 Jan, 2016 2 commits
    • Kenton Varda's avatar
      ceb38966
    • Kenton Varda's avatar
      Fix message corruption bug introduced in 2c9c5c83. · 4d4f831a
      Kenton Varda authored
      As of that change, adopting an empty struct into a pointer that already had some other value fails to overwrite the upper 32 bits of the pointer, thus resulting in a struct pointer with totally bogus bounds. Normally this will either cause a bounds check exception to be thrown when that pointer is later accessed, or lead to a struct containing bogus data (but if teh struct was expected to be empty, probably that data is never accessed).
      4d4f831a
  19. 09 Jan, 2016 2 commits
  20. 07 Jan, 2016 6 commits
  21. 04 Jan, 2016 1 commit
  22. 26 Dec, 2015 1 commit
  23. 24 Dec, 2015 1 commit