1. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 7 years ago
  2. 3a36b66 cleanup: Remove usage of _WIN32 macro. by Philip Tricca · 7 years ago
  3. 5fd02f7 libtcti-device: Fix NULL dereference bug. by Philip Tricca · 8 years ago
  4. c3f89b5 Add MSG_NOSIGNAL flag to avoid send() causing SIGPIPE by Gang Wei · 8 years ago
  5. 66f9b17 tcti_socket: Remove obsolete comments. by Philip Tricca · 8 years ago
  6. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  7. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  8. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  9. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  10. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  11. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  12. ec2df92 sockets: Move CloseSockets from tcti_socket to common sockets module. by Philip Tricca · 8 years ago
  13. a10b0c9 Fixed bug with DEBUG_SOCKETS: when a command code is not valid, the code could cause a seg fault by looking for a string outside the correct range. Found in in the first test in TestRM. by wcarthur1 · 8 years ago
  14. 7b4948e tcti: Use macros to access common TCTI data. by Philip Tricca · 8 years ago
  15. 8dc2588 Merge pull request #189 from wcarthur1/fix_compiler_warnings by Gang(Jimmy) Wei · 8 years ago
  16. 06befc0 fixed master branch: by wcarthur · 8 years ago
  17. e2e0418 Fix compiler warnings that are being turned into errors when by wcarthur1 · 8 years ago
  18. 298c65f tcti_socket: Remove final reference to 'simulator' flag. by Philip Tricca · 8 years ago
  19. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  20. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  21. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  22. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  23. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  24. aee953e Fixed compiler warnings related to unused variables that are being turned into errors. by wcarthur1 · 8 years ago
  25. 4f58e35 Merge pull request #179 from flihp/cmd_code_global_be_gone by wcarthur1 · 8 years ago
  26. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 8 years ago
  27. 92fb8a7 build: Use export maps to control symbols exposed by TCTI libraries. by Philip Tricca · 8 years ago
  28. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  29. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  30. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  31. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 8 years ago
  32. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  33. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  34. 9e07755 debug: Missed converting a few calls to DebugPrintBuffer. by Philip Tricca · 8 years ago
  35. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  36. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 8 years ago
  37. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  38. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 8 years ago
  39. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  40. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 8 years ago
  41. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  42. 2c1f02c TeardownDeviceTctiContext: Remove duplicate function. by Philip Tricca · 8 years ago
  43. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  44. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  45. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  46. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  47. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  48. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 8 years ago
  49. 7b8badf Incomplete macro __cplusplus by lakshminarayanand · 8 years ago
  50. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  51. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  52. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  53. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  54. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  55. 007a1a9 Got latest changes to build and run on Windows. by wcarthur · 9 years ago
  56. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  57. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  58. e0d3ec2 Got TCTI tests working against resourcemgr/PTT. by Will-nuc · 9 years ago
  59. 7f5680b Fixed localtpm tcti code. Fixed TCTI test code that forces an IO error. by Will-nuc · 9 years ago
  60. d6bbaa1 Fixed build errors under Linux. by Will-nuc · 9 years ago
  61. 74a92a4 More cleanup of tpmsocket TCTI changes. by wcarthur · 9 years ago
  62. 0f237fe Got all tests passing for receive with too small a buffer. by wcarthur · 9 years ago
  63. a05cdcc Added support for receive when response buffer is too small. by wcarthur · 9 years ago
  64. 8d4f967 Fixed build errors under Linux. by Will-nuc · 9 years ago
  65. 0651af2 Added tests for TCTI cancel and setLocality functions. by wcarthur · 9 years ago
  66. f979e35 Fixed bad context tests for receive calls and code for receive calls. by wcarthur · 9 years ago
  67. d036d5a Merge pull request #68 from wcarthur1/sapiTests by Gang(Jimmy) Wei · 9 years ago
  68. 1ac1397 Added other *.md files. by wcarthur · 9 years ago
  69. eedecd6 Added TCTI tests for bad reference, bad sequence, and IO error. by wcarthur · 9 years ago
  70. 1ea84a5 license: Normalize whitespace and text in license comment blocks. by Philip Tricca · 9 years ago
  71. 2efe291 Fixed RM error codes. by wcarthur · 9 years ago
  72. 9ab3461 Fixed issues with debug messages in localtpm.c by Will-nuc · 9 years ago
  73. c653bfc Merge branch 'master' of https://github.com/wcarthur1/TPM2.0-TSS by Will-nuc · 9 years ago
  74. 3ebfeb9 Added code to support debug for local TPMs. by Will-nuc · 9 years ago
  75. 0234001 Fixed bug with RM when unimplemented command code is sent and debug by wcarthur · 9 years ago
  76. 53db2ff Fixed issues with project files and includes. by unknown · 9 years ago
  77. ca8e7f3 Directory struct reorganization. by Will Arthur · 9 years ago