Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
eacd1d48c85ea756fd5edd10d7c328ee11a0657f
/
lib
eacd1d4
THRIFT-5021 Implement MAX_MESSAGE_SIZE and centralize limits into a TConfiguration class
by Jens Geyer
· 5 years ago
8ae80a7
THRIFT-4999: Raise proper exception on transport error
by Grégoire Seux
· 5 years ago
261cad3
THRIFT-5020 Refactoring & minor fixes for netstd library
by Jens Geyer
· 5 years ago
f4475ff
THRIFT-5019: Duplicate imports from multiple includes from a namespace
by Duru Can Celasun
· 5 years ago
225646b
THRIFT-4862 C++ TBinaryProtocol crashes on port scan
by Jens Geyer
· 5 years ago
528a0f0
THRIFT-5015 WinHTTP QueryDataAvailable cannot be used to retrieve total response size
by Jens Geyer
· 5 years ago
41f47af
THRIFT-5007 Implement MAX_MESSAGE_SIZE and remaining read bytes control
by Jens Geyer
· 5 years ago
ed99455
THRIFT-5009 Serializer implemtation lacks support for layered transports
by Jens Geyer
· 5 years ago
2646bd6
THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransport
by Jens Geyer
· 5 years ago
fad7fd3
THRIFT-5005 Refactoring of the Delphi libs [ci skip]
by Jens Geyer
· 5 years ago
9f11c1e
THRIFT-5004 Make exception implementations more consistent [ci skip]
by Jens Geyer
· 5 years ago
24fa9d0
THRIFT-4914: Add GetResponseHeadersFromClient helper function
by Yuxuan 'fishy' Wang
· 5 years ago
59694a7
THRIFT-5002: Fix argument containers for inherited functions
by John Boiles
· 5 years ago
4c27181
THRIFT-4914: Add TResponseHelper
by Yuxuan 'fishy' Wang
· 5 years ago
50caa4d
THRIFT-4990: Upgrade to .NET Core 3.0 Client: netstsd Patch: Edward Zhuravlov
by zembord
· 5 years ago
963812a
THRIFT-4984: Handle wrapped io.EOF errors
by Yuxuan 'fishy' Wang
· 5 years ago
596e25f
Fix unknown pragma warnings on mingw Client: cpp Patch: Kevin Wojniak
by Kevin Wojniak
· 5 years ago
4653009
THRIFT-4984: Ignore EOF errors in TSimpleServer, take 2
by Yuxuan 'fishy' Wang
· 5 years ago
f7b2197
THRIFT-4994 changed this to self in forEach callback
by Eugen Kandakov
· 5 years ago
a5b2bf5
THRIFT-4992 thrift lua TcompactProtocol bug fix #1881
by xiongjieqing
· 5 years ago
c5fadee
Revert "thrift lua TcompactProtocol bug fix"
by Jens Geyer
· 5 years ago
3adb44a
thrift lua TcompactProtocol bug fix
by xiongjieqing
· 5 years ago
cf73b66
Remove unused exception variable Client: Python Patch: Kevin Wojniak
by Kevin Wojniak
· 5 years ago
bc75467
Fix "thruth" typo Client: Go Patch: Kevin Wojniak
by Kevin Wojniak
· 5 years ago
43a93f1
fix typo in cmake Patch: Jens Geyer
by Jens Geyer
· 5 years ago
ec43954
THRIFT-4990 Switch to .NET core 3.0 Client: netstsd Patch: Jens Geyer
by Jens Geyer
· 5 years ago
9ea48f3
Fix PHP style errors (by means of phpcbf) [ci skip]
by Jens Geyer
· 5 years ago
e4870a3
THRIFT-4985: Refactor logging in Go library
by Yuxuan 'fishy' Wang
· 5 years ago
c03e2aa
THRIFT-4984: Ignore EOF error in TSimpleServer ReadFrame call
by Yuxuan 'fishy' Wang
· 5 years ago
6e4c581
THRIFT-4949: Improve HTTP/1 server test case
by pengzhouhu
· 5 years ago
3f3567a
THRIFT-4981 Remove deprecated netcore bindings from the code base
by Jens Geyer
· 5 years ago
616df98
fix veralign.sh and bump version (again)
by Jens Geyer
· 5 years ago
76fa8c9
Update Java dependencies
by D. Can Celasun
· 5 years ago
9f0548e
THRIFT-4952 Modified ssl_read feedback value break all the time error.
by pengzhouhu
· 5 years ago
5fe31ea
bump version
by Jens Geyer
· 5 years ago
4286054
Merge branch '0.13.0'
by Jens Geyer
· 5 years ago
b75e88a
FIX netstd assembly version
by Jens Geyer
· 5 years ago
0.13.0
dd14e86
Fix PHP style errors (by means of phpcbf)
by Jens Geyer
· 5 years ago
e02559f
bump version
by Jens Geyer
· 5 years ago
0f14e2f
THRIFT-4977: Allow loading OpenSSL certificates from memory
by Mario Emmenlauer
· 5 years ago
ab89b8b
THRIFT-2530: Fix TIOStreamTransport#isOpen
by wineandcheeze
· 5 years ago
224b43e
THRIFT-4874: Thrift 0.12.0 Source Distribution (.tar.gz) Contains Hardlinks - Extract Fails
by Jens Geyer
· 5 years ago
904f561
THRIFT-4858: Add error message to TTransportException
by wineandcheeze
· 5 years ago
a152a0a
THRIFT-4945: Fix non-standard log output
by pengzhouhu
· 5 years ago
8098428
Add Node.js example for browsers
by HIRANO Satoshi
· 5 years ago
dfa74bc
Upgrade to Gradle 5.6.2
by Ben Evans
· 5 years ago
5a8cd9d
THRIFT-4971: Fix lib/rb/spec/union_spec.rb so that CI succeeds
by Kengo Seki
· 5 years ago
786c019
Merge pull request #1870 from dbcfd/thrift-4953
by Allen George
· 5 years ago
2d03630
THRIFT-4950 fix bind print error and Macro call errors thrift_server_socket
by pengzhouhu
· 5 years ago
5e9203b
THRIFT-4962 Fix deadlock in TimerManager::stop
by Guillaume Blanc
· 5 years ago
b3745ee
THRIFT-4932: Using a default string on a binary field results in invalid Java code.
by Ewan Higgs
· 5 years ago
77d96c1
THRIFT-4960 bare trait (dyn) warnings Client: Rust Patch: Danny Browning
by Danny Browning
· 5 years ago
f1bc6ae
Fix typo in xml comment Client: C# Patch: Vladimir Arkhipov
by Vladimir Arkhipov
· 5 years ago
b7bd211
Prevent "Log file size too large" messages during CI tests
by Jens Geyer
· 6 years ago
8ff8abd
THRIFT-4957 testSanePartsOfCompactProtoTestStruct FAILED
by Jens Geyer
· 5 years ago
236032a
THRIFT-4953: Missing Field Identifiers
by Danny Browning
· 5 years ago
942bd84
Bare Trait Warnings
by Danny Browning
· 5 years ago
a715f70
THRIFT-4944 Field IDs > 255 fail with compact protocol
by Jens Geyer
· 5 years ago
a4fc3d4
THRIFT-4907 strong named assemblies wanted Client: netstd Patch: Jens Geyer
by Jens Geyer
· 5 years ago
693e19c
THRIFT-4939 TThriftListImpl<T>.Sort() does not use comparer
by Alex-Rud
· 5 years ago
81f5e10
THRIFT-4865:Replace expired Charsets with StandardCharsets
by Issacpeng
· 5 years ago
2ff4b13
THRIFT-4936 add depth limit type exception description
by pengzhouhu
· 5 years ago
9cf37be
THRIFT-4919 THttpTransport.cs (netstd) and THttpClientTransport (netcore) have bad timeout code
by Jens Geyer
· 5 years ago
26ef904
THRIFT-4914: Send context THeaders for client writes
by Yuxuan 'fishy' Wang
· 5 years ago
b1002a7
THRIFT-4914: Add THeader to context for server reads
by Yuxuan 'fishy' Wang
· 5 years ago
6ae2b18
THRIFT-4612: Avoid double wrapping THeaderTransport
by Yuxuan 'fishy' Wang
· 5 years ago
bb311a7
Add pointer helpers for missing types
by Craig Wickesser
· 5 years ago
ebb6b2e
THRIFT-4612: Add THeaderTransportFactory to go library
by Yuxuan 'fishy' Wang
· 5 years ago
4c84737
THRIFT-4908: remove reader&writer in Golang's TBinaryProtocol
by guozhu cheng
· 5 years ago
286eee1
THRIFT-4849: Do not Ignore InterruptedException
by Beluga Behr
· 6 years ago
234e80e
THRIFT-4844: createConnection ignores connect_timeout option
by fmalaguti
· 6 years ago
178891f
THRIFT-4805: Fixed readme files
by James E. King III
· 6 years ago
c35ed73
THRIFT-4805: Suppress excessive logging of SASL TTransportExceptions in case of END_OF_FILE
by Mithun RK
· 6 years ago
08a6eb6
THRIFT-4902: Swift 4 and 5 compatibility (#1827)
by Antoine Cœur
· 6 years ago
3131fe9
THRIFT-4904: Fix python unit test errors and exception escapes
by James E. King III
· 6 years ago
93ff9b0
Update language levels, fix erlang and rust in CI
by James E. King III
· 6 years ago
1a2dee6
Use THRIFT_WRITE instead of ::write in TFileTransport.cpp
by Shaoyu Zhang
· 6 years ago
6a61dfa
THRIFT-4830: Add to_string helper function for cpp generator (#1765)
by soroshsabz
· 6 years ago
9b49c96
THRIFT-4842 - Fix memory leak on set property c_glib (#1773)
by Gonzalo Aguilar Delgado
· 6 years ago
6c847d2
THRIFT-4878 - [c_glib] add unix domain socket support to ThriftSocket (#1807)
by Kevin Wojniak
· 6 years ago
a392566
THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821)
by Kevin Wojniak
· 6 years ago
d9019fc
THRIFT-4797: Fix import collisions in Go
by John Boiles
· 6 years ago
bd1a273
THRIFT-4898 Pipe write operations across a network are limited to 65,535 bytes per write.
by Jens Geyer
· 6 years ago
62238d1
THRIFT-4886 More detailed error information for WinHTTP transport
by Jens Geyer
· 6 years ago
1e808af
THRIFT-4893 Enable automatic content encoding handling for gzip,deflate in the HTTP client
by Jens Geyer
· 6 years ago
19505c3
THRIFT-4894 Enable automatic content encoding handling for gzip,deflate in the WinHTTP client
by Jens Geyer
· 6 years ago
95870f0
THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804)
by antbofh
· 6 years ago
29ecfab
CPP generator test, catching exceptions by ref instead.
by David Carlier
· 6 years ago
3f0d444
Implement episodic compilation for js code generation
by Mustafa Senol Cosar
· 6 years ago
433a649
THRIFT-4886 More detailed error information for WinHTTP transport
by Jens Geyer
· 6 years ago
4d46c11
THRIFT-4612: THeader support in go library
by Yuxuan 'fishy' Wang
· 6 years ago
823474e
THRIFT-4848: Add ability to set Content-Type,Accept headers in HTTP client
by Kyle Smith
· 6 years ago
19fdca8
THRIFT-4886 More detailed error information for WinHTTP transport
by Jens Geyer
· 6 years ago
b342bd9
THRIFT-4884 Add serialisation performance test for Delphi
by Jens Geyer
· 6 years ago
83ff753
THRIFT-4882 Autodetect proxy settings with WinHTTP
by Jens Geyer
· 6 years ago
47f6317
THRIFT-4881 Allow TLS1.1 and TLS1.2 even when not configured as systemwide default
by Jens Geyer
· 6 years ago
9369443
THRIFT-4879 general performance improvements for netstd library
by Jens Geyer
· 6 years ago
5a17b13
THRIFT-4879 general performance improvements for netstd library
by Jens Geyer
· 6 years ago
057bebc
Merge branch '0.12.1'
by James E. King III
· 6 years ago
370d751
spelling mistake, perhaps (#1803) [ci skip
by timestee
· 6 years ago
Next »