summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-469. cpp: Fix a bug in TimerManager::addDavid Reiss2009-06-042-2/+20
* THRIFT-466. cpp: Make the concurrency library test more thoroughDavid Reiss2009-06-041-0/+13
* THRIFT-465. cpp: Fix some STL misuse in the concurrency library testDavid Reiss2009-06-041-4/+0
* THRIFT-464. cpp: Fix some STL misuse in the concurrency libraryDavid Reiss2009-06-041-3/+1
* THRIFT-497. cpp: Fix TSocket::read and peek on Max OSDavid Reiss2009-06-041-8/+10
* cpp: Fix compilation on OpenBSD by including sys/types.hDavid Reiss2009-05-212-0/+2
* cpp: Add some missing includes to fix OpenBSD compilationDavid Reiss2009-05-214-0/+5
* cpp: Fix an OpenBSD compilation bug by moving a typedefDavid Reiss2009-05-212-3/+2
* cpp: Deal with systems without sched_get_priority_{min,max} (OpenBSD)David Reiss2009-05-211-2/+8
* cpp: Fix an OpenBSD compilation error that appears to be a real bugDavid Reiss2009-05-211-1/+1
* THRIFT-490. Clarify the comment for the Guard macroDavid Reiss2009-05-071-0/+2
* THRIFT-387. Add appropriate Apache header to all code filesBryan Duxbury2009-04-081-2/+19
* THRIFT-425. cpp: numeric_limits is declared in <limits>Bryan Duxbury2009-04-031-0/+1
* THRIFT-411. cpp: Make TNonblockingServer::connectionStackLimit_ accessors use...David Reiss2009-04-021-2/+2
* cpp: Fix compiler and library compilation with newer glibcDavid Reiss2009-04-023-0/+3
* THRIFT-333. cpp: Initial TCompactProtocol implementationDavid Reiss2009-04-025-43/+1079
* THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL"David Reiss2009-04-021-1/+2
* THRIFT-387. Add license to pkgconfig filesDavid Reiss2009-03-303-0/+57
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-3078-378/+1388
* THRIFT-255. cpp: Add TSimpleFileTransport, a wrapper around TFDTransportDavid Reiss2009-03-263-0/+71
* THRIFT-136. s/async/oneway/ in commentsDavid Reiss2009-03-241-1/+1
* THRIFT-294. Remove @author tagsBryan Duxbury2009-03-2050-69/+0
* Thrift-357. cpp: Fix buffer and connection bloat in TNonBlockingServerKevin Clark2009-03-192-4/+88
* THRIFT-373. Update lists of files to include in release tarballsDavid Reiss2009-03-181-0/+2
* THRIFT-351. cpp: Allow a custom ThreadFactory in TThreadedServerDavid Reiss2009-03-142-0/+16
* THRIFT-96. cpp: TSocket.peek fails on FreeBSDKevin Clark2009-03-052-92/+92
* THRIFT-265. cpp: Reset buffers every 512 calls in TNonblockingServerKevin Clark2009-03-043-2/+59
* THRIFT-348. cpp: Fix readBool for vectors of bools (again)David Reiss2009-02-251-0/+1
* cpp: Fix implementations of "list<bool>"David Reiss2009-02-101-0/+6
* THRIFT-314. Purge reflection.limitedDavid Reiss2009-02-073-804/+0
* THRIFT-270: change cpp namespaces from facebook::thrift to apache::thriftT Jake Luciani2009-01-3174-356/+356
* THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactoryDavid Reiss2009-01-151-1/+1
* THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBeginDavid Reiss2009-01-151-1/+1
* THRIFT-203. cpp: Make library headers compile under g++ -pedanticDavid Reiss2008-12-056-38/+38
* THRIFT-214. cpp: Qualify a cast to fix OSX compilationDavid Reiss2008-12-021-3/+2
* THRIFT-215. cpp: Disable an assertion that fails on various platformsDavid Reiss2008-12-021-1/+3
* THRIFT-168. cpp: Clear transport buffers before a flushDavid Reiss2008-10-291-8/+10
* THRIFT-177. cpp: Add a missing "std::"David Reiss2008-10-201-1/+1
* Fix a compile bug introduced by r702644David Reiss2008-10-071-1/+1
* THRIFT-149. cpp: Make TNonblockingServer handle a shut-down ThreadManagerDavid Reiss2008-10-071-1/+9
* THRIFT-95. cpp: Fix write buffer initialization in TBufferedTransportDavid Reiss2008-07-241-1/+1
* cpp: Eliminate the use of fprintf [THRIFT-77]David Reiss2008-07-137-112/+114
* (THRIFT-37) Add some missing newlines to fprintfs.David Reiss2008-07-111-2/+2
* (THRIFT-69) Fix Util::currentTime for use in applications.David Reiss2008-07-113-25/+45
* (THRIFT-54) Remove "frameResponses" from TNonblockingServerDavid Reiss2008-07-032-22/+4
* (THRIFT-45) TNonblockingServer (C++): only do one write in responses.David Reiss2008-06-302-25/+9
* Include <cstring> and use "std::" for memset in T[Server]Socket.cpp.David Reiss2008-06-112-5/+7
* Include <cstring> and use "std::" for memcpy in TBufferTransports.h.David Reiss2008-06-111-2/+3
* Include <limits> in TBinaryProtocol.cpp for numeric_limits.David Reiss2008-06-111-0/+1
* Declare special mutex initializers unconditionally.David Reiss2008-06-111-4/+0