summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-3803 - Remove file attribute from include elements in XML generatorBCG2016-04-291-14/+14
* THRIFT-3809 wrong/unused BINARY type codeJens Geyer2016-04-291-1/+1
* THRIFT-3808 Missing `DOUBLE` in thrift type enumerationMahendran Kathirvel2016-04-291-0/+1
* THRIFT-3794 Fixing exception types in library now that they have been split upKyle Johnson2016-04-232-41/+41
* THRIFT-3794 Split Delphi application, protocol and transport exception subtyp...Jens Geyer2016-04-2110-155/+288
* THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn'...Jens Geyer2016-04-211-1/+1
* THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn'...Jens Geyer2016-04-201-16/+22
* THRIFT-3487 Full support for newer Delphi versionsJens Geyer2016-04-2012-58/+1850
* THRIFT-3792 Timeouts for anonymous pipes should be configurableJens Geyer2016-04-191-7/+13
* THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn'...Jens Geyer2016-04-191-4/+23
* THRIFT-3791 Delphi pipe client may fail even in a non-error conditionJens Geyer2016-04-191-12/+12
* THRIFT-3788 Compatibility improvements and Win64 supportJens Geyer2016-04-1412-263/+267
* THRIFT-3788 Compatibility improvements and Win64 supportNick2016-04-146-16/+95
* THRIFT-2821: Add HTTP header support to JavaScript libRandy Abernethy2016-04-131-0/+6
* THRIFT-3786: Node TLS emits 'connect' before connection is readyRandy Abernethy2016-04-111-18/+2
* Revert "THRIFT-3746 JSON protocol left in incorrect state on read errors"Nobuaki Sukegawa2016-04-102-20/+26
* THRIFT-3780 Use fixnum Int64 to write/read binary encoded i64Mark Erickson2016-04-071-4/+9
* THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{}creker2016-04-065-21/+21
* THRIFT-3746 JSON protocol left in incorrect state on read errorsTyler Treat2016-04-062-26/+20
* THRIFT-3771 TBufferedTransport gets in invalid state on read/write errorsTyler Treat2016-04-011-1/+17
* THRIFT-3755 TDebugProtocol::writeString hits assert in isprint on Windows wit...tpcwang2016-03-291-1/+3
* THRIFT-3765 fix memory leak in python compact protocol extensionChandler May2016-03-291-4/+9
* THRIFT-3764: Ensure PHP TSimpleJSONProtocol and TMultiplexedProtocol files in...Mark Goldfinch2016-03-291-1/+14
* THRIFT-3757 Fix various compile warnings with VS2015tpcwang2016-03-296-9/+7
* THRIFT-3758 TApplicationException::getType and TProtocolException::getType sh...tpcwang2016-03-292-2/+2
* THRIFT-3763 Fix serialization of i64 larger than 2^53 for browserifyNobuaki Sukegawa2016-03-291-1/+1
* Fix C# make dist entriesNobuaki Sukegawa2016-03-201-2/+2
* More make dist entriesNobuaki Sukegawa2016-03-193-1/+6
* Add make dist entires for THRIFT-3402Nobuaki Sukegawa2016-03-191-0/+2
* THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway fu...Nobuaki Sukegawa2016-03-182-20/+28
* Update make dist entriesNobuaki Sukegawa2016-03-184-1/+8
* THRIFT-3743 Java JSON protocol left in incorrect state when an exception is t...Tyler Treat2016-03-182-0/+19
* THRIFT-3479 Avoid returning a message to a client on TException.Josh Elser2016-03-181-6/+8
* THRIFT-3680 Java async processor fails to notify errors to clientsNobuaki Sukegawa2016-03-189-24/+45
* Follow-up THRIFT-3112: key.cancel when errorNobuaki Sukegawa2016-03-181-0/+1
* THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIfaceJohn Sirois2016-03-185-181/+261
* THRIFT-3723 Fix Lua include pathNobuaki Sukegawa2016-03-181-9/+12
* THRIFT-3728 http transport for thrift-luaWang Yaofu2016-03-182-5/+188
* THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3Nobuaki Sukegawa2016-03-182-0/+10
* THRIFT-3744 The precision should be 17 (16 bits need after dot) after dot for...Wang Yaofu2016-03-171-1/+2
* THRIFT-3739 Deprecation warning in codegen/base.dNobuaki Sukegawa2016-03-171-1/+1
* THRIFT-3742 haxe php cli supportJens Geyer2016-03-1610-111/+159
* THRIFT-3740 Fix haxelib.json classpathJens Geyer2016-03-151-1/+2
* THRIFT-3741 haxe test is brokenJens Geyer2016-03-151-0/+8
* THRIFT-2980 Accept external buffer in thrift_memory_buffer constructorChandler May2016-03-133-27/+209
* THRIFT-3724 Fix incorrect timeval conversion in libevent.dNobuaki Sukegawa2016-03-131-2/+2
* THRIFT-3734 D To compare two string as lowercase.Wang Yaofu2016-03-131-1/+1
* THRIFT-3735 JSON protocol left in incorrect state when an exception is thrown...Tyler Treat2016-03-112-12/+32