Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
b0b710a426fedb48ff5d0643ba64e339ee7efa31
b0b710a
THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is specifically asked for to make the defaults more secure; added a matrix security unit test for SSL in the cpp lib
by Jim King
· 10 years ago
f6eebba
THRIFT-3260 multiple warnings in c_glib tutorial
by Jens Geyer
· 9 years ago
7505118
THRIFT-3277 THttpClient leaks connections if it's used for multiple requests
by Jens Geyer
· 9 years ago
5e0f775
THRIFT-3278 NodeJS: Fix exception stack traces and names
by Andrew de Andrade
· 9 years ago
f5f1b35
THRIFT-3053: Added perl SSL Socket support, split SSLSocket and SSLServerSocket out from their base classes, fixed THRIFT-3191 generated perl compiler exception handling code, added perl to make cross, fixed THRIFT-3189 allowing perl to listen on a specific interface through construction arguments. Did not add support in the perl client SSLSocket to verify server certificate authenticity at this time.
by Jim King
· 10 years ago
4a1e886
Deleting a duplicate TPipe ctor declaration that snuck in
by Ben Craig
· 9 years ago
6515aad
THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket
by Ben Craig
· 9 years ago
46ab187
THRIFT-3273 c_glib: Generated code tries to convert between function and void pointers
by Jens Geyer
· 9 years ago
482da72
THRIFT-3267 c_glib: "Critical" failure during unit tests
by Jens Geyer
· 10 years ago
1c19027
THRIFT-3266 c_glib: Multiple compiler warnings building unit tests
by Jens Geyer
· 10 years ago
57ac33e
THRIFT-3264 Fix Erlang 16 namespaced types
by Jens Geyer
· 10 years ago
8c5fce9
THRIFT-2917 "make clean" breaks test/c_glib Client: c_glib Patch: Simon South
by Jens Geyer
· 10 years ago
8677719
THRIFT-2957 warning: source file %s is in a subdirectory, but option 'subdir-objects' is disabled
by Jens Geyer
· 10 years ago
da0b71f
THRIFT-3271 "Could not find or load main class configtest_ax_javac_and_java" on some non-english systems
by Jens Geyer
· 10 years ago
b2e90c1
THRIFT-3042: Dockerfiles fail to build client: build patch: jfarrell
by jfarrell
· 10 years ago
ca8469e
THRIFT-3241 fatal error: runtime: cannot map pages in arena address space
by Jens Geyer
· 10 years ago
f7d327a
THRIFT-2918 Race condition in Python TProcessPoolServer test
by Jens Geyer
· 10 years ago
e33d165
THRIFT-3255 Thrift generator doesn't exclude 'package' keyword for thrift property names breaking java builds
by Jens Geyer
· 10 years ago
bf0b483
THRIFT-3256 Some D test timings are too aggressive for slow machines
by Jens Geyer
· 10 years ago
b141fd0
THRIFT-3257 warning: extra tokens at end of #endif directive
by Jens Geyer
· 10 years ago
de78b54
THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't
by Ben Craig
· 10 years ago
bcb17bc
THRIFT-3229 unexpected Timeout exception when desired bytes are only partially available
by Jens Geyer
· 10 years ago
02bade1
THRIFT-3247 Generate a C++ thread-safe client
by ben-craig
· 10 years ago
e4b1481
travis: add python-twisted
by Roger Meier
· 10 years ago
e15ade7
THRIFT-3244 TypeScript: fix namespace of imported types
by Frederik Gladhorn
· 10 years ago
ecc2a6b
THRIFT-3242 OSGi Import-Package directive is missing the Apache HTTP packages
by Roger Meier
· 10 years ago
8b01553
THRIFT-3248 Remove additional comma in TypeScript method signature
by Kaspar Fenner
· 10 years ago
af2d9c8
THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept
by ben-craig
· 10 years ago
fae08e7
THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds
by ben-craig
· 10 years ago
1abcbc7
THRIFT-2858 Enable header field case insensitive match in THttpServer
by ben-craig
· 10 years ago
1f64ea9
THRIFT-3245 Tutorials can't be disabled when using CMake
by ben-craig
· 10 years ago
5af2d99
THRIFT-3223 TypeScript: Added support for maps of enums.
by Felipe Barriga Richards
· 10 years ago
20a2551
THRIFT-3222 TypeScript: Fix enum generation (remove quotes)
by Felipe Barriga Richards
· 10 years ago
01a77ab
THRIFT-3230: transform typedef when getting type name
by Jens Geyer
· 10 years ago
90c60e3
THRIFT-3239 Limit recursion depth Client: Haxe Patch: Jens Geyer
by Jens Geyer
· 10 years ago
0104da5
THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer
by Claudius Heine
· 10 years ago
254b458
THRIFT-2858 Enable header field case insensitive match in THttpServer
by Roger Meier
· 10 years ago
8b4e155
Adding audit tool to the compiler's pre-fab Visual Studio project
by Ben Craig
· 10 years ago
012dd4e
Renamed, relocated, and reformated the audit tool's readme file
by Ben Craig
· 10 years ago
3ea26be
THRIFT-3236 MaxSkipDepth never checked Client: Go Patch: Jens Geyer
by Jens Geyer
· 10 years ago
4018036
THRIFT-3235 C#: Limit recursion depth to 64 Client: C# Patch: Jens Geyer
by Jens Geyer
· 10 years ago
d47fcdd
THRIFT-3234 Delphi: Limit recursion depth to 64 Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 10 years ago
cfaadcc
THRIFT-3231 CPP: Limit recursion depth to 64
by Ben Craig
· 10 years ago
262cfb4
THRIFT-3221 Create a tool to audit network compatibility between two
by Ben Craig
· 10 years ago
384f976
THRIFT-3217 Provide a little endian variant of the binary protocol in C++
by Ben Craig
· 10 years ago
33f3f01
THRIFT-1844: Overwrite password string after passing it to openssl.
by Claudius Heine
· 10 years ago
8f11f52
THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase)
by Claudius Heine
· 10 years ago
1704456
Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close"
by Jens Geyer
· 10 years ago
f48588f
THRIFT-3225 Fix TPipeServer unpredictable behavior on close
by Jens Geyer
· 10 years ago
7207c22
THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig
by Ben Craig
· 10 years ago
6e40376
THRIFT-3220 Option to suppress @Generated Annotation entirely
by Jens Geyer
· 10 years ago
74086f1
THRIFT-3219 Provide a C++ tutorial on server-side IP logging and
by Ben Craig
· 10 years ago
5903d67
THRIFT-3211: add php client compact protocol to make cross test
by Jim King
· 10 years ago
2fadc8d
THRIFT-2872 Fix dead lock when all tasks are expired
by Qiao Mu
· 10 years ago
5cf9d77
THRIFT-3214 Add Erlang option for using maps instead of dicts
by Jens Geyer
· 10 years ago
7702536
THRIFT-2921 Make Erlang impl ready for OTP 18 release (dict/0 and set/0 are deprecated)
by Jens Geyer
· 10 years ago
24ef0d6
THRIFT-3193 Option to supress date value in @Generated annotation
by Jens Geyer
· 10 years ago
5ef662b
THRIFT-406 Convert C++ Test to Boost::Test
by Claudius Heine
· 10 years ago
5070756
THRIFT-3210 (uncompileable) code generated for server events while are events not enabled
by Jens Geyer
· 10 years ago
9d803f5
THRIFT-3209: LGPL mentioned in license file client: build Patch: Henri Yandell
by jfarrell
· 10 years ago
aba4b1f
travis CI sudo: required
by Henrique Mendonça
· 10 years ago
3f2e710
THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happens
by Jens Geyer
· 10 years ago
2238ada
THRIFT-3202: Allow HSHAServer to configure min and max worker threads separately.
by jfarrell
· 10 years ago
94d0679
THRIFT-3203: DOAP - please fix "Ocaml" => "OCaml" Client: build Patch: sebb
by jfarrell
· 10 years ago
15d9042
THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments
by Henrique Mendonça
· 10 years ago
0b8132d
THRIFT-3197: keepAliveTime is hard coded as 60 sec in TThreadPoolServer
by jfarrell
· 10 years ago
763841b
THRIFT-3042: Dockerfiles fail to build Client: build Patch: Jfarrell
by jfarrell
· 10 years ago
6cdbd98
Thrift-2922: TRIAL is used with Python tests but not tested accordingly
by jfarrell
· 10 years ago
417b631
THRIFT-3198 Allow construction of TTransportFactory with a specified maxLength
by Jens Geyer
· 10 years ago
42b9be1
THRIFT-3196: Fix a typo in the lua TBinaryProtocol
by Phillipp Röll
· 10 years ago
8b47002
THRIFT-3194 Can't build with go enabled. gomock SCC path incorrect.
by Jens Geyer
· 10 years ago
56a03be
THRIFT-3192 Go import paths changed in 1.4, and expired June 1
by Jens Geyer
· 10 years ago
0856273
fix whitespaces detected by .editorconfig
by Roger Meier
· 10 years ago
4e1ea11
THRIFT-3179 should not bind to localhost when try to connect
by zzn
· 10 years ago
9815c19
THRIFT-3180 fix framed transport
by zzn
· 10 years ago
9b3b8d4
THRIFT-3184 Thrift Go leaves file descriptors open
by Jens Geyer
· 10 years ago
99255de
THRIFT-2967 Add .editorconfig to root
by Roger Meier
· 10 years ago
74d503e
THRIFT-2850 CMake for Apache Thrift
by Roger Meier
· 10 years ago
211b82d
THRIFT-2850 CMake for Apache Thrift
by Roger Meier
· 10 years ago
7daf00c
THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage
by Roger Meier
· 10 years ago
56d38fb
THRIFT-3176 ruby: Union incorrectly implements ==
by Roger Meier
· 10 years ago
401d399
THRIFT-3177 Fails to run rake test
by Roger Meier
· 10 years ago
86a51e7
THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go
by Jens Geyer
· 10 years ago
c0e4a8d
Revert "THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments"
by Henrique Mendonça
· 10 years ago
bbd6fd7
THRIFT-3076 Compatibility with Haxe 3.2.0 Client: Haxe Patch: Jens Geyer
by Jens Geyer
· 10 years ago
b3b7d04
THRIFT-3174: Modify initialism code in Go compiler to check first word
by Jens Geyer
· 10 years ago
1568aef
THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments
by Henrique Mendonça
· 10 years ago
549a9e1
THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler
by Jens Geyer
· 10 years ago
33eef35
THRIFT-3150: fixed help text (thanks to Konstantin who catched this)
by Jens Geyer
· 10 years ago
9265222
THRIFT-3150: fixed help text (thanks to Konstantin who catched this)
by Jens Geyer
· 10 years ago
70219e1
THRIFT-3150 Add an option to make Read and Write methods private
by Jens Geyer
· 10 years ago
04fdd3a
THRIFT-727 what() method of generated exceptions will provide more information
by Jens Geyer
· 10 years ago
8606271
THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct
by Jens Geyer
· 10 years ago
0b09887
THRIFT-2842 Erlang thrift client has infinite timeout
by Jens Geyer
· 10 years ago
b26c0b8
THRIFT-3167 Windows build from source instructions need to be revised
by Jens Geyer
· 10 years ago
e84c582
THRIFT-2916 Add default toHash method to 'class' and 'struct' to meet D's associative arrays requirement.
by Jens Geyer
· 10 years ago
1f6e380
`make style` applied
by Konrad Grochowski
· 10 years ago
3b115df
THRIFT-727 - C++: what() method of generated exceptions will provide more information
by Konrad Grochowski
· 10 years ago
83cd3e8
THRIFT-3162 Rename the 'format' parameter to disambiguate from std.format's format.
by Jens Geyer
· 10 years ago
e46ec45
THRIFT-2850 CMake: mingw32-toolchain, set static linker flags
by Roger Meier
· 10 years ago
Next »