e54851fe | 21-Jan-2014 |
Oliver-Rainer Wittmann |
123744: method <SerfSession::verifySerfCertificateChain(..)> - consider certificate's Subject Alternative Name field when searching for matching certificate host name git-svn-id: h
123744: method <SerfSession::verifySerfCertificateChain(..)> - consider certificate's Subject Alternative Name field when searching for matching certificate host name git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560071 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
24c56ab9 | 28-Nov-2013 |
Herbert Dürr |
#i123068# remove implicit conversions from rtl strings to their elements git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
72cd26dd | 01-Jun-2013 |
Ariel Constenla-Haile |
i122273 - Avoid using tmpfile() git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1488548 13f79535-47bb-0310-9956-ffa450edef68 |
23fe34ef | 05-Apr-2013 |
Oliver-Rainer Wittmann |
#122008# - use <serf_bucket_headers_setc(..)> when header name's data need to be copied git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465000 13f79535-47bb-0310-9956-ffa
#122008# - use <serf_bucket_headers_setc(..)> when header name's data need to be copied git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465000 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c5f58c9a | 24-Mar-2013 |
Ariel Constenla-Haile |
i121946 - Use enums to identify WebDAV/HTTP methods git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460363 13f79535-47bb-0310-9956-ffa450edef68 |
554deb42 | 24-Mar-2013 |
Ariel Constenla-Haile |
i121945 - WebDAV ucp: return StringPair instead of NamedValue Make css::ucb::XWebDAVCommandEnvironment::getUserRequestHeaders() return a sequence of css::beans::StringPair; this avoids a
i121945 - WebDAV ucp: return StringPair instead of NamedValue Make css::ucb::XWebDAVCommandEnvironment::getUserRequestHeaders() return a sequence of css::beans::StringPair; this avoids all the any overhead, and is much more simple and intuitive. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460362 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6601ee31 | 24-Mar-2013 |
Ariel Constenla-Haile |
i121947 - Default User-Agent git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460360 13f79535-47bb-0310-9956-ffa450edef68 |
0143b6e0 | 24-Mar-2013 |
Ariel Constenla-Haile |
i121942 - Explicitly set "ContentType" for non-DAV content git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460359 13f79535-47bb-0310-9956-ffa450edef68 |
06594b87 | 24-Mar-2013 |
Ariel Constenla-Haile |
i121935 - UCB: new "addProperty" and "removeProperty" commands git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460358 13f79535-47bb-0310-9956-ffa450edef68 |
efc9b74f | 24-Mar-2013 |
Ariel Constenla-Haile |
i121926 - fix malformed PROPFIND/PROPPATCH request body git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460356 13f79535-47bb-0310-9956-ffa450edef68 |
c1c10f68 | 24-Mar-2013 |
Ariel Constenla-Haile |
Header clean-up git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460355 13f79535-47bb-0310-9956-ffa450edef68 |
c5b3447d | 24-Mar-2013 |
Ariel Constenla-Haile |
i121201 - Handle servers not supporting HEAD requests git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460354 13f79535-47bb-0310-9956-ffa450edef68 |
f7fef0fa | 24-Mar-2013 |
Ariel Constenla-Haile |
i121922 - Fix wrong condition git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1460353 13f79535-47bb-0310-9956-ffa450edef68 |
3277e71f | 02-Feb-2013 |
Ariel Constenla-Haile |
Fix build breaker git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1441718 13f79535-47bb-0310-9956-ffa450edef68 |
fb71f1bc | 01-Feb-2013 |
Herbert Dürr |
minor WaE cleanup for SerfRequestProcessorImpl.hxx that solves another dozen warnings git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1441347 13f79535-47bb-0310-9
minor WaE cleanup for SerfRequestProcessorImpl.hxx that solves another dozen warnings git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1441347 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a180b29c | 21-Jan-2013 |
Herbert Dürr |
type qualifiers ignored on function return type Gcc 4.4 on our buildbot reported 657 such warnings, which represents almost 85% of all warnings it emitted for our codebase! The warnings
type qualifiers ignored on function return type Gcc 4.4 on our buildbot reported 657 such warnings, which represents almost 85% of all warnings it emitted for our codebase! The warnings are correct and cleaning them up improves our code quality and makes the build output more relevant. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436255 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
47e5fad4 | 15-Jan-2013 |
Pedro Giffuni |
As the DeMorgan law says ... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433258 13f79535-47bb-0310-9956-ffa450edef68 |
a0103d28 | 14-Jan-2013 |
Pedro Giffuni |
Fix old mismatch: found in LO by Julien Nabet but solved slightly differently. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433176 13f79535-47bb-0310-9956-ffa450edef68 |
7d9fa7c3 | 18-Dec-2012 |
Pedro Giffuni |
#i121496# - [PyUNO] Python3 support Add initial python 3 compatibility to native scripts now that pyuno supports python3. This is the result of running the python 2to3 script wi
#i121496# - [PyUNO] Python3 support Add initial python 3 compatibility to native scripts now that pyuno supports python3. This is the result of running the python 2to3 script with conservative settings. Still more porting work may be required and any regression with the default Python 2.7.3 should be considered a bug. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423676 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
9940ab62 | 05-Sep-2012 |
Jian Fang Zhang |
#i120738#, in Storage::release(), need call to OWeakObject::release() explicitly to make sure the week object is released correctly. Found by: zhangjf Patch by: zhangjf git
#i120738#, in Storage::release(), need call to OWeakObject::release() explicitly to make sure the week object is released correctly. Found by: zhangjf Patch by: zhangjf git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1380957 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3e3516f1 | 28-Jun-2012 |
Armin Le Grand |
#118906# corrected APR_UTIL_INCDIR to APRUTILINCDIR git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1355061 13f79535-47bb-0310-9956-ffa450edef68 |
58b02f87 | 28-Jun-2012 |
Andre Fischer |
#i118906# Renamed APRUTIL to APR_UTIL. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1354845 13f79535-47bb-0310-9956-ffa450edef68 |
fdf35928 | 26-Jun-2012 |
Andre Fischer |
#i118906# Added --with-system-(apr,apr-util,serf,coinmp) switches to configure. Fixed by: Andre Fischer Patch by: Pedro Giffuni git-svn-id: https://svn.
#i118906# Added --with-system-(apr,apr-util,serf,coinmp) switches to configure. Fixed by: Andre Fischer Patch by: Pedro Giffuni git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1354035 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
10e20387 | 20-Jun-2012 |
Andre Fischer |
#i120041# Update of serf library from 1.0.0 to 1.1.0. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351981 13f79535-47bb-0310-9956-ffa450edef68 |
5d313e96 | 10-Jun-2012 |
Ariel Constenla-Haile |
Only <glib.h> can be included directly, so be it git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348596 13f79535-47bb-0310-9956-ffa450edef68 |