Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
54c0d2e8e71678f3f77339f4b3a3a640c29aeaa4
/
lib
54c0d2e
THRIFT-2122 NPE in TSSLTransportFactory.createClient when no truststore password is passed in custom SSL params
by Roger Meier
· 10 years ago
e3f0a42
THRIFT-2489 Peer host name not provied when performing AccessManager common name verification.
by Roger Meier
· 10 years ago
6aacd4c
THRIFT-2394 TCurlClient: an HTTP transport implementation using libcurl
by Roger Meier
· 10 years ago
fcd062d
THRIFT-2173 Move FrameBuffer creation to a factory method for cusomization
by Roger Meier
· 10 years ago
84d1188
THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods
by Roger Meier
· 10 years ago
ce9cf13
THRIFT-2619 Go lib http transport does not handle EOF correctly
by Roger Meier
· 10 years ago
da8b607
THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called)
by Roger Meier
· 10 years ago
7dce7b2
THRIFT-1260 The thrift THttpclient in c# client is not closing the connections when calling SendRequest
by Jens Geyer
· 10 years ago
fb6ed7e
THRIFT-2628 erlang: struct member name conflicts due to lowercased names
by alisdair sullivan
· 10 years ago
577f407
THRIFT-2632 add "validate" option to generate read/write validation code
by Jens Geyer
· 10 years ago
909f186
THRIFT-2636 c_glib: ThriftApplicationException: Expose "type" and "message" properties
by Roger Meier
· 10 years ago
dfdc008
THRIFT-1944 Binding to zero port
by Roger Meier
· 10 years ago
8b51bc6
remove trailing whitespace
by Roger Meier
· 10 years ago
feea947
THRIFT-2633 remove 'this is a dummy struct' structs from generated erlang
by alisdair sullivan
· 10 years ago
1d7e35a
THRIFT-2631 c_glib: Support service inheritance in clients
by Roger Meier
· 10 years ago
3148f21
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
by Roger Meier
· 10 years ago
8a2bab3
THRIFT-1766 [Ruby] Provide support for binary types Patch: Vanja Bucic
by henrique
· 10 years ago
cb3f3f3
THRIFT-1357:Erlang Dependency breaks build
by alisdair sullivan
· 10 years ago
9a93fe0
THRIFT-2612 Java TCompactProtocol.readBinary zero copying
by Jens Geyer
· 11 years ago
1a36323
THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp
by Jens Geyer
· 11 years ago
0e86f1f
THRIFT-2624: Add TServerEventHandler support to C# Client: C# Patch: ra
by Randy Abernethy
· 11 years ago
30a472e
THRIFT-2602: Fix missing dist files Client: build process Patch: jfarrell
by jfarrell
· 11 years ago
4c8506e
Thrift-2602:Fix missing dist files Client: build process Patch: jfarrell
by jfarrell
· 11 years ago
ef7d56c
THRIFT-2602:Fix missing dist files Client: ruby Patch: jfarrell
by jfarrell
· 11 years ago
750df2e
THRIFT-2620: Fix python packaging Client: build process Patch: jfarrell
by jfarrell
· 11 years ago
8fd8c63
THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell
by jfarrell
· 11 years ago
b7af66e
THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removed
by Konrad Grochowski
· 11 years ago
2e9be75
THRIFT-2610 MSVC warning in TSocket.cpp
by Roger Meier
· 11 years ago
3e50a9a
THRIFT-2605 TSocket warning on gcc 4.8.3
by Roger Meier
· 11 years ago
f83c0e1
THRIFT-2416 Cannot use TCompactProtocol with MSVC
by Roger Meier
· 11 years ago
5f61d29
THRIFT-2609 TFileTransport.h unused field warning (clang 3.4)
by Roger Meier
· 11 years ago
2768eb2
THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4
by Roger Meier
· 11 years ago
9a242c0
THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4
by Roger Meier
· 11 years ago
ca545bd
THRIFT-2606 ThreadManager.h warning in clang++ 3.4
by Roger Meier
· 11 years ago
464a3a4
THRIFT-2092 TNonblocking server should release handler as soon as connection closes
by Roger Meier
· 11 years ago
1a5127b
THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010
by Roger Meier
· 11 years ago
f9fbda8
THRIFT-1926 PHP Constant Generation Refactoring
by Roger Meier
· 11 years ago
81b3a42
THRIFT-2524 Visual Studio project is missing TThreadedServer files
by Jens Geyer
· 11 years ago
41312c7
THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support
by Jens Geyer
· 11 years ago
9a4f40d
THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support
by Jens Geyer
· 11 years ago
bc2ca4e
THRIFT-1926 PHP Constant Generation Refactoring
by Jens Geyer
· 11 years ago
0dd35a6
fix global leaks and copy-paste errors
by Wade Simmons
· 11 years ago
9bb4c11
Testcase fixed
by Jens Geyer
· 11 years ago
35c8b97
fix TFramedTransport residual continuation
by Wade Simmons
· 11 years ago
bf2617e
Thrift-THRIFT-2574: Compiler option to generate namespace directories for Ruby
by jfarrell
· 11 years ago
c9bdd50
THRIFT-2579 C++ lib Windows CE support
by henrique
· 11 years ago
58993d1
THRIFT-2577 C++ TFileTransport missuse of closesocket on windows platform
by henrique
· 11 years ago
ad67aa0
THRIFT-2581 C++ TFDTransport destructor should not throw
by henrique
· 11 years ago
104ecb6
FIX broken test
by Jens Geyer
· 11 years ago
c0d126f
THRIFT-2549 Generate json tag for struct members. use go.tag annotation to override the default generated tag.
by Jens Geyer
· 11 years ago
329d59a
THRIFT-2576 Implement Thrift.Protocol.prototype.skip method in JavaScript library
by Jens Geyer
· 11 years ago
32f3982
THRIFT-2578 Moving 'make cross' from test.sh to test.py
by Roger Meier
· 11 years ago
44c9b44
THRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on Windows
by Randy Abernethy
· 11 years ago
63fcb7e
THRIFT-2520 cpp:cob_style generates incorrect .tcc file
by Roger Meier
· 11 years ago
cd9dd51
THRIFT-2572 Add string/collection length limit checks (from C++) to java protocol readers
by Roger Meier
· 11 years ago
faf52db
THRIFT-2569 Introduce file to specify third party library locations on Windows
by Roger Meier
· 11 years ago
7b11fec
THRIFT-2568 Implement own certificate handler Client: C# Patch: Michael Blättler
by Jens Geyer
· 11 years ago
5c97603
THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names
by Roger Meier
· 11 years ago
e86428c
THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names
by Roger Meier
· 11 years ago
80a44f8
THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills serve thread
by Roger Meier
· 11 years ago
4b0fede
THRIFT-1584 could not SetMinThreads in ThreadPool on single-core machines
by Jens Geyer
· 11 years ago
97243a7
THRIFT-2239 Address FindBugs errors
by Roger Meier
· 11 years ago
f8c1c98
THRIFT-847 Test Framework harmonization across all languages
by Roger Meier
· 11 years ago
8fcc82b
Updated makefile for THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects
by Jens Geyer
· 11 years ago
f64d7e0
THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects
by Jens Geyer
· 11 years ago
4f073d8
THRIFT-2505 fix apache license header
by henrique
· 11 years ago
d0265c7
THRIFT-2522 TypeScript extension for Thrift Compiler
by henrique
· 11 years ago
ada1016
THRIFT-2522 TypeScript extension for Thrift Compiler
by Pascal Schweizer
· 11 years ago
91cfb99
THRIFT-2500 sending random data crashes thrift(golang) service
by Jens Geyer
· 11 years ago
b7cb945
THRIFT-2537 Path for "go get" does not work Client: Go Patch: Jens Geyer
by Jens Geyer
· 11 years ago
816790b
Thrift-2535:TJSONProtocol when serialized yields TField ids rather than names
by jfarrell
· 11 years ago
303eb1b
THRIFT-2401 Haskell tutorial compiles
by Roger Meier
· 11 years ago
73b58a2
THRIFT-1771 "make check" fails on x64 for libboost_unit_test_framework.a
by Roger Meier
· 11 years ago
20aeba3
THRIFT-2511 Node.js compact protocol Client: Node Patch: Randy Abernethy
by ra
· 11 years ago
facc8dc
THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs
by Jens Geyer
· 11 years ago
f459868
THRIFT-2497 server and client for test/go, also several fixes and improvements
by Jens Geyer
· 11 years ago
c0ad368
THRIFT-2455 Allow client certificates to be used with THttpClient
by Jens Geyer
· 11 years ago
3704227
THRIFT-2512 lib/${language}/README.md
by Roger Meier
· 11 years ago
2c60625
THRIFT-2512 lib/${language}/README.md
by Roger Meier
· 11 years ago
4fba9d2
THRIFT-2512 lib/${language}/README.md
by Roger Meier
· 11 years ago
6370cfd
THRIFT-2512 lib/${language}/README.md
by Roger Meier
· 11 years ago
5c80b56
THRIFT-2475 c_glib: buffered_transport_write function return always TRUE.
by Roger Meier
· 11 years ago
879cab2
THRIFT-1914 Python: Support for Multiplexing Services on any
by Roger Meier
· 11 years ago
6d1a83a
THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library
by Jens Geyer
· 11 years ago
e52c046
THRIFT-2491 unable to import generated ThriftTest service
by Jens Geyer
· 11 years ago
2a9e6a4
THRIFT-2501: C# The test parameters from the TestServer and TestClient are different from the http://thrift.apache.org/test/
by Jens Geyer
· 11 years ago
885c679
THRIFT-2471 Make cpp.ref annotation language agnostic
by Jens Geyer
· 11 years ago
0997250
THRIFT-2502 Optimize go implementations of binary and compact protocols for speed
by Jens Geyer
· 11 years ago
731975a
THRIFT-2451: Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped to go map or slice. generate Get accessors
by Jens Geyer
· 11 years ago
4920a65
exec permissions for sh files
by henrique
· 11 years ago
d17f1c9
THRIFT-847 Test Framework harmonization across all languages
by henrique
· 11 years ago
2bc4b13
THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server
by henrique
· 11 years ago
779b9ac
THRIFT-2493:Node.js lib needs HTTP client Client: node Patch: Randy Abernethy
by ra
· 11 years ago
8f697cb
THRIFT-2493:Node.js lib needs HTTP client Client: node Patch: Randy Abernethy
by ra
· 11 years ago
751c97c
THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server
by Jens Geyer
· 11 years ago
c1d7943
THRIFT-2347 C# TLS Transport based on THRIFT-181 Client: C# Patch: Beat Käslin
by Jens Geyer
· 11 years ago
7201c0d
THRIFT-2405:Node.js Multiplexer tests fail (silently)
by ra
· 11 years ago
ab2793a
THRIFT-2466: Improper error handling for SSL/TLS connections that don't complete a handshake
by Roger Meier
· 11 years ago
a131b8f
THRIFT-2456 THttpClient fails when using async support outside Silverlight
by Jens Geyer
· 11 years ago
057be5a
THRIFT-2470 THttpHandler swallows exceptions from processor
by Jens Geyer
· 11 years ago
Next »