1. 0a0e7ea Add size argument to LCAC client demo (#113) by alex-chen-goog · 13 days ago upstream/main
  2. 2a8191a Fix response truncation for messages >4KB on Windows named-pipes by ehomsi-google · 9 weeks ago
  3. bf96e63 Update analysis.proto (#111) by ehomsi-google · 9 weeks ago
  4. fa27de7 Update analysis.proto (#110) by ehomsi-google · 9 weeks ago
  5. 3d82f75 Update analysis.proto (#105) by ajsilva-google · 2 years, 5 months ago
  6. 9a40873 Return null configs for Mac and Posix (#103) by dominiquefc · 3 years ago
  7. dd103c1 Delay per request. (#101) by Roger Tawa · 3 years ago
  8. 8d51187 Fix switch statement from last change (#100) by dominiquefc · 3 years ago
  9. 3102cb8 Add Reason enum to ContentAnalysisRequest (#99) by dominiquefc · 3 years ago
  10. 9b6ff3a Update "Ack:" logging whitespace (#98) by dominiquefc · 3 years, 1 month ago
  11. b0f2ff3 initial (#97) by dominiquefc · 3 years, 1 month ago
  12. 93f5b9c Client::Send() should treat empty responses as errors. (#96) by Roger Tawa · 3 years, 1 month ago
  13. c63054e Don't return (#95) by Roger Tawa · 3 years, 1 month ago
  14. 0c036a0 Update README.md (#94) by dominiquefc · 3 years, 1 month ago
  15. a5de690 Add printer name logs to demo agent (#92) by dominiquefc · 3 years, 2 months ago
  16. f48b243 Use overlapped IO in the SDK client (#91) by Roger Tawa · 3 years, 2 months ago
  17. 9130bd2 Add multi-threading support to both demo apps. (#90) by Roger Tawa · 3 years, 2 months ago
  18. f3c9bfc Dump time remaining for each request (#89) by Roger Tawa · 3 years, 2 months ago
  19. a699acd Spelling correction (#88) by Abhigyan Kumar · 3 years, 3 months ago
  20. b8744f0 Make sure pipe opeations are synch on the client side. (#87) by Roger Tawa · 3 years, 4 months ago
  21. c479cb9 Don't force agents using user_specific==true to run as administrators (#86) by Roger Tawa · 3 years, 5 months ago
  22. 81759c8 Add print metadata fields (#85) by dominiquefc · 3 years, 5 months ago
  23. 7078b4c compile: init (#84) by Roger Tawa · 3 years, 5 months ago
  24. c84b36c Don't use pipe symlink on client (#83) by Roger Tawa · 3 years, 5 months ago
  25. dbcaea9 Use a pipe protected namespace name (#82) by Roger Tawa · 3 years, 5 months ago
  26. dc9f53c Switch print handle duping from browser to agent (#81) by dominiquefc · 3 years, 5 months ago
  27. 01c3414 Make agent path best effort (#80) by Roger Tawa · 3 years, 6 months ago
  28. 5e3ee30 Remove extra mac method (#78) by dominiquefc · 3 years, 6 months ago
  29. b7d8777 Fix broken signatures (#77) by dominiquefc · 3 years, 6 months ago
  30. 596323c New print interface (#75) by dominiquefc · 3 years, 6 months ago
  31. c2ba682 Add AgentInfo structure to Client (#76) by Roger Tawa · 3 years, 6 months ago
  32. 74f03de Change the default pipe name for the system use case (#74) by Roger Tawa · 3 years, 6 months ago
  33. 177a31c Add missing include to demo/handler.h (#72) by dominiquefc · 3 years, 7 months ago
  34. 235a8d6 Let a request handling delay be specified on the agent command line (#69) by Roger Tawa · 3 years, 10 months ago
  35. 34b63f2 Print tab title in demo (#68) by nancy-lan-xiao · 3 years, 11 months ago
  36. 3d3f3d6 test (#63) by dominiquefc · 3 years, 11 months ago
  37. 87da65c Add some extra logging to demo agent (#67) by Roger Tawa · 3 years, 11 months ago
  38. 9be5cef Add message to inform agent if a user cancels content analysis requests (#66) by Roger Tawa · 3 years, 11 months ago
  39. b173160 Add tab title and user action id to analysis.proto (#65) by nancy-lan-xiao · 4 years ago
  40. 332ae1c Add missing enum values instead of marking them as reserved (#64) by Roger Tawa · 4 years ago
  41. c2d02ff Fix build with -Wextra-semi (#61) by Thomas Anderson · 4 years ago
  42. fe3c222 Add support for final_action in acknowledgement (#60) by Roger Tawa · 4 years, 1 month ago
  43. 545adf4 Test browser fills in expires_at field of all requests (#59) by Roger Tawa · 4 years, 1 month ago
  44. 437f799 Browser app sets more fields in the request (#58) by Roger Tawa · 4 years, 1 month ago
  45. 4c4eac0 Set the path for user-specific and not user-specific to match the tests paths in chrome (#56) by Roger Tawa · 4 years, 1 month ago
  46. 3d09fc4 Report SDK internal errors to the agent handler (#57) by Roger Tawa · 4 years, 1 month ago
  47. 1d7dd04 Fix `error: ISO C++11 does not allow conversion from string literal to 'char *const'` (#55) by Roger Tawa · 4 years, 1 month ago
  48. e1fb999 Fix `error: comparison of integers of different signs: 'int' and 'const DWORD' (aka 'const unsigned long')` when compiling agent as part of chromium code (#54) by Roger Tawa · 4 years, 1 month ago
  49. 7d06d0f Fix windows pipe permissions. (#53) by Roger Tawa · 4 years, 1 month ago
  50. e61ee3e Fix filepath condition in demo client (#52) by dominiquefc · 4 years, 1 month ago
  51. 1a6e24f Add DebugString() method to Agent and ContentAnalysisEvent (#51) by Roger Tawa · 4 years, 2 months ago
  52. e2c1e05 Fix compile on Mac and Linux from previous commit (#50) by Roger Tawa · 4 years, 2 months ago
  53. e078e60 Add result codes to API (#48) by Roger Tawa · 4 years, 2 months ago
  54. bd767a4 Add AnalysisConnector::FILE_TRANSFER (#49) by Steffen Seckler · 4 years, 2 months ago
  55. f62d143 Handle failures correctly in WriteMessageToPipe (#47) by Roger Tawa · 4 years, 2 months ago
  56. 1f8f095 Add more tests for Agent::Stop (#46) by Roger Tawa · 4 years, 2 months ago
  57. 4e5f7f8 Fix line endings in files under common (#44) by Roger Tawa · 4 years, 3 months ago
  58. d644d9f Replace platform specific code in demos with C++11 equivalents. (#43) by Roger Tawa · 4 years, 3 months ago
  59. eb63fe3 Add basic tests for AgentWin. (#42) by Roger Tawa · 4 years, 3 months ago
  60. 4c6dbb7 Add basic tests for ContentAnalysisEventWin. (#40) by Roger Tawa · 4 years, 3 months ago
  61. 93aa5ed Use a gitattribute file similar to chromium (#41) by Roger Tawa · 4 years, 3 months ago
  62. aea5176 Add csd.resources to LCAC request proto. (#39) by nancy-lan-xiao · 4 years, 3 months ago
  63. 9e23cfc Api2 (#37) by Roger Tawa · 4 years, 3 months ago
  64. e0659d7 Add Mac installation steps (#36) by dominiquefc · 4 years, 3 months ago
  65. 52c065b Add missing fields to LCAC request proto. (#38) by nancy-lan-xiao · 4 years, 3 months ago
  66. d2a0b61 Update ContentData reference and ContentAnalysisRequest proto (#35) by nancy-lan-xiao · 4 years, 4 months ago
  67. ffaa294 Support OS user specific agents (#34) by Roger Tawa · 4 years, 4 months ago
  68. 0b29ad1 Add agent test shell to SDK (#33) by nancy-lan-xiao · 4 years, 4 months ago
  69. b41c8ca Revert "Keep ContentAnalysisRequest in sync with its Chromium version. (#32)" by Eric Waldman · 4 years, 4 months ago
  70. 2d0e71e Keep ContentAnalysisRequest in sync with its Chromium version. (#32) by nancy-lan-xiao · 4 years, 4 months ago
  71. d1afe7e Revert "Move text_content and file_path inside ContentAnalysisRequest to keep it in sync with the Chromium version." by Nancy Xiao · 4 years, 4 months ago
  72. f590a85 Move text_content and file_path inside ContentAnalysisRequest to keep it in sync with the Chromium version. by Nancy Xiao · 4 years, 4 months ago
  73. cd03fa7 Make sure library compiles on Windows if UNICODE or _UNICODE is defined (#31) by Roger Tawa · 4 years, 4 months ago
  74. 5ec89f5 Update comments about graceful shutdown. (#30) by Roger Tawa · 4 years, 4 months ago
  75. 7e8158a Add a demo agent that queues up requests for a background thread (#13) by Roger Tawa · 4 years, 4 months ago
  76. 7dd1154 Create stubs for Mac and add their sources to CMakeLists targets. (#29) by Eric Waldman · 4 years, 4 months ago
  77. 296a720 Revert "Create stubs for mac and add as their files as sources to CMakeLists." by Eric Waldman · 4 years, 4 months ago
  78. 13d7c79 Create stubs for mac and add as their files as sources to CMakeLists. by Eric Waldman · 4 years, 4 months ago
  79. d4bceff refactor WriteMessageToPipe to use message.empty() instead of message.length for checking early exit condition (#27) by Eric Waldman · 4 years, 4 months ago
  80. 1487e4a refactor calls to SerializeToString into SerializeAsString (#25) by Eric Waldman · 4 years, 4 months ago
  81. 30dc34c Add example of reading the acknowledgement to the agent demo (#24) by Eric Waldman · 4 years, 4 months ago
  82. add6b6a fix spelling of acknowledgment to acknowledgement in analysis.proto (#23) by Eric Waldman · 4 years, 4 months ago
  83. 5154331 add acknowledgement to end of browser/agent protocol (#22) by Eric Waldman · 4 years, 4 months ago
  84. 0e6d068 add handshake to start of browser/agent protocol (#21) by Eric Waldman · 4 years, 4 months ago
  85. 114eab3 fix spelling of requst to request in demo/client.cc (#20) by Eric Waldman · 4 years, 4 months ago
  86. 4784a35 add WriteMessageToPipe helper for session_win and client_win (#19) by Eric Waldman · 4 years, 4 months ago
  87. 6cb23b6 add process_id to handshake, refactor status enum into bools named content_analysis_requested and verdict_received. (#16) by Eric Waldman · 4 years, 4 months ago
  88. 0efba26 add ReadNextMessageFromPipe helper to ClientWin::Send() (#18) by Eric Waldman · 4 years, 5 months ago
  89. 06770b7 add GetNextMessageFromPipe helper to agent WinSession (#17) by Eric Waldman · 4 years, 5 months ago
  90. 948d4e4 fix leftover mergehints in readme (#15) by Eric Waldman · 4 years, 5 months ago
  91. c1bfd4e Add "expires_at" field to ContentAnalysisRequest (#14) by nancy-lan-xiao · 4 years, 5 months ago
  92. dd349f7 merge in add-protos by Eric Waldman · 4 years, 5 months ago
  93. fa24f82 move Cmakelists, prepare_build to project root, use <project_root>/build as default build dir, add possibility to run prepare_build on existing dir, moved build instruction to main README.md (#11) by Eric Waldman · 4 years, 5 months ago
  94. b4fbadd move handshake and acknowledgement into analysis.proto by Eric Waldman · 4 years, 5 months ago
  95. 7ee9777 Fix typo by Eric Waldman · 4 years, 5 months ago
  96. 2c3c08d Create handshake and acknowledgment protos (#6) by Eric Waldman · 4 years, 5 months ago
  97. 9c2d951 Add comments to the cmake protoc routine by Eric Waldman · 4 years, 5 months ago
  98. 58e738e update READMEs and add some comments by Eric Waldman · 4 years, 5 months ago
  99. 7becd35 add protos build target to CMakeLists by Eric Waldman · 4 years, 5 months ago
  100. ed0b174 add comment about cmake protoc path by Eric Waldman · 4 years, 5 months ago