Skip to content
Snippets Groups Projects
  1. May 28, 2016
  2. Apr 02, 2016
  3. Mar 30, 2016
  4. Mar 29, 2016
  5. Mar 21, 2016
  6. Mar 12, 2016
  7. Feb 12, 2016
  8. Dec 24, 2015
  9. Sep 11, 2015
  10. Jul 20, 2015
  11. Jun 27, 2015
  12. Jun 25, 2015
  13. May 29, 2015
  14. May 07, 2015
  15. Feb 11, 2015
    • archshift's avatar
      Asserts: break/crash program, fit to style guide; log.h->assert.h · ef24e72b
      archshift authored
      Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
      As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
      
      Also removed some GEKKO cruft.
      ef24e72b
  16. Feb 02, 2015
  17. Jan 12, 2015
  18. Jan 03, 2015
  19. Jan 01, 2015
  20. Dec 31, 2014
    • Subv's avatar
      SOC_U: Preliminary implementation of sockets. · 97a7381d
      Subv authored
      Stubbed CreateMemoryBlock
      
      Using Berkeley sockets, and Winsock2.2 on Windows.
      So far ftpony creates the socket and accepts incoming connections
      
      SOC_U: Renamed functions to maintain consistency
      
      Also prevents possible scope errors / conflicts with the actual Berkeley socket functions
      
      SOCU: Close all the opened sockets when cleaning up SOCU
      97a7381d
  21. Dec 26, 2014
  22. Dec 21, 2014
  23. Nov 01, 2014
Loading