1. 70c4e7a Use HTTPS for repo1.maven.org by D. Can Celasun · 5 years ago
  2. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  3. 129bb3e THRIFT-4675: Fix int64 constants generation for map keys by Mustafa Senol Cosar · 6 years ago
  4. f86845e THRIFT-4675: Generate Int64 constants for js by Mustafa Senol Cosar · 6 years ago
  5. caf7da9 automatize the double rendering test by Ozan Can Altiok · 6 years ago
  6. a139082 THRIFT-4546: replace all git-wip-us.apache.org to github.com by Robert Lu · 6 years ago
  7. 2a2b72f Thrift-4647: Node.js Filesever webroot fixed path by jfarrell · 6 years ago
  8. b5d6ea3 THRIFT-4625: Use let/const variable decorators in ES6 Javascript by Brian Forbis · 6 years ago
  9. e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
  10. 2b09dfe THRIFT-4509: add jslint and fix build script output by James E. King III · 7 years ago
  11. 5066eb4 THRIFT-4509: by Philip Frank · 7 years ago
  12. 55ddf19 THRIFT-4436: port nodejs changes from THRIFT-3748 to js lib, by Philip Frank · 7 years ago
  13. 7004a61 THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues Client: java by Alex Volanis · 7 years ago
  14. 8fdd610 THRIFT-4406: Optionally generate ES6 compatible JavaScript where service methods return Promises by Philip Frank · 7 years ago
  15. b909a38 THRIFT-3627 fix missing basic code style consistency of JavaScript. Client: js by Kazuki Matsuda · 9 years ago
  16. cf25489 Build fails using Java 1.8 with Ant < 1.9 by James E. King, III · 8 years ago
  17. 4b7dbe3 THRIFT-3825 Javascript test dependency is no longer available by Nobuaki Sukegawa · 9 years ago
  18. 6defea5 THRIFT-3200 JS and nodejs do not encode JSON protocol binary fields as base64 by Nobuaki Sukegawa · 9 years ago
  19. 01ede04 THRIFT-3360 Improve cross test servers and clients further by Nobuaki Sukegawa · 9 years ago
  20. 15d9042 THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  21. 0856273 fix whitespaces detected by .editorconfig by Roger Meier · 10 years ago
  22. c0e4a8d Revert "THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments" by Henrique Mendonça · 10 years ago
  23. 1568aef THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  24. 72f8809 THRIFT-3141 Improve logging of JavaScript test by Nobuaki Sukegawa · 10 years ago
  25. 63b5120 THRIFT-3142 Make JavaScript use downloaded libraries by Nobuaki Sukegawa · 10 years ago
  26. fbc6977 THRIFT-3140 ConcurrentModificationException is thrown by JavaScript test server by Nobuaki Sukegawa · 10 years ago
  27. 42bc88c THRIFT-3139 JS library test is flaky by Nobuaki Sukegawa · 10 years ago
  28. 2c4edd8 THRIFT-3134 Remove use of deprecated "phantom.args" by Nobuaki Sukegawa · 10 years ago
  29. ded6401 THRIFT-2999 remove CR/LF post .getattributes text = auto by Randy Abernethy · 10 years ago
  30. f9c4be8 line endings fix by Konrad Grochowski · 10 years ago
  31. 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  32. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  33. 8c16ed7 THRIFT-2823:grunt tests failing Client: JS Patch: Randy Abernethy by Randy Abernethy · 10 years ago
  34. b265230 THRIFT-2823: grunt jsjq test fail Client: JS Patch: Randy Abernethy by Randy Abernethy · 10 years ago
  35. 275278e lib/js/test/test.html: fix thrift.js include by Roger Meier · 10 years ago
  36. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  37. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  38. 5057b4c THRIFT-2750: makes targets for get explicit by Randy Abernethy · 10 years ago
  39. 329d59a THRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript library by Jens Geyer · 11 years ago
  40. a2e4e56 THRIFT-2398:Improve Node Server Library CLIENT: node Patch: Randy Abernethy by ra · 11 years ago
  41. d60f978 THRIFT-2398:Improve Node Server Library\nClient: Node\nPatch: Randy Abernethy\n\nGeneral server parameter harmonization and comments by Randy Abernethy · 11 years ago
  42. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  43. 52744ee THRIFT-2397 Add CORS and CSP support for JavaScript and Node.js libraries by Roger Meier · 11 years ago
  44. 2a7dccc THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript by henrique · 11 years ago
  45. 2f51f32 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  46. a2de410 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  47. 095ddb7 THRIFT-2190 Add the JavaScript thrift.js lib to the Bower registry by Henrique Mendonça · 11 years ago
  48. e924874 THRIFT-2120 js: Qunit URL is broken Patch: Roger Meier by Roger Meier · 11 years ago
  49. 565517a subversion, thanks and good bye ;-r by Roger Meier · 12 years ago
  50. 8ebe0d9 THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not. by Roger Meier · 12 years ago
  51. 6af2ec0 Client: JS Extend QUnit test cases by Henrique Mendonca · 12 years ago
  52. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  53. f666d07 THRIFT-1514 Callbacks with newer jQuery versions don't work Patch: Andrew Grumet by Roger Meier · 13 years ago
  54. b661e83 THRIFT-1277 Node.js serializes false booleans as null Patch: Henrique Mendonca by Roger Meier · 13 years ago
  55. c8d5d4d THRIFT-1486 Javascript manual testserver not returning content types by Roger Meier · 13 years ago
  56. 4f8a523 THRIFT-1238 Thrift JS client cannot read map of structures by Roger Meier · 13 years ago
  57. edf0d1d THRIFT-1249 js-test-driver support (run unittests on multiple browsers and get XML test results) by Roger Meier · 13 years ago
  58. bb267d4 THRIFT-1247 JavaScript unit test with phantomjs by Roger Meier · 13 years ago
  59. 0b26725 THRIFT-1247 JavaScript unit test with phantomjs by Roger Meier · 13 years ago
  60. a35944b THRIFT-1238 Thrift JS client cannot read map of structures(TestCase) by Roger Meier · 14 years ago
  61. 9d8e8f8 THRIFT-1202 Malformed JSON for map<string,type> services parameters by Roger Meier · 14 years ago
  62. 5860f88 THRIFT-1176 Thrift compiler global leakage js Patch: Dan Di Spaltro by Roger Meier · 14 years ago
  63. ad6426c Thrift-1133: Java and JavaScript tutorial is broken since we have Java maven deployment by Jake Farrell · 14 years ago
  64. 08b3099 THRIFT-1087 Nonblocking asynchronous JS services Patch: Henrique Mendonca by Roger Meier · 14 years ago
  65. 2fdf05c THRIFT-1117 JavaScript Unit Test does not work anymore because libthrift*.jar where moved by Maven Deployment(THRIFT-363) by Roger Meier · 14 years ago
  66. 42a6fa4 THRIFT-1091 integrate JavaScript Test into Testsuite via make check by Roger Meier · 14 years ago
  67. f249576 THRIFT-1091 integrate JavaScript Test into Testsuite via make check by Roger Meier · 14 years ago
  68. da6e6ae THRIFT-1089 JavaScript Quality Assurance with lint by Roger Meier · 14 years ago
  69. d992498 THRIFT-863 JavaScript fix Map Type Patch: Henrique Mendonca by Roger Meier · 14 years ago
  70. b3b07d6 THRIFT-1065 JavaScript qUnit test cleanup Patch: Henrique Mendonca by Roger Meier · 14 years ago
  71. 5aaa021 change URL's to TLP by Roger Meier · 14 years ago
  72. 37b5bf8 THRIFT-961 JavaScript TestSuite using ant/ivy and Java's ServerTestBase Handler by Roger Meier · 14 years ago
  73. c991270 THRIFT-913 Test Case for Url encoded strings + simple enhancement to lib/js/test/RunTestServer.sh by Roger Meier · 14 years ago
  74. 3ff373e THRIFT-846. js: JavaScript Test Framwork: extended Testcases by Bryan Duxbury · 14 years ago
  75. efabb89 added test case and fix for records contained in arrays by T Jake Luciani · 14 years ago
  76. dc4a871 add license headers to a smattering of files by Bryan Duxbury · 14 years ago
  77. 127909c THRIFT-813: fix for broken list deserialization by T Jake Luciani · 15 years ago
  78. b7887b8 THRIFT-789. Files missing proper Apache license header by Bryan Duxbury · 15 years ago
  79. 322caa2 THRIFT-550: Added javascript support by T Jake Luciani · 15 years ago