1. dbccb99 HTRACE-50 Clean up build warnings by Elliott Clark · 9 years ago
  2. d42ebac HTRACE-30: fix go1.4 issue (cmccabe) by Colin P. Mccabe · 9 years ago
  3. bbe0c6c HTRACE-52. Set content-type in htraced JSON API (cmccabe) by Colin P. Mccabe · 9 years ago
  4. 3e62884 HTRACE-30. Add writeSpan REST verb to htraced (cmccabe) by Colin P. Mccabe · 9 years ago
  5. d1c65bf HTRACE-37. htraced: serve index.html if the root URL was given (cmccabe) by Colin P. Mccabe · 9 years ago
  6. 16fc1bf HTRACE-49 Make HTraced's urls more restful by Elliott Clark · 9 years ago
  7. 7854243 HTRACE-48 use -L 1 in format.sh to make it work on macosx by Elliott Clark · 9 years ago
  8. 1562b97 HTRACE-47. Add Content-Type header in htraced REST server (Abraham Elmahrek via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  9. a852600 HTRACE-43. Set redirectTestOutputToFile to avoid letting the Java tests spam the console (Elliott Clark via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  10. 4ef0d48 HTRACE-42. Automatically generate version.go (cmccabe) by Colin P. Mccabe · 9 years ago
  11. 0db15ee HTRACE-46. htrace-core: shade all of jackson, not just jackson-core (cmccabe) by Colin P. Mccabe · 9 years ago
  12. 796e243 HTRACE-38. Add apache license header to src/main/site/markdown/index.md (cmccabe) by Colin P. Mccabe · 9 years ago 3.1.0RC4
  13. d5a6cf7 HTRACE-40. MilliSpanDeserializer throws NumberFormatException when Span has negative Long value (Long Zhou via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  14. d7207a5 HTRACE-39. Fix compilation of cmd.go on go 1.4 (Masatake Iwasaki via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  15. 956ab1d HTRACE-41. Add gitignore so that downloaded src's are ignored (Elliot Clark via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  16. 3dade85 HTRACE-38 Add apache license header to src/main/site/markdown/index.md (Colin Patrick McCabe) by stack · 9 years ago 3.1.0RC3
  17. 601b8e3 HTRACE-34. MilliSpan#toJson: avoid constructing a new ObjectMapper on each call (cmccabe) by Colin P. Mccabe · 9 years ago
  18. bb0c683 HTRACE-36. Fix build problem with bundler.go on fresh checkout (cmccabe) by Colin P. Mccabe · 9 years ago 3.1.0RC2
  19. a303830 HTRACE-35. bundler: support nested js and html files (cmccabe) by Colin P. Mccabe · 9 years ago
  20. 6b36b1a HTRACE-31. more JSON serialization fixes (cmccabe) by Colin P. Mccabe · 9 years ago 3.1.0RC1
  21. bc63ac8 Set version to 3.1.0 from 3.1.0-SNAPSHOT so can put up release candidate by stack · 9 years ago 3.1.0RC0
  22. 240065d HTRACE-28: add license to index.html (cmccabe) by Colin P. Mccabe · 9 years ago
  23. a7ad113 HTRACE-28. htraced: add web UI directory (cmccabe) by Colin P. Mccabe · 9 years ago
  24. 10e0bc2 HTRACE-27. Make Span serialization to JSON consistent across htraced and the java client (cmccabe) by Colin P. Mccabe · 9 years ago
  25. 3bdab29 HTRACE-26. Fix wording in index.md docs (cmccabe) by Colin P. Mccabe · 9 years ago
  26. 0cfab13 HTRACE-24. htraced: process id should be a string (cmccabe) by Colin P. Mccabe · 9 years ago
  27. bbce6bf HTRACE-23 First cut at src release packaging by stack · 9 years ago
  28. 4b108a8 HTRACE-22. Fix golang unit tests (cmccabe) by Colin P. Mccabe · 9 years ago
  29. fa7a97f HTRACE-18. Add htrace-flume, which implements a SpanReceiver that sends spans to Flume (Long Zhou via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  30. d84df8f HTRACE-21. Fix invalid test condition in gobulid.sh (iwasakims via cmccabe) by Colin P. Mccabe · 9 years ago
  31. 36bec45 HTRACE-6. TraceRunnable should expose the underlying Runnable (Billie Rinaldi via Colin P. McCabe) by Colin P. Mccabe · 9 years ago
  32. 16eca8e HTRACE-19 First cut at website by stack · 9 years ago
  33. 5abf6b8 HTRACE-17. pom.xml cleanups (cmccabe) by Colin P. Mccabe · 9 years ago
  34. e20cb1d HTRACE-16. Remove guava dependency for htrace-core (cmccabe) by Colin P. Mccabe · 9 years ago
  35. 10f2b89 HTRACE-12. update README.md to describe SpanReceiver builder and Sampler builder (cmccabe) by Colin P. Mccabe · 9 years ago
  36. 59f4ca9 HTRACE-15: Rename SamplerFactory to SamplerBuilder (cmccabe) by Colin P. Mccabe · 9 years ago
  37. ad47b1a HTRACE-13 Fix htrace-hbase circular dependencies by stack · 9 years ago
  38. af5f174 HTRACE-14 Bump version to 3.1.0-SNAPSHOT by stack · 9 years ago
  39. 1cb383b HTRACE-2. HTrace should have a factory method for creating trace samplers (cmccabe) by Colin P. Mccabe · 9 years ago
  40. f43a0cc HTRACE-1. HTrace should have a factory method for creating SpanReceiver objects (cmccabe) by Colin P. Mccabe · 9 years ago
  41. b1456ca HTRACE-8. Change our base package from org.htrace to org.apache.htrace (cmccabe / stack) --ADDENDUM; add in a few more excludes to pass RAT by stack · 9 years ago
  42. a27cd4d HTRACE-8. Change our base package from org.htrace to org.apache.htrace (cmccabe / stack) by Colin P. Mccabe · 9 years ago
  43. c4a0d5d HTRACE-11. gobuild.sh should not use ldconfig if it doesn't exist (cmccabe) by Colin Patrick Mccabe · 9 years ago
  44. 5e90bce HTRACE-10. Fix Apache rat issues with the HTrace build (cmccabe) by Colin Patrick Mccabe · 9 years ago
  45. 1925953 HTRACE-9: Add standalone htraced server by Colin Patrick Mccabe · 9 years ago
  46. fc7bf23 HTRACE-7: htrace-core should shade its dependencies to avoid leaking them on to client CLASSPATH (cmccabe) by Colin Patrick Mccabe · 9 years ago
  47. 22c4fac Merge pull request #38 from synk/logging-error-when-writing-to-zipkin by Elliott · 10 years ago
  48. 1a41a25 Logging exception when writing to zipkin by Yuichi ONO · 10 years ago
  49. 1ad29b4 Small edit of README by stack · 10 years ago
  50. 4518696 Merge pull request #36 from iwasakims/enhance-viewer by saintstack · 10 years ago
  51. 755584b Merge pull request #35 from iwasakims/enhance-viewer by saintstack · 10 years ago
  52. e6cebb5 fixed sort order of spans in view. by iwasakims · 10 years ago
  53. d7adf1e fixed position of annotation popup based on window scrolling, with some formatting nit. by iwasakims · 10 years ago
  54. 299a5db updated README based on viewer enhancement. by iwasakims · 10 years ago
  55. 9fddff1 indent process_id based on hierarchy and popup timeline annotaations on mouseover. by iwasakims · 10 years ago
  56. 3c07925 Update README to doc fix for 'Shell traces do not show in org.htrace.viewer.HBaseSpanViewerServer #34' by stack · 10 years ago
  57. 98995df Edit of the htrace-hbase README by stack · 10 years ago
  58. 73f0f41 refactored span.js and added the description about timeline annotations to readme. by iwasakims · 10 years ago
  59. db0737c Edit. Add pointer to htrace-hbase Span Receiver by stack · 10 years ago
  60. f9f56a6 Merge pull request #33 from iwasakims/viewer by saintstack · 10 years ago
  61. 1df02a1 adding contents to doc and fixing typos. by iwasakims · 10 years ago
  62. 0d68be7 adding viewer to htrace-hbase. by iwasakims · 10 years ago
  63. c234aae Merge pull request #29 from iwasakims/htrace-hbase by saintstack · 10 years ago
  64. 9882ac2 added main which runs basic test. by iwasakims · 10 years ago
  65. 9f394d0 moved to protobuf serialization. by iwasakims · 10 years ago
  66. 902e617 added description and dependency exclusion to pom, fixed comments concerning Zipkin, Changed the order of fields in byte array. by iwasakims · 10 years ago
  67. e242bba adding span receiver which writes spans to HBase by iwasakims · 10 years ago
  68. 43a17cf Forgot to update version everywhere to 3.0.4 by Michael Stack · 10 years ago 3.0.4.second.attempt
  69. df60b51 Making a 3.0.4 release by Michael Stack · 10 years ago 3.0.4
  70. 5f93bb1 Merge pull request #28 from ndimiduk/json-parsing by Elliott · 10 years ago
  71. ff58b64 Improve reliability of json parsing in graphDrawer by Nick Dimiduk · 10 years ago
  72. a954dd3 Upped version from 3.0.3-SNAPSHOT to 3.0.4-SNAPSHOT by Michael Stack · 10 years ago
  73. 3dd77d4 Merge pull request #26 from iwasakims/readme-receiver by saintstack · 10 years ago
  74. ac5f42b Merge pull request #27 from ndimiduk/nullscope-singleton by saintstack · 10 years ago
  75. 3bea819 Add a NullScope singleton by Nick Dimiduk · 10 years ago
  76. 876d98e added description about span receivers to doc. by Masatake Iwasaki · 10 years ago
  77. f466645 Merge pull request #25 from iwasakims/zipkin-assembly by saintstack · 10 years ago
  78. f3035e4 reduced runtime deps in order to remove them from uber-jar. by iwasakims · 10 years ago
  79. d90f011 adding the jar-with-dependencies settings for the ease of installation. by iwasakims · 10 years ago
  80. 493ecf5 Up to 3.0.3 version in all poms by Michael Stack · 10 years ago 3.0.3
  81. b18a238 Set version to 3.0.2 because already a 3.0.1 tag (by mistake) by Michael Stack · 10 years ago 3.0.2
  82. 0f9b4b7 Set version to 3.0.1 by Michael Stack · 10 years ago
  83. 571d34f Merge pull request #23 from iwasakims/localfile by saintstack · 10 years ago 3.0.1
  84. f5db3e2 Fix conflict merging iwasakims readme fix by Michael Stack · 10 years ago
  85. 613c193 Merge pull request #24 from HimanshuVashishtha/tip by saintstack · 10 years ago
  86. d7ae557 Fix the CME while creating TraceTree by Himanshu · 10 years ago
  87. 56bb3b3 Add link to issue on repo stats for htrace by Michael Stack · 10 years ago
  88. ed520b3 Remove CNAME; see if having it on gh-pages branch works by Michael Stack · 10 years ago
  89. 19b48d8 Try adding CNAME here too to help w/ resolving htrace.org by Michael Stack · 10 years ago
  90. bbe4921 fixes for human readability. added newline between spans, fixed order of elements, fixed message for config error, added process ids and timeline annotations to output. by iwasakims · 10 years ago
  91. ae8193c Remove CNAME... wrong branch by Michael Stack · 10 years ago
  92. bbe669a Added file as suggested by https://help.github.com/articles/setting-up-a-custom-domain-with-pages by Michael Stack · 10 years ago
  93. a8bdf96 Rename package from org.cloudera.htrace to org.htrace. Change version number from 2.06-SNAPSHOT to 3.0-SNAPSHOT by Michael Stack · 10 years ago
  94. 11b9800 [maven-release-plugin] prepare for next development iteration by Elliott Neil Clark · 10 years ago
  95. 8d7fee5 [maven-release-plugin] prepare release htrace-2.05 by Elliott Neil Clark · 10 years ago htrace-2.05
  96. f8c2695 Merge pull request #22 from elliottneilclark/htrace_bool_false by Elliott · 10 years ago
  97. 4fc6e4b Fix HTraceConfiguration#getBoolean not returning false ever by Elliott Neil Clark · 10 years ago
  98. 3a03845 [maven-release-plugin] prepare for next development iteration by Elliott Neil Clark · 10 years ago
  99. c1f1ffe [maven-release-plugin] prepare release htrace-2.04 by Elliott Neil Clark · 10 years ago htrace-2.04
  100. c0ed203 Merge pull request #20 from stepinto/fix-busy-loop-when-collector-is-down-1111 by Elliott · 10 years ago