Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
792db4e92607a38a45eeb57f9561210cd4d4ef73
/
lib
/
cpp
792db4e
THRIFT-2423 Facebook's THeader protocol and transport for cpp
by Dave Watson
· 10 years ago
a84e139
THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol
by Konrad Grochowski
· 9 years ago
d9d5120
THRIFT-3237 Fix TNamedPipeServer::createNamedPipe memory leak
by Roger Meier
· 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
5d93b04
THRIFT-3371 Abstract namespace Unix domain sockets broken in C++
by pavlo
· 9 years ago
e9bdb41
THRIFT-3329: fix C++ tests incompatibility with boost-1.59
by Konrad Grochowski
· 9 years ago
ad3a955
THRIFT-3298: thrift endian converters may conflict with other libraries
by jfarrell
· 9 years ago
27be411
THRIFT-2936:Minor memory leak in SSL Client: cpp Patch: James King
by jfarrell
· 9 years ago
c2993c0
THRIFT-3332 make dist fails on clean build
by Nobuaki Sukegawa
· 9 years ago
34e0bb6
THRIFT-2850 CMake for Apache Thrift
by Sergei Nikulov
· 9 years ago
e2e5e22
THRIFT-3308: Fix broken test cases for 0.9.3 release candidate
by jfarrell
· 9 years ago
f13e431
THRIFT-3305: Missing dist files for 0.9.3 release candidate
by jfarrell
· 9 years ago
8dbe5f6
THRIFT-2199:Remove dense protocol
by Randy Abernethy
· 9 years ago
b0b710a
THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is specifically asked for to make the defaults more secure; added a matrix security unit test for SSL in the cpp lib
by Jim King
· 9 years ago
4a1e886
Deleting a duplicate TPipe ctor declaration that snuck in
by Ben Craig
· 9 years ago
6515aad
THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket
by Ben Craig
· 9 years ago
b141fd0
THRIFT-3257 warning: extra tokens at end of #endif directive
by Jens Geyer
· 9 years ago
de78b54
THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't
by Ben Craig
· 9 years ago
02bade1
THRIFT-3247 Generate a C++ thread-safe client
by ben-craig
· 9 years ago
af2d9c8
THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept
by ben-craig
· 9 years ago
fae08e7
THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds
by ben-craig
· 9 years ago
1abcbc7
THRIFT-2858 Enable header field case insensitive match in THttpServer
by ben-craig
· 9 years ago
0104da5
THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer
by Claudius Heine
· 10 years ago
254b458
THRIFT-2858 Enable header field case insensitive match in THttpServer
by Roger Meier
· 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
33f3f01
THRIFT-1844: Overwrite password string after passing it to openssl.
by Claudius Heine
· 10 years ago
8f11f52
THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase)
by Claudius Heine
· 10 years ago
1704456
Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close"
by Jens Geyer
· 10 years ago
f48588f
THRIFT-3225 Fix TPipeServer unpredictable behavior on close
by Jens Geyer
· 10 years ago
7207c22
THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig
by Ben Craig
· 10 years ago
2fadc8d
THRIFT-2872 Fix dead lock when all tasks are expired
by Qiao Mu
· 10 years ago
5ef662b
THRIFT-406 Convert C++ Test to Boost::Test
by Claudius Heine
· 10 years ago
1f6e380
`make style` applied
by Konrad Grochowski
· 10 years ago
3b115df
THRIFT-727 - C++: what() method of generated exceptions will provide more information
by Konrad Grochowski
· 10 years ago
a6b6633
THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fix
by Roger Meier
· 10 years ago
516e28a
THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>)
by Roger Meier
· 10 years ago
113b638
THRIFT-3148 Markdown links to coding_standards are dead
by Nobuaki Sukegawa
· 10 years ago
6077481
THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test
by Jim King
· 10 years ago
9f85468
THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation
by Jim King
· 10 years ago
9dfe7b8
THRIFT-2474 complete the ntohll precompile conditionals
by Jim King
· 10 years ago
ec847ac
THRIFT-3125 Fix the list of exported headers in automake input
by Roger Meier
· 10 years ago
24ea0bf
THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF
by Konrad Grochowski
· 10 years ago
9e78ed8
THRIFT-3121 Librt does not exist on OSX
by Thomas Bartelmess
· 10 years ago
9de9b1f
THRIFT-2850 get windows cmake working again and building the unit tests for lib/cpp, and pass make check through cmake - also resolve some compiler warnings
by Jim King
· 10 years ago
1a8e048
THRIFT-3120 Minor spelling errors and an outdated URL
by Jens Geyer
· 10 years ago
79c9911
THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers
by Jim King
· 10 years ago
21b6852
THRIFT-3083 consolidate simple and threaded server run loops
by Jim King
· 10 years ago
87bb771
THRIFT-3105 - C++ TNonblockingServer compilation on Windows fixed
by Konrad Grochowski
· 10 years ago
5ec805b
THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers
by Jim King
· 10 years ago
71f2d8a
THRIFT-3067 C++ cppcheck performance related warnings
by Roger Meier
· 10 years ago
1684c42
THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected
by Ben Craig
· 10 years ago
98201b0
THRIFT-3090 cmake build is broken on MacOSX.
by Marco Molteni
· 10 years ago
8349425
THRIFT-3099 cmake build is broken on FreeBSD
by Marco Molteni
· 10 years ago
8f27189
THRIFT-3090 cmake build is broken (set CMake version to 2.8.12)
by Roger Meier
· 10 years ago
afc3777
THRIFT-3069 fix socket leak if fcntl fails
by Roger Meier
· 10 years ago
efd14e7
THRIFT-3062 fix segfault on invalid port number
by Roger Meier
· 10 years ago
1673adf
THRIFT-3094 fix broken cmake build of C++ library with alternate threading
by Jim King
· 10 years ago
932c3ee
THRIFT-3061 eliminate potential for client to hang SSLSocket close
by Roger Meier
· 10 years ago
5af78c8
Revert "THRIFT-3014 AppVeyor support - fix format"
by Roger Meier
· 10 years ago
81b3c44
THRIFT-3014 AppVeyor support - fix format
by Roger Meier
· 10 years ago
8ccd634
THRIFT-3077 TFileTransport fix ignored ftruncate result
by Jim King
· 10 years ago
b5ebcd1
THRIFT-3080: use select() instead poll() for early windows compatibility.
by Lei Feiwei
· 10 years ago
38772c9
THRIFT-3080: fix connection leak of C++ Nonblocking Server while huge number connections are accepted and unix socket stream fd is busy.
by abadcafe
· 10 years ago
7848d88
THRIFT-3086 fix a few minor valgrind identified issues
by Jim King
· 10 years ago
3815e0b
THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library)
by Roger Meier
· 10 years ago
0114455
THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library)
by Roger Meier
· 10 years ago
434edf6
THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks
by Jens Geyer
· 10 years ago
6fc2115
THRIFT-2441 ccp: Cannot shutdown TThreadedServer when clients are still connected
by Roger Meier
· 10 years ago
6f7399b
cpp: remove unused variable g_socket_syscalls
by Roger Meier
· 10 years ago
f702fed
THRIFT-3020:Repair CPP11 init of member in TFramedTrans
by Randy Abernethy
· 10 years ago
12b06e4
THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale
by Konrad Grochowski
· 10 years ago
0d964d8
THRIFT-2937 Allow setting a maximum frame size
by Roger Meier
· 10 years ago
283899b
Use Boost C++ >= 1.53.0
by Sergei Nikulov
· 10 years ago
3bc6424
THRIFT-2724 - Coding standards template added all over project
by Konrad Grochowski
· 10 years ago
a0c5ab7
THRIFT-2971 - C++ test and tutorial parallel build is unstable
by Nobuaki Sukegawa
· 10 years ago
208738a
THRIFT-2972 - Missing backstash in lib/cpp/test/Makefile.am
by Nobuaki Sukegawa
· 10 years ago
da80afe
THRIFT-2936 Minor memory leak in CPP SSL Client: CPP Patch: Cristian Klein
by Randy Abernethy
· 10 years ago
8016af8
THRIFT-2924 TNonblockingServer crashes when user-provided event_base is used
by Nobuaki Sukegawa
· 10 years ago
c444fb5
THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in non-system location
by Nobuaki Sukegawa
· 10 years ago
4461a2f
THRIFT-2910 libevent is not really optional
by Jens Geyer
· 10 years ago
2ac3a3c
THRIFT-2912 Autotool build for C++ Qt library is invalid
by Jens Geyer
· 10 years ago
6622877
THRIFT-2098 Add support for Qt5+
by Nobuaki Sukegawa
· 10 years ago
6304a53
THRIFT-2903 Qt4 library built with CMake does not work
by Nobuaki Sukegawa
· 10 years ago
2825664
THRIFT-2893 CMake build fails with boost thread or std thread
by Nobuaki Sukegawa
· 10 years ago
38bf234
THRIFT-2907 - macro ntohll defined only when needed
by Konrad Grochowski
· 10 years ago
ec8d877
THRIFT-2906 - linking with boost_unit_test_framework made more portable
by Konrad Grochowski
· 10 years ago
d5f87e1
CMake: Add CMake support for Thrift libraries
by Pascal Bach
· 10 years ago
a195a25
THRIFT-2887 Respect --with-openssl when building C++ support.
by Jon Parise
· 10 years ago
3876ea7
make style applied
by Konrad Grochowski
· 10 years ago
d0d7a65
THRIFT-2838 TNonblockingServer can bind to port 0 (i.e., get an OS-assigned port) but there is no way to get the port number
by Nobuaki Sukegawa
· 10 years ago
4c1fde2
make style applied
by Konrad Grochowski
· 10 years ago
3de6b8f
THRIFT-2873 Make TPipe and TPipeServer working with unicode on windows
by Pascal Bach
· 10 years ago
9db4b51
THRIFT-2876: C++ - tests: coping __isset structure in copy constructor
by Konrad Grochowski
· 10 years ago
6794698
THRIFT-2874: C++ - typo in TDenseProtocol comment fixed
by Konrad Grochowski
· 10 years ago
37b7a0a
THRIFT-2874: C++ - unused field removed from TBinaryProtocol
by Konrad Grochowski
· 10 years ago
fb05cf6
THRIFT-2789 TNonblockingServer leaks socket FD's under load
by Jens Geyer
· 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
Next »