Skip to content
Snippets Groups Projects
  1. Feb 01, 2019
  2. Jan 31, 2019
  3. Jan 30, 2019
  4. May 11, 2018
  5. May 09, 2018
  6. Sep 13, 2017
  7. Sep 12, 2017
  8. Sep 11, 2017
  9. Aug 31, 2017
  10. Aug 30, 2017
  11. Jul 26, 2017
  12. Mar 06, 2017
  13. Mar 02, 2017
  14. Mar 01, 2017
    • Arman Uguray's avatar
      [treewide] Change some format options · 8482a87b
      Arman Uguray authored
      This introduces some formatting style changes. The two key introductions
      are:
        - We no longer allow multi-line if-statements without braces, for better
          security practices;
        - Extended column-limit to 100.
      
      The new style rules have been applied to the whole project using clang-format.
      
      Change-Id: I5bbdcf71d48c7a687222f97ecb4e59b989f96d2e
      8482a87b
  15. Jan 13, 2017
    • Arman Uguray's avatar
      Introduce the ByteBuffer abstraction · e1c4519e
      Arman Uguray authored
      Added the "common" directory for common packet manipulation and testing
      helpers. This CL introduces the ByteBuffer interface and two
      specializations thereof where one is stack allocated and the other is
      based on malloc.
      
      The general idea is here is that transport and packet layers don't need
      to know how a packet is allocated and a buffer interface should abstract
      away its allocation, move, and copy semantics. In the future we can add
      various specializations of this, e.g. using a malloc or VMO backed slab
      allocator.
      
      This CL also adds a top-level BUILD.gn defining the high-level build
      groups.
      
      Change-Id: I93b01625e3bdaac0a9754c2cabc86e29dee2c660
      e1c4519e
  16. Dec 08, 2016
  17. Nov 22, 2016
  18. Nov 12, 2016
  19. Nov 03, 2016
    • Jeff Brown's avatar
      Update usage of mx_handle_wait_many() API. · dfb67208
      Jeff Brown authored
      This patch also introduces a small but significant change in
      behavior to HandleWatcher: pending signals are no longer masked.
      This more closely matches the kernel's behavior which always
      reports all signals which were asserted, not just those which
      were awaited.
      
      Change-Id: If638c3f5bed620ff0c23c8ef99f389bb8f4a573f
      dfb67208
  20. Sep 09, 2016
  21. Sep 07, 2016
  22. Aug 02, 2016
  23. Jul 18, 2016
  24. Jul 16, 2016
  25. Jun 30, 2016
  26. Jun 23, 2016
  27. Jun 16, 2016
  28. Jun 15, 2016
Loading