summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Collapse)AuthorAgeFilesLines
* Drop comparison with empty rtl::OUStringTakeshi Abe2012-02-291-1/+1
|
* fix msvc2005 buildCaolán McNamara2012-02-271-1/+1
|
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-3/+3
|
* remove all other deprecated header guardsThomas Arnhold2012-02-232-7/+0
|
* Adapted TickerThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-232-14/+14
|
* WaE: Same expression on both sides of '||'Thomas Arnhold2012-02-211-1/+1
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
|
* add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2012-02-194-4/+4
|
* Get rid of size() == 0Elton Chung2012-02-195-5/+5
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* WaE: /* within commentCaolán McNamara2012-02-151-2/+2
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* In the current glib version only the main glib.h can be included directly.Daniel Mihalyi2012-02-071-1/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Don't repeat a return !Julien Nabet2012-01-301-2/+0
|
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-262-2/+2
|
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-231-1/+5
|
* Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2012-01-231-3/+18
|
* ucbhelper::GetLocalFileURL does not use its arg.Stephan Bergmann2012-01-201-1/+1
|
* Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot2012-01-1845-155/+155
| | | | | | Part L Modules ucb
* Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens2012-01-177-20/+20
| | | | | Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
* Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens2012-01-179-15/+89
| | | | | | | | | | | | The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider.
* Fix "Same expression on both sides of '||'"Julien Nabet2012-01-161-1/+1
|
* ucb: add missing dependencyMatúš Kukan2012-01-151-0/+2
|
* ucb: convert to gbuildMatúš Kukan2012-01-1541-1536/+1070
|
* catch exception by constant referenceTakeshi Abe2012-01-074-24/+24
|
* Remove nonsense line (causing debug-mode glibc to report an error).Stephan Bergmann2011-12-161-1/+0
|
* fdo#43707: tweak workarounds for fdo#42865:Michael Stahl2011-12-151-0/+4
| | | | | | | Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b.
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-1112-12/+0
|
* childs -> childrenMichael T. Whiteley2011-12-083-17/+17
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-1/+2
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-212/+0
|
* remove include of pch header from ucbNorbert Thiebaud2011-11-27127-247/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-9/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-173-3/+3
| | | | | | | | | | | | | This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl2011-11-151-1/+2
| | | | | | In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in ucpcmis1.uno.so, build it and statically linked libcmis with hidden visibility.
* I don't need to hear about your every little titchy successCaolán McNamara2011-11-116-27/+27
|
* Silence down ne_lock gcc WaEEike Rathke2011-11-044-3/+57
| | | | | | | Wraps this /usr/include/neon/ne_locks.h:125:51: warning: 'int ne_lock(ne_session*, ne_lock*)' hides constructor for 'struct ne_lock' [-Wshadow] into a system header guard.
* Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat2011-10-181-2/+6
| | | | This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.
* Revert "CMIS: use another name to show than the one extracted from the base URL"Luboš Luňák2011-10-171-6/+2
| | | | | The commit makes LO unusable, it fails during startup, smoketest fails as well. This reverts commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b.
* CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat2011-10-171-2/+6
| | | | | | | In CMIS, the URL is only providing an easy access to the CMIS interface and doesn't reflect the public path on the server. A new property has been added in the SfxMedium items to hold the document name on the server and set it as the window title.
* When building with system libcmis, look for headers where they areFridrich Štrba2011-10-081-0/+1
|
* state *what* is missingCaolán McNamara2011-10-071-1/+3
|
* remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks2011-10-051-2/+2
|
* use getStr now after the cast operator changeCaolán McNamara2011-10-051-2/+2
|