Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
213ea258de6796e1302e57f4246434ca3c9a2ac6
213ea25
THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset
by Roger Meier
· 11 years ago
56d41eb
THRIFT-2349: Golang - improve tutorial
by Jens Geyer
· 11 years ago
38b1a04
THRIFT-2343 Fix tutotial code and codegen for methods without exceptions
by Jens Geyer
· 11 years ago
4904ab8
THRIFT-2343 Golang - Return a single error for all exceptions instead of multiple return values
by Jens Geyer
· 11 years ago
0f60bd4
THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too
by Roger Meier
· 11 years ago
301dfa9
THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL Patch: soyer
by Roger Meier
· 11 years ago
d95fc9b
THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight")
by Jens Geyer
· 11 years ago
483d791
THRIFT-2340 Generated server implementation does not send response type EXCEPTION on the Thrift.TApplicationExceptionType.UNKNOWN_METHOD exception
by Jens Geyer
· 11 years ago
813749d
THRIFT-2338 First doctext wrongly interpreted as program doctext in some cases
by Jens Geyer
· 11 years ago
b3e7849
THRIFT-2310 PHP Client-side support for Multiplexing Services (Patch v1 ONLY)
by Jens Geyer
· 11 years ago
54a6636
THRIFT-2337 Golang does not report TIMED_OUT exceptions
by Jens Geyer
· 11 years ago
ee78e31
.gitignore update
by Roger Meier
· 11 years ago
64998e2
THRIFT-2334 nodejs: add a tutorial for node JS Patch: Pierre Lamot
by Roger Meier
· 11 years ago
0ef1e2e
erlang: use https instead of git for dependency URL
by Roger Meier
· 11 years ago
c88d581
THRIFT-2317 add disable option to exclude tutorial from build
by Roger Meier
· 11 years ago
8909cbd
THRIFT-2327 nodejs: nodejs test suite should be bundled with the library
by Roger Meier
· 11 years ago
d002454
doap.rdf: validated rdf - add rdf:parseType="Collection" to release
by Roger Meier
· 11 years ago
f9d16b1
THRIFT-2332 RPMBUILD: run bootstrap (if needed) Patch: Nevo Hed
by Roger Meier
· 11 years ago
aefd9c4
cpp: TSSLServerSocket should use THRIFT_SOCKET
by Roger Meier
· 11 years ago
e8379b5
THRIFT-2320 Program level doctext does not get attached by parser
by Jens Geyer
· 11 years ago
ad7f788
THRIFT-2330 Generate PHPDoc comments Patch: Maurus Cuelenaere
by Roger Meier
· 11 years ago
beb9377
THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read()
by Jens Geyer
· 11 years ago
026d7fc
THRIFT-2323 Uncompileable Delphi code generated for typedef'd structs
by Jens Geyer
· 11 years ago
507740c
Thrift-2184: undefined method rspec_verify for Thrift::MemoryBufferTransport
by jfarrell
· 11 years ago
194f011
THRIFT-2108 java: Fix TAsyncClientManager timeout race Patch: Vadim Spivak
by Roger Meier
· 11 years ago
9aa08a9
THRIFT-1810 add ruby to test/test.sh
by Roger Meier
· 11 years ago
c95d5df
THRIFT-1810 add ruby to test/test.sh
by Roger Meier
· 11 years ago
0e81480
THRIFT-2229 cpp:thrift failed to build on OSX 10.9 GM
by Roger Meier
· 11 years ago
77369a0
THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client.
by Jens Geyer
· 11 years ago
169d655
THRIFT-2312 .travis.yml: no apt-get update/upgrade,
by Roger Meier
· 11 years ago
dffc9fe
THRIFT-2196 Fix invalid dependency in Makefile.am Patch: Hiroaki Kawai
by Roger Meier
· 11 years ago
78dbd5c
THRIFT-2318 perl: dependency Class::Accessor not checked Patch: Roger Meier
by Roger Meier
· 11 years ago
aae8acb
THRIFT-2318 perl: dependency Class::Accessor not checked Patch: Roger Meier
by Roger Meier
· 11 years ago
09cc5e7
THRIFT-2316 cpp: TFileTransportTest is to restrictive
by Roger Meier
· 11 years ago
6635058
THRIFT-2312 .travis.yml: enable ruby, php and mingw compiler build
by Roger Meier
· 11 years ago
84cd284
Thrift-2229:thrift failed to build on OSX 10.9 GM
by jfarrell
· 11 years ago
216374e
THRIFT-2313 nodejs server crash after processing the first request when using MultiplexedProcessor/FramedBuffer/BinaryProtocol
by henrique
· 11 years ago
a16737a
THRIFT-2311 Go: invalid code generated when exception name is a go keyword
by Jens Geyer
· 11 years ago
0240572
THRIFT-2182 rb: segfault in regression tests (GC bug in rb_thrift_memory_buffer_write)
by Roger Meier
· 11 years ago
a510d6b
THRIFT-2183 gem install fails on zsh Patch: Paul Brannan
by Roger Meier
· 11 years ago
d45b7db
rb: remove CHANGELOG
by Roger Meier
· 11 years ago
3233fe8
some gitignores
by Roger Meier
· 11 years ago
090a5e4
remove nonsense file lib/rb/CHANGELOG
by Roger Meier
· 11 years ago
6232014
THRIFT-2130 D library/test: parts of "make check" code do not compile with recent dmd-2.062 through dmd-2.064alpha
by Roger Meier
· 11 years ago
38391a7
D: add client_pool_test to libevent_dependent_ran_tests
by Roger Meier
· 11 years ago
b2b4a5c
THRIFT-2185 use cabal instead of runhaskell in haskell library Patch: John Chee
by Roger Meier
· 11 years ago
c0c889b
THRIFT-1964 'Isset' causes problems with C#/.NET serializers
by Jens Geyer
· 11 years ago
b27012c
add some .gitignore
by Roger Meier
· 11 years ago
b9d5522
THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes
by Jens Geyer
· 11 years ago
11c813e
Thrift-2309: Ruby and PHP added to RPM subpackages Client: build Patch: Nevo Hed
by jfarrell
· 11 years ago
f41d79d
THRIFT-2029: Port C++ tests to Windows Client: cpp
by Ben Craig
· 11 years ago
06dbb8f
THRIFT-2211:Exception constructor does not contain namespace prefix
by Jake Farrell
· 11 years ago
5d02b80
Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig
by Jake Farrell
· 11 years ago
05f37f1
THRIFT-2219: Thrift gem fails to build on OS X Mavericks
by jfarrell
· 11 years ago
f161282
nodejs: add NODE_PATH
by Roger Meier
· 11 years ago
6bac11f
THRIFT-2304 cpp:Move client assignments from construtor in method
by Roger Meier
· 11 years ago
2c7e89b
.travis.yml: do "The Miracle Combination" for apt-get§
by Roger Meier
· 11 years ago
cf8b626
THRIFT-2304 cpp:Move client assignments from construtor in method
by Roger Meier
· 11 years ago
f6acf44
THRIFT-2303 TBufferredTransport not properly closing underlying transport
by Jens Geyer
· 11 years ago
2136694
THRIFT-2297: TJsonProtocol implementation for Delphi does not allow for both possible slash (solidus) encodings, including a test case
by Jens Geyer
· 11 years ago
ad0141a
Modified/added some Delphi ignores
by Jens Geyer
· 11 years ago
bcca1d9
THRIFT-2300 D configure info output should follow same format as other languages
by Jens Geyer
· 11 years ago
1fb6847
THRIFT-2299 TJsonProtocol implementation for Ruby does not allow for both possible slash (solidus) encodings
by Jens Geyer
· 11 years ago
4d1b0ea
THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings
by Jens Geyer
· 11 years ago
7975950
THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/)
by Jens Geyer
· 11 years ago
53db7cc
THRIFT-2293 java: TSSLTransportFactory.createSSLContext() leaves files open
by Roger Meier
· 11 years ago
1406c9a
THRIFT-2290 anyfile.go:10: imported and not used: "math"
by Jens Geyer
· 11 years ago
d9c80e2
THRIFT-2322: serializer testcase helper file regenerated with most recent Thrift compiler
by Jens Geyer
· 11 years ago
4095d62
THRIFT-2322: wrong Go code generated for assignment of an optional set
by Jens Geyer
· 11 years ago
5ba91f2
THRIFT-2271 JavaScript: Support for Multiplexing Services
by henrique
· 11 years ago
d960e6e
THRIFT-2195 Delphi event handlers - fix for multiplex protocol
by Jens Geyer
· 11 years ago
bf3a19d
THRIFT-2288 Go impl of Thrift JSON protocol wrongly writes/expects true/false for bools
by Jens Geyer
· 11 years ago
0853ab6
THRIFT-2232 IsSet* broken in Go
by Jens Geyer
· 11 years ago
2c4f306
THRIFT-2194 Node: Not actually prepending residual data in TFramedTransport.receiver
by Jens Geyer
· 11 years ago
acdac81
THRIFT-2263 java: Always generate good hashCode for Java Patch: Andrew Gaul
by Roger Meier
· 11 years ago
4f00134
THRIFT-2274 java: TNonblockingServer and TThreadedSelectorServer do not close their channel selectors on exit and leak file descriptors
by Roger Meier
· 11 years ago
5b8e770
THRIFT-2282 Incorect code generated for some typedefs
by Jens Geyer
· 11 years ago
739032a
THRIFT-2281 Generated send/recv code ignores errors returned by the underlying protocol
by Jens Geyer
· 11 years ago
ce8d518
THRIFT-2280 TJSONProtocol.Flush() does not really flush the transport
by Jens Geyer
· 11 years ago
88103ca
THRIFT-2040 "uninitialized variable" warnings on MSVC/windows
by Roger Meier
· 11 years ago
a596038
THRIFT-2278 Buffered transport doesn't support writes > buffer size
by Jens Geyer
· 11 years ago
7949447
THRIFT-2279 TSerializer only returns the first 1024 bytes serialized
by Jens Geyer
· 11 years ago
f322d91
THRIFT-2275 Fix memory leak in golang compact_protocol.
by Jens Geyer
· 11 years ago
4b4f42b
THRIFT-2249:Add SMP Build option to thrift.spec (and three config defines)
by jfarrell
· 11 years ago
8bdff94
THRIFT-2267:Should be able to choose socket family in Python TSocket
by jfarrell
· 11 years ago
3979b86
THRIFT-2267:Should be able to choose socket family in Python TSocket
by jfarrell
· 11 years ago
cba92b3
THRIFT-2145:Rack and Thin are not just development dependencies
by jfarrell
· 11 years ago
f35975b
THRIFT-2261 java: error: unmappable character for encoding ASCII
by Roger Meier
· 11 years ago
5f2d34e
THRIFT-2229 thrift failed to build on OSX 10.9 GM
by Roger Meier
· 11 years ago
3da1c90
THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3
by Roger Meier
· 11 years ago
5df24f7
THRIFT-2172 Java compiler allocates optionals array for every struct with an optional field
by Roger Meier
· 11 years ago
b54fbd3
THRIFT-2193 Java code generator emits spurious semicolon when deep copying binary data
by Jens Geyer
· 11 years ago
4ccc24f
THRIFT-2227 Thrift compiler generates spurious warnings with Xlint
by Jens Geyer
· 11 years ago
13848c6
THRIFT-2254 Exceptions generated by Go compiler should implement error interface
by Jens Geyer
· 11 years ago
d335acd
THRIFT-2259 C# unexpected null logDelegate() pointer causes AV in TServer.serve()
by Jens Geyer
· 11 years ago
1ee7bb6
THRIFT-1813 java: Add @Generated annotation to generated classes
by Roger Meier
· 11 years ago
3e25e5e
Python Tornado TTornadoServer base class change Patch: Bryan Pham
by henrique
· 11 years ago
f4e6e62
THRIFT-2214: System header sys/param.h is included inside the Thrift namespace
by Ben Craig
· 11 years ago
5def2f8
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
by henrique
· 11 years ago
3bd05b0
ignore test log files
by henrique
· 11 years ago
Next »