Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
ee8255d0867da74510574afe634c692603c7d7aa
/
lib
/
cpp
/
src
/
transport
cdde185
THRIFT-247. Commit files missing from r985031
by David Reiss
· 14 years ago
112e309
THRIFT-247. cpp: Basic THttpServer implementation for C++
by David Reiss
· 14 years ago
7ba364f
revert unintentional partial commit of THRIFT-247
by Bryan Duxbury
· 14 years ago
23f2348
add ASL to a handful of files
by Bryan Duxbury
· 14 years ago
767c1a9
cpp: Minor TSocketPool cleanups
by David Reiss
· 15 years ago
450c240
cpp: Make an implicit virtual declaration explicit
by David Reiss
· 15 years ago
ccd4bdb
cpp: Implement peek() for TFileTransport
by David Reiss
· 15 years ago
336c29d
cpp: Prevent TFileTransport seekToEnd from leaking memory
by David Reiss
· 15 years ago
8af018b
cpp: Prevent TFileTransport from throwing uncaught exceptions
by David Reiss
· 15 years ago
1c20c87
cpp: Add setLowRTO to TSocket
by David Reiss
· 15 years ago
71a1530
cpp: Fix memory corruption bug in TBufferedTransport::borrowSlow()
by David Reiss
· 15 years ago
eee98be
cpp: Disable IPV6_V6ONLY only if the socket is an AF_INET6 socket
by David Reiss
· 15 years ago
a1a1511
cpp: TSocket: call a second gettimeofday only for error checking
by David Reiss
· 15 years ago
eed9299
cpp: TSocketPool: Optimize the case of a single server in the pool.
by David Reiss
· 15 years ago
8106ba6
cpp: TSocketPool: make it possible to add servers by struct
by David Reiss
· 15 years ago
9c22ba4
cpp: TTransport: set END_OF_FILE TException code if read returns 0
by David Reiss
· 15 years ago
450e35d
cpp: Fix max TCP port number
by David Reiss
· 15 years ago
3bb5e05
THRIFT-683. Remove profanity
by David Reiss
· 15 years ago
9b90344
THRIFT-606. cpp: Fix build on Solaris Nevada
by David Reiss
· 15 years ago
840e752
THRIFT-497. cpp: Fix TSocket::read and peek on Max OS
by David Reiss
· 16 years ago
08d2f11
cpp: Fix compilation on OpenBSD by including sys/types.h
by David Reiss
· 16 years ago
5105b2e
cpp: Add some missing includes to fix OpenBSD compilation
by David Reiss
· 16 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
abb56a4
THRIFT-255. cpp: Add TSimpleFileTransport, a wrapper around TFDTransport
by David Reiss
· 16 years ago
13083d6
THRIFT-294. Remove @author tags
by Bryan Duxbury
· 16 years ago
022b224
THRIFT-96. cpp: TSocket.peek fails on FreeBSD
by Kevin Clark
· 16 years ago
5ace178
THRIFT-265. cpp: Reset buffers every 512 calls in TNonblockingServer
by Kevin Clark
· 16 years ago
b5e6221
THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift
by T Jake Luciani
· 16 years ago
322e595
THRIFT-203. cpp: Make library headers compile under g++ -pedantic
by David Reiss
· 16 years ago
d90cd1f
THRIFT-168. cpp: Clear transport buffers before a flush
by David Reiss
· 16 years ago
5317b1e
THRIFT-95. cpp: Fix write buffer initialization in TBufferedTransport
by David Reiss
· 16 years ago
01e55c1
cpp: Eliminate the use of fprintf [THRIFT-77]
by David Reiss
· 17 years ago
c88eb8c
Include <cstring> and use "std::" for memset in T[Server]Socket.cpp.
by David Reiss
· 17 years ago
a27c3cd
Include <cstring> and use "std::" for memcpy in TBufferTransports.h.
by David Reiss
· 17 years ago
1a2f218
Another whitespace rampage
by David Reiss
· 17 years ago
13aea46
Fix IPv6 on FreeBSD.
by David Reiss
· 17 years ago
7dab93e
Fix a few copy-paste errors in TBufferTransports (not code).
by David Reiss
· 17 years ago
8009793
C++/TFramedTransport: Don't write an empty frame on flush.
by David Reiss
· 17 years ago
4771458
Fix a small logic error in TBufferedTransport::borrowSlow.
by David Reiss
· 17 years ago
f233e46
Throw a transport exception if fstat fails.
by David Reiss
· 17 years ago
28f298d
Memory-based transport rewrite.
by David Reiss
· 17 years ago
e39e937
Remove a few unnecessary includes to speed up compiles.
by David Reiss
· 17 years ago
1997f10
Persistent conns in TSocketPool
by David Reiss
· 17 years ago
bd3b168
Silence a valgrind complaint by matching "delete[]" with "new[]".
by David Reiss
· 17 years ago
2724c7a
Thrift: bug fix for interrupting server socket
by David Reiss
· 17 years ago
739cbe2
Add a few missing includes.
by David Reiss
· 17 years ago
1677ac9
Use poll instead of select in TServerSocket
by David Reiss
· 17 years ago
9b20955
Thrift error logging improvements
by David Reiss
· 17 years ago
22b1886
use poll instead of select in TSocket
by David Reiss
· 17 years ago
1ffb61b
Fix a bug in TPipedTransport that broke pipelining.
by David Reiss
· 17 years ago
e4db03d
Add TFDTransport: a dead-simple wrapper around a file-descriptor.
by David Reiss
· 17 years ago
9cc63b5
[thrift] add setTcp{Send,Recv}Buffer to C++ TSocketServer
by Christopher Piro
· 17 years ago
8f3bce4
TSocketPool changes
by David Reiss
· 17 years ago
edde048
Thrift: Add writePtr(), wroteBytes() to TMemoryBuffer
by David Reiss
· 17 years ago
907ad76
Adding a few integration points to the C++ TSocketPool.
by David Reiss
· 17 years ago
f50021a
Bug fix for C++ TSocketPool
by David Reiss
· 17 years ago
6d0cccd
Fail and retry logic for TSocketPool
by David Reiss
· 17 years ago
d7a16f4
Thrift: Add "#include <cstdlib>" in a few places and s/malloc/std::malloc/
by David Reiss
· 17 years ago
a8de489
Patch from Ross McFarland to compile with strict warnings
by Mark Slee
· 17 years ago
0c90f6f
Thrift: Whitespace cleanup.
by David Reiss
· 17 years ago
f7baf54
Thrift: Revamp TMemoryBuffer constructors.
by David Reiss
· 17 years ago
20f009d
Thrift: Forgot to dereference a pointer.
by David Reiss
· 17 years ago
f495f36
Thrift: Make borrow (almost) always succeed for TBufferedTransport.
by David Reiss
· 17 years ago
d46eb09
Thrift: Update the interface for TTransport's "borrow" method.
by David Reiss
· 17 years ago
16cf270
[thrift] Make TTransportException::getType const throw()
by dweatherford
· 17 years ago
adad4ab
Thrift: Fix dangling pointer errors and make messages a bit more uniform.
by David Reiss
· 17 years ago
77a3138
Use HAVE_SYS_TIME_H instead of HAVE_CLOCK_GETTIME
by Mark Slee
· 17 years ago
ae3804f
Fix to TThriftTransport corruption detection
by James Wang
· 17 years ago
c31769c
-- better error checking for setRecvTimeout and setSendTimeout
by Aditya Agarwal
· 17 years ago
c37b4c5
Remove unnecessary mutex from C++ socket code
by Mark Slee
· 17 years ago
b455292
Add a few utility methods and helpers to Thrift C++ Sockets
by Mark Slee
· 17 years ago
256bdc4
IPv6 tweaks for Thrift
by Mark Slee
· 17 years ago
79b1694
Refactor TNonblockingServer to use event_base construct
by Mark Slee
· 17 years ago
3788038
-- ensure that flush is called in close() of any wrapper transport
by Aditya Agarwal
· 17 years ago
14b0ed6
[thrift] TSocket host and port getters
by dweatherford
· 17 years ago
d137282
[thrift] TSocketPool::addServer, c++ version
by dweatherford
· 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
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
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
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
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
1ec47d4
[adding TStringBuffer for serialization/deserialization from a string]
by yunfang
· 17 years ago
5b41819
-- remove default seekToEnd
by Aditya Agarwal
· 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
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
Next »