/source/ab/framework/

.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/onlineupdate
AgeCommit message (Collapse)Author
2017-05-19add missing windows error codesMarkus Mohrhard
Error codes taken for now from the mozilla code. Change-Id: Ib5b8ce4effb62ff0149a70a293ef6d19a0af4bb7
2017-05-19always build with NSS and therefore verify signaturesMarkus Mohrhard
Change-Id: I7b697b95e620ce915d762ce5d09af33a9e812107
2017-05-19remove header includesMarkus Mohrhard
Change-Id: I72c4b65b733875c8bc18a7e6718e1470bcaf611d
2017-05-19workaround for compile errorMarkus Mohrhard
Change-Id: I23c0e39cf74424febc78a5e0785fa2a889d9cd56
2017-05-19fix warnings in windows only codeMarkus Mohrhard
Change-Id: I33079d9f895e4c596a7804ec1bf6b3acde891ae7
2017-05-19disable warning 4204Markus Mohrhard
nonstandard extension used Change-Id: I7d24417dfb14fa659e50c36889bedee406ce9401
2017-05-19explicitly include header file for unique_ptrMarkus Mohrhard
Change-Id: I060c7554a0b293977c3e4363f246b31bb35b9055
2017-05-19fix unused parameter warningsMarkus Mohrhard
Change-Id: I959129f9cf2ea0534cadf89948f9d1f09a7e2540
2017-05-19add certificate parts for current daily build certMarkus Mohrhard
Change-Id: I33fa792da09b5bfb05291eace3815c1312faa8de
2017-05-19update the updater code from mozillaMarkus Mohrhard
Change-Id: I400a7d103cf5bbd1a8b86c54a5d1b84c7dbf34e8
2017-05-19store the correct version string in the updater and the mar executableMarkus Mohrhard
Change-Id: I52ca969b9fa84320614f77bd51b8aac736478c54
2017-05-19build the signing part for the updaterMarkus Mohrhard
Change-Id: I422eed712da76a90f49b9d9cd5d6155fa394c223
2017-05-19make the script more python3 compliantMarkus Mohrhard
Change-Id: Id23b4890f121c0ffeb7aca4888e1e1d4d3748b91
2017-05-19some steps to getting mar signing workingMarkus Mohrhard
Change-Id: Id5a37530f2660866e83b6072d4d55b45da4a083d
2017-05-19don't use MOZ prefix for variablesMarkus Mohrhard
Change-Id: I4d4cf18c4665ccd14b3a2b93da215113e4f2e23a
2017-05-19document the no-link to LibO libraries policyMarkus Mohrhard
Change-Id: I6edec26c687c6b31d1847b0b568bda389d84f501
2017-05-19adapt indentation to LibO defaultsMarkus Mohrhard
Change-Id: I652428a2f11f12d7a2b54d3d425fc6034e1cbbe3
2017-05-19obviously we need to use a LibreOffice registry keyMarkus Mohrhard
Change-Id: I445c5c66f4363b5f20e140b3620a3ece84d73d23
2017-05-19add a way to create mar file from fileMarkus Mohrhard
We exceed the command line limit when we try to use the stuff directly so storing it in a file seems like the best approach. Currently the memory that we allocate in the new code path is leaked but as the program ends a bit later anyway this is not too bad. Change-Id: I87350c617e577a319ce4be37cbd707011c0bd502
2017-05-19remove more references to GONKMarkus Mohrhard
Change-Id: I8d51cc42161c3dee5b7a6a791e724cb939e3fc64
2017-05-19remove gonk reference from build filesMarkus Mohrhard
We don't use the build files but they are useful documentation. The GONK case however does not apply to us at all. Change-Id: I2be03d973110957aef93da17ac3b21e9142563d2
2017-05-19remove mozilla certificatesMarkus Mohrhard
Change-Id: I673ce7f7099a2af3ea3d16c01776d24420bbb3be
2017-05-19we use a static lib for this nowMarkus Mohrhard
Change-Id: Iec7ba672ec5be5422a110bc8c09eb77cf31611be
2017-05-19only compile the windows files on windowsMarkus Mohrhard
Change-Id: I489aa2877ff23b556ab587a0fae5125de3b76d21
2017-05-19remove unneeded parts from the updater codeMarkus Mohrhard
Change-Id: I6643d00572eceb5c934ac9ecd0edc61da60a3043
2017-05-19we only want to build winhelper on windowsMarkus Mohrhard
Change-Id: Iae098ef00d000099e13c54349ba37619e545fe4a
2017-05-19make the updater code also work on windowsMarkus Mohrhard
Change-Id: If533ba273237d35cad11fec296e7c48cbc2cd2f2
2017-05-19fix unitialized memoryMarkus Mohrhard
Change-Id: I743df0c568984a1effef34be5a3190a10647e092
2017-05-19make the winhelper library compile on windowsMarkus Mohrhard
Change-Id: I4bfa678b6a028a91a63b79a24f6db3a3644d086a
2017-05-19compile as a true c++ ojectMarkus Mohrhard
Change-Id: Id37074b695e096a057c818a80e3567015422bfb6
2017-05-19temp windows fixesMarkus Mohrhard
Change-Id: I86972657e333821a153bb0c1e154f22841f624e5
2017-05-19we need to link to nssMarkus Mohrhard
Change-Id: I94940d1146430980f11d9dcb1e6c538982a31a1c
2017-05-19use the new winhelper static lib on windowsMarkus Mohrhard
Change-Id: Iecb4328e4c665f7dd24fa7c6a66c3328942fb196
2017-05-19add files for starting windows processMarkus Mohrhard
Change-Id: Idb2d6a43c8bc86a51fb8e5b937784bedc05a0308
2017-05-19include the new files into the build systemMarkus Mohrhard
2017-05-19add files for the new update service on windowsMarkus Mohrhard
2017-05-19start work on the updater serviceMarkus Mohrhard
Change-Id: Ic0b98c859cf2115195a75e9521c35ef32bd8b833
2017-05-19use std::thread instead of own solutionMarkus Mohrhard
Change-Id: Id3d71897127c7af39688c9071dbb0e04b08fb327
2017-04-13Removed duplicated includesAndrea Gelmini
No automatic tools. Manual checked and tested. Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754 Reviewed-on: https://gerrit.libreoffice.org/36371 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-25Fix typosAndrea Gelmini
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
Change-Id: I68d93b260db1f542bb3b44858b61b2d30ae93530 Reviewed-on: https://gerrit.libreoffice.org/34856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
Check for a macro that is defined by the compiler, we don't really need one defined by the build system. Change-Id: Iccb8e3198396881395c97a6b81690ebe64b7e9d2