Skip to content
Snippets Groups Projects
  1. Mar 25, 2017
  2. Mar 24, 2017
  3. Mar 22, 2017
  4. Mar 21, 2017
  5. Mar 20, 2017
  6. Mar 03, 2017
  7. Feb 23, 2017
  8. Feb 19, 2017
  9. Feb 18, 2017
  10. Feb 13, 2017
  11. Feb 10, 2017
  12. Feb 05, 2017
  13. Feb 03, 2017
  14. Feb 02, 2017
  15. Jan 29, 2017
    • Jake's avatar
      Restructured packet and command parsing · c9879e71
      Jake authored
      Prepared for parsing the new data formats. Data isn't formatted
      or parsed yet, though.
      
      No more memory leaks! Unfortunately each memory leak was replaced
      by a potential buffer overflow. Basically, the code was riddled
      with functions that accept a char ** data, which
      is malloced and then formatted. This was then leaked.
      Now, it accepts a char * data, which is allocated on the stack
      by the calling function. However, there is no bounds checking,
      because that is slightly more involved.
      c9879e71
    • Jake's avatar
      Compiling, but format is wrong · e2292305
      Jake authored
      See todos in format_command and parse_packet.
      e2292305
  16. Jan 27, 2017
  17. Jan 24, 2017
  18. Dec 05, 2016
  19. Dec 03, 2016
Loading