aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src
AgeCommit message (Expand)Author
2017-03-31DRILL-5368: Fix memory leak issue in DrillClientImpl::processServerMetaResultLaurent Goujon
2017-03-31DRILL-5369: Add initializer for ServerMetaContextLaurent Goujon
2017-03-20DRILL-5316: Check drillbits size before we attempt to access the vector elementRob Wu
2017-03-20DRILL-5311: Check handshake result in C++ connectorLaurent Goujon
2017-03-02DRILL-5313: Fix compilation issue in C++ connectorLaurent Goujon
2017-03-01DRILL-5221: Send cancel message as soon as possible in C++ connectorLaurent Goujon
2017-03-01DRILL-5167: Send escape character for metadata queriesLaurent Goujon
2017-03-01DRILL-5301: Add C++ client support for Server metadata APILaurent Goujon
2017-03-01DRILL-4994: Add back JDBC prepared statement for older serversLaurent Goujon
2017-02-24DRILL-4280: CORE (user to bit authentication, C++)Sudheesh Katkam
2017-02-24DRILL-4280: CORE (C++ protocol)Sudheesh Katkam
2017-02-07DRILL-5219: Relax user properties validation in C++ clientLaurent Goujon
2017-02-03DRILL-5220: Provide API to set application/client names in C++ connectorLaurent Goujon
2017-01-30DRILL-5218: Support optionally disabling heartbeats from C++ clientSudheesh Katkam
2016-11-01DRILL-1996: Add cancel method to Drill C++ connectorLaurent Goujon
2016-11-01DRILL-4420: C++ API for metadata access and prepared statementsLaurent Goujon
2016-11-01DRILL-1268: Add unit test to C++ native clientLaurent Goujon
2016-11-01DRILL-4853: Update C++ protobuf source filesLaurent Goujon
2016-07-15DRILL-4647: C++ client fails to propagate a dead connection error to the appl...Parth Chandra
2016-03-07DRILL-4313: C++ Client - Thread safe Logging. Improved Drill bit selection.Parth Chandra
2016-03-05DRILL-4281: Support authorized proxy users to impersonate other usersSudheesh Katkam
2016-01-28DRILL-4313: CPP client - Improve method to pick random drillbit from a cluste...Parth Chandra
2015-06-18DRILL-2997: (3) Regenerated CPP protobuf code for previous DRILL-2997 patchParth Chandra
2015-05-13DRILL-2998: Implement heartbeat in C++ clientParth Chandra
2015-05-05DRILL-2885: Return more precise error codes on handshake failures in C++ clientnorrislee
2015-05-05DRILL-2928: C++ client - io_service needs to be reset after running out of workParth Chandra
2015-04-06DRILL-2671: C++ Client Authentication API passing std::string across DLL boun...Norris Lee
2015-04-05DRILL-2672: C++ Client - Add support for authenticationParth Chandra
2015-04-03DRILL-2573: C++ Client - Separate QueryResult into QueryResult and QueryDataParth Chandra
2015-03-24DRILL-2307: Detect DNS name resolution failure for better error messagesNorris Lee
2015-03-24DRILL-2509: C++ client - concurrency issue with m_pendingRequestsParth Chandra
2015-03-24DRILL-2442: Initial implementation of C++ client support for impersonation.Parth Chandra
2015-03-19DRILL-2415: Export Drill C++ Client symbols so as to provide dynamic linkingalzarei
2015-02-17DRILL-1219. C++ Client. Fix timeout for 32-bit windows platformalzarei
2015-02-17DRILL-2038: Fix handling of error objects. C++ Client syncronous API has a cr...Parth Chandra
2015-02-13DRILL-1697. C++ Client. Use the object io_service::work to prevent io_service...Xiao Meng
2015-02-13DRILL-1697: C++ client. Fix crash when listener exits prematurely.Parth Chandra
2015-02-13DRILL-1197: C++ Client. Differentiate socket/handshake/query timeout for dead...Xiao Meng
2015-01-09DRILL-1955: C++ client should provide a clean method for detecting query comp...Parth Chandra
2015-01-06DRILL-1361: C++ Client needs a better error message when the handshake fails.Parth Chandra
2015-01-06DRILL-1498 Drill Client to handle spurious results and handshake messagesnorrislee
2015-01-06DRILL-1776: C++ Client. Add interface to get application context.Xiao Meng
2015-01-06DRILL-1533: C++ Drill Client always sets hasSchemaChanged to true for every n...norrislee
2015-01-02DRILL-1568: C++ Client - Handle Query CancelParth Chandra
2014-12-17DRILL-1869: CPP client - Handle nullable varchar columns with all nulls (fixe...Parth Chandra
2014-11-07DRILL-1585: C++ Client - Update RPC version and protobuf definitions for RPC ...Parth Chandra
2014-11-07DRILL-1566: C++ Client does not handle incoming record batches with zero recordsParth Chandra
2014-10-21DRILL-1305: C++ Client. Consume QueryState message from the Drillbit.Xiao Meng
2014-10-21DRILL-1511: C++ Client. Fix compiling issues in DRILL-1297 patch.Xiao Meng
2014-10-15DRILL-1303 - Fix Drill Client assertion on getting bad metadataParth Chandra