Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
c4e899a6d64aa97430ec9f7608d38db2095f6159
/
lib
/
cpp
/
src
/
thrift
/
server
/
TThreadedServer.cpp
042580f
THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719)
by Sebastian Zenker
· 6 years ago
ca8af9b
THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory
by cyy
· 6 years ago
316723a
remove stdcxx namespace and use std directly
by cyy
· 6 years ago
cbcfb25
fix some static analyzer warnings in cpp library (#1596)
by cyy
· 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
4337983
THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com
by James E. King, III
· 9 years ago
df89913
THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way
by James E. King, III
· 9 years ago
5a3f855
THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees
by Jim King
· 9 years ago
e5fbedd
Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees"
by Jens Geyer
· 9 years ago
0b433de
THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees
by Jim King
· 9 years ago
1f6e380
`make style` applied
by Konrad Grochowski
· 10 years ago
24ea0bf
THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF
by Konrad Grochowski
· 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
5ec805b
THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers
by Jim King
· 10 years ago
1684c42
THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected
by Ben Craig
· 10 years ago
6fc2115
THRIFT-2441 ccp: Cannot shutdown TThreadedServer when clients are still connected
by Roger Meier
· 10 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
7295745
THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL
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 (97%) from lib/cpp/src/server/TThreadedServer.cpp]
d8f50f3
THRIFT-1563 thrift: make serve() throw an exception if it fails
by Roger Meier
· 13 years ago
3faaedf
THRIFT-1361 Optional replacement of pthread by boost::thread
by Roger Meier
· 14 years ago
7a9fb81
THRIFT-1316. cpp: update server classes to accept TProcessorFactory objects
by Bryan Duxbury
· 14 years ago
6dd9cd0
THRIFT-1314. cpp: add TProcessorFactory
by Bryan Duxbury
· 14 years ago
1e98758
THRIFT-1293. cpp: improve handling of exceptions thrown by process()
by Bryan Duxbury
· 14 years ago
756d73e
THRIFT-1292. cpp: silence log spew from TThreadedServer
by Bryan Duxbury
· 14 years ago
2324871
THRIFT-928. cpp: Thrift Server Client Stats
by David Reiss
· 15 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
45d5696
THRIFT-351. cpp: Allow a custom ThreadFactory in TThreadedServer
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
2e8a8d4
Make sure exceptinos in servers are caught
by Mark Slee
· 17 years ago
b4d3e7b
Create a TServerEventHandler interface in TServer
by Mark Slee
· 18 years ago
1d4ce80
Implement proper TThreadedServer shutdown
by Mark Slee
· 18 years ago
5ea15f9
Get rid of all the using namespace and using boost:: declarations in Thrift header files
by Mark Slee
· 18 years ago
9f0c651
Thrift license applied to all the C++ files
by Mark Slee
· 18 years ago
907e3d6
Fix handling of accept() exceptions in threadedserver
by Mark Slee
· 18 years ago
b3cb629
Adding threaded server to Thrift
by Mark Slee
· 18 years ago