summaryrefslogtreecommitdiff
path: root/lib/nodejs
Commit message (Expand)AuthorAgeFilesLines
* clear retry timer first then emit close eventWu Jian Ping2022-10-251-1/+1
* fix reconnect issue for nodejsWu Jian Ping2022-10-251-6/+13
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-052-4/+4
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
* Buffer.concat has performance issueWu Jian Ping2022-04-211-21/+16
* feat: support creating connection on OpenHarmonyOSkonpeki6222022-03-132-0/+265
* THRIFT-5185: Support for using WebSockets as a server transportpenenin2020-05-182-0/+8
* Rework NodeJS / Javascript consistency Mario Emmenlauer2020-04-247-27/+32
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-04-222-0/+45
* THRIFT-5163 adds Q to exports for browserifyMárton Csordás2020-04-031-0/+1
* THRIFT-3356: handle undefined captureStackTraceMárton Csordás2020-04-035-7/+28
* CI broken, reverting following PRsJens Geyer2020-02-282-45/+0
* make dist fails due to CMakeList.txt files missing from the generated tarballJens Geyer2020-02-261-0/+1
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-0/+44
* THRIFT-5003: Websocket Connection in Browsers with nodejs codeEugen2020-01-073-18/+54
* THRIFT-4994 changed this to self in forEach callbackEugen Kandakov2019-11-041-2/+2
* Add Node.js example for browsersHIRANO Satoshi2019-10-081-0/+41
* THRIFT-4844: createConnection ignores connect_timeout optionfmalaguti2019-07-081-1/+5
* Implement episodic compilation for js code generationMustafa Senol Cosar2019-06-215-9/+191
* hotfix: clear the offline queue when once writtenHenrik Tudborg2019-05-141-8/+26
* [THRIFT-4771] add nodejs THeaderProtocol support (#1743)David Mai2019-02-2210-3/+698
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-143-6/+0
* THRIFT-4405: fix cygwin on appveyorJames E. King III2019-02-011-3/+5
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-1/+1
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-251-0/+11
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-152-0/+84
* Fix: free useless timer邹异雄2019-01-051-0/+1
* Style: fix style邹异雄2019-01-051-1/+1
* Fix: do not reconnect if connection.destroyed, prevent connection leak邹异雄2019-01-051-0/+4
* THRIFT-4679: Remove unused variable declarationgriffinmichl2018-12-071-1/+0
* THRIFT-4653: ES6 classes support (#1615)bforbis2018-10-2811-742/+973
* Thrift-4647: Node.js Filesever webroot fixed pathjfarrell2018-10-111-1/+9
* THRIFT-4604: NodeJS add Int64 to exports for browserify (#1573)Kevin Greene2018-08-011-0/+2
* THRIFT-3950: Memory leak while calling oneway methods (#1568)bforbis2018-07-171-2/+7
* THRIFT-4564: Reset buffered transport on serizliation errorsBrian Forbis2018-06-211-0/+8
* Add JS language highlighting in readme (#1538)Filip Spiridonov2018-04-171-19/+21
* THRIFT-3926: Fix undeclared statusCode variable (#1531)Filip Spiridonov2018-04-061-3/+3
* THRIFT-4489: Add unix domain socket support for nodejsDaniel Shih2018-03-215-18/+57
* THRIFT-4509: remove nodejs browser testPhilip Frank2018-03-082-59/+0
* THRIFT-4480 - Handle seqid = 0Brian Forbis2018-03-061-2/+3
* THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docsJames E. King III2018-03-061-1/+1
* THRIFT-4443: Implement skip function in json_protocolKerri Devine2018-01-102-1/+75
* THRIFT-2013: add multiplex server and client test support to cpp languageJames E. King, III2017-11-182-3/+3
* THRIFT-2998: enable cross test for nodejs http transport,James E. King, III2017-10-287-7/+112
* THRIFT-2998: Set Content-Type for HTTP request in Node.js wrapper.stanevt2017-10-281-3/+6
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-1/+2
* THRIFT-4309: Python print() functioncclauss2017-09-241-2/+1
* THRIFT-4288: Implement logging levels in node.js properlyEquim2017-09-238-31/+86
* THRIFT-4064: update node dependenciesJames E. King, III2017-09-212-2/+6
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0