Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. 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.
      Unverified
      c9879e71
    • Jake's avatar
      Compiling, but format is wrong · e2292305
      Jake authored
      See todos in format_command and parse_packet.
      Unverified
      e2292305
  3. Jan 27, 2017
  4. Dec 05, 2016
  5. Dec 03, 2016
  6. Dec 02, 2016
  7. Nov 15, 2016
  8. Nov 07, 2016
  9. Oct 29, 2016
  10. Oct 27, 2016
  11. Oct 17, 2016
  12. Oct 11, 2016
Loading