Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-17 | tss: Use https to contact webservices first as we sometimes hit a 404 over http | Martin Szulecki | 1 | -2/+6 | |
After a while, Apple's servers have been begun redirecting to a 404 page using a 302 security redirect HTTP status code. By using a secure HTTPS connection retrieving TSS requests started to work fine again. | |||||
2012-07-17 | tss: Cycle through different hosts for TSS requests as a fallback | Martin Szulecki | 1 | -1/+9 | |
It appears the number of HTTP requests from one IP to the TSS signing servers is limited by each signing host. This workaround increases the volume of devices that can be processed due to falling back to another signing host in case request limiting is in effect by the original host. | |||||
2012-07-17 | tss: Use appropriate @HostPlatformInfo value in TSS requests | Nikias Bassen | 1 | -2/+14 | |
2012-07-17 | tss: Don't crash on errors like failed connection attempts and be more verbose | Martin Szulecki | 1 | -5/+17 | |
2012-07-17 | tss: Do not output "MESSAGE=" prefix of TSS server error messages | Martin Szulecki | 1 | -1/+1 | |
2012-07-17 | tss: Print server MESSAGE response if unhandled error is returned | Martin Szulecki | 1 | -1/+2 | |
2012-07-17 | tss: Rearrange TSS request keys and add missing baseband hash keys | Martin Szulecki | 1 | -8/+27 | |
2012-07-17 | tss: Add support for iPhone 4S baseband TSS request | Martin Szulecki | 1 | -7/+21 | |
2012-07-17 | tss: implemented tss_create_baseband_request | Nikias Bassen | 1 | -0/+114 | |
2012-02-12 | use format string defines since win32 doesn't like %qu | Nikias Bassen | 1 | -1/+1 | |
2012-02-12 | tss: handle status code 100 (internal server error) | Nikias Bassen | 1 | -0/+3 | |
this usually means the request sent was not in proper format or missing a value or a value has invalid format or whatever... | |||||
2012-02-03 | repeat tss request several times before giving up | Nikias Bassen | 1 | -7/+43 | |
2012-02-02 | tss: add tss_get_ticket() function | Nikias Bassen | 1 | -2/+21 | |
2012-02-02 | tss: make TSS request work again | Nikias Bassen | 1 | -9/+31 | |
2011-04-30 | Working with iOS versions up to 4.3.2; plus all currently released devices | boxingsquirrel | 1 | -2/+5 | |
2010-07-08 | Use debug_plist in tss code and remove redundant code | Martin Szulecki | 1 | -10/+2 | |
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but ↵ | Joshua Hill | 1 | -12/+113 | |
starting to mature really well | |||||
2010-06-04 | Refactoring continued, lots of bug fixes, probably about half way through | Joshua Hill | 1 | -1/+0 | |
2010-06-03 | Continuing to refactor code and add support for other devices | Joshua Hill | 1 | -19/+6 | |
2010-05-26 | Implemented NOR data request, it's ugly but it works! Successfully restored ↵ | Joshua Hill | 1 | -12/+13 | |
4.0b4 to my device | |||||
2010-05-24 | Have it sending DeviceTree now and started on ramdisk. Started to clean up a ↵ | Joshua Hill | 1 | -2/+6 | |
little bit, but not everything yet. | |||||
2010-05-22 | Started implementation of img3 file and tss_stitcher | Joshua Hill | 1 | -8/+22 | |
2010-05-22 | Finished implemented TSS request and TSS response | Joshua Hill | 1 | -29/+166 | |
Removed base64.c/h since it's not needed with libplist | |||||
2010-05-21 | Added ECID detection | Joshua Hill | 1 | -2/+1 | |
2010-05-20 | Added support to detect device and which mode it's in, and linking for ↵ | Joshua Hill | 1 | -0/+2 | |
libirecovery | |||||
2010-05-20 | Initial commit | Joshua Hill | 1 | -0/+76 | |