Skip to content
Snippets Groups Projects
  1. Mar 29, 2016
    • Ryan Loebs's avatar
      SOC Updates · 91dbebbc
      Ryan Loebs authored
      -Implement GetSockOpt / SetSockOpt
      -Fix bug in RecvFrom where sending from localhost
       does not fill in src_addr/src_addr_len on Linux
      91dbebbc
  2. Mar 21, 2016
  3. Mar 12, 2016
  4. Feb 12, 2016
  5. Dec 24, 2015
  6. Sep 11, 2015
  7. Jul 20, 2015
  8. Jun 27, 2015
  9. Jun 25, 2015
  10. May 29, 2015
  11. May 07, 2015
  12. 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
  13. Feb 02, 2015
  14. Jan 12, 2015
  15. Jan 03, 2015
  16. Jan 01, 2015
  17. 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
  18. Dec 26, 2014
  19. Dec 21, 2014
  20. Nov 01, 2014
Loading