summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-12fix build after 185ed3ddb8c01ee4465ce559e37113824f57b5c7Markus Mohrhard1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin5-6/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke18-18/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin3-5/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock6-10/+10
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock6-10/+10
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin6-11/+9
2017-04-28loplugin:salunicodeliteral: ucbStephan Bergmann3-8/+8
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin9-64/+26
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-13/+5
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock13-0/+13
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky13-13/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-5/+5
2017-04-19file UCP: Dir entries can disappear during non-atomic traversalStephan Bergmann3-44/+59
2017-04-13Removed duplicated includesAndrea Gelmini1-2/+0
2017-04-10loplugin:inlinefields in ucb_impl::RegexpMapNoel Grandin1-29/+27
2017-04-10use unique_ptr in RegexpMapImplNoel Grandin1-11/+4
2017-04-05tdf#106955: Open WebDAV resources on which PROPFIND failsMike Kaganski2-108/+172
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin1-4/+4
2017-03-30NeonSession_NeonAuth(): avoid redundant OUString->OString conversionVitaliy Anderson1-9/+5
2017-03-25Fix typosAndrea Gelmini9-12/+12
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-17cleanup double includes and declarationsJochen Nitschke2-4/+0
2017-03-14try to fix webdav buildMarkus Mohrhard1-0/+5
2017-03-13tdf#95416 remove ../ in #include headers of sfx2 filesJeevan1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-6/+6
2017-03-02Fix typosAndrea Gelmini2-2/+2
2017-02-28new loplugin unoanyNoel Grandin7-28/+25
2017-02-25value returned from particular web server is not valid asciiCaolán McNamara1-2/+2
2017-02-22Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOXTor Lillqvist1-1/+6
2017-02-21fix the webdav=serf buildMarkus Mohrhard4-0/+11
2017-02-21loplugin:subtlezeroinit: ucbStephan Bergmann5-8/+8
2017-02-21try to fix "random config" tbMarkus Mohrhard1-1/+2
2017-02-21try to fix random config tinderboxMarkus Mohrhard1-0/+2
2017-02-16external/libcmis: Silence -Wdynamic-exception-spec errorsStephan Bergmann4-0/+20
2017-02-15try to fix "random config" boxMarkus Mohrhard1-0/+3
2017-02-10remove unused enumerators from FTPErrors enumNoel Grandin2-10/+2
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann54-19/+130
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin18-399/+465
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin18-465/+399
2017-01-31Revert "Avoid warning with Clang that doesn't have -Wunused-but-set-parameter"Stephan Bergmann4-8/+0
2017-01-31Work around -Werror,-Wunknown-pragmasStephan Bergmann4-8/+8
2017-01-31Avoid warning with Clang that doesn't have -Wunused-but-set-parameterTor Lillqvist4-0/+8
2017-01-31Silence GCC 7 warnings in libcmis/libcmis.hxxStephan Bergmann4-0/+33
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin19-418/+401
2017-01-30NO_STREAM_CREATION_WITHIN_DOCUMENT_ROOT is always trueNoel Grandin3-19/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin15-231/+188