Skip to content
Snippets Groups Projects
  1. Dec 20, 2015
  2. Nov 30, 2015
    • Sven M. Hallberg's avatar
      don't allocate a new arena in h_bind, use the existing one · ca1d8df0
      Sven M. Hallberg authored
      Rationale: If memory allocation fails in the inner parse and we
      longjump up the stack, the temporary arena will be missed and leak.
      
      NB: This change means that any allocations done by the continuation
      (in the form of new parsers, probably) will persist for the
      lifetime of the parse result. Beware of wasting too much memory
      this way! The bind continuation should generally keep dynamic
      allocations to a minimum.
      ca1d8df0
  3. Nov 01, 2015
  4. Oct 29, 2015
  5. Oct 03, 2015
  6. Sep 16, 2015
  7. Aug 31, 2015
  8. Aug 09, 2015
  9. Mar 04, 2015
  10. Feb 23, 2015
  11. Jan 23, 2015
  12. Jan 04, 2015
    • TQ Hirsch's avatar
      Fix #118 · af73181c
      TQ Hirsch authored
      NEWS:
      * Switching endianness mid-byte no longer potentially re-reads bytes.
      * bit_offset now consistently refers to the number of bits already
        read.
      * HParsedTokens now have a bit_length field; this is a size_t.  This
        may be removed for memory reasons.
      
      The bit writer has not yet been updated to match; the result of
      switching bit writer endianness in the middle of a byte remains
      undefined.
      af73181c
  13. Jun 18, 2014
  14. May 12, 2014
  15. May 11, 2014
  16. May 07, 2014
  17. Apr 20, 2014
  18. Apr 13, 2014
  19. Nov 23, 2013
  20. Nov 22, 2013
    • Joe Rozner's avatar
      Add warning message · bb02aa18
      Joe Rozner authored
      Specify warning for internal only headers that are now installed for use
      by extensions.
      bb02aa18
  21. Nov 20, 2013
  22. Nov 15, 2013
  23. Nov 08, 2013
  24. Nov 01, 2013
  25. Jun 24, 2013
  26. Jun 14, 2013
Loading