index
:
cydia.git
master
proper
testing
userspacereboot
Cydia Installer
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2011-02-22
If you are reading this: git submodule sync.
Jay Freeman (saurik)
2011-02-22
Updated SDURLCache to get 4.2 compatibility.
Jay Freeman (saurik)
2011-02-22
Use stack to store temporary SHA1SumValues.
Jay Freeman (saurik)
2011-02-22
Remove obsolete -[ProgressController isRunning].
Jay Freeman (saurik)
2011-02-22
Export CydiaProgressEvent to JavaScript.
Jay Freeman (saurik)
2011-02-22
Simplify if logic in -[CydiaProgressEvent compoundTitle].
Jay Freeman (saurik)
2011-02-22
Primary excursion into improving memory management.
Jay Freeman (saurik)
2011-02-22
Standardized on [delegate_ {retain,release}NetworkActivityIndicator].
Jay Freeman (saurik)
2011-02-22
Drastic simplification of ProgressController API.
Jay Freeman (saurik)
2011-02-22
Remove seemingly incorrect special case for /var/lib/dpkg/lock.
Jay Freeman (saurik)
2011-02-21
Give a name to the firmware package.
Jay Freeman (saurik)
2011-02-21
Commit separate errors during popErrorWithTitle:.
Jay Freeman (saurik)
2011-02-21
Rename isCancelling: to isProgressCancelled.
Jay Freeman (saurik)
2011-02-21
Always use popErrorWithTitle: for list.ReadMainList().
Jay Freeman (saurik)
2011-02-21
Call through to pkgAcquireStatus::Start/Stop().
Jay Freeman (saurik)
2011-02-21
Do not double log fetch errors.
Jay Freeman (saurik)
2011-02-21
Pop pending fetch errors.
Jay Freeman (saurik)
2011-02-21
Retain the network activity indicator before the download starts.
Jay Freeman (saurik)
2011-02-21
Remove (id) typecast from CydiaApp.
Jay Freeman (saurik)
2011-02-21
Remove class Progress: it was slow anyway.
Jay Freeman (saurik)
2011-02-20
The configuration alert is not dismissed.
Jay Freeman (saurik)
2011-02-20
Refactor _detachNewThreadData as _detachNewThreadInvocation.
Jay Freeman (saurik)
2011-02-20
Add package.getField(name).
Jay Freeman (saurik)
2011-02-20
Reset the 'external status' to 0 when Cydia starts.
Jay Freeman (saurik)
2011-02-20
Don't restart SpringBoard if download failed.
Jay Freeman (saurik)
2011-02-20
Factor out -[ConfirmationController complete].
Jay Freeman (saurik)
2011-02-20
Factor confirmation controller variables to a single sub-object.
Jay Freeman (saurik)
2011-02-19
Entirely theoretical getInstalledPackages() threading bug: I'm anal.
Jay Freeman (saurik)
2011-02-19
Add explanatory threading comment to -[ChangesController _reloadPackages:].
Jay Freeman (saurik)
2011-02-19
Use setViewportWidth: only on main thread.
Jay Freeman (saurik)
2011-02-19
Move setToken: to main thread for Metadata_.
Jay Freeman (saurik)
2011-02-19
Use Metadata_['LastUpdate'] on main thread.
Jay Freeman (saurik)
2011-02-19
Use -[Cydia retain/releaseNetworkActivityIndicator] on main thread.
Jay Freeman (saurik)
2011-02-19
-[BrowserController close] can only be used on the main thread.
Jay Freeman (saurik)
2011-02-19
Move setConfigurationData: to main thread.
Jay Freeman (saurik)
2011-02-19
Move addProgressOutput: to main thread.
Jay Freeman (saurik)
2011-02-19
Move setProgressTitle: to main thread.
Jay Freeman (saurik)
2011-02-19
Move setProgressPercent: to main thread, taking NSNumber * instead of float.
Jay Freeman (saurik)
2011-02-19
Remove obsolete -[CydiaObject setSpecial:].
Jay Freeman (saurik)
2011-02-19
Expose sysctl read access to JavaScript.
Jay Freeman (saurik)
2011-02-19
Shuffle set of system variables accessible via JS.
Jay Freeman (saurik)
2011-02-19
Add JavaScript interface to get sources.
Jay Freeman (saurik)
2011-02-19
For safety's sake, let's addTrivialSources: on the main thread.
Jay Freeman (saurik)
2011-02-19
Slightly safer ordering of _saveConfig / cydia.list.
Jay Freeman (saurik)
2011-02-19
Allow JavaScript to alter and refresh sources.
Jay Freeman (saurik)
2011-02-19
Finally FINALLY found and fixed the root cause of un-deletable sources.
Jay Freeman (saurik)
2011-02-19
Factor source addition out to -[Cydia addTrivialSource:].
Jay Freeman (saurik)
2011-02-19
Support lazy loading of PackageListControllers.
Jay Freeman (saurik)
2011-02-19
Drastic simplification of Source management.
Jay Freeman (saurik)
2011-02-19
Super-charge the Reload button to actually reload.
Jay Freeman (saurik)
[next]