summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Collapse)AuthorAgeFilesLines
* If you intend DAVException to appear as a std::exception, then say soStephan Bergmann2014-04-251-1/+1
| | | | Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef
* Looser throw specifier for virtual webdav_ucp::DAVException::~DAVException()Tor Lillqvist2014-04-241-0/+1
| | | | Change-Id: I85892e6a9e7cc7c3720314fe0e7a0c96cbf989bc
* WaE: looser throw specCaolán McNamara2014-04-241-1/+0
| | | | Change-Id: Ie5ce039d8f7be05acb9fe8e59ee73b7d0db3c708
* coverity#983996 Uncaught exceptionCaolán McNamara2014-04-243-69/+68
| | | | Change-Id: I8cf0764543ce29ca2f80be193d325cffdd12d02f
* coverity#983998 Uncaught exceptionCaolán McNamara2014-04-242-2/+2
| | | | Change-Id: I620d8e68fab107d51056a4814b4cde420a2f2a5f
* coverity#989726 Uncaught exceptionCaolán McNamara2014-04-243-3/+3
| | | | Change-Id: I6c2e02904ad314b0b6f6b27581b06b8bd1f18f75
* coverity#708563 Uninitialized scalar fieldCaolán McNamara2014-04-241-13/+6
| | | | Change-Id: Iacca1f92f9a8a6bd3b016775c5e59209995bb741
* coverity#708561 Uninitialized scalar fieldCaolán McNamara2014-04-231-0/+1
| | | | Change-Id: I5143af5be06312a131751d742d17be619e042d11
* fixincludeguards.sh: ucbThomas Arnhold2014-04-19104-246/+246
| | | | Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
* Remove unused codeStephan Bergmann2014-04-152-11/+0
| | | | Change-Id: Ia0770853b378dd209402f030fe2380ba44a1578f
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-154-65/+7
| | | | | | | | | ...since f059134fab0f91b7a15594ad06536a13fbfae034 "INTEGRATION: CWS cppuhelpshrink: #i72766# save memory in cppuhelper, using a vector instead of a hash_map" (but a dummy "void" default is left in place for backwards compatibility). Change-Id: I3bb0af8158f34737d41c344464f3cf944e2891ed
* coverity#707425 Uncaught exceptionCaolán McNamara2014-04-082-2/+2
| | | | Change-Id: I9c9fb5ed321e857aec58b10c9f8d028c06327113
* loplugin:saloverrideStephan Bergmann2014-04-084-54/+54
| | | | Change-Id: I6259c0676c2b365549a6f07a71427c2c167c22d5
* coverity#708562 Uninitialized scalar fieldCaolán McNamara2014-04-051-9/+3
| | | | Change-Id: I93a760e0f3b8a1669f7ce9995808b7cff52fa1fa
* loplugin:saloverrideMatúš Kukan2014-04-0520-113/+113
| | | | Change-Id: I3eb7ab5534c225e78496f949685f665934a04c2e
* webdav: Allow to save documents again, after locking is implemented.Matúš Kukan2014-04-043-4/+18
| | | | | | | We need to extend PUT method with lock token in 'If' header, so that it does not fail on a resource locked by us. Change-Id: I82a9e3303a34607dba8bb874d1eb0fac23b9f11d
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-3/+3
| | | | | | i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0110-12/+12
| | | | | | | | It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
* typo: tranfer -> transferThomas Arnhold2014-03-291-1/+1
|
* webdav: Store DAVSessionFactory again in ContentProvider.Matúš Kukan2014-03-292-1/+3
| | | | | | | So that we use only one its instance. Erroneously removed in 05671c1f01c73bd3f4773c9653d95e3188657eb3. Change-Id: I714e41bf0b9af88f1bb0d8809a108370c73a9849
* webdav: Workaround failing unlocking by ignoring certificates when closing.Matúš Kukan2014-03-263-0/+15
| | | | | | | | | | | In neon version, we use xml::crypto::SEInitializer in NeonSession_CertificationNotify which I see called only once. For some reason in serf, Serf_ConnectSetup is called every time we send a command to the server. But that leads to not working verifySerfCertificateChain in __run_exit_handlers because xml::crypto::SEInitializer is not available anymore. Change-Id: I15685256790375dd86eb1b7614da25838d5ce244
* remove SerfTypes.hxxMatúš Kukan2014-03-267-46/+10
| | | | Change-Id: I189e7168562db2ca03fd64745eb1f826b6c9adc2
* unused variables and simplifyMatúš Kukan2014-03-266-18/+5
| | | | Change-Id: Ib2412d5bd3e3db42b972783bb8d17bc6559c9c21
* webdav: Implement refreshing of locks.Matúš Kukan2014-03-267-31/+51
| | | | Change-Id: Ia4a1c7b929dac473dfb5a5fa233c7f0c662a95c6
* webdav: Implement unlocking of documents.Matúš Kukan2014-03-269-30/+177
| | | | Change-Id: I12c092fa7034702273182ef07431ed00f38df8ef
* webdav: Store locks in SerfLockStore, so we could unlock later.Matúš Kukan2014-03-2611-96/+87
| | | | Change-Id: If2667e9374917dd1e4c4361378783729761e7dda
* webdav: Parse response of LOCK request.Matúš Kukan2014-03-263-48/+87
| | | | Change-Id: Ib17de602e2c51eb29b0495ce7411836ceeccf9d4
* webdav: Lock files when opening them.Matúš Kukan2014-03-267-81/+249
| | | | | | The implementation is not perfect but good enough as a start. Change-Id: I6f006ae7a16ee73de20448e1228d9acfd69becb4
* Remove pointless SerfRequestProcessorImplFac indirection.Matúš Kukan2014-03-264-354/+25
| | | | Change-Id: If8549893a686c7a665adde0436d377d6d695e5bf
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2685-1167/+1167
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* coverity#705052 help coverity out hereCaolán McNamara2014-03-241-3/+3
| | | | Change-Id: I5f63cd25b539bcb7a424a25bb559d3281473c42f
* coverity#705327 Missing break in switchCaolán McNamara2014-03-221-0/+2
| | | | Change-Id: Idd05d33394dd56d82be560a6efbdbc96a86d329c
* kill ucbhelper XSERVICEINFO_NOFACTORY_DECLNorbert Thiebaud2014-03-216-9/+60
| | | | Change-Id: I02bb3e7a06451347d8ce72af17461bec91803954
* kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud2014-03-2118-18/+230
| | | | Change-Id: Ide6ecff036de4ea30a58ef2d63d5590e9e9786dc
* use WeakImplHelper for ucb FileProviderNorbert Thiebaud2014-03-202-88/+8
| | | | Change-Id: I7de8301fc1a071f91d25f559ace44e9f27040d63
* kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud2014-03-2029-35/+132
| | | | Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f
* webdav: loplugin warnings and sal_Bool -> boolMatúš Kukan2014-03-197-88/+88
| | | | Change-Id: I0f1797aa03868e7652a0f90a5cf72ba851537b41
* webdav: Use just "LibreOffice" as "User-Agent" as in webdav-neon.Matúš Kukan2014-03-183-107/+1
| | | | Change-Id: Ia69f0be3fbbeb33f4331bc66b9ac5204d330e42a
* webdav: fix various warningsMatúš Kukan2014-03-1811-98/+55
| | | | Change-Id: I86289c09b3694e5c48dffeb2de571d99e2484bd3
* webdav: OSL_TRACE -> SAL_INFOMatúš Kukan2014-03-186-35/+22
| | | | Change-Id: Id5947de4c64e8128073f39c9a2871676f2a117ff
* webdav: OSL_ASSERT -> assertMatúš Kukan2014-03-184-5/+5
| | | | Change-Id: Ic6c7307aa9f8422816b9a335cbf3541c948026ce
* webdav: OSL_ENSURE -> SAL_WARN_IFMatúš Kukan2014-03-187-38/+38
| | | | Change-Id: I2940263bc8bdc739d5c591e19a6e4426afee3bb1
* ucb: prefer passing OUString by referenceNoel Grandin2014-03-1712-25/+25
| | | | Change-Id: I1ea8374e39c893c6da6373ccec81d2404c3ee201
* "prefix" and "postfix" are single wordsTor Lillqvist2014-03-141-4/+4
| | | | Change-Id: I32824c614d070cd4649e18da4a0b91b03bccfaba
* No need for SortedDynamicResultSet::impl_* to be virtualStephan Bergmann2014-03-132-4/+4
| | | | Change-Id: Ib9b84b7ac3205498c0502945b26c40a75e97c935
* Spelling fix: suportedTor Lillqvist2014-03-121-1/+1
| | | | Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
* remove obsolete TODO comment; ASCII string is used hereMatúš Kukan2014-03-111-2/+0
| | | | | | since 36f143d59492be24d0b275d728f2c151e9123075 Change-Id: I71f0a0f6c2ce91086286a2fc0b6736be42d02198
* webdav: Use plain OStringBuffer here, otherwise wrong string is created.Matúš Kukan2014-03-111-3/+3
| | | | | | | ..with "true" instead of thePropName.name and thePropName.nspace which obviously breaks things. Change-Id: I6568e6a98c1793ebbe8ab1864bd8ad3995eee09c
* ucb: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-106-58/+8
| | | | Change-Id: Ifece71871e3af4021f885c5dac1b6c406d2962b2
* de-macroize ucb filstrNorbert Thiebaud2014-03-082-88/+8
| | | | Change-Id: I08f7d8360a3abdac1b12bd3cfb157e408b0aabbe