Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
2b9ddab14cf8bc64e50e3f2cf2334b9503b60866
/
lib
/
cpp
/
src
2b9ddab
Thrift: Kill a warning.
by David Reiss
· 17 years ago
d137282
[thrift] TSocketPool::addServer, c++ version
by dweatherford
· 17 years ago
1454296
[Explicitly declare shared_ptr]
by yunfang
· 17 years ago
19cee90
THRIFT: Make the mutex assignable
by boz
· 17 years ago
6230967
THRIFT: Mutex and ReadWriteMutex leaked memory, now they don't
by boz
· 17 years ago
faebedd
Thrift: Re-committing zlib.
by David Reiss
· 17 years ago
fd7c26f
Thrift - typo in comment
by Martin Kraemer
· 17 years ago
5aea7c8
Thrift: Reverting TZlibTransport
by David Reiss
· 17 years ago
b8c6334
Thrift: Zlib transport.
by David Reiss
· 17 years ago
ce161a9
Thrift: Clean up and test TDenseProtocol
by David Reiss
· 17 years ago
e67c0e6
Thrift: TDenseProtocol using variable-length integers.
by David Reiss
· 17 years ago
d8429fc
Thrift: New methods for C++ transports.
by David Reiss
· 17 years ago
4529c4b
-- adding hostinfo and time to GlobalOutput
by Aditya Agarwal
· 17 years ago
4e7530d
Thrift: TDenseProtocol.
by David Reiss
· 17 years ago
47557bc
Thrift: Slight tweaks to local reflection.
by David Reiss
· 17 years ago
d3f1a2d
Summary: Checking in fix to TFileTransport to remove redundant behavior of readEvent -- just return NULL or the next event
by James Wang
· 17 years ago
8b6c2eb
-- reset all state when seeking to a chunk
by Aditya Agarwal
· 17 years ago
d779cbe
Thrift: Local Reflection for C++.
by David Reiss
· 17 years ago
792df0b
Thrift: Pre-generate reflection_limited for Python.
by David Reiss
· 17 years ago
2375312
Thrift: Limited Reflection for C++.
by David Reiss
· 17 years ago
40c6ac5
Possible Thrift memory leak
by Mark Slee
· 17 years ago
3f808ab
Thrift: TMemoryBuffer::getAppendBufferToString fix.
by David Reiss
· 17 years ago
a41c870
Thrift: TMemoryBuffer::getBufferAsString only returns written portion.
by David Reiss
· 17 years ago
d4a269c
Thrift: No using namespace.
by David Reiss
· 17 years ago
402ee28
Fix TNonBlockingServer libevent issue in ThreadPool mode
by Mark Slee
· 17 years ago
25b5ee3
Thrift: TMemoryBuffer now handles NULLs again.
by David Reiss
· 17 years ago
bc3dddb
Thrift: Better handling of strerror_r.
by David Reiss
· 17 years ago
95aaaf1
Thrift: Bugfix.
by David Reiss
· 17 years ago
2dc72c3
Thrift: Move TStringBuffer functionality into TMemoryBuffer.
by David Reiss
· 17 years ago
dd56497
Need sys/types.h includes for FreeBSD
by Mark Slee
· 17 years ago
9843915
Fix thread_t cast again
by Mark Slee
· 17 years ago
04f0b7b
Use reinterpret_cast instead of static_cast for pthread_t => Thread::id_t
by Mark Slee
· 17 years ago
1ec47d4
[adding TStringBuffer for serialization/deserialization from a string]
by yunfang
· 17 years ago
5362e70
THRIFT: mutex trylock support
by boz
· 17 years ago
17496a0
Typo and comment fix
by Mark Slee
· 17 years ago
80cdca7
-- fix memory leak in TThreadedServer
by Aditya Agarwal
· 17 years ago
5b41819
-- remove default seekToEnd
by Aditya Agarwal
· 17 years ago
96d2388
Thrift: Cleaned up whitespace.
by David Reiss
· 17 years ago
e9cd655
Readding seekToEnd() call to openLogFile() temporarily so that search doesn't break
by James Wang
· 17 years ago
d51643c
Summary: Changing TFileTransport to not go to end of file by default
by James Wang
· 17 years ago
00dcccf
Thrift: Debug Protocol
by David Reiss
· 17 years ago
a36f5db
[scope lock wrapped for ReadWriteMutex]
by yunfang
· 18 years ago
8b82fb7
Fix SET serialization borked-ness in Thrift
by Mark Slee
· 18 years ago
85287d3
Fix addrinfo structure memory leak in TSocket
by Mark Slee
· 18 years ago
e6c4fa6
sys_errlist is deprecated.
by Martin Kraemer
· 18 years ago
6d56eb9
TSocket IPv6 support for C++
by Mark Slee
· 18 years ago
cce8184
THRIFT ReadWriteMutex
by boz
· 18 years ago
f79031e
Fixed possible Thrift serialization bug
by David Reiss
· 18 years ago
8288329
Removing protocol.txt
by Mark Slee
· 18 years ago
58500e9
-- make sure TFileTransport always starts at EOF
by Aditya Agarwal
· 18 years ago
a9294a9
Teensy insignificant thrift bug
by Mark Slee
· 18 years ago
808454e
Thrift TBinaryProtocol change
by Mark Slee
· 18 years ago
5898599
[thrift] Add optional callback inside of serve()
by dweatherford
· 18 years ago
8eceaea
Missing variable in initializer list for TNonblockingServer constructor
by Mark Slee
· 18 years ago
1d2ead3
Darwin endianness junk
by Mark Slee
· 18 years ago
e02385b
Add thread pool option to NonblockingServer
by Mark Slee
· 18 years ago
6ded775
THRIFT: generic output handler
by boz
· 18 years ago
a647903
Modified PosixThreadFactory
by Marc Slemko
· 18 years ago
67606e5
Modified PosixThreadFactory::PThread:
by Marc Slemko
· 18 years ago
f83c9db
THRIFT: ADITYASLOP
by boz
· 18 years ago
7859a57
-- handle EINTRS in accept()
by Aditya Agarwal
· 18 years ago
9b82d27
Get the long longs out of the Thrift codebase
by Mark Slee
· 18 years ago
2782d6d
mcslee: being nitpicky ensuring consistent coding style
by Mark Slee
· 18 years ago
e04475b
-- fix read timeout handling in TSocket
by Aditya Agarwal
· 18 years ago
3a3b53b
Modified facebook::thrift::concurrency::Monitor.wait:
by Marc Slemko
· 18 years ago
bf82151
Some filetransport indentation and style fixes
by Mark Slee
· 18 years ago
1ea81ce
THRIFT: configurable retry settings for bind
by boz
· 18 years ago
5f68c71
Fix messed up exception error printing
by Mark Slee
· 18 years ago
e02e424
thrift: cpp tsocketpool support
by jsobel
· 18 years ago
3690ee4
TEOFException must publicly inherit TTransportException
by Mark Slee
· 18 years ago
4fd2dba
Thrift: Fixing memory leak issue with memory buffer used in TPipedTransport
by James Wang
· 18 years ago
5f45207
Thrift: Modifications to PeekProcessor to be able to support nested PeekProcessors
by James Wang
· 18 years ago
4f261c5
Crazy byteswapping thrift patches from david reiss
by Mark Slee
· 18 years ago
8dc76e6
-- trying to make TFileTransport destructor quicker
by Aditya Agarwal
· 18 years ago
89b85f8
-- fix issues with TFileTransport
by Aditya Agarwal
· 18 years ago
c10bba1
Thrift: Checking in readonly option for TFileTransport
by James Wang
· 18 years ago
86efa70
[thrift] Build fix for TFileTransport
by dweatherford
· 18 years ago
a28d819
Build fixes and clock_get_time copy from paul querna
by Mark Slee
· 18 years ago
82a6c0f
Thrift string copy construction pathces from kevin ko
by Mark Slee
· 18 years ago
ba8f8d7
Remove extra TApplicationException:: in Thrift.h
by Mark Slee
· 18 years ago
b6b5a9e
Removed comment about needing a lock in thread main. Access through boost::shared_ptr is thread safe
by Marc Slemko
· 18 years ago
3f234da
-- more assert fixes for thrift concurrency
by Aditya Agarwal
· 18 years ago
9dc5740
-- assert fixes for thrift concurrency lib
by Aditya Agarwal
· 18 years ago
ac62f94
Thrift - remove client disconnect error
by Martin Kraemer
· 18 years ago
f1ceb47
Thrift: Making TProcessor::process(io) non-virtual again, since my last change which made it virtual caused compiling errors of functions being hidden, ugh
by James Wang
· 18 years ago
8f6e207
Thrift: PeekProcessor - moving PeekEnd call after PeekBuffer
by James Wang
· 18 years ago
3e9d177
Thrift: Adding StatsProcessor, PeekProcessor, TPipedFileReaderTransport, and TPipedFileReaderTransportFactory classes
by James Wang
· 18 years ago
be0ae5b
Fix heinous TMemoryBuffer bug and warning in FileTransport
by Mark Slee
· 18 years ago
561b536
Fix TServerSocket accept() to not do 200ms polling
by Mark Slee
· 18 years ago
4265a2c
-- Fix compiler warnings
by Aditya Agarwal
· 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
5d06fea
Thrift build cleanup stuff
by Mark Slee
· 18 years ago
3303f36
Thrift CPP threading fixes
by Mark Slee
· 18 years ago
4e441e2
Do not check error code if select returns 0
by Mark Slee
· 18 years ago
a5a783f
Server robustness fixes in Thrift C++ libs
by Mark Slee
· 18 years ago
6e3f637
Proper shutdown functionality for Thrift servers
by Mark Slee
· 18 years ago
7c10eaf
Add join to the ThreadManager
by Mark Slee
· 18 years ago
9f0c651
Thrift license applied to all the C++ files
by Mark Slee
· 18 years ago
2a22a88
Thrift HTTP client optimizations
by Mark Slee
· 18 years ago
Next »