summaryrefslogtreecommitdiff
path: root/lib/nodejs/lib/thrift
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
* Buffer.concat has performance issueWu Jian Ping2022-04-211-21/+16
* feat: support creating connection on OpenHarmonyOSkonpeki6222022-03-132-0/+265
* Rework NodeJS / Javascript consistency Mario Emmenlauer2020-04-247-27/+32
* 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
* THRIFT-5003: Websocket Connection in Browsers with nodejs codeEugen2020-01-072-15/+20
* THRIFT-4994 changed this to self in forEach callbackEugen Kandakov2019-11-041-2/+2
* THRIFT-4844: createConnection ignores connect_timeout optionfmalaguti2019-07-081-1/+5
* hotfix: clear the offline queue when once writtenHenrik Tudborg2019-05-141-8/+26
* [THRIFT-4771] add nodejs THeaderProtocol support (#1743)David Mai2019-02-227-2/+618
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-143-6/+0
* 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-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-4564: Reset buffered transport on serizliation errorsBrian Forbis2018-06-211-0/+8
* THRIFT-3926: Fix undeclared statusCode variable (#1531)Filip Spiridonov2018-04-061-3/+3
* THRIFT-4489: Add unix domain socket support for nodejsDaniel Shih2018-03-213-9/+30
* THRIFT-4480 - Handle seqid = 0Brian Forbis2018-03-061-2/+3
* THRIFT-4443: Implement skip function in json_protocolKerri Devine2018-01-101-1/+61
* THRIFT-2998: Set Content-Type for HTTP request in Node.js wrapper.stanevt2017-10-281-3/+6
* THRIFT-4288: Implement logging levels in node.js properlyEquim2017-09-238-31/+86
* THRIFT-4246 Multiplexed clients sequence id fixVictor Boivie2017-09-041-5/+5
* THRIFT-4284: remove extraneous characterJames E. King, III2017-08-121-1/+1
* THRIFT-3801 - Node Thrift client throws exception with multiplexer and respon...Adam Curtis2017-02-221-1/+3
* THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ...James E. King, III2017-02-202-1/+13
* THRIFT-3926 There should be an error emitted when http status code is not 200James E. King, III2017-01-241-0/+15
* THRIFT-3748 Node.js Deserialization of lists of lists is brokenNobuaki Sukegawa2016-09-261-1/+6
* THRIFT-3927: Emit an error instead of throw an error in the async callbackjfarrell2016-09-152-2/+2
* THRIFT-3787: connection close code fix for sslRandy Abernethy2016-05-121-8/+5
* THRIFT-3789: Add destroy connection feature to nodeRandy Abernethy2016-05-051-0/+4
* THRIFT-3786: Node TLS emits 'connect' before connection is readyRandy Abernethy2016-04-111-18/+2
* THRIFT-3763 Fix serialization of i64 larger than 2^53 for browserifyNobuaki Sukegawa2016-03-291-1/+1
* THRIFT-2994 Node.js TJSONProtocol cannot be used for object serializationTim Sebastian2016-01-061-3/+18
* THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359Nobuaki Sukegawa2015-12-112-2/+2
* THRIFT-3444 Large 64 bit Integer does not preserve value through Node.js JSON...Nobuaki Sukegawa2015-12-023-26/+417
* THRIFT-3409 NodeJS binary field issuesNobuaki Sukegawa2015-11-063-37/+77
* THRIFT-3407 Refill buffer when JSON closing bracket is missingNobuaki Sukegawa2015-11-051-1/+2
* THRIFT-3279 Fix a bug in retry_max_delayItay Duvdevani2015-07-301-1/+1
* THRIFT-3280 Initialize retry variables on constructionItay Duvdevani2015-07-301-0/+1
* THRIFT-3278 NodeJS: Fix exception stack traces and namesAndrew de Andrade2015-07-302-10/+25
* THRIFT-3122 Javascript struct constructor should properly initialize struct a...Henrique Mendonça2015-06-252-2/+75
* Revert "THRIFT-3122 Javascript struct constructor should properly initialize ...Henrique Mendonça2015-06-012-75/+2
* THRIFT-3122 Javascript struct constructor should properly initialize struct a...Henrique Mendonça2015-05-272-2/+75
* THRIFT-3048: Repair node i64 compact interfaceRandy Abernethy2015-03-261-8/+5
* THRIFT-2976: add browserify support and testsRandy Abernethy2015-02-168-13/+532