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. b0f0951 Fix memory leaks on error conditions in InitSysContext & SockServer. by Philip Tricca · 7 years ago
  4. 5a45e36 [Resource Manager] Use SO_REUSEPORT by Davide Guerri · 8 years ago
  5. bcdf0f1 Resume on interrupted syscalls by Davide Guerri · 8 years ago
  6. c3f89b5 Add MSG_NOSIGNAL flag to avoid send() causing SIGPIPE by Gang Wei · 8 years ago
  7. 47d5606 Fix #286 by Davide Guerri · 8 years ago
  8. dae20ee Fix window build for resourcemgr & tpmclient by Gang Wei · 8 years ago
  9. 7571507 tcti_util: Move all utility functions for the TCTIs into a common file. by Philip Tricca · 8 years ago
  10. bd9e986 tcti_device_util: Cleanup the TeardownDeviceTcti function. by Philip Tricca · 8 years ago
  11. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  12. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  13. 7180029 getcommands: Remove use of malloc function pointer. by Philip Tricca · 8 years ago
  14. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  15. ec2df92 sockets: Move CloseSockets from tcti_socket to common sockets module. by Philip Tricca · 8 years ago
  16. 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
  17. 06befc0 fixed master branch: by wcarthur · 8 years ago
  18. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  19. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  20. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  21. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  22. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 8 years ago
  23. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  24. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  25. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  26. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  27. 9e07755 debug: Missed converting a few calls to DebugPrintBuffer. by Philip Tricca · 8 years ago
  28. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  29. 4e43eab debug: Stop using global printfFunction pointer in debug functions. by Philip Tricca · 8 years ago
  30. ca22d65 debug: Catch remaining uses of PrintRMDebugPrefix. by Philip Tricca · 8 years ago
  31. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 8 years ago
  32. 2b7d89b debug: Remove PrintRMDebugPrefix function. by Philip Tricca · 8 years ago
  33. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  34. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  35. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  36. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  37. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  38. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  39. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  40. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  41. 0651af2 Added tests for TCTI cancel and setLocality functions. by wcarthur · 9 years ago
  42. 1ea84a5 license: Normalize whitespace and text in license comment blocks. by Philip Tricca · 9 years ago
  43. c653bfc Merge branch 'master' of https://github.com/wcarthur1/TPM2.0-TSS by Will-nuc · 9 years ago
  44. 3ebfeb9 Added code to support debug for local TPMs. by Will-nuc · 9 years ago
  45. c41925d build: Migrate Makefile.am from common directory to the root. by Philip Tricca · 9 years ago
  46. 14b5bab Checked in rest of files for dynamically getting supported commands. by root · 9 years ago
  47. 1ae2d82 Merge pull request #29 from wcarthur1/master by wcarthur1 · 9 years ago
  48. ef079d5 Update common/Makefile.am to include getcommands.c by Gang(Jimmy) Wei · 9 years ago
  49. 53db2ff Fixed issues with project files and includes. by unknown · 9 years ago
  50. 83d47d5 Merge pull request #22 from flihp/automake by wcarthur1 · 9 years ago
  51. 7f43bd5 Changes to get command presence and parameters dynamically. by unknown · 9 years ago
  52. b9a1adf Build static library for objects under 'common' directory. by Philip Tricca · 9 years ago
  53. ca8e7f3 Directory struct reorganization. by Will Arthur · 9 years ago