Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract138c
/
connectivity
b4413be
Adapt to Bison 3.8 internal yyn -> yyrule rename
by Stephan Bergmann
· 4 years, 7 months ago
3173e00
tdf#123150: Firebird: set UTF-8 client connection
by Tamas Bunth
· 7 years ago
d8ba2f6
tdf#121528: Firebird stores scale as a negative number
by Xisco Fauli
· 7 years ago
5daf494
Resolves: tdf#125878 correct calculation of H:M:S from timestamp
by Eike Rathke
· 7 years ago
7bd5599
connectivity: fix memory leaks caused by OConnection::acquire()
by Michael Stahl
· 7 years ago
0cc10a9
tdf#122538: add index appendix for hsqldb
by Julien Nabet
· 7 years ago
bfdae94
Avoid calling java.lang.Class.newInstance()
by Stephan Bergmann
· 7 years ago
97d1ba1
Resolves: rhbz#1702810 Prepare for upcoming libebook soname version bump
by Milan Crha
· 7 years ago
15f4f8b
tdf#123999: ParameterNameSubstitution in mysqljdbc
by Julien Nabet
· 7 years ago
bd5ef0f
tdf#122129 Firebird: fix concurrency issue
by Tamas Bunth
· 7 years ago
63e4ca3
Related: tdf#123975 I think this needs to be initially unset
by Caolán McNamara
· 7 years ago
06d9cd4
tdf#122437: Combine commits for libreoffice-6-2
by Tamas Bunth
· 7 years ago
9247233
tdf#106463 set new firebird connections as autocommit by default
by Lionel Elie Mamane
· 7 years ago
d09362e
Base/Mysqlc: fix schemas retrieving
by Julien Nabet
· 7 years ago
78335b8
tdf#122516: fix timestamp in MariaDb/mysql
by Julien Nabet
· 7 years ago
a3c8389
tdf#120576 avoid crash during database migration
by Caolán McNamara
· 7 years ago
2f79333
postgresql: correctly implement XMultipleResults interface
by Lionel Elie Mamane
· 7 years ago
b9b62d9
tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*
by Gabor Kelemen
· 7 years ago
0143e97
Fix typos
by Andrea Gelmini
· 7 years ago
c89a499
Adapt to C++2a char_t
by Stephan Bergmann
· 7 years ago
12e460d
loplugin:buriedassign in avmedia..cui
by Noel Grandin
· 7 years ago
25ddf69
tdf#120703 PVS: V555
by Mike Kaganski
· 7 years ago
afbfe42
clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2
by Tamás Zolnai
· 7 years ago
e3560f4
Replace deprecated boost::optional::reset(val) with operator =
by Mike Kaganski
· 7 years ago
dbe401b
mysqlc: fix return value of XResultSet::next
by Tamas Bunth
· 7 years ago
33e47b4
Fix many Java subsequentcheck test by using JUH
by Jan-Marek Glogowski
· 7 years ago
84286ac
Simplify and fix Java UNO API test makefiles
by Jan-Marek Glogowski
· 7 years ago
1cfa1d9
loplugin:unusedfields
by Noel Grandin
· 7 years ago
819149fb
loplugin:collapseif in accessibility..cui
by Noel Grandin
· 7 years ago
2cb6853
Fix typo in code
by Andrea Gelmini
· 7 years ago
e10d196
Fix typos
by Andrea Gelmini
· 7 years ago
e07253e
replace double-checked locking patterns with thread safe local statics
by Mike Kaganski
· 7 years ago
0c6da44
mysqlc: allow multiple open statements
by Tamas Bunth
· 7 years ago
d0568b6
coverity#1440839: COPY_PASTE_ERROR
by Julien Nabet
· 7 years ago
8467d76
fix signatures of deleted copy/assign operators
by Noel Grandin
· 7 years ago
a626bdd
gbuild: rename value OS=IOS to OS=iOS
by Michael Stahl
· 7 years ago
39e0bbf
mysqlc: filter schema in getColumns
by Tamas Bunth
· 7 years ago
4326fb3
Fix build on Haiku
by Kacper Kasper
· 8 years ago
e33424d
mysqlc: Add support for mediumnint and char types
by Tamas Bunth
· 7 years ago
41eeaac
loplugin:oncevar
by Noel Grandin
· 7 years ago
dc18587
tdf#120703 (PVS): V519 The variable is assigned values twice successively
by Mike Kaganski
· 7 years ago
33623f3
tdf#42949 Fix IWYU warnings in include/unotools/*
by Gabor Kelemen
· 7 years ago
9b6906b
tdf#120713 correctly handle boolean values in filters
by Lionel Elie Mamane
· 7 years ago
a852007
loplugin:unusedmethods
by Noel Grandin
· 7 years ago
6f50961
remove more rtl::OUString and OString prefixes
by Noel Grandin
· 7 years ago
0b01a95
Add 5 properties to not pass to JDBC driver
by Julien Nabet
· 7 years ago
a8a461b
clang-tidy performance-unnecessary-copy-init in canvas..cui
by Noel Grandin
· 7 years ago
c816cb8
pvs-studio: V571 Recurring check
by Caolán McNamara
· 7 years ago
e04e7a7
Add unit test for mysqlc connector
by Tamas Bunth
· 7 years ago
c214597
pvs-studio: Expression 'condition == MQueryExpression::AND' is always true.
by Caolán McNamara
· 7 years ago
062401f
queryComplete is always true
by Caolán McNamara
· 7 years ago
562765f
pvs-studio: Expression '_par0 > 0' is always true.
by Caolán McNamara
· 7 years ago
f222cec
pvs-studio: Not all members of a class are initialized inside the constructor
by Caolán McNamara
· 7 years ago
2b27691
copy and paste error
by Caolán McNamara
· 7 years ago
9d936de
clang-tidy readability-delete-null-pointer
by Noel Grandin
· 7 years ago
2c1b7e8
clang-tidy readability-container-size-empty
by Noel Grandin
· 7 years ago
e61e4e5
clang-tidy readability-misleading-indentation
by Noel Grandin
· 7 years ago
ba80f63
clang-tidy modernize-redundant-void-arg
by Noel Grandin
· 7 years ago
5fb66ae
clang-tidy readability-simplify-boolean-expr
by Noel Grandin
· 7 years ago
ccb2a1f
clang-tidy readability-redundant-smartptr-get
by Noel Grandin
· 7 years ago
da5c3a1
loplugin:staticvar in avmedia..connectivity
by Noel Grandin
· 7 years ago
1669022
loplugin:singlevalfields
by Noel Grandin
· 7 years ago
c851864
Fix typos
by Andrea Gelmini
· 7 years ago
d18e27c8
loplugin:simplifyconstruct
by Noel Grandin
· 7 years ago
49c8727
fix missing include
by Noel Grandin
· 7 years ago
9ec8bf8
add SvStream::TellEnd
by Noel Grandin
· 7 years ago
b2cefc2
Revert removal of mysql jdbc connector
by Tamas Bunth
· 7 years ago
a17ed50
Missing include (Windows --disable-pch)
by Stephan Bergmann
· 7 years ago
7ceee0f
Extend loplugin:redundantinline to catch inline functions w/o external linkage
by Stephan Bergmann
· 7 years ago
a53e9b1
cppcheck: variableScope
by Jochen Nitschke
· 7 years ago
2a962cb
tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*
by Gabor Kelemen
· 8 years ago
6de679c
Fix some drivers xcu (connectivity/registry)
by Julien Nabet
· 8 years ago
690dffc
Add README for xcu drivers in connectivity/registry
by Julien Nabet
· 8 years ago
75a48e3
Revert "Fix type for BooleanComparisonMode"
by Julien Nabet
· 8 years ago
a9a7f32
Fix type for BooleanComparisonMode
by Julien Nabet
· 8 years ago
bc32f78
remove remainders of mysqlc extension files
by Andras Timar
· 8 years ago
594d77c
Fix typo
by Andrea Gelmini
· 8 years ago
8df9935
tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*
by Gabor Kelemen
· 8 years ago
37dba4f
tdf#119850 show missing mysql connector options
by Tamas Bunth
· 8 years ago
4c945b2
new loplugin:methodcycles
by Noel Grandin
· 8 years ago
3208fcb
tdf#119743: add Features entries in Properties block Drivers.xcu
by Julien Nabet
· 8 years ago
cc2fe8c
Replace SAL_OVERRIDE with override in internal code
by Stephan Bergmann
· 8 years ago
590e44c
loplugin:simplifyconstruct (clang-cl)
by Stephan Bergmann
· 8 years ago
206b5b2
New loplugin:external
by Stephan Bergmann
· 8 years ago
a9d3d2b
loplugin:simplifyconstruct (macOS)
by Stephan Bergmann
· 8 years ago
f439333
mysqlc: fix XPreparedStatement::setTimestamp
by Tamas Bunth
· 8 years ago
25ca378
mysqlc: prep stmt: check if cursor out of range
by Tamas Bunth
· 8 years ago
b3e8106
mysqlc: Fix XResultSet::absolute and previous
by Tamas Bunth
· 8 years ago
9784934
tdf#42949 Fix IWYU warnings in include/ucbhelper/*
by Gabor Kelemen
· 8 years ago
50921d1
-Werror,-Wunused-macros (clang-cl)
by Stephan Bergmann
· 8 years ago
7430dfe
loplugin:unusedmethods
by Noel Grandin
· 8 years ago
2da4359
loplugin:constantparam
by Noel Grandin
· 8 years ago
cc7280e
tdf#42949 Fix IWYU warnings in include/cppuhelper/*
by Gabor Kelemen
· 8 years ago
bc81319
Fix typos
by Andrea Gelmini
· 8 years ago
ed01dc1
mysqlc: ensure cursor is not out of range
by Tamas Bunth
· 8 years ago
c289c25
loplugin:simplifyconstruct in canvas..cui
by Noel Grandin
· 8 years ago
16afac7
loplugin:useuniqueptr in OResultSetMetaData
by Noel Grandin
· 8 years ago
897f9c0
mysqlc: implement beforeFirst and fix findColumn
by Tamas Bunth
· 8 years ago
9b75c54
tdf#119615 Ownership of m_aFields is..
by Tamas Bunth
· 8 years ago
d2a1ca7
mysqlc: implement getImpotedKeys
by Tamas Bunth
· 8 years ago
Next »