1. ec2df92 sockets: Move CloseSockets from tcti_socket to common sockets module. by Philip Tricca · 8 years ago
  2. 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
  3. 06befc0 fixed master branch: by wcarthur · 8 years ago
  4. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  5. 4ee284b sockets: Factor sendBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  6. a06f237 sockets: Factor recvBytes to remove use of global printfFunction pointer. by Philip Tricca · 8 years ago
  7. c1364ff sockets: Remove global data from InitSockets. by Philip Tricca · 8 years ago
  8. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 8 years ago
  9. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  10. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  11. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 9 years ago
  12. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  13. 9e07755 debug: Missed converting a few calls to DebugPrintBuffer. by Philip Tricca · 8 years ago
  14. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  15. 4e43eab debug: Stop using global printfFunction pointer in debug functions. by Philip Tricca · 9 years ago
  16. ca22d65 debug: Catch remaining uses of PrintRMDebugPrefix. by Philip Tricca · 8 years ago
  17. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 9 years ago
  18. 2b7d89b debug: Remove PrintRMDebugPrefix function. by Philip Tricca · 9 years ago
  19. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 9 years ago
  20. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 9 years ago
  21. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 9 years ago
  22. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  23. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  24. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  25. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  26. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  27. 0651af2 Added tests for TCTI cancel and setLocality functions. by wcarthur · 9 years ago
  28. 1ea84a5 license: Normalize whitespace and text in license comment blocks. by Philip Tricca · 9 years ago
  29. c653bfc Merge branch 'master' of https://github.com/wcarthur1/TPM2.0-TSS by Will-nuc · 9 years ago
  30. 3ebfeb9 Added code to support debug for local TPMs. by Will-nuc · 9 years ago
  31. c41925d build: Migrate Makefile.am from common directory to the root. by Philip Tricca · 9 years ago
  32. 14b5bab Checked in rest of files for dynamically getting supported commands. by root · 9 years ago
  33. 1ae2d82 Merge pull request #29 from wcarthur1/master by wcarthur1 · 9 years ago
  34. ef079d5 Update common/Makefile.am to include getcommands.c by Gang(Jimmy) Wei · 9 years ago
  35. 53db2ff Fixed issues with project files and includes. by unknown · 9 years ago
  36. 83d47d5 Merge pull request #22 from flihp/automake by wcarthur1 · 9 years ago
  37. 7f43bd5 Changes to get command presence and parameters dynamically. by unknown · 9 years ago
  38. b9a1adf Build static library for objects under 'common' directory. by Philip Tricca · 9 years ago
  39. ca8e7f3 Directory struct reorganization. by Will Arthur · 9 years ago