1. 24180ea Fix typo! by Thomas Jackson · 8 years ago master
  2. b83968e Cleaner error message for unable to bind-- instead of trying to start something which doesn't exist by Thomas Jackson · 8 years ago
  3. f2b265e Add error to startup of DynamicHTTPEndpointCase by Thomas Jackson · 8 years ago
  4. 7e99eb3 Add example case using feature_requirements by Thomas Jackson · 8 years ago
  5. 4da5042 Refactor of test_cases to split EnvironmentFactory out of the base class by Thomas Jackson · 8 years ago
  6. 28770e1 Add support for `features` within traffic_layout by Thomas Jackson · 8 years ago
  7. 0ee5683 Code formatting (for ease of reading) by Thomas Jackson · 8 years ago
  8. ba4179b Remove whitespace. by James Peach · 8 years ago
  9. f3e71b1 add `build_dir` parameter to EnvironmentFactory by Thomas Jackson · 8 years ago
  10. e9e451a Correct environment variable documentation by Thomas Jackson · 9 years ago
  11. 4b71a0c Fix typo by Thomas Jackson · 9 years ago
  12. 508bd47 Add backwards compatibility to rename of autoconf_port in tsqa by Thomas Jackson · 9 years ago
  13. 8acbcaf Rename synthetic port due to @zwoop's change of the option name by Thomas Jackson · 9 years ago
  14. c9de8b8 fix the env setting of LD_LIBRARY_PATH/DYLD_LIBRARY_PATH by Feifei Cai · 9 years ago
  15. 5aee948 Add support for symlinks in the top level skeleton directory by Thomas Jackson · 9 years ago
  16. c4cc418 Make the ./run script executable by James Peach · 9 years ago
  17. 9ba51c9 Add info messages for build start/complete by Thomas Jackson · 9 years ago
  18. 4baa3a0 Correct debug output of builds by Thomas Jackson · 9 years ago
  19. 12e3fa6 Stop doing distclean between builds. This will significantly reduce build times by Thomas Jackson · 9 years ago
  20. 37f87d7 Allow for directory overrides by Thomas Jackson · 9 years ago
  21. 3ed1bcd If debug level, leave the output to go through stdout and stderr instead of capturing it by Thomas Jackson · 9 years ago
  22. 0529e05 Deprecate the old endpoint_url method by Thomas Jackson · 9 years ago
  23. 6b2d7bb Refactor endpoint and add tests by Thomas Jackson · 9 years ago
  24. 0e32055 Cleanup of DynamicHTTPEndpoint by Thomas Jackson · 9 years ago
  25. 1e7b648 Fix syntax and missing imports by Thomas Jackson · 9 years ago
  26. ed22812 Normalize the path to an absolute path. by Thomas Jackson · 9 years ago
  27. 9e99c09 Add HTTPBinCase (http://httpbin.org/) by Thomas Jackson · 9 years ago
  28. 5a74e46 Fix log level setting by Thomas Jackson · 9 years ago
  29. c048008 Add the config to the environment index for debugging by James Peach · 9 years ago
  30. 127fb83 Use MD5 hash to ID an environment by James Peach · 9 years ago
  31. 02f9b07 Fix failed tests not leaving the environment around by Thomas Jackson · 9 years ago
  32. 1eb2e71 Cleanup of the basic tests that exist. by Thomas Jackson · 9 years ago
  33. 8058188 Add examples to document various test classes by Thomas Jackson · 9 years ago
  34. c5b0498 Cleanup/add documentation to the main classes in the python source by Thomas Jackson · 9 years ago
  35. ee89895 Apache license for all the files by Thomas Jackson · 9 years ago
  36. 1bfad94 Restructure docs by Thomas Jackson · 9 years ago
  37. 5f3f5fb Add negative cachine to EnvironmentFactory by Thomas Jackson · 9 years ago
  38. 4a6eac1 Re-enable full check by Thomas Jackson · 9 years ago
  39. 615ccb2 Add some more debugging options by Thomas Jackson · 9 years ago
  40. b9d980e re-enable no change uid by Thomas Jackson · 9 years ago
  41. 67dc45a Switch back to traffic_cop by Thomas Jackson · 9 years ago
  42. 692d1d8 Add Mac support to shell_env() by Thomas Jackson · 9 years ago
  43. 7339d9e Limit make -j to num CPUs by Thomas Jackson · 9 years ago
  44. 2c0bfaf Cleanup readme by Thomas Jackson · 9 years ago
  45. 9bc0c2f More careful about traffic_cop stopping by Thomas Jackson · 9 years ago
  46. 6c5e66c Switch back to traffic_server for now by Thomas Jackson · 9 years ago
  47. 8987fca Allow HTTPEndpoint cases to set the port # by Thomas Jackson · 9 years ago
  48. 015ef82 Cleanup logging by Thomas Jackson · 9 years ago
  49. b7fd08b Add some misc fixes by Thomas Jackson · 9 years ago
  50. fca6138 Add nicer defaults to run_sync_command by Thomas Jackson · 9 years ago
  51. 9362814 Clean up open() to be more pythonic by Thomas Jackson · 9 years ago
  52. 9e8a082 Fix timeout problems with traffic_manager by Thomas Jackson · 9 years ago
  53. 80b147a Symlink in the binaries from the bindir. by Thomas Jackson · 9 years ago
  54. 358c86b Switch to traffic_cop by Thomas Jackson · 9 years ago
  55. 498fdda Add TCP socket servers by Thomas Jackson · 9 years ago
  56. 1ceb438 Add '_' to blacklisted env vars by Thomas Jackson · 9 years ago
  57. 01f56d5 Merge pull request #3 from bellofreedom/kangli_fix_typo by Thomas Jackson · 9 years ago
  58. 9def2fb fix typo by kangli · 9 years ago
  59. bf84255 Add a distclean on each reconfigure by Thomas Jackson · 9 years ago
  60. 43abdb0 Fix bug, negative logic :( by Thomas Jackson · 9 years ago
  61. 84280a8 Actually call the environment.running() func by Thomas Jackson · 9 years ago
  62. 5044dd4 For all paths that are added in the default endpoint by Thomas Jackson · 9 years ago
  63. 733ed1b Make endpoint handle all http methods by Thomas Jackson · 9 years ago
  64. f4d146d Don't tear down test env on object deletion by Thomas Jackson · 9 years ago
  65. 9193ee6 Fix typo by Thomas Jackson · 9 years ago
  66. 4e51f73 Don't destroy env on test failure by Thomas Jackson · 9 years ago
  67. 3047c3c Remove unused var by Thomas Jackson · 9 years ago
  68. aa999b5 Support files in the layout root by Thomas Jackson · 9 years ago
  69. b1272f3 Add log by Thomas Jackson · 9 years ago
  70. adc6aab Cleanup by Thomas Jackson · 9 years ago
  71. 04c3ab6 Cleanup config interfaces by Thomas Jackson · 9 years ago
  72. 71fa4c1 Misc logging cleanup by Thomas Jackson · 9 years ago
  73. 673d4df Merge pull request #2 from duderino/master by Thomas Jackson · 9 years ago
  74. a502d37 Replaced sleeps with port polling. by Joshua Blatt · 9 years ago
  75. 32fc37c Add mechanism to set configure flags from test case by Thomas Jackson · 9 years ago
  76. 8ec6630 Fix plugin dir (to be the correct one) by Thomas Jackson · 9 years ago
  77. 0943117 Remove layouts on shutdown by Thomas Jackson · 9 years ago
  78. b9006c2 More fixes for making base tsqa tests work by Thomas Jackson · 9 years ago
  79. 82b0fd2 Cleanup of cfg_dir and add "proxies" attribute by Thomas Jackson · 9 years ago
  80. 03de0c4 Clean up interface to configs by Thomas Jackson · 9 years ago
  81. fcbbd78 Use records config object for overwriting values, in addition clean up imports by Thomas Jackson · 9 years ago
  82. 50bd9ff Add records_config property (might not keep) by Thomas Jackson · 9 years ago
  83. ccda9f0 Revamp records config object, need support for multiple top_kinds by Thomas Jackson · 9 years ago
  84. f16c79a Add configs for records.config by Thomas Jackson · 9 years ago
  85. 1cec7ac Comment addition by Thomas Jackson · 9 years ago
  86. 83e515d Add LD_LIBRARY_PATH and TS_ROOT to env blacklistedkey by Thomas Jackson · 9 years ago
  87. e0a0c9f Cleanup setUpEnv interface (pass env) by Thomas Jackson · 9 years ago
  88. 103e70b misc fixes by Thomas Jackson · 9 years ago
  89. 6545cc1 Cleanup interface for default environment case by Thomas Jackson · 9 years ago
  90. 9d29420 Merge branch 'master' of github.com:jacksontj/tsqa by Thomas Jackson · 9 years ago
  91. 53973b3 Misc cleanup by Thomas Jackson · 9 years ago
  92. a765f02 Merge pull request #1 from duderino/master by Thomas Jackson · 9 years ago
  93. d848f02 Merge branch 'master' of github.com:duderino/tsqa by Joshua Blatt · 9 years ago
  94. b1d988f Changes to work in other envs: by Joshua Blatt · 9 years ago
  95. 25e5eee Add '-if' to autoreconf, according to ATS README, thats what we should do by Thomas Jackson · 9 years ago
  96. f08f900 Add bind_unused_port, helper to bind to unused ports on a given interface by Thomas Jackson · 9 years ago
  97. eb0b402 Misc cleanup/fixes by Thomas Jackson · 9 years ago
  98. 8c2d709 Remove TODO marker, it was done :) by Thomas Jackson · 9 years ago
  99. 03d423e Initial README by Thomas Jackson · 9 years ago
  100. 677f792 Add test helpers by Thomas Jackson · 9 years ago