summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.12.0v0.12.00.12.0jfarrell2018-12-1863-101/+380
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-1811-29/+25
* Update a couple of our m4 files for autoconfJames E. King III2018-12-172-41/+7
* Add node.ts to the languages markdownJames E. King III2018-12-171-2/+13
* Merge pull request #1646 from allengeorge/rustfmt_10Allen George2018-12-1720-784/+669
|\
| * Reformat rust code with rustfmt 1.0Allen George2018-12-1620-784/+669
|/
* THRIFT-4659: Fix race when closing server socket (#1645)Jay Gheewala2018-12-111-6/+9
* Fix c++98 buildproller2018-12-101-0/+2
* Correct c++17 definitionproller2018-12-101-1/+1
* Fix build with old c++proller2018-12-101-0/+4
* Fix build with c++17proller2018-12-101-1/+4
* Fix build compiler with cmakelouyl2018-12-101-1/+1
* THRIFT-4679: Remove unused variable declarationgriffinmichl2018-12-071-1/+0
* Fix warning: catching polymorphic type ‘class std::runtime_error’ by valueproller2018-12-051-2/+2
* THRIFT-4676: Fix intermittent CL build failuresAllen George2018-12-056-11/+61
* THRIFT-4656: Fix infinite loop in PHP TCurlClientJosip Sokcevic2018-12-051-0/+18
* Fix hs-nodets test and re-enable itMustafa Senol Cosar2018-12-033-3/+2
* THRIFT-3143: Add nodets supportwilfrem2018-11-2921-22/+1130
* THRIFT-4674 Added stream context support for PHP THttpClientEfimov Evgenij2018-11-271-5/+20
* THRIFT-4672 IAsyncResult style methods not being supported by certain transpo...Jens Geyer2018-11-241-28/+46
* THRIFT-4673 IAsyncResult not supported by layered transports (buffered/framed)Jens Geyer2018-11-242-4/+44
* THRIFT-4671 handle client's unexpected close.lixiasong2018-11-231-4/+8
* THRIFT-4668: make socket backlog configurable for python2lshgdut2018-11-221-1/+10
* THRIFT-4670: Twisted, slots, and void method fails with "object has no attrib...Palmer Cox2018-11-221-2/+4
* THRIFT-4666: Attempt to work around dlang client pool test failureAllen George2018-11-191-8/+34
* Fix function name in Rust generator (does not affect generated code)GREATEST Wiggler EvaR!2018-11-161-13/+13
* THRIFT-4664: Cannot create ReadHalf/WriteHalfJake W2018-11-122-2/+23
* THRIFT-4529: Rust enum variants are now camel-casedGREATEST Wiggler EvaR!2018-11-1210-29/+133
* THRIFT-4662: Rust const string calls function at compile timejake-ruyi2018-11-122-6/+34
* THRIFT-4545: fix haskell build on windows, fix appveyor stale packagesJames E. King III2018-11-115-17/+11
* THRIFT-4661: Rust enum name wrong case in generated structsjake-ruyi2018-11-093-3/+9
* fix build errors related to updated static code analysis tools for python and...James E. King III2018-11-065-8/+8
* THRIFT-4660: Include Generated and Nullable as needed for enumsLázaro Clapp2018-11-061-0/+6
* THRIFT-4658: TBinaryInputProtocol fails when strict is falseGREATEST Wiggler EvaR!2018-11-051-35/+100
* THRIFT-4657: Include @javax.annotation.Generated annotations for generated Ja...Manu Sridharan2018-11-031-0/+4
* Add probot stale processor configuration to keep PR backlog cleanJames E. King III2018-10-311-0/+59
* THRIFT-4653: ES6 classes support (#1615)bforbis2018-10-2818-2014/+5094
* update some bionic build componentsJames E. King III2018-10-191-5/+5
* Replace git.apache.org imports with github.comD. Can Celasun2018-10-196-9/+9
* THRIFT-4382: Replace the use of Indirect Object Syntax calls to new()Dean Hamstead2018-10-1721-383/+379
* Remove redundant source files in project libthrift.vcxproj (#1614)Andylee2018-10-171-6/+3
* THRIFT-4650: fix required fields incorrectly being marked as setCraig Wickesser2018-10-164-5/+50
* THRIFT-4618: Use poll() instead of select() in C++ TNonblockingServer if avai...st0ke2018-10-124-4/+48
* THRIFT-4648: Use correct namespace in type namesSimon South2018-10-123-16/+57
* Thrift-4647: Node.js Filesever webroot fixed pathjfarrell2018-10-113-3/+11
* THRIFT-4494: Increase Java Socket Buffer Size (#1608)Naveen Gangam2018-10-051-4/+4
* THRIFT-4499: Remove Magic Number In TFIleTransport (#1607)Naveen Gangam2018-10-051-1/+1
* Merge pull request #1603 from jeking3/THRIFT-3863jfarrell2018-10-041-2/+2
|\
| * THRIFT-3863: fix automake lua library list dependency orderingJames E. King III2018-10-041-2/+2
* | THRIFT-4646: change dart generation of exception to exceptionDavid Walker2018-10-041-2/+2
|/