1. ddd2224 [THRIFT-4771] add nodejs THeaderProtocol support (#1743) by David Mai · 6 years ago
  2. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
  3. 0f79045 Fix: free useless timer by 邹异雄 · 6 years ago
  4. b239b0a Style: fix style by 邹异雄 · 6 years ago
  5. 41d5d3a Fix: do not reconnect if connection.destroyed, prevent connection leak by 邹异雄 · 6 years ago
  6. 208a048 THRIFT-4679: Remove unused variable declaration by griffinmichl · 6 years ago
  7. 2a2b72f Thrift-4647: Node.js Filesever webroot fixed path by jfarrell · 6 years ago
  8. fdd735e THRIFT-4604: NodeJS add Int64 to exports for browserify (#1573) by Kevin Greene · 7 years ago
  9. 896c206 THRIFT-4564: Reset buffered transport on serizliation errors by Brian Forbis · 7 years ago
  10. 63b75d9 THRIFT-3926: Fix undeclared statusCode variable (#1531) by Filip Spiridonov · 7 years ago
  11. e41de0f THRIFT-4489: Add unix domain socket support for nodejs Client: nodejs by Daniel Shih · 7 years ago
  12. b4f22ff THRIFT-4480 - Handle seqid = 0 Client: js by Brian Forbis · 7 years ago
  13. 91c74b6 THRIFT-4443: Implement skip function in json_protocol Client: node.js by Kerri Devine · 7 years ago
  14. 5a4f738 THRIFT-2998: Set Content-Type for HTTP request in Node.js wrapper. by stanevt · 10 years ago
  15. c8e0207 THRIFT-4288: Implement logging levels in node.js properly Client: nodejs by Equim · 8 years ago
  16. 9235bec THRIFT-4246 Multiplexed clients sequence id fix Client: nodejs by Victor Boivie · 8 years ago
  17. c60b69b THRIFT-4284: remove extraneous character Client: js by James E. King, III · 8 years ago
  18. 4361ecc THRIFT-3801 - Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer by Adam Curtis · 9 years ago
  19. 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
  20. 3d6e2a5 THRIFT-3926 There should be an error emitted when http status code is not 200 by James E. King, III · 8 years ago
  21. a400c69 THRIFT-3748 Node.js Deserialization of lists of lists is broken by Nobuaki Sukegawa · 9 years ago
  22. 205dc19 THRIFT-3927: Emit an error instead of throw an error in the async callback by jfarrell · 9 years ago
  23. d7f87aa THRIFT-3787: connection close code fix for ssl by Randy Abernethy · 9 years ago
  24. 9b954e6 THRIFT-3789: Add destroy connection feature to node by Randy Abernethy · 9 years ago
  25. 0ea6c1d THRIFT-3786: Node TLS emits 'connect' before connection is ready by Randy Abernethy · 9 years ago
  26. abbc8d0 THRIFT-3763 Fix serialization of i64 larger than 2^53 for browserify by Nobuaki Sukegawa · 9 years ago
  27. fe3f336 THRIFT-2994 Node.js TJSONProtocol cannot be used for object serialization by Tim Sebastian · 9 years ago
  28. dfb6896 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359 by Nobuaki Sukegawa · 9 years ago
  29. f56b907 THRIFT-3444 Large 64 bit Integer does not preserve value through Node.js JSONProtocol by Nobuaki Sukegawa · 9 years ago
  30. 8a4d06f THRIFT-3409 NodeJS binary field issues Client: Node.js Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  31. 5334992 THRIFT-3407 Refill buffer when JSON closing bracket is missing by Nobuaki Sukegawa · 9 years ago
  32. 4ed2b85 THRIFT-3279 Fix a bug in retry_max_delay by Itay Duvdevani · 10 years ago
  33. 5445e3f THRIFT-3280 Initialize retry variables on construction by Itay Duvdevani · 10 years ago
  34. 5e0f775 THRIFT-3278 NodeJS: Fix exception stack traces and names by Andrew de Andrade · 10 years ago
  35. 15d9042 THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  36. 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
  37. 1568aef THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  38. cada370 THRIFT-3048: Repair node i64 compact interface by Randy Abernethy · 10 years ago
  39. d8187c5 THRIFT-2976: add browserify support and tests by Randy Abernethy · 10 years ago
  40. 96f4f07 THRIFT-2964: nodejs file breakout Client: NodeJS Patch: Andrew de Andrade by Randy Abernethy · 10 years ago
  41. a727007 THRIFT-2932: Node.js Thrift connection libraries throw Exceptions into event emitter by Randy Abernethy · 10 years ago
  42. 97c4398 THRIFT-2963: repairs bad error refs and exceptions by Randy Abernethy · 10 years ago
  43. 1097c40 THRIFT-2934: make node server options optional by Randy Abernethy · 10 years ago
  44. 4e1e132 THRIFT-2933: Repairs incorrect double byte order in Node compact proto by Randy Abernethy · 10 years ago
  45. 78c57e1 THRIFT-2871 Missing semicolon in thrift.js by Jens Geyer · 10 years ago
  46. 8784837 THRIFT-2844:Add Browserify support to node Client: Node Patch Cameron Ring by Randy Abernethy · 10 years ago
  47. 28d9315 THRIFT-2849: nodejs - some typos fixed by Konrad Grochowski · 10 years ago
  48. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  49. 9c0316b THRIFT-2831:Eliminates dead code in node web server by Randy Abernethy · 10 years ago
  50. 2e091f6 THRIFT-2819 Client Node Patch: Chi Vinh Le by Randy Abernethy · 10 years ago
  51. 565ea0c THRIFT-2818 Trailing commas in array Client: Node.js Patch: Chi Vinh Le by Jens Geyer · 10 years ago
  52. 1107b17 THRIFT-2783:Prop bin encoding in node Client: Node Lib Patch: John Campbell by Randy Abernethy · 10 years ago
  53. 25023b1 THRIFT-809 Javascript client: Please make required fields actually required. by Roger Meier · 10 years ago
  54. bd2fce6 THRIFT-2751: repair node oneway bug and symlink issue by Randy Abernethy · 10 years ago
  55. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 11 years ago
  56. 0dd35a6 fix global leaks and copy-paste errors by Wade Simmons · 11 years ago
  57. 35c8b97 fix TFramedTransport residual continuation by Wade Simmons · 11 years ago
  58. 20aeba3 THRIFT-2511 Node.js compact protocol Client: Node Patch: Randy Abernethy by ra · 11 years ago
  59. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  60. 779b9ac THRIFT-2493:Node.js lib needs HTTP client Client: node Patch: Randy Abernethy by ra · 11 years ago
  61. 8f697cb THRIFT-2493:Node.js lib needs HTTP client Client: node Patch: Randy Abernethy by ra · 11 years ago
  62. 7201c0d THRIFT-2405:Node.js Multiplexer tests fail (silently) by ra · 11 years ago
  63. 1be80dc THRIFT-2446: cause servers to emit stream errors Client: node Patch: alexey by ra · 11 years ago
  64. 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
  65. 55cd520 THRIFT-2390: no close event when connection lost by jfarrell · 11 years ago
  66. 52744ee THRIFT-2397 Add CORS and CSP support for JavaScript and Node.js libraries by Roger Meier · 11 years ago
  67. 2a7dccc THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript by henrique · 11 years ago
  68. af26af6 THRIFT-2387 nodejs: external imports should be centralized in index.js by henrique · 11 years ago
  69. 57b354b THRIFT-2369 Add ssl support for nodejs implementation Patch: Pierre Lamot by Roger Meier · 11 years ago
  70. 216374e THRIFT-2313 nodejs server crash after processing the first request when using MultiplexedProcessor/FramedBuffer/BinaryProtocol by henrique · 11 years ago
  71. b9d5522 THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes by Jens Geyer · 11 years ago
  72. 2c4f306 THRIFT-2194 Node: Not actually prepending residual data in TFramedTransport.receiver by Jens Geyer · 11 years ago
  73. e594dcc Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 12 years ago
  74. a9e6248 THRIFT-2164 Add a Get/Post Http Server to Node along with examples by Henrique Mendonça · 12 years ago
  75. 7cf085e THRIFT-2164 Add a Get/Post Http Server to Node along with examples by Henrique Mendonça · 12 years ago
  76. aff2f78 THRIFT-2167 nodejs lib throws error if options argument isn't passed by henrique · 12 years ago
  77. 2fdd916 THRIFT-2053 NodeJS: Support for Multiplexing Services by henrique · 12 years ago
  78. 452dd5b THRIFT-1893 HTTP/JSON server/client for node.js by henrique · 12 years ago
  79. 5b8c9a9 THRIFT-2058:Add reconnect support to node.js library by henrique · 12 years ago
  80. 27db434 THRIFT-1659 Bring nodejs default transport in line with Java default transport by Henrique Mendonça · 12 years ago
  81. 99be027 THRIFT-1957 NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned by Henrique · 12 years ago
  82. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  83. 50fb501 Thrift-1353: Switch to performance branch, get rid of BinaryParser by Henrique Mendonca · 12 years ago
  84. d407b2d Thrift-1353: Switch to performance branch, get rid of BinaryParser by Henrique Mendonca · 12 years ago
  85. 8d410de Thrift-1738: node.js: export transport and protocol so they can be used outside the cassandra/server context by Henrique Mendonca · 12 years ago
  86. 41dfe6f Thrift-1701:node.js TBufferedTransport buffer corruption Patch: Marshall Roch by Henrique Mendonca · 13 years ago
  87. 289cbb2 THRIFT-1431 Rename 'sys' module to 'util' Patch: David Worms by Roger Meier · 13 years ago
  88. 857a8b8 THRIFT-1261 STDIO support for node-thrift Patch: Jordan Shaw by Roger Meier · 13 years ago
  89. 345ecc7 THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb by Roger Meier · 14 years ago
  90. 5c819c0 THRIFT-1129 Add BufferedTransport (non-framed) to Node.js library by Roger Meier · 14 years ago
  91. 7f979e4 THRIFT-1042 Fix TApplicationException.read Patch: Wade Simmons by Roger Meier · 14 years ago
  92. 90443f4 THRIFT-1044 Fix JavaScript inheritance Patch Wade Simmons by Roger Meier · 14 years ago
  93. 4b3f1c3 THRIFT-1043 Fix how the length of a map is calculated Patch: Wade Simmons by Roger Meier · 14 years ago
  94. 0c124bb THRIFT-1033: node.js target and lib by T Jake Luciani · 14 years ago