summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicated includesAndrea Gelmini2014-10-313-3/+0
* coverity#1158395 Uncaught exceptionCaolán McNamara2014-10-311-5/+51
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* coverity#735298 Unchecked return valueCaolán McNamara2014-10-301-1/+4
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2913-23/+2
* Resolves: fdo#85081 terminate if can't load kde addressbookCaolán McNamara2014-10-281-6/+20
* coverity#706303 Uncaught exceptionCaolán McNamara2014-10-281-1/+8
* coverity#706321 Uncaught exceptionCaolán McNamara2014-10-271-3/+6
* coverity#1249674 Missing break in switchCaolán McNamara2014-10-271-0/+1
* cid#1249675 Uncaught exceptionNoel Grandin2014-10-272-2/+2
* coverity#706329 Uncaught exceptionCaolán McNamara2014-10-252-7/+7
* coverity#706328 Uncaught exceptionCaolán McNamara2014-10-251-2/+2
* coverity#706322 Uncaught exceptionCaolán McNamara2014-10-253-3/+13
* coverity#706319 Uncaught exceptionCaolán McNamara2014-10-2515-139/+137
* coverity#706317 Uncaught exceptionCaolán McNamara2014-10-2515-61/+74
* coverity#1202804 Explicit null dereferencedCaolán McNamara2014-10-251-4/+3
* java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2014-10-251-9/+9
* coverity#736109 Nesting level does not match indentationCaolán McNamara2014-10-241-1/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-232-2/+2
* connectivity: firebird: fix temp directory leakMichael Stahl2014-10-211-1/+7
* connectivity: firebird: use Reference for Connection where appropriateMichael Stahl2014-10-213-6/+5
* connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl2014-10-215-10/+7
* cid#1247650 Uninitialized scalar fieldNoel Grandin2014-10-171-1/+3
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-164-7/+10
* java: close ResultSet after useNoel Grandin2014-10-161-25/+30
* remove unnecessary catch blockNoel Grandin2014-10-161-8/+2
* coverity#706322 Uncaught exceptionCaolán McNamara2014-10-157-11/+22
* coverity#706318 Uncaught exceptionCaolán McNamara2014-10-152-26/+33
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-153-4/+0
* coverity#706320 Uncaught exceptionCaolán McNamara2014-10-141-1/+1
* coverity#706319 Uncaught exceptionCaolán McNamara2014-10-141-1/+2
* coverity#706332 Uncaught exceptionCaolán McNamara2014-10-141-4/+1
* coverity#706327 Uncaught exceptionCaolán McNamara2014-10-141-1/+1
* coverity#706326 Uncaught exceptionCaolán McNamara2014-10-149-54/+65
* connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch2014-10-141-1/+1
* coverity#1158396 Uncaught exceptionCaolán McNamara2014-10-133-30/+47
* coverity#706331 Uncaught exceptionCaolán McNamara2014-10-1211-70/+93
* coverity#735605 Division or modulo by zeroCaolán McNamara2014-10-111-2/+8
* connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch2014-10-111-8/+5
* connectivity: firebird: recursively delete temp directoriesMichael Stahl2014-10-112-2/+13
* coverity#706302 Uncaught exceptionCaolán McNamara2014-10-103-2/+20
* add copy constructor for ONDXPagePtr classNoel Grandin2014-10-102-0/+15
* fdo#84073: change ODBC/JDBC escapes to lowercaseJulien Nabet2014-10-092-3/+11
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-092-2/+2
* remove SvRefBase::QueryDeleteNoel Grandin2014-10-093-52/+82
* connectivity: try to fix build after f641fd15Michael Stahl2014-10-071-2/+2
* Revert "ADO driver: don't override a virtual method just to call the one of t...Lionel Elie Mamane2014-10-062-0/+12
* Revert "ADO: don't override a virtual method to call the one of the parent"Lionel Elie Mamane2014-10-064-0/+32
* ADO: don't override a virtual method just to call the one of the parentLionel Elie Mamane2014-10-064-32/+0