summaryrefslogtreecommitdiff
path: root/onlineupdate/README
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard1-0/+2
The updater itself does not link to NSS on Windows and instead uses the Windows-internal crypto libraries. However the mar executable needs to link against NSS, so we need to split the code a bit. Change-Id: Iea61c716aa507a876fdb444eb28ad828bdea18bd Reviewed-on: https://gerrit.libreoffice.org/40608 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-14Fix typosAndrea Gelmini1-1/+1
Change-Id: Ia3cf2253ac750b53ccc18ea661cc95dee51a7b12 Reviewed-on: https://gerrit.libreoffice.org/38689 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2017-06-11start adding my local documentation to the onlineupdate READMEMarkus Mohrhard1-0/+11
This is still quite confusing as I'm still confused myself with the user profile in the installation directory. Change-Id: I77f56918d51069ec6c6967339e7e03de4f1a7e4a
2017-05-19document the no-link to LibO libraries policyMarkus Mohrhard1-0/+3
Change-Id: I6edec26c687c6b31d1847b0b568bda389d84f501
2017-05-19start work on the updater serviceMarkus Mohrhard1-0/+2
Change-Id: Ic0b98c859cf2115195a75e9521c35ef32bd8b833
2015-07-03online update: Remove unneeded files.Nathan Yee1-2/+2
Change-Id: Id69448d893f7492e7321c6c6f84d6cccc9024220
2015-06-29online update: MAR-based online update - initial import from Mozilla.Jan Holesovsky1-0/+7
This commit copies several source files around the Mozilla's online update from the Mozilla sources to LibreOffice. The hope is that we will be able to modify it so that LibreOffice can use the same update mechanism as Firefox, including downloading the packs on background, and applying them on the next start. changeset: 248917:ce863f9d8864 The following locations in the Mozzila sources were copied: firefox/modules/libmar -> onlineupdate/source/libmar firefox/toolkit/mozapps/update -> onlineupdate/source/update JavaScript parts were omitted. Change-Id: I0c92dc0bf734bfd5d8746822f674e162d64fa62f