summaryrefslogtreecommitdiff
path: root/lib/js
Commit message (Expand)AuthorAgeFilesLines
...
* THRIFT-4592: change readI32 to use Array.reverse/Array.pop vs Array.shift, wh...Drew Ritter2018-07-031-1/+5
* THRIFT-4476: Typecasting problem on double list items,Ozan Can Altiok2018-03-205-0/+213
* THRIFT-4509: add jslint and fix build script outputJames E. King III2018-03-133-28/+99
* THRIFT-4509:Philip Frank2018-03-135-33/+2254
* THRIFT-4024: Skip() throws TProtocolException.INVALID_DATA on unknown data typesPhilip Frank2018-03-091-0/+3
* THRIFT-4436: port nodejs changes from THRIFT-3748 to js lib,Philip Frank2018-03-053-11/+27
* THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issuesAlex Volanis2018-01-242-6/+27
* THRIFT-4406: Optionally generate ES6 compatible JavaScript where service meth...Philip Frank2018-01-045-2/+442
* THRIFT-4437: JavaScript WebSocket - fix duplicate callbacks and enable Thrift...Philip Frank2017-12-282-10/+5
* THRIFT-4403: Fix incorrect usage of 'this'Philip Frank2017-12-041-2/+2
* THRIFT-4343: enable nodejs-8.x on ubuntu-artful image and update grunt-jsdocJames E. King, III2017-10-291-2/+2
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-4/+6
* THRIFT-4131: js / WebSocket / fix handling oneway methodsJames E. King, III2017-09-241-0/+9
* THRIFT-4064: update node dependenciesJames E. King, III2017-09-212-3/+8
* THRIFT-3627 fix missing basic code style consistency of JavaScript.Kazuki Matsuda2017-04-0611-496/+496
* Build fails using Java 1.8 with Ant < 1.9James E. King, III2017-01-251-2/+2
* THRIFT-3825 Javascript test dependency is no longer availableNobuaki Sukegawa2016-06-094-57/+39
* THRIFT-2821: Add HTTP header support to JavaScript libRandy Abernethy2016-04-131-0/+6
* THRIFT-3714 Define TProtocolException in js/src/thrift.jsLiyin Tang2016-03-111-0/+19
* THRIFT-3328 A callback is not called when a server is down.HIRANO Satoshi2015-12-071-0/+10
* THRIFT-3200 JS and nodejs do not encode JSON protocol binary fields as base64Nobuaki Sukegawa2015-11-154-7/+420
* THRIFT-3360 Improve cross test servers and clients furtherNobuaki Sukegawa2015-09-281-33/+18
* THRIFT-3122 Javascript struct constructor should properly initialize struct a...Henrique Mendonça2015-06-254-6/+327
* fix whitespaces detected by .editorconfigRoger Meier2015-06-144-19/+18
* Revert "THRIFT-3122 Javascript struct constructor should properly initialize ...Henrique Mendonça2015-06-014-327/+6
* THRIFT-3122 Javascript struct constructor should properly initialize struct a...Henrique Mendonça2015-05-274-6/+327
* THRIFT-3148 Markdown links to coding_standards are deadNobuaki Sukegawa2015-05-131-1/+1
* THRIFT-3141 Improve logging of JavaScript testNobuaki Sukegawa2015-05-102-0/+18
* THRIFT-3142 Make JavaScript use downloaded librariesNobuaki Sukegawa2015-05-105-16/+16
* THRIFT-3140 ConcurrentModificationException is thrown by JavaScript test serverNobuaki Sukegawa2015-05-101-10/+12
* THRIFT-3139 JS library test is flakyNobuaki Sukegawa2015-05-103-0/+6
* THRIFT-3134 Remove use of deprecated "phantom.args"Nobuaki Sukegawa2015-05-101-2/+4
* THRIFT-2674 JavaScript: declare Accept: and Content-Type: in requesthenrique2015-05-041-2/+8
* Revert "THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request"henrique2015-05-041-6/+2
* THRIFT-2674 JavaScript: declare Accept: and Content-Type: in requesthenrique2015-05-011-2/+6
* THRIFT-2999 remove CR/LF post .getattributes text = autoRandy Abernethy2015-02-152-218/+218
* THRIFT-2724 - Coding standards template added all over projectKonrad Grochowski2015-02-051-0/+1
* THRIFT-2970:grunt-jsdoc fails due to dependency issuesRandy Abernethy2015-01-311-1/+1
* line endings fixKonrad Grochowski2015-01-091-199/+199
* THRIFT-2923 Initialise tpos and tstack in the Protocol constructor so writing...radekg2015-01-041-0/+2
* THRIFT-2886 Integrate binary type in standard Thrift cross testJens Geyer2015-01-032-0/+5
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-242-2/+2
* THRIFT-2823:grunt tests failingRandy Abernethy2014-11-151-1/+1
* THRIFT-2823: grunt jsjq test failRandy Abernethy2014-11-153-59/+66
* lib/js/test/test.html: fix thrift.js includeRoger Meier2014-10-091-1/+1
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-3/+3
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-3/+3
* THRIFT-2750: makes targets for get explicitRandy Abernethy2014-09-301-4/+4
* fix js list<map> supportLiangliang He2014-08-231-1/+7
* THRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript lib...Jens Geyer2014-06-192-4/+109