Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
9226590dc075c9b8e9bc394dab25258d2ded45bf
/
test
/
cpp
41ad434
THRIFT-847 Test Framework harmonization across all languages
by Roger Meier
· 10 years ago
6f7399b
cpp: remove unused variable g_socket_syscalls
by Roger Meier
· 10 years ago
a0c5ab7
THRIFT-2971 - C++ test and tutorial parallel build is unstable
by Nobuaki Sukegawa
· 10 years ago
8bcfdd9
THRIFT-2886 Integrate binary type in standard Thrift cross test
by Jens Geyer
· 10 years ago
051ea1c
test/cpp/Makefile.am: add ZLIB_LIBS to LDFLAGS
by Roger Meier
· 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
a5bf1a1
cpp: fix automake dependencies and make ProcessorTest.cpp compilable again
by Roger Meier
· 10 years ago
81a1f99
THRIFT-2602 fix missing dist files
by Roger Meier
· 10 years ago
ec300e3
THRIFT-1462 add more strict compiler flags
by Roger Meier
· 10 years ago
79f988c
THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer
by Jens Geyer
· 10 years ago
aaa8947
THRIFT-2768: Whitespace Fixup
by Jens Geyer
· 10 years ago
1ff4a97
THRIFT-2716 - removed warnings from some Makefile.ams
by Konrad Grochowski
· 10 years ago
a07ec0b
THRIFT-2655 CPP tests should not use relative path when accessing ssh related files
by cdwijayarathna
· 10 years ago
63fcb7e
THRIFT-2520 cpp:cob_style generates incorrect .tcc file
by Roger Meier
· 11 years ago
f459868
THRIFT-2497 server and client for test/go, also several fixes and improvements
by Jens Geyer
· 11 years ago
0a7c69c
THRIFT-2492 use tcxx instead of tr1 in test/cpp
by Roger Meier
· 11 years ago
284101c
THRIFT-2029 Port C++ tests to Windows
by Roger Meier
· 11 years ago
c94b293
THRIFT-2325 SSL-test-certificates_cpp_tests Patch: Roger Meier
by Roger Meier
· 11 years ago
023192f
THRIFT-2358 C++: add compact protocol to cross language test suite
by Roger Meier
· 11 years ago
0e81480
THRIFT-2229 cpp:thrift failed to build on OSX 10.9 GM
by Roger Meier
· 11 years ago
dffc9fe
THRIFT-2196 Fix invalid dependency in Makefile.am Patch: Hiroaki Kawai
by Roger Meier
· 11 years ago
5d02b80
Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig
by Jake Farrell
· 11 years ago
c095919
THRIFT-1829 cpp unit tests fail to build using multiple make jobs
by Roger Meier
· 12 years ago
970c86a
Thrift-1607:Incorrect file modes for several source files
by Jake Farrell
· 13 years ago
4fce960
THRIFT-1592 Test clients should have a return codes that reflect whether they succeeded or not
by Roger Meier
· 13 years ago
99b3672
THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages
by Roger Meier
· 13 years ago
1f8b48f
THRIFT-1590 Document the excepted return values and behaviors ThriftTest.thrift so that all languages can implement a test server
by Roger Meier
· 13 years ago
f50df7f
THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages
by Roger Meier
· 13 years ago
33eaa0f
THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path.
by Roger Meier
· 13 years ago
49ff8b1
THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'
by Roger Meier
· 13 years ago
ea949fb
Thrift-1462: add more strict compiler flags
by Jake Farrell
· 13 years ago
ca10fd4
THRIFT-1462 add more strict compiler flags(-Wall -Wextra -std=c++0x -pedantic)
by Roger Meier
· 13 years ago
611f90c
THRIFT-1459 declare shared_ptr as boost::shared_ptr
by Roger Meier
· 13 years ago
5b1e3c7
return 1 if transport open fails
by Roger Meier
· 13 years ago
3faaedf
THRIFT-1361 Optional replacement of pthread by boost::thread
by Roger Meier
· 13 years ago
a8cef6e
THRIFT-916 gcc warnings in c++ header files
by Roger Meier
· 13 years ago
7e056e7
THRIFT-1222 Unhandled exception for TEvhttpServer request
by Roger Meier
· 13 years ago
d3b9dca
THRIFT-457 test/cpp makefiles do not honor --prefix configuration setting
by Roger Meier
· 14 years ago
ca142b0
THRIFT-1198 C++ TestClient and Server Improvements (add Unix Domain Socket, HTTP, JSON)
by Roger Meier
· 14 years ago
bb09f44
THRIFT-1166 C++ tests in test/cpp broken Patch: David Nadlinger, Roger Meier
by Roger Meier
· 14 years ago
cd9aea1
THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation
by Bryan Duxbury
· 14 years ago
5f9614c
THRIFT-916 long long becomes int64_t
by Roger Meier
· 14 years ago
2324871
THRIFT-928. cpp: Thrift Server Client Stats
by David Reiss
· 14 years ago
b7762a0
THRIFT-922. cpp: Update C++ generator to emit templatized code
by David Reiss
· 14 years ago
e71115b
THRIFT-922. cpp: Templatize binary and compact protocol
by David Reiss
· 14 years ago
ef7200f
THRIFT-928. cpp: Include request/response size in processor callbacks
by David Reiss
· 14 years ago
d719206
THRIFT-928. cpp: Processor-level event callbacks
by David Reiss
· 14 years ago
833ae49
THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the change within Enum handling
by Bryan Duxbury
· 14 years ago
346a268
THRIFT-456. cpp: Bad IP address string in test/cpp/src/main.cpp
by Bryan Duxbury
· 14 years ago
cf8c94a
THRIFT-426. cpp: Fix include path under test/cpp
by David Reiss
· 16 years ago
d0251dd
cpp: Rename Makefiles under test/cpp
by David Reiss
· 16 years ago
356d570
cpp: Fix test server/client under test/cpp
by David Reiss
· 16 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
6ce401d
THRIFT-136. s/async/oneway/ in misc places
by David Reiss
· 16 years ago
c51986f
THRIFT-136. s/async/oneway/ in comments
by David Reiss
· 16 years ago
b139f64
THRIFT-325. Remove a bunch of uses of the old command line format
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
9813cbe
cpp: Make the test server compatible with the Python test client
by David Reiss
· 16 years ago
af78778
(THRIFT-54) Remove "frameResponses" from TNonblockingServer
by David Reiss
· 17 years ago
55ff70f
Implement TApplicationException handling in alt_erl client
by David Reiss
· 17 years ago
3000b5b
Add an experiment to measure the likeliness that realloc will avoid a copy.
by David Reiss
· 17 years ago
2845b52
Enhance C++ test client to make sure that async void is implemented properly
by David Reiss
· 17 years ago
2ab6fe8
Add testAsync to ThriftTest.thrift which verifies async void works properly.
by David Reiss
· 17 years ago
0c90f6f
Thrift: Whitespace cleanup.
by David Reiss
· 17 years ago
4637990
Thrift: Fix a bug in a test program.
by David Reiss
· 17 years ago
832b262
Thrift: Revamp build to use a single configure.ac.
by David Reiss
· 17 years ago
79b1694
Refactor TNonblockingServer to use event_base construct
by Mark Slee
· 17 years ago
bc3dddb
Thrift: Better handling of strerror_r.
by David Reiss
· 17 years ago
3e5d2d7
Whitespace fixes on test code
by Mark Slee
· 18 years ago
e02385b
Add thread pool option to NonblockingServer
by Mark Slee
· 18 years ago
f4f18ec
Need using namespace boost in thrift threads test
by Mark Slee
· 18 years ago
0c2dff3
Fix broken C++ Thrift test
by Mark Slee
· 18 years ago
e129a2d
Some thrift test code fixes
by Mark Slee
· 18 years ago
79e41b8
Update test code with TPipedTransport
by Mark Slee
· 18 years ago
739dbe5
Bring C++ thrift stress test up to date with new constructs
by Mark Slee
· 18 years ago
0788a70
Separate thrift into libthrift and libthriftnb
by Mark Slee
· 18 years ago
6f5e2cb
Fix relative paths in test dirs
by Mark Slee
· 18 years ago
9e288d4
Add some smaller test cases and fix new single protocol/transport C++ test
by Mark Slee
· 18 years ago
1921d20
Fix C++ Thrift test code to work with new gen'd code interface
by Mark Slee
· 18 years ago
25b2936
-- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp
by Aditya Agarwal
· 18 years ago
e9ef8d7
-- TFileTransport (Thrift Logfile)
by Aditya Agarwal
· 18 years ago
b9ff32a
Thrift: C++ peek() method and TException not Exception
by Mark Slee
· 18 years ago
d717347
Stresstest onto new Thrift C++ model
by Mark Slee
· 18 years ago
a330265
Fix broken thrift test code for new model
by Mark Slee
· 18 years ago
9a07927
Change thrift stress test to .cpp file extension
by Mark Slee
· 18 years ago
a6b48ea
Rename test files to .cpp instead of .cc
by Mark Slee
· 18 years ago
3950f47
-- Thrift testing changes
by Aditya Agarwal
· 18 years ago
b9acf98
Test code updates
by Mark Slee
· 18 years ago
794993d
Change run() to serve() in all Thrift server interfaces
by Mark Slee
· 18 years ago
018b699
Thrift: generate Processors not Servers
by Mark Slee
· 18 years ago
d788b2e
Thrift TTransportFactory model for servers
by Mark Slee
· 18 years ago
450585b
-- search per-user lib dir first
by Aditya Agarwal
· 18 years ago
c98d050
Thrift: Added support for double type across all languages
by Mark Slee
· 18 years ago
68db166
-- more thrift Makefile changes
by Aditya Agarwal
· 18 years ago
0cc0c0a
-- generalize Makefile
by Aditya Agarwal
· 18 years ago
d265552
Thrift: Change Java/C++ server generation
by Mark Slee
· 18 years ago
f5f2be4
Thrift: standardize coding style
by Mark Slee
· 18 years ago
dafa3cf
Thrift C++ code generation improvements
by Mark Slee
· 18 years ago
Next »