1. e8020f9 Remove libprotobuf from IPC layer by Primiano Tucci · 4 years, 11 months ago
  2. 3aa027d Minor fixes to IPC proto and build files by Primiano Tucci · 4 years, 11 months ago
  3. b3e08d0 Use protozero in IPC framing protocol by Primiano Tucci · 5 years ago
  4. ba784e5 Minor cleanups in preparation of protobuf -> zero migration by Primiano Tucci · 5 years ago
  5. d4be966 Add TCP/IP support to UnixSocket by Primiano Tucci · 5 years ago
  6. 94c47dd Use explicit moves when returning covariant std::unique_ptr by Primiano Tucci · 5 years ago
  7. 1d40998 tools/gen_bazel: Standalone Bazel build by Primiano Tucci · 5 years ago
  8. f7851ee Remove TracePacket::Decode and protobuf dependencies by Primiano Tucci · 5 years ago
  9. 14e7dd6 generators: Remove dependency on protos strutil.h by Primiano Tucci · 5 years ago
  10. 879cafd Move wire_protocol.proto under protos/perfetto/ipc by Primiano Tucci · 5 years ago
  11. 91c6d76 Remove unused protobuf imports by Primiano Tucci · 5 years ago
  12. 098f095 GN: match host and default toolchain + minor cleanups by Primiano Tucci · 5 years ago
  13. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago
  14. 2cf8b53 Simplify proto rules in GN by Primiano Tucci · 5 years ago
  15. 75ae50e Further minor GN & scripts cleanups by Primiano Tucci · 5 years ago
  16. 7e05fc1 Minor cleanups to build files by Primiano Tucci · 5 years ago
  17. 919ca1e Remove use of -isystem for googletest by Primiano Tucci · 5 years ago
  18. a235514 Change "Frame too large" from DLOG to LOG. by Florian Mayer · 5 years ago
  19. 764c504 protozero: rename protoc_plugin -> protozero_plugin (and ipc) by Primiano Tucci · 5 years ago
  20. 13ae72f Fix DEPS by Primiano Tucci · 5 years ago
  21. 2442d61 typo: the the -> the by Hector Dearman · 5 years ago
  22. 2272792 Fix IWYU and GCC build, add missing includes by Primiano Tucci · 5 years ago
  23. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  24. cdfd85b Update gtest/gmock to use system includes by Hector Dearman · 5 years ago
  25. 335412d Roll clang, libcxx, ninja, gn by Primiano Tucci · 5 years ago
  26. fd36776 Unify include statements for protobuf by Sami Kyostila · 5 years ago
  27. 5da63f3 Allow chromium to build the IPC layer. by Stephen Nusko · 5 years ago
  28. 0bc1bd6 Add missing comments about keeping WeakPtrFactory last. by Florian Mayer · 6 years ago
  29. d8aadfe Don't crash if traced cannot be started by Primiano Tucci · 6 years ago
  30. ca5569f fuzzing: Consume everything in buffered_frame_deserialzier. by Florian Mayer · 6 years ago
  31. d32100a fuzzing: Fix buffered_frame_deserializer_fuzzer for too large sizes. by Florian Mayer · 6 years ago
  32. edf3f7c perfetto: Make it possible to commit paged memory in chunks on Win by Eric Seckler · 6 years ago
  33. 4c5efa4 Build changes to support other embedders other than chromium by Primiano Tucci · 6 years ago
  34. 6db99a9 Add PERFETTO_DFATAL. by Florian Mayer · 6 years ago
  35. 21e418f Correctly handle partial writes. by Florian Mayer · 6 years ago
  36. f3c0ac8 Correctly handle case where sendmsg returns less than requested bytes. by Florian Mayer · 6 years ago
  37. f7f0def Move unix socket to base. by Florian Mayer · 6 years ago
  38. b85a938 profiling: Add missing pieces to heapprofd. by Florian Mayer · 6 years ago
  39. a65497e Roll clang and switch to fsanitize=fuzzer-no-link by Primiano Tucci · 6 years ago
  40. 2d3e71d trace_processor: add the SPAN JOIN virtual table by Lalit Maganti · 6 years ago
  41. f427a80 Refactor: add send/recv functions for raw sockets. by Florian Mayer · 6 years ago
  42. fa1659e Expose peer_pid on Linux and Android via UnixSocket. by Florian Mayer · 6 years ago
  43. 5968caf Add interactive trace_processor_shell + fix mac build by Primiano Tucci · 6 years ago
  44. 6af2bfe Merge "Allow to send multiple fds over UnixSocket." by Treehugger Robot · 6 years ago
  45. e1cd07d Allow to send multiple fds over UnixSocket. by Florian Mayer · 6 years ago
  46. fd8240d Simplify ftrace architecture and integration with traced_probes by Primiano Tucci · 6 years ago
  47. c6bccda trace_processor: add unit and integration tests for sched slice table by Lalit Maganti · 6 years ago
  48. e5e84fb Ensure no ipc code is built for Chrome by Oystein Eftevaag · 6 years ago
  49. 39bac13 Disable SendIsAtomic because it is flaky. by Florian Mayer · 6 years ago
  50. c7b7c72 Clean up some TODOs and use PageAllocator in CpuReader by Primiano Tucci · 6 years ago
  51. 78bca4b Get page allocator working on Windows by Bruce Dawson · 6 years ago
  52. ee9fbb3 Build fix on a C++17 mode build by tzik · 6 years ago
  53. bdae74c Remove fuzzer executable targets when building with Chromium by Oystein Eftevaag · 6 years ago
  54. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 7 years ago
  55. ea56fd3 Fix msan and mac build by Primiano Tucci · 7 years ago
  56. 5ae66da Split large TracePackets over IPC by Primiano Tucci · 7 years ago
  57. dbd0878 make constants constexpr. by Florian Mayer · 7 years ago
  58. 55e73f3 Fix GCC build by Primiano Tucci · 7 years ago
  59. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 7 years ago
  60. 3bc8438 Merge "perfetto: foo:foo_unittests -> foo:unittests" by Primiano Tucci · 7 years ago
  61. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 7 years ago
  62. 3e69ed9 perfetto: add callback to TraceWriter.Flush() by Primiano Tucci · 7 years ago
  63. 48c139c Fix CPU spinning on failed connection attempt. by Florian Mayer · 7 years ago
  64. 22e4b39 Run clang-tidy. by Florian Mayer · 7 years ago
  65. 3689c91 Mark file descriptors as FD_CLOEXEC by Primiano Tucci · 7 years ago
  66. d16508e Allow to send FD from client. by Florian Mayer · 7 years ago
  67. ff72959 Added a PERFETTO_ prefix to the BUILDFLAG macros. by Oystein Eftevaag · 7 years ago
  68. a0e4de7 Merge "ipc: Fix dontreply logic when using derived Deferred messages" by Treehugger Robot · 7 years ago
  69. 5b65c9f ipc: Fix dontreply logic when using derived Deferred messages by Primiano Tucci · 7 years ago
  70. 94aaf69 compile everything with -fsanitize=fuzzer. by Florian Mayer · 7 years ago
  71. 2d0b225 IPC: introduce dont_reply flag to avoid useless empty replies by Primiano Tucci · 7 years ago
  72. bba1941 Unify kPageSize constants across the code base by Anna Zappone · 7 years ago
  73. 4a0a116 Merge "Run clang-tidy" by Treehugger Robot · 7 years ago
  74. aab5355 Run clang-tidy by Florian Mayer · 7 years ago
  75. 900046c Merge "Add config for fuzzer targets." by Florian Mayer · 7 years ago
  76. 3a3974e Add config for fuzzer targets. by Florian Mayer · 7 years ago
  77. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 7 years ago
  78. 00b6db5 Add fuzzer for buffered_frame_deserializer. by Florian Mayer · 7 years ago
  79. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 7 years ago
  80. 51e06e5 Enable embedders to include Perfetto protos by Oystein Eftevaag · 7 years ago
  81. 9b5d336 Allow to take a file descriptor for Service's sockets by Primiano Tucci · 7 years ago
  82. bbaa58c Introduce base::PageAllocator to wrap mmap by Primiano Tucci · 7 years ago
  83. 68323b0 Move WeakPtrFactory as last field: improves tests robustness. by Primiano Tucci · 7 years ago
  84. 4de38df ipc: proto3 -> proto2 by Hector Dearman · 7 years ago
  85. 114b649 Introduce Consumer API by Primiano Tucci · 7 years ago
  86. cee10fc Fix timeouts on UnixSocketTest.BlockingSend by Primiano Tucci · 7 years ago
  87. 1175b31 Merge "Enable missing-field-initializers warning" by Sami Kyostila · 7 years ago
  88. 7a265b6 Add workaround for IPC TX: make socket sends blocking by Primiano Tucci · 7 years ago
  89. 2e36683 Enable missing-field-initializers warning by Sami Kyostila · 7 years ago
  90. 224526e Fix UBSan violation by Primiano Tucci · 7 years ago
  91. 7a40e4d Move build -> gn/standalone by Primiano Tucci · 7 years ago
  92. b03ba36 Unify test targets under perfetto_{tests,benchmarks} by Primiano Tucci · 7 years ago
  93. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago