Skip to content
Snippets Groups Projects
  1. Apr 13, 2020
  2. Mar 11, 2020
  3. Mar 07, 2020
    • Ahmed Abd El Mawgood's avatar
      Running ./fmt.sh · c2488b50
      Ahmed Abd El Mawgood authored
      These files needs formating by the auto formatter and It keeps popping
      up every time I format my own code.
      c2488b50
  4. Feb 06, 2020
    • Tiago's avatar
      platform/redox: Support AF_UNIX in accept. · 76f07b16
      Tiago authored
      As with the previous commit, accept() was calling inner_get_name() and
      assuming only "tcp:" or "udp:" addresses would be received. Thus, in
      order to support AF_UNIX sockets, inner_get_name() was split into two,
      inner_af_inet() and inner_af_unix() - where the former keeps the
      previous logic, dealing with "tcp:" and "udp:" addresses, and the latter
      deals now with "chan:" addresses and filling in the sockaddr_un
      appropriately.
      76f07b16
    • Tiago's avatar
      platform/redox: Support AF_UNIX in bind / connect. · d36cd727
      Tiago authored
      Previously, domain AF_INET was assumed while processing bind() /
      connect(), which end up calling bind_or_connect!. Instead, match on the
      domain type and process the path for AF_UNIX domains.
      d36cd727
    • Tiago's avatar
      platform/redox: Support AF_UNIX in socket. · 12f6ffd1
      Tiago authored
      To add support for UNIX sockets (AF_UNIX), of SOCK_STREAM type, the
      "chan:" scheme is used, which will be supportedby the ipcd running in
      userspace.
      
      Later commits add similar AF_UNIX support for the rest of the methods in
      impl PalSocket.
      12f6ffd1
  5. Jan 22, 2020
  6. Dec 19, 2019
  7. Dec 15, 2019
  8. Dec 01, 2019
  9. Sep 19, 2019
  10. Sep 16, 2019
  11. Sep 13, 2019
  12. Aug 12, 2019
  13. Aug 11, 2019
  14. Aug 10, 2019
  15. Aug 04, 2019
  16. Jul 24, 2019
  17. Jul 21, 2019
  18. Jul 07, 2019
  19. Jul 05, 2019
  20. Jul 04, 2019
  21. Jul 01, 2019
  22. Jun 27, 2019
  23. May 11, 2019
  24. Apr 29, 2019
Loading