summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-1932 TFileTransport::readEvent() casts values read from input stream i...Roger Meier2013-05-052-3/+9
* THRIFT-1850 make check hangs on TSocket tests in TransportTest.cppRoger Meier2013-05-031-3/+11
* Thrift-1846:Restore socket.h header to support builds with Android NDKJake Farrell2013-04-012-3/+3
* THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol...Roger Meier2013-03-265-1/+506
* THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion wi...Roger Meier2013-03-221-1/+1
* THRIFT-1881 TNonblockingServer does not release open connections or threads o...Roger Meier2013-03-222-9/+26
* THRIFT-1890 C++: Make named pipes server work asynchronouslyJens Geyer2013-03-212-29/+101
* THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style...Roger Meier2013-01-221-1/+2
* THRIFT-1829 cpp unit tests fail to build using multiple make jobsRoger Meier2013-01-151-1/+1
* THRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequestRoger Meier2012-12-231-0/+28
* THRIFT-1801 Sync up TApplicationException codes across languages and thrift i...Roger Meier2012-12-221-8/+16
* THRIFT-1740 Make C++ library build on OS X and iOSRoger Meier2012-11-1621-80/+192
* THRIFT-1748 Guard and RWGuard macros defined in global namespace Roger Meier2012-11-071-9/+0
* THRIFT-1744: Compilation failure under Android NDK toolchainHenrique Mendonca2012-10-291-0/+4
* THRIFT-1730 error: numeric_limits is not a member of stdRoger Meier2012-10-171-0/+1
* Updating Thrift trunk version to 1.0.0-devJake Farrell2012-10-111-1/+1
* Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changesJake Farrell2012-10-111-1/+3
* Thrift-1718:Incorrect check in TFileTransportTestJake Farrell2012-10-091-1/+1
* THRIFT-1716 max allowed connections should be PIPE_UNLIMITED_INSTANCESRoger Meier2012-10-091-3/+3
* THRIFT-1558 Named Pipe and Anonymous Pipe transport for WindowsRoger Meier2012-10-061-1/+0
* THRIFT-1690Roger Meier2012-10-062-2/+2
* THRIFT-1690 Sockets and Pipe Handles truncated on Win64Roger Meier2012-10-0435-370/+351
* THRIFT-1689: don't exit(-1) in TNonblockingServerHenrique Mendonca2012-09-201-1/+1
* Thrift-1656: Setting proper headers in THttpServer.cpp so that "Cross-Origin ...Jake Farrell2012-08-221-0/+1
* THRIFT-1064 TClientInfoServerHandler::processContext() is not called for TNon...Roger Meier2012-07-181-0/+4
* THRIFT-1633 Add windows build configurations to support static linkingRoger Meier2012-06-243-1/+380
* Thrift-1567:Thrift/cpp: Allow alternate classes to be used for stringsJake Farrell2012-06-222-6/+12
* THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvementsRoger Meier2012-06-194-21/+38
* THRIFT-1631 Fix C++ server constructor typosRoger Meier2012-06-183-5/+5
* Thrift-1558 _xplatform_pipe_6-5-2012.patchRoger Meier2012-06-071-1/+1
* Thrift-1558 _xplatform_pipe_6-5-2012.patchRoger Meier2012-06-055-102/+239
* THRIFT-1612 Base64 encoding is brokenRoger Meier2012-05-273-7/+79
* THRIFT-1336 thrift: added server and processor test codeRoger Meier2012-05-231-3/+3
* THRIFT-1585 C++ library fails to build with OS X pthread implementationRoger Meier2012-05-231-3/+3
* Thrift-1607:Incorrect file modes for several source filesJake Farrell2012-05-1715-0/+0
* Thrift-1606:Race condition in BoostThreadFactory.cppJake Farrell2012-05-171-14/+13
* THRIFT-1336 thrift: added server and processor test codeRoger Meier2012-05-111-2/+2
* THRIFT-1336 thrift: added server and processor test codeRoger Meier2012-05-111-2/+3
* THRIFT-1336 thrift: added server and processor test codeRoger Meier2012-05-1113-64/+55
* fix broken build introduced with THRIFT-1336Roger Meier2012-05-101-7/+6
* THRIFT-1336 thrift: added server and processor test codeRoger Meier2012-05-108-1/+1855
* THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to t...Roger Meier2012-04-147-19/+19
* Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunkRoger Meier2012-04-1414-120/+816
* THRIFT-1566 Thrift/cpp: Use some different string operationsRoger Meier2012-04-131-2/+2
* THRIFT-1564 Minor fixes to TZlibTransportRoger Meier2012-04-132-2/+9
* THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to t...Roger Meier2012-04-135-6/+6
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-13153-1157/+461
* THRIFT-1562 Fix issue with TFramedTransport::readSlowRoger Meier2012-04-113-4/+59
* THRIFT-1563 thrift: make serve() throw an exception if it failsRoger Meier2012-04-115-29/+13
* THRIFT-1561 expose #active connectionsRoger Meier2012-04-111-0/+9