Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4300b72b2dce36f1cccb71bcabe8f6c42e888ab3
/
lib
/
cpp
/
src
/
thrift
/
protocol
4300b72
THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol
by dtmuller
· 9 years ago
3bf5bf9
THRIFT-3755 TDebugProtocol::writeString hits assert in isprint on Windows with debug CRT
by tpcwang
· 10 years ago
f98d59f
THRIFT-3757 Fix various compile warnings with VS2015
by tpcwang
· 10 years ago
d42d8be
THRIFT-3758 TApplicationException::getType and TProtocolException::getType should be const
by tpcwang
· 10 years ago
0433d17
THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol
by Wang Yaofu
· 10 years ago
95c628e
THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed
by Nobuaki Sukegawa
· 10 years ago
796667b
THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco
by Antonio Di Monaco
· 10 years ago
dfb6896
THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359
by Nobuaki Sukegawa
· 10 years ago
517aa14
THRIFT-3415 - C++: THeader*.h/cpp includes cleanup
by Konrad Grochowski
· 10 years ago
7f4be5f
some 'some make style' suggestions applied to C++ files
by Konrad Grochowski
· 10 years ago
792db4e
THRIFT-2423 Facebook's THeader protocol and transport for cpp
by Dave Watson
· 11 years ago
a84e139
THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol
by Konrad Grochowski
· 10 years ago
a175437
THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded.
by Nobuaki Sukegawa
· 10 years ago
ad3a955
THRIFT-3298: thrift endian converters may conflict with other libraries
by jfarrell
· 10 years ago
8dbe5f6
THRIFT-2199:Remove dense protocol
by Randy Abernethy
· 10 years ago
02bade1
THRIFT-3247 Generate a C++ thread-safe client
by ben-craig
· 10 years ago
cfaadcc
THRIFT-3231 CPP: Limit recursion depth to 64
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
8f11f52
THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase)
by Claudius Heine
· 11 years ago
1f6e380
`make style` applied
by Konrad Grochowski
· 11 years ago
9dfe7b8
THRIFT-2474 complete the ntohll precompile conditionals
by Jim King
· 11 years ago
1a8e048
THRIFT-3120 Minor spelling errors and an outdated URL
by Jens Geyer
· 11 years ago
79c9911
THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers
by Jim King
· 11 years ago
434edf6
THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks
by Jens Geyer
· 11 years ago
12b06e4
THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale
by Konrad Grochowski
· 11 years ago
38bf234
THRIFT-2907 - macro ntohll defined only when needed
by Konrad Grochowski
· 11 years ago
6794698
THRIFT-2874: C++ - typo in TDenseProtocol comment fixed
by Konrad Grochowski
· 11 years ago
37b7a0a
THRIFT-2874: C++ - unused field removed from TBinaryProtocol
by Konrad Grochowski
· 11 years ago
3b5dacb
THRIFT-2849: spelling errors fixed using codespell tool
by Konrad Grochowski
· 11 years ago
16a23a6
THRIFT-2729: C++ - .clang-format created and applied
by Konrad Grochowski
· 11 years ago
240120c
Revert "THRIFT-2729: C++ - .clang-format created and applied"
by Konrad Grochowski
· 11 years ago
74260aa
THRIFT-2729: C++ - .clang-format created and applied
by Konrad Grochowski
· 11 years ago
a86886e
THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL
by Jens Geyer
· 11 years ago
8b51bc6
remove trailing whitespace
by Roger Meier
· 11 years ago
1a5127b
THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010
by Roger Meier
· 11 years ago
885c679
THRIFT-2471 Make cpp.ref annotation language agnostic
by Jens Geyer
· 12 years ago
f4e6e62
THRIFT-2214: System header sys/param.h is included inside the Thrift namespace
by Ben Craig
· 12 years ago
7f10de7
THRIFT-2026: Fix TCompactProtocol 64 bit builds Client: cpp Patch: Ben Craig
by Ben Craig
· 12 years ago
fd64c15
THRIFT-2021: Improve large binary protocol string performance
by Ben Craig
· 12 years ago
4285ba2
THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout
by Roger Meier
· 13 years ago
7cb7fc8
THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues
by Carl Yeksigian
· 13 years ago
b6dfc90
THRIFT-1986 fix TCompactProtocol constants
by Henrique Mendonça
· 13 years ago
cde23df
THRIFT-1986 TCompactProtocol constants truncated on Windows (C4309)
by Roger Meier
· 13 years ago
64a799d
THRIFT-1987 TCompactProtocol.tcc/h warnings on Visual Patch: Konrad Grochowski
by Roger Meier
· 13 years ago
3e93711
THRIFT-1992: Fix TCompactProtocol compiler warnings
by Carl Yeksigian
· 13 years ago
3a931b5
THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server
by Roger Meier
· 13 years ago
a7ab94d
THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6
by Roger Meier
· 13 years ago
8252577
THRIFT-1740 Make C++ library build on OS X and iOS
by Roger Meier
· 13 years ago
b69d24d
THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig
by Roger Meier
· 13 years ago
f42ae01
Thrift-1567:Thrift/cpp: Allow alternate classes to be used for strings
by Jake Farrell
· 14 years ago
f9f841d
THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements
by Roger Meier
· 14 years ago
4cb8e40
THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox
by Roger Meier
· 14 years ago
2badac7
THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path
by Roger Meier
· 14 years ago
1516be0
Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunk
by Roger Meier
· 14 years ago
92a90ff
THRIFT-1566 Thrift/cpp: Use some different string operations
by Roger Meier
· 14 years ago
49ff8b1
THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'
by Roger Meier
· 14 years ago