Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/mar-updater
d3d9ad1
Wdeclaration-after-statement
by Markus Mohrhard
· 9 years ago
feature/mar-updater
70da4f1
Wsometimes-uninitialized
by Markus Mohrhard
· 9 years ago
9a49cce
Wunused-macros
by Markus Mohrhard
· 9 years ago
4a6f559
remove the newly unused files with old cert verification data
by Markus Mohrhard
· 9 years ago
019daab
generate the certificate verification data as part of the build
by Markus Mohrhard
· 9 years ago
f6e827f
remove double '/' in update download URL
by Markus Mohrhard
· 9 years ago
aee268a
second part for user profile in instdir
by Markus Mohrhard
· 9 years ago
aee84a6
first step into supporting user profile in installation dir
by Markus Mohrhard
· 9 years ago
934ddb1
extract string typedefs to a shared file
by Markus Mohrhard
· 9 years ago
9e98a89
add TODO
by Markus Mohrhard
· 9 years ago
5e8c3aa
remove unused hard link support
by Markus Mohrhard
· 9 years ago
3f7ddb1
without the wb+ reading the patch file will fail
by Markus Mohrhard
· 9 years ago
2479940
log all the updater actions
by Markus Mohrhard
· 9 years ago
68ff6c8
fix errors in upload scripts
by Markus Mohrhard
· 9 years ago
4015d90
integrate the partial update info into the uploaded info
by Markus Mohrhard
· 9 years ago
7cd6d49
use file instead of complete for the key of the partial update info
by Markus Mohrhard
· 9 years ago
aad3f2a
add missing file
by Markus Mohrhard
· 9 years ago
2967d5d
use the shared signing code
by Markus Mohrhard
· 9 years ago
562baa4
simplify path handling in the updater scripts
by Markus Mohrhard
· 9 years ago
6a46ccf
create valid partial language updates and write partial update info
by Markus Mohrhard
· 9 years ago
65b01d4
add the generation of partial update files to the makefiles
by Markus Mohrhard
· 9 years ago
1949ea1
extract the mar signing code
by Markus Mohrhard
· 9 years ago
3c20566
extract mar file name generation
by Markus Mohrhard
· 9 years ago
588cef4
reuse the new extract mar code for the partial update generation
by Markus Mohrhard
· 9 years ago
80a552e
ignore the precomplete file at least for now
by Markus Mohrhard
· 9 years ago
5339bb0
add a script to extract and uncompress from a mar file
by Markus Mohrhard
· 9 years ago
cca48ff
remove the split functionality from the update creation
by Markus Mohrhard
· 9 years ago
4b55b07
add a way to strip symbols from the tarballs
by Markus Mohrhard
· 9 years ago
a77a29f
start working on the creation of partial update files
by Markus Mohrhard
· 9 years ago
6b74aec
add mbsdiff as build executable
by Markus Mohrhard
· 9 years ago
ac19b0c
actually abort the update process if the update file is invalid
by Markus Mohrhard
· 9 years ago
694092f
actually check the hash of the update files
by Markus Mohrhard
· 9 years ago
ba4bb75c
if the update_dir does not exist continue with the update check
by Markus Mohrhard
· 9 years ago
7572032
better reporting for normal response from updater
by Markus Mohrhard
· 9 years ago
6c93b46
extract the common updater path info into methods
by Markus Mohrhard
· 9 years ago
6e9eebb
either try to install an update or check for update
by Markus Mohrhard
· 9 years ago
d307420
normalize path for updater
by Markus Mohrhard
· 9 years ago
937690c
better flexibility through configurable updated build directory
by Markus Mohrhard
· 9 years ago
bdb3ec6
first stab at normalizing updater path
by Markus Mohrhard
· 9 years ago
5616cf7
use an update dir that is in the user profile
by Markus Mohrhard
· 9 years ago
0f9206c
don't crash when we get bad response
by Markus Mohrhard
· 9 years ago
8a7668a
ignore SIGPIPE in glx test process
by Markus Mohrhard
· 9 years ago
877088f
hard coding the number of entries just leads to problems
by Markus Mohrhard
· 9 years ago
bbce5c0
version entry is no more
by Markus Mohrhard
· 9 years ago
307c890
protect the downloading of the update info also with try..catch
by Markus Mohrhard
· 9 years ago
58aa44f
update the update URL and adapt to the server changes
by Markus Mohrhard
· 9 years ago
e3c879b
send the csrf token with the updater scripts
by Markus Mohrhard
· 9 years ago
83c60c7
use the path and not the URL string
by Markus Mohrhard
· 9 years ago
40bf43d
use consistent method names
by Markus Mohrhard
· 9 years ago
e93649d
follow redirects when downloading update files
by Markus Mohrhard
· 9 years ago
11528d0
executable names on linux and windows are different
by Markus Mohrhard
· 9 years ago
a56b0b4
add more TODO comments
by Markus Mohrhard
· 9 years ago
5b9e0ed
add the astyle script used to format the files
by Markus Mohrhard
· 9 years ago
35a8355
use a more libreoffice like formatting
by Markus Mohrhard
· 9 years ago
6053bd2
add the resource to the updater
by Markus Mohrhard
· 9 years ago
24c369a
handle signing errors much better
by Markus Mohrhard
· 9 years ago
e730a43
error out if the path to the updater config is empty
by Markus Mohrhard
· 9 years ago
20f5443
add TODO comments for the places that need further inspection
by Markus Mohrhard
· 9 years ago
271b86f
hide the function behind the correct define checks
by Markus Mohrhard
· 9 years ago
42b2372
remove the MOZ_ prefix from a few env variables and defines
by Markus Mohrhard
· 9 years ago
147ba27
use std::min instead of own code
by Markus Mohrhard
· 9 years ago
0ceee7c
remove unnecessary case from updater code
by Markus Mohrhard
· 9 years ago
4818d28
use own unique identifier
by Markus Mohrhard
· 9 years ago
ccd8308
make sure not to reuse the Mozilla registry keys and service name
by Markus Mohrhard
· 9 years ago
e1ceb73
the update service is windows only
by Markus Mohrhard
· 9 years ago
c89df80
get the update service working
by Markus Mohrhard
· 9 years ago
6da489b
extract the common updater code to an own static library
by Markus Mohrhard
· 9 years ago
4417fd2
define UNICODE to get the unicode system functions
by Markus Mohrhard
· 9 years ago
5643cd2
separate creation and upload of the update info
by Markus Mohrhard
· 9 years ago
33688eb
fix more platform define checks
by Markus Mohrhard
· 9 years ago
c4c4bf8
fix Wundef warnings
by Markus Mohrhard
· 9 years ago
c2dd7700
handle errors returned by the server
by Markus Mohrhard
· 9 years ago
879e98c
fix exception on windows when thread is not joinable
by Markus Mohrhard
· 9 years ago
a4a9951
include nss also on windows for the updater executable
by Markus Mohrhard
· 9 years ago
36e78cd
more XP_WIN to _WIN32
by Markus Mohrhard
· 9 years ago
6eb8f91
add missing windows error codes
by Markus Mohrhard
· 9 years ago
cc28e0f
always build with NSS and therefore verify signatures
by Markus Mohrhard
· 9 years ago
e51d96c
remove header includes
by Markus Mohrhard
· 9 years ago
c676463
workaround for compile error
by Markus Mohrhard
· 9 years ago
b4602b3
fix warnings in windows only code
by Markus Mohrhard
· 9 years ago
a33228f
disable warning 4204
by Markus Mohrhard
· 9 years ago
afa79f3
explicitly include header file for unique_ptr
by Markus Mohrhard
· 10 years ago
8a8ba23
fix unused parameter warnings
by Markus Mohrhard
· 10 years ago
ca20f8a
the header file is also needed on windows
by Markus Mohrhard
· 10 years ago
bd30b06
fix windows build
by Markus Mohrhard
· 10 years ago
f4af87b
add the missing libs for the test
by Markus Mohrhard
· 10 years ago
10677cd
add certificate parts for current daily build cert
by Markus Mohrhard
· 10 years ago
3cd369c
update the last update check time
by Markus Mohrhard
· 10 years ago
60df38d
only check for updates once every 7 days
by Markus Mohrhard
· 10 years ago
cd91be8
update the updater code from mozilla
by Markus Mohrhard
· 10 years ago
aac22f8
correctly pass the callback executable to the updater
by Markus Mohrhard
· 10 years ago
9b040b4
add the manifest file to the mar file
by Markus Mohrhard
· 10 years ago
1e407fc
store the correct version string in the updater and the mar executable
by Markus Mohrhard
· 10 years ago
d486298
make sure that the upload command succeeds
by Markus Mohrhard
· 10 years ago
15d07f7
reenable the download of the update files
by Markus Mohrhard
· 10 years ago
c49a9ad
use correct syntac for platform string
by Markus Mohrhard
· 10 years ago
adcb665
file size is obviously an integer
by Markus Mohrhard
· 10 years ago
57d2a33
move most of the updater settings to ini file
by Markus Mohrhard
· 10 years ago
40dc685
use my own server for now for the new update check
by Markus Mohrhard
· 10 years ago
e096c84
create complete and correct build_config files for the updater
by Markus Mohrhard
· 10 years ago
Next »