summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2-28/+6
The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-02-28coverity#1187853 Uncaught exceptionCaolán McNamara1-4/+2
Change-Id: I43686bd2444619064e8097cfc161d59b903e3fc9
2014-02-26std::exception fixup for --enable-gnome-vfsStephan Bergmann1-2/+2
Change-Id: Ia0a903a38f8ae2897d0d9d6159597f720bbc24a5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann108-1436/+1436
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from ucbAlexander Wilms150-3161/+3158
Conflicts: ucb/source/ucp/webdav/webdavdatasupplier.cxx ucb/source/ucp/webdav/webdavresponseparser.cxx Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db Reviewed-on: https://gerrit.libreoffice.org/8329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26webdav: fix remaining build issuesMatúš Kukan7-25/+25
Change-Id: I9416551ba78a6a27071fdf92a6c36c271a1032b7
2014-02-26webdav: fix include pathsMatúš Kukan13-14/+13
Change-Id: I323bef2e1c21e2a1981409d4295ccf555088e5ea
2014-02-26webdav: std::hash_set|map -> std::unordered_set|mapMatúš Kukan3-7/+7
Change-Id: Id0c18cb51af742d073d532662558fdd84d476f88
2014-02-26webdav: fix cherry-pick commit 7056e8ef89e938e38fc5b2b8a7493f0c79d5efd4Matúš Kukan1-6/+6
Change-Id: I177daf0d4e22d96167ab094a5c9d5c9cab6cf409
2014-02-26 #i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr3-16/+16
(cherry picked from commit 1a15756db5173403fcdbc3ad522c3a76e88a7082) Conflicts: ucb/source/ucp/webdav/DAVProperties.cxx ucb/source/ucp/webdav/SerfRequestProcessor.cxx ucb/source/ucp/webdav/SerfSession.cxx Rest ignored. Change-Id: I7d25170cc07538dbab70bc72af8764820da2b60b
2014-02-26 #122008# - use <serf_bucket_headers_setc(..)>Oliver-Rainer Wittmann1-3/+3
when header name's data need to be copied (cherry picked from commit e50d4638e4fe64eb05b8f22006c7f04c05ec288b) Change-Id: Ib4f171b05bafe380187a09cbfe143b0bef8b6f25
2014-02-26minor WaE cleanup for SerfRequestProcessorImpl.hxxHerbert Dürr1-1/+1
that solves another dozen warnings (cherry picked from commit f42f6eb8aa2ab01befeba42871d9d5c7b381f49f) Change-Id: Ia06cee06e04b09fe6ed45cf4159722be191a21d2
2014-02-26#i120041# Update of serf library from 1.0.0 to 1.1.0.Andre Fischer10-63/+83
(cherry picked from commit eb0311f38de6c30fb15f87b4599e932897f281f5) Conflicts: external_deps.lst scp2/source/ooo/file_library_ooo.scp solenv/bin/download_external_dependencies.pl ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx ucb/source/ucp/webdav/SerfSession.cxx Change-Id: I6b9576226f86b87397bedc2b67a9289bc19317a7
2014-02-26webdav: lang::XMultiServiceFactory -> uno::XComponentContextMatúš Kukan13-74/+66
Change-Id: I71984066a512a023c67d1690bd984d66f75f894b
2014-02-23Remove unneccessary commentsAlexander Wilms21-583/+583
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-22my upc router automatically adds .net to the domain search pathCaolán McNamara1-1/+1
i.e. I get handed an /etc/resolv.conf of domain net search net ... and so "nohost" resolves to "nohost.net" which actually exists, so I get an authentication request which is unexpected by this test which therefore falls over. "nohost.invalid.net" also exists btw, as are other various foo.net forms where foo is one of the reserved tld which don't themselves exist. So lets shove a "*" into the name which is definitely invalid, sigh. Change-Id: I8627ced9199f339ad6cca8f27752d883ebe74aad
2014-02-18Resolves: #i123744# use only one way to include serf headersYuri Dario9-9/+9
(cherry picked from commit bc34afebf4562ad3a8c48484f3fb9841ab4809b0) Change-Id: I0ef0d1a8b35ed6eb30db3d116bb102a911006ca0
2014-02-18sal_Bool -> bool fixupStephan Bergmann3-10/+10
Change-Id: I4e69744d99334bfe9dafdfd19b2f0242ccf0d4cc
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann24-101/+101
Change-Id: Iee327c3dd75bebb35d99de01eaa7103956e08974
2014-02-13coverity#707426 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: Iff174a7398c5e3d506418b4587fe604a1d46972c
2014-02-13coverity#707424 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I4111feef91c4de993c490c3a702973c8fae69441
2014-02-11coverity#1103732 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: I3585421107776969efc0888cb581c004cc2aef67
2014-02-10coverity#1130193 Dereference after null checkCaolán McNamara1-2/+2
Change-Id: I38078c01f8ac37735784508664dfe31aa8f7cf3a
2014-02-08coverity#982486 Unchecked dynamic_castCaolán McNamara1-1/+2
Change-Id: I241300f05ab537f2ab89d15f06ce6c04ffec14b5
2014-01-31coverity#984165 : Uninitialized scalar fieldNorbert Thiebaud1-21/+21
Change-Id: I9571b7f2dfabf1774acbf6b569aa1edc8fb6fda9
2014-01-31coverity#984166 : Uninitialized scalar fieldNorbert Thiebaud1-11/+11
Change-Id: Ibc58fb412cd171193e0a76beb1a45a38b4cb412d
2014-01-30coverity#705438, obey preconditions of OUString functionsStephan Bergmann1-4/+9
Change-Id: Ifd8d9a258ca69fbcdafbbb7b8eedd1905e3473bd
2014-01-29bool improvementsStephan Bergmann3-3/+3
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
2014-01-28bool improvementsStephan Bergmann9-16/+16
Change-Id: I9a3c7a425342373d02d2664a3444c50bfd629970
2014-01-28Apparently broken bitmask creationStephan Bergmann1-3/+3
Change-Id: I001a529b6690fe421d626133e0257c71df1d5ddf
2014-01-28Apparently broken bitmask checksStephan Bergmann1-2/+2
Change-Id: Ie5749b43de5e47cfede4662e346dee194c454b2f
2014-01-28coverity#440748 Explicit null dereferencedCaolán McNamara1-0/+3
Change-Id: I86c08660f2c01618b661b90c84757a1f7f2b9b83
2014-01-28coverity#440872 Dereference before null checkCaolán McNamara1-7/+4
Change-Id: I263f6c5c74f42b33155365ccb163c3b68f538a97
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky9-77/+116
Using OSL_LOG_PREFIX in the exceptions is not a good idea; it blows the size of the string literals tremendously - full build path for every line that uses that, including the line. Let's not remove it for good, but hide it for non-debug builds (OSL_DEBUG_LEVEL == 0) so that anybody who would like to use this during debugging could still do (but I doubt it has any value for anybody). Change-Id: Icc8db95ae0862671a206e681f92c60cdf51ffc32
2014-01-27coverity#1158203 Dereference null return valueCaolán McNamara1-1/+4
Change-Id: I8cff85b4d68c28581ddb7a8552378422be6b6a25
2014-01-22Resolves: #i123744# consider certificate's Subject Alternative Name...Oliver-Rainer Wittmann2-5/+41
field when searching for matching certificate host name (cherry picked from commit 226085ad2004319c5142b392bb4b48ab79c3b747) Change-Id: I0d1690f75c1aa3288c677823105e21bb6e969f41
2014-01-21ucb: fix inverted condition in webdav lcl_sendPartialGETRequestMichael Stahl1-1/+1
(regression from a3f32769fc4bb23c64168b412dd10ec769a3854d) Change-Id: Ic72b0e874ebf19e25e43af1f8750c63c04ed8a8e
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-10/+10
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-2/+2
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-13Revert "Resolves: fdo#72277 https CMIS Alfresco "The specified device is ↵Julien Nabet2-7/+3
invalid."" This reverts commit 0d1f724f9645e7ec0da6a4c3a1c22d0dcf785cb6. (as requested by https://bugs.freedesktop.org/show_bug.cgi?id=72277#c20)
2014-01-13Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann1-0/+7
At least G_DEFINE_TYPE from glib2-devel-2.38.2-2.fc20.x86_64 /usr/include/glib-2.0/gobject/gtype.h defines unsed *_get_instance_private functions. Change-Id: I47211b6451d9699c7b8741555f3ad11a09e411bf
2014-01-11Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid."Julien Nabet2-3/+7
Change-Id: I34f8b5e19d9bea0c6d98a7f3258b67e82c50e1de
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-06Fix extra right parenthesisJulien Nabet1-1/+1
Change-Id: I0386aedb2fc8c70122fc1e5d7c370ca5fd47ad9e
2013-12-20typo fixesAndras Timar6-31/+31
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-11/+0
Change-Id: I6f75d0df0ddafc892fef0ce1bfdcdd6c70151afc Reviewed-on: https://gerrit.libreoffice.org/7104 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann14-28/+28
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-2/+1
Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-12remove unnecessary castsNoel Grandin1-1/+1
It is no longer necessary to cast to sal_Unicode when calling OUStringBuffer::append Change-Id: Iab3d1e12eef472cfe11f1d0d1969ca404091dd7d