mkuba50
eeb779eca9
Remove old pack files
2019-01-05 01:27:19 +01:00
mkuba50
d1911c2424
Deprecate old packs system and replace it with internal generated packs
2019-01-05 01:25:25 +01:00
mkuba50
888cc470cb
Add missing Hong Kong
2019-01-02 22:09:40 +01:00
mkuba50
312b5c6c52
Update attributes
2018-12-15 20:22:36 +01:00
mkuba50
cd656f0877
Do not use hard coded expiration date for cookie
2018-12-13 23:18:34 +01:00
mkuba50
7a9f22cc40
UUP dump API v1.17.0
...
- Updated attributes
- Changed generation of UUIDs to create correct values
- Added getting of cookie, so no longer there is need for starting cookie
- Changed hard coded device value to randomly generated one
2018-12-13 21:19:51 +01:00
mkuba50
ac867de609
Create proper error string for returning
2018-11-16 21:51:54 +01:00
mkuba50
a213313062
Handle XML load error
2018-11-16 21:29:29 +01:00
mkuba50
bb3878d78e
Add optional WU response caching
2018-11-16 17:59:48 +01:00
mkuba50
e28e612dd2
Fix download of CU from updates that are not explicitly marked as CU
2018-10-31 18:21:10 +01:00
mkuba50
d01e2ad508
Second attempt of using XML parser
2018-10-11 21:48:46 +02:00
mkuba50
b3c0a47186
Revert "Parse XML using XML parser instead of using regex in get.php"
...
This reverts commit 5828423453
.
2018-10-11 21:35:25 +02:00
mkuba50
fa256217c9
Fix messed up variables
2018-10-11 21:29:54 +02:00
mkuba50
5828423453
Parse XML using XML parser instead of using regex in get.php
2018-10-11 21:23:22 +02:00
mkuba50
bcff23e6da
Update attributes
2018-09-21 18:01:12 +02:00
mkuba50
25522360f9
Fix 18237
2018-09-13 11:43:00 +02:00
mkuba50
5437031520
Remove baseless update cabs
2018-08-30 20:17:36 +02:00
mkuba50
f572f3ba0f
Even more unnecessary changes
2018-08-11 00:15:04 +02:00
mkuba50
212b54a98e
Some unnecessary fixes
2018-08-10 23:55:45 +02:00
mkuba50
7f859eb6df
Fix PHP warnings appearing when fileinfo database is empty
2018-07-19 01:27:40 +02:00
mkuba50
02444758f6
Updated cookie
...
Old cookie given by server was supposed to expire in 2045, but expired this year. Microsoft cannot even give correct dates for their cookies...
2018-07-16 01:17:27 +02:00
mkuba50
7143b4e8c3
Force usage of lower case names for files
2018-06-14 20:38:34 +02:00
mkuba50
bce954d9dc
Added option to automatically use latest build version from database
2018-06-14 19:40:51 +02:00
mkuba50
ac0e30ecdf
Add missing updates to lists created from generated packs
2018-05-15 21:17:11 +02:00
mkuba50
5bcd082c5a
Baseless files removal, proper 17661 pack
2018-05-04 21:24:27 +02:00
mkuba50
95f82190bf
Quick fix for new Cabs_ files
2018-05-03 20:42:27 +02:00
mkuba50
7e5975cfb1
Added langs list that was removed for debugging purposes, and not re-added after that
...
And that's why you should not do debugging on "production" code.
This code is not even alpha quality, but "works".
2018-05-01 03:05:50 +02:00
mkuba50
5b62a1699c
UUP dump API 1.14.0
...
- Added support of pregenerated update packs
- Added support of fetching updates that need custom SKU ID
2018-04-29 21:33:19 +02:00
mkuba50
6eaa55dad1
Fixed a bug when using uupGetFiles more than one time
2018-04-29 00:39:46 +02:00
mkuba50
c6ebd7e73f
Add accidentally removed package
2018-04-25 20:35:09 +02:00
mkuba50
1b7a4ef020
17655 pack template
2018-04-25 20:31:00 +02:00
mkuba50
6ff681b273
17650 pack template, support of single file editions
2018-04-20 14:18:43 +02:00
mkuba50
32e9b283e1
Added support of saving multiple updates received from server
2018-04-11 18:01:27 +02:00
mkuba50
0ca9f5be68
Add 17634 pack template, add reporting of build to get.php responses
2018-03-29 19:41:22 +02:00
mkuba50
3f6d6dcbe0
Added support of downloading WindowsUpdateBox.exe file only
2018-03-17 22:20:20 +01:00
mkuba50
9b861d4492
Change fetchupd update information output, fix some minor bugs
2018-03-17 17:29:59 +01:00
mkuba50
48cd2c20f2
Pack template for 17623 and newer
2018-03-16 18:53:05 +01:00
mkuba50
1d9338025e
Added parameters that will allow fetching of retail builds of RS4
...
These parameters are already present in native requests made by Windows Update.
2018-03-15 22:33:17 +01:00
mkuba50
77de8b3efc
Added search of builds in local database
2018-02-10 01:10:57 +01:00
mkuba50
6dc23e6737
Pack template for 17093 and newer
2018-02-08 14:02:49 +01:00
mkuba50
f411e2ea6e
Reworked requests
...
The way how request data is generated has been changed to make it easier to update when new parameters will appear. This change also adds better branch predictor from build number, so now requests use correct branch for specified build number.
2018-01-13 19:59:05 +01:00
mkuba50
6325fff8b6
Added additional DeviceAttributes needed to properly fetch 16299.192
2018-01-07 01:17:08 +01:00
mkuba50
6e9c0d7169
Add missing editions
...
Previous edition list was taken from build 17063 product.ini file. For some reason this file does not contain a few editions that are present in older ones.
2017-12-25 01:53:08 +01:00
mkuba50
d196812ce8
Add checking if metadata ESD files exist
2017-12-24 22:23:18 +01:00
mkuba50
77745105e1
Fix missing includes
2017-12-23 19:22:34 +01:00
mkuba50
f367afd64b
Change handling of packs
...
The handling of packs has been changed to use different files for builds. This will allow easier implementation of changed packs in future.
2017-12-20 17:35:14 +01:00
mkuba50
3a485ce33a
17063 specific fix
...
With build 17063 Microsoft has removed all UUP editions except CORE and PROFESSIONAL.
This fix maps removed editions to their substitutes that were not removed, modifies the base pack to use some Enterprise edition files for Professional due to new dependencies and removes no longer existing editions from packs array.
2017-12-19 21:03:19 +01:00
mkuba50
dd47de1172
Modified sorting logic of build list
2017-12-13 18:03:52 +01:00
mkuba50
89abdc8136
New 17046 Windows Hello package
2017-11-22 20:07:48 +01:00
mkuba50
c3f97ddff7
Report processor manufacturer to WU as GenuineIntel
...
Fixes fetching of downloads for build 17035
2017-11-08 20:20:34 +01:00