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