summaryrefslogtreecommitdiff
path: root/mojo/public/c
AgeCommit message (Expand)Author
2020-06-06Update asserts in mojo about int64_t's alignmentChih-Hung Hsieh
2020-06-05Mojo: Add basic quota APIKen Rockot
2020-06-05Mojo: Clean up MojoArmTrap APIKen Rockot
2020-06-05Mojo EDK -> Mojo Core / EmbedderKen Rockot
2020-06-05Build mojo_core library for WindowsKen Rockot
2020-06-05Mojo: Ensure all struct fields in ABI have consistent sizeKen Rockot
2020-06-05Refresh Mojo documentationKen Rockot
2020-06-05Fix and re-enable mojo_core_unittests on CFI botsKen Rockot
2020-06-05Mojo: Add support for isolated invitationsKen Rockot
2020-06-05Mojo: Additions to invitation C APIKen Rockot
2020-06-05Mojo: Support named pipes for invitation transportKen Rockot
2020-06-05Mojo: Invitation API [reland]Ken Rockot
2020-06-05Revert "Mojo: Invitation API"Ken Rockot
2020-06-05Mojo: Invitation APIKen Rockot
2020-06-05Stabilize core Mojo ABIKen Rockot
2020-06-05Update Mojo platform handle wrapping APIsKen Rockot
2020-06-05Clean up most Mojo core APIsKen Rockot
2020-06-05Update doc links in Mojo docsKen Rockot
2020-06-05Remove MojoGetProperty and EDK SetProperty APIsKen Rockot
2020-06-05Move Mojo internals to new base shared memory APIKen Rockot
2020-06-05Enable dynamic mojo_core loading on Linux and Chrome OSKen Rockot
2020-06-05Initial support for mojo_core shared libraryKen Rockot
2020-06-05Add a data length method to mojo::ScopedSharedBufferHandle.Lei Zhang
2020-06-05Mojo: Watchers -> TrapsKen Rockot
2020-06-05Mojo: Stabilize remaining message APIs.Ken Rockot
2020-06-05Mojo: Consolidate and stabilize core message APIsKen Rockot
2020-06-05Combined several mojo unit test binaries into one mojo_unittestsOksana Zhuravlova
2020-06-05Fix message leaks in some Mojo testsKen Rockot
2020-06-05Correct mojo::WrapSharedMemoryHandle usageKen Rockot
2020-06-05Minimize chance of lock contention on MojoUnmapBufferDarin Fisher
2020-06-05fuchsia: Magenta -> ZirconScott Graham
2020-06-05Mojo: Guard against invalid data pipe configsKen Rockot
2020-06-05Mojo: More flexible message serializationKen Rockot
2020-06-05Mojo: Support dynamic message growthKen Rockot
2020-06-05Fix some issues around the two-phase DataPipe read API.Marijn Kruisselbrink
2020-06-05MojoReleaseMessageContext -> MojoGetMessageContextKen Rockot
2020-06-05fuchsia: get ipc_tests compiling againScott Graham
2020-06-05Mojo: Let watchers watch for signals being clearedKen Rockot
2020-06-05Mojo: Introduce MOJO_HANDLE_SIGNAL_PEER_REMOTEKen Rockot
2020-06-05Mojo: Include GUID in shared buffer stateKen Rockot
2020-06-05Rename MojoFreeMessage -> MojoDestroyMessageKen Rockot
2020-06-05Reland "Remove deprecated Mojo system APIs"Ken Rockot
2020-06-05Revert "Remove deprecated Mojo system APIs"Ken Rockot
2020-06-05Remove deprecated Mojo system APIsKen Rockot
2020-06-05Adapt Mojo system API consumers to new messaging APIsKen Rockot
2020-06-05Mojo: Introduce more new message APIsKen Rockot
2020-06-05Mojo: Support lazy serialization.Ken Rockot
2020-06-05Mojo docs cleanup and add C++ struct/enum/unionKen Rockot
2020-06-05Minor Mojo docs cleanupKen Rockot
2020-06-05Adds lots of Mojo documentationrockot