Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
ae0b22cc29a329f5e094c37d8fff166d01b6fab5
/
lib
ae0b22c
THRIFT-2513 clean up enum value assignment Patch: Dave Watson
by Jens Geyer
· 10 years ago
0cc6d3c
THRIFT-2690
by Roger Meier
· 10 years ago
b3f6ea1
THRIFT-2067 C++: all generated objects provide ostream operator<<
by Konrad Grochowski
· 10 years ago
b191ecc
THRIFT-2686 Another extraneous semicolon - TBinaryProtocol.h
by Roger Meier
· 10 years ago
db8751b
THRIFT-2673 PHP: generated Service_method_result code should not have validators
by Roger Meier
· 10 years ago
aa42d61
THRIFT-2677 haskell library and tutorial: build with network > 2.5
by John Chee
· 10 years ago
7fa9848
THRIFT-2680 c_glib: ThriftFramedTransport fails when peer unexpectedly closes connection
by Roger Meier
· 10 years ago
e1358ce
THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward decl and definition
by Konrad Grochowski
· 10 years ago
5d6378f
fix js list<map> support
by Liangliang He
· 10 years ago
9be413f
Add getOrigin() function to TTransport
by Pascal Bach
· 10 years ago
e26db2f
THRIFT-847 Test Framework harmonization across all languages
by Roger Meier
· 10 years ago
d921791
THRIFT-847 Test Framework harmonization across all languages
by cdwijayarathna
· 10 years ago
5f841df
THRIFT-2660 Validate the bytes received in TSaslTransport
by Roger Meier
· 10 years ago
c983250
THRIFT-2660 Validate the bytes received in TSaslTransport
by Roger Meier
· 10 years ago
862218e
THRIFT-2641 Improvements to Haskell Compiler/Libraries
by Roger Meier
· 10 years ago
af5d64a
THRIFT-2641 Improvements to Haskell Compiler/Libraries
by Noam Zilberstein
· 10 years ago
d52edba
THRIFT-2231 Support tornado-4.x (Python)
by Roger Meier
· 10 years ago
7fd0640
THRIFT-2649 TAsyncClientManager leaks the selector
by Roger Meier
· 10 years ago
06d0fa0
THRIFT-2648 cleanup erlang lib
by alisdair sullivan
· 10 years ago
57e68b2
THRIFT-2643 Introduce additional deserialize() variant with offset/length
by Charles O'Farrell
· 10 years ago
8033e7e
Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated"
by Roger Meier
· 10 years ago
60b7ad6
THRIFT-2639 c_glib: Expose as properties members of generated structs
by Roger Meier
· 10 years ago
5c0e987
THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer
by Jens Geyer
· 10 years ago
f04d9f4
make clean should remove gen-go folder
by Jens Geyer
· 10 years ago
bee7b73
Add unit test for OpenSSL manual initialization
by Alan Dunn
· 10 years ago
c0ff556
Add ability to take control of OpenSSL initialization
by Alan Dunn
· 10 years ago
8953e70
Expose OpenSSL initialization functions
by Alan Dunn
· 10 years ago
8345772
THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated
by Jens Geyer
· 10 years ago
c0a7d72
THRIFT-2638 travis: build with Haskell Patch: John Chee
by henrique
· 10 years ago
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
· 11 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
Next »