No files found.
+11 −18
build.scons
omaha/base/build.scons
+13 −7
const_code_signing.h
omaha/base/const_code_signing.h
+5 −0
const_object_names.h
omaha/base/const_object_names.h
+7 −7
constants.h
omaha/base/constants.h
+2 −0
error.h
omaha/base/error.h
+10 −10
logging.cc
omaha/base/logging.cc
+2 −2
logging.h
omaha/base/logging.h
+8 −8
proc_utils.cc
omaha/base/proc_utils.cc
+6 −6
process.cc
omaha/base/process.cc
+5 −5
process_unittest.cc
omaha/base/process_unittest.cc
+1 −1
reactor_unittest.cc
omaha/base/reactor_unittest.cc
+1 −1
reg_key.h
omaha/base/reg_key.h
+5 −5
registry_monitor_manager.cc
omaha/base/registry_monitor_manager.cc
+1 −1
hash-internal.h
omaha/base/security/hash-internal.h
+1 −1
hmac.c
omaha/base/security/hmac.c
+68 −82
hmac_unittest.cc
omaha/base/security/hmac_unittest.cc
+1 −1
md5.c
omaha/base/security/md5.c
+1 −1
md5.h
omaha/base/security/md5.h
+0 −1
p256.c
omaha/base/security/p256.c
+0 −1
p256.h
omaha/base/security/p256.h
+1 −1
p256_ecdsa.c
omaha/base/security/p256_ecdsa.c
+1 −1
p256_prng.c
omaha/base/security/p256_prng.c
+3 −3
p256_prng.h
omaha/base/security/p256_prng.h
+1 −1
p256_unittest.c
omaha/base/security/p256_unittest.c
+1 −1
sha.c
omaha/base/security/sha.c
+1 −0
sha256.c
omaha/base/security/sha256.c
+1 −1
sha256.h
omaha/base/security/sha256.h
+16 −0
util.c
omaha/base/security/util.c
+13 −0
util.h
omaha/base/security/util.h
+1 −1
shell.h
omaha/base/shell.h
+0 −1
signatures.cc
omaha/base/signatures.cc
+38 −26
signaturevalidator.cc
omaha/base/signaturevalidator.cc
+2 −2
signaturevalidator.h
omaha/base/signaturevalidator.h
+31 −5
signaturevalidator_unittest.cc
omaha/base/signaturevalidator_unittest.cc
+1 −1
synchronized.h
omaha/base/synchronized.h
+1 −1
system_info.h
omaha/base/system_info.h
+1 −1
thread.cc
omaha/base/thread.cc
+1 −1
thread.h
omaha/base/thread.h
+5 −6
timer.h
omaha/base/timer.h
+2 −1
utils.h
omaha/base/utils.h
+2 −2
bundle_installer.cc
omaha/client/bundle_installer.cc
+0 −5
const_goopdate.h
omaha/common/const_goopdate.h
+5 −1
google_signaturevalidator.cc
omaha/common/google_signaturevalidator.cc
+24 −2
google_signaturevalidator_unittest.cc
omaha/common/google_signaturevalidator_unittest.cc
+2 −2
omaha_customization_unittest.cc
omaha/common/omaha_customization_unittest.cc
+1 −1
ping.cc
omaha/common/ping.cc
+3 −0
ping.h
omaha/common/ping.h
+4 −1
protocol_definition.h
omaha/common/protocol_definition.h
+2 −0
update_request.cc
omaha/common/update_request.cc
+24 −3
web_services_client.cc
omaha/common/web_services_client.cc
+12 −6
web_services_client.h
omaha/common/web_services_client.h
+42 −11
web_services_client_unittest.cc
omaha/common/web_services_client_unittest.cc
+5 −1
xml_const.cc
omaha/common/xml_const.cc
+5 −1
xml_const.h
omaha/common/xml_const.h
+18 −1
xml_parser.cc
omaha/common/xml_parser.cc
+55 −8
xml_parser_unittest.cc
omaha/common/xml_parser_unittest.cc
+2 −2
resource.rc
omaha/core/resource.rc
+2 −2
resource.rc
omaha/crashhandler/resource.rc
+2 −3
generate_group_policy_template_admx.py
omaha/enterprise/generate_group_policy_template_admx.py
+1 −1
enterprise_standalone_installer.wxs.xml
...se/installer/enterprise_standalone_installer.wxs.xml
+6 −0
utils.py
omaha/enterprise/installer/utils.py
+3 −3
app.cc
omaha/goopdate/app.cc
+5 −5
app.h
omaha/goopdate/app.h
+2 −2
app_command_unittest.cc
omaha/goopdate/app_command_unittest.cc
+1 −1
app_manager.cc
omaha/goopdate/app_manager.cc
+1 −0
app_state_checking_for_update.cc
omaha/goopdate/app_state_checking_for_update.cc
+55 −10
app_unittest.cc
omaha/goopdate/app_unittest.cc
+0 −1
build.scons
omaha/goopdate/build.scons
+4 −4
crash.cc
omaha/goopdate/crash.cc
+0 −5
google_update.cc
omaha/goopdate/google_update.cc
+1 −1
google_update.h
omaha/goopdate/google_update.h
+3 −28
omaha3_idl.idl
omaha/goopdate/omaha3_idl.idl
+1 −37
omaha_customization_goopdate_apis_unittest.cc
...opdate/omaha_customization_goopdate_apis_unittest.cc
+0 −90
oneclick_process_launcher.cc
omaha/goopdate/oneclick_process_launcher.cc
+0 −86
oneclick_process_launcher.h
omaha/goopdate/oneclick_process_launcher.h
BIN
chrome.bmp
omaha/goopdate/resources/chrome.bmp
+3 −1
worker.cc
omaha/goopdate/worker.cc
+10 −7
worker_unittest.cc
omaha/goopdate/worker_unittest.cc
+6 −0
hammer.bat
omaha/hammer.bat
+2 −11
tagged_installer.py
omaha/installers/tagged_installer.py
+19 −9
main.scons
omaha/main.scons
+2 −1
bind_status_callback.cc
omaha/net/bind_status_callback.cc
+2 −2
bits_request.cc
omaha/net/bits_request.cc
+31 −0
cup_ecdsa_pubkey.8.h
omaha/net/cup_ecdsa_pubkey.8.h
+1 −1
cup_ecdsa_request.cc
omaha/net/cup_ecdsa_request.cc
+1 −1
cup_ecdsa_utils_unittest.cc
omaha/net/cup_ecdsa_utils_unittest.cc
+13 −21
network_request_impl.cc
omaha/net/network_request_impl.cc
+2 −2
proxy_auth.h
omaha/net/proxy_auth.h
+7 −7
simple_request.cc
omaha/net/simple_request.cc
+1 −0
omaha_version_utils.py
omaha/omaha_version_utils.py
+4 −27
oneclick_control.cc
omaha/plugins/update/activex/oneclick_control.cc
+2 −25
update3web_control.cc
omaha/plugins/update/activex/update3web_control.cc
+1 −0
build.scons
omaha/plugins/update/build.scons
+3 −1
precompile.h
omaha/precompile/precompile.h
+3 −3
patch.wxs
omaha/recovery/repair_exe/msp/legacy/patch.wxs
+3 −3
patchableinstaller.wxs
...ecovery/repair_exe/msp/legacy/patchableinstaller.wxs
+3 −3
patch.wxs
omaha/recovery/repair_exe/msp/patch.wxs
+3 −3
patchableinstaller.wxs
omaha/recovery/repair_exe/msp/patchableinstaller.wxs
+46 −0
atlmfc_vc14_1.py
omaha/site_scons/site_tools/atlmfc_vc14_1.py
+57 −17
omaha_builders.py
omaha/site_scons/site_tools/omaha_builders.py
+122 −0
windows_vc14_1.py
omaha/site_scons/site_tools/windows_vc14_1.py
+2 −2
test_foo.rc
omaha/test/test_foo.rc
+11 −2
build.scons
omaha/testing/build.scons
+1 −1
unittest_debug_helper.h
omaha/testing/unittest_debug_helper.h
BIN
SaveArguments.exe
omaha/testing/unittest_support/SaveArguments.exe
BIN
chrome_setup.exe
omaha/testing/unittest_support/chrome_setup.exe
BIN
sha2_0c15be4a15bb0903c901b1d6c265302f.msi
...st_support/sha2_0c15be4a15bb0903c901b1d6c265302f.msi
+2 −11
build.scons
omaha/third_party/build.scons
BIN
MsiTagger.exe
omaha/tools/MsiTagger.exe
+1 −1
eckeytool.c
omaha/tools/eckeytool/eckeytool.c
+2 −2
resource.rc
omaha/tools/goopdump/resource.rc
+4 −4
owner_draw_title_bar.cc
omaha/ui/owner_draw_title_bar.cc
+2 −2
splash_screen.cc
omaha/ui/splash_screen.cc