Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
c49544802442100bd6fca47f38da1c228baad524
/
lib
/
cpp
/
src
/
thrift
/
protocol
/
TJSONProtocol.cpp
86352b4
THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class
by zeshuai007
· 4 years, 8 months ago
6475016
THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)
by cyy
· 6 years ago
973c855
THRIFT-4405: fix parsing bug in cpp json header read if sequence ID wrapped around to negative
by James E. King III
· 6 years ago
f95620d
THRIFT-4405: sanity tests relating to sequence numbers
by James E. King III
· 6 years ago
042580f
THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719)
by Sebastian Zenker
· 6 years ago
278528c
THRIFT-4732: windows cmake refinements and add windows docker build support
by James E. King III
· 6 years ago
0140cbf
remove unused variables
by cyy
· 6 years ago
316723a
remove stdcxx namespace and use std directly
by cyy
· 6 years ago
17a9cff
Fix warning: catching polymorphic type ‘class std::runtime_error’ by value
by proller
· 6 years ago
43f4bf2
THRIFT-4376: fix a few high impact coverity defects:
by James E. King, III
· 7 years ago
82ae957
THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr)
by James E. King, III
· 8 years ago
117a5cc
THRIFT-4138: Remove undefined behavior imported from Boost Client: C++
by Jim Apple
· 8 years ago
7edc8fa
THRIFT-3873: fix various compiler warnings and overflow errors
by James E. King, III
· 8 years ago
11da87e
THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically
by Nobuaki Sukegawa
· 8 years ago
1654fe9
THRIFT-3476: fix missing header
by Jim King
· 9 years ago
4300b72
THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol
by dtmuller
· 9 years ago
f98d59f
THRIFT-3757 Fix various compile warnings with VS2015
by tpcwang
· 9 years ago
0433d17
THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol
by Wang Yaofu
· 9 years ago
dfb6896
THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359
by Nobuaki Sukegawa
· 9 years ago
a84e139
THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol
by Konrad Grochowski
· 9 years ago
a175437
THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded.
by Nobuaki Sukegawa
· 9 years ago
8f11f52
THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase)
by Claudius Heine
· 10 years ago
1f6e380
`make style` applied
by Konrad Grochowski
· 10 years ago
12b06e4
THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale
by Konrad Grochowski
· 10 years ago
3b5dacb
THRIFT-2849: spelling errors fixed using codespell tool
by Konrad Grochowski
· 10 years ago
16a23a6
THRIFT-2729: C++ - .clang-format created and applied
by Konrad Grochowski
· 10 years ago
240120c
Revert "THRIFT-2729: C++ - .clang-format created and applied"
by Konrad Grochowski
· 10 years ago
74260aa
THRIFT-2729: C++ - .clang-format created and applied
by Konrad Grochowski
· 10 years ago
4285ba2
THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout
by Roger Meier
· 12 years ago
b69d24d
THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig
by Roger Meier
· 12 years ago
49ff8b1
THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'
by Roger Meier
· 13 years ago
[Renamed (99%) from lib/cpp/src/protocol/TJSONProtocol.cpp]
3b771a1
THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny
by Roger Meier
· 14 years ago
4a2bc1b
THRIFT-977. cpp: Hex Conversion Bug in C++ TJSONProtocol
by Bryan Duxbury
· 14 years ago
e71115b
THRIFT-922. cpp: Templatize binary and compact protocol
by David Reiss
· 14 years ago
6806fb8
THRIFT-922. cpp: Convert protocol classes to use non-virtual functions
by David Reiss
· 14 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
b5e6221
THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift
by T Jake Luciani
· 16 years ago
6713e1b
THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBegin
by David Reiss
· 16 years ago
6412000
C++: Make write{Struct,Field}Begin take "name" as a const char*.
by David Reiss
· 17 years ago
a177109
Fix Thrift.cpp for non-Linux systems.
by David Reiss
· 17 years ago
2c9824c
Fix potential out of bounds read issue with getTypeIDForTypeName().
by David Reiss
· 17 years ago
9163073
Fix for JSON Protocol string-reading methods.
by David Reiss
· 17 years ago
1e62ab4
TJSONProtocol no longer uses borrow, and miscellaneous fixes.
by David Reiss
· 17 years ago
db0ea15
Thrift: Add a full-featured JSON protocol for C++.
by David Reiss
· 17 years ago