2010-12-01 |
Jay Freeman... | Move reserved_ linkages up to Cytore::Block. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Add File::mappings_ to Cytore for munmap() and msync(). |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Normalized Changed_ = true; placement. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Cache the epic sort ordering to Cytore. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Allocate Package objects into an NSZone. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Reorganized and bit-packed fields of Package. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Minor simplification to StripVersion_: ?: over if. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Store Package::metadata_ as a pointer, not a Cytore... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Avoid using hasTag: during Package initialization. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Only copy Package::id_ from APT if it is mixed case. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Jay Freeman... | Remove an obsolete usage of static_cast<>. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Jay Freeman... | Don't copy strings from APT when you can point to them. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Jay Freeman... | Use parsed_ as a pointer instead of a flag. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Jay Freeman... | Replace 99.9% of metadata.plist with metadata.cb0. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Jay Freeman... | Add back a documentation warning from the old BrowserView. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Jay Freeman... | Use time_t instead of NSDate *. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Jay Freeman... | Store Package::latest_ as CYString instead of NSString *. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Grant Paul | update mapping |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Grant Paul | Fix section mapping plist (add and modify), and fix... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Grant Paul | Fix inside-cydia cydia:// URL launches, refactor out... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Grant Paul | Remove keyboard_ (unused), add starturl_, and fix cydia... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Jay Freeman... | Merge branch 'master' of git.saurik.com:cydia |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Jay Freeman... | Use sed to build version.sh, preferring '+#.%' to ... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Jay Freeman... | Use a much more reasonable capacity for cydia.getInstal... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Jay Freeman... | Factor out -[Database releasePackages] and use from... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Jay Freeman... | Add @synchronized (database_) around some Package selec... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Jay Freeman... | Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Jay Freeman... | Set Version: in control based on git describe --tags. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Jay Freeman... | Add lookup3 to Cydia's build environment. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Jay Freeman... | Apple renamed gsc.wildcat to gsc.ipad: let's make certa... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Grant Paul | English locaization: iPhoneOS->iOS. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Jay Freeman... | Don't support <4.0 (should have been 3.2, damn it). v1.0.3366 |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Jay Freeman... | Instead of using sbdidlaunch, let's just spin on gssc. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Jay Freeman... | Please do not delete the first package in my status... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Dustin L. Howett | Add and fix the display of ignored (SelectedState ... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Jay Freeman... | Remove obsolete -[Package compareForChanges] (use Packa... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Jay Freeman... | Make cydia.setViewportWidth() work again with CYWebView. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Break CYColor::Create_ from CYColor::{CYColor,Set}. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Remove PackageCell::{color_,fade_,faded_} as they are... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Factored out CYTableViewCell to fix cell highlight... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Reactivate and localize 'Loading Changes' progress... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Flatten Sections.plist: no Rename and no recursion. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Fix localization of LOADING_DATA (use ELISION+LOADING... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jay Freeman... | Clarify visibility rules, removing Package::visibile_... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Remove unused std::hash_map implementation of -[Section... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Remove Package::required_, an unimplemented feature. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Leave Package::source_ nil until first use. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Queue status affects /all/ views, not just the active... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Remove Package::relationships_, which was never impleme... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | -[PackageController setPackage:] needs to reload packag... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Reimplement APT marking as I finally understand how... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Turn off LogBrowser for official master tree. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Replace Package::cached_ with Package::source_ == ... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | Remove StripVersion(), inlining the code to the one... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jay Freeman... | Corrected some reasonably minor code formatting issues. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jay Freeman... | Always prefer alloc/init/autorelease/... to alloc/init... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jay Freeman... | Carefully audited all usages of alloc*/retain/release... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Jay Freeman... | Use actual types for fields rather than id (UISwitch... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Grant Paul | Don't show role::cydia packages in Expert mode of the... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Grant Paul | Spinner when closing Role controller. The details matter. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Grant Paul | Don't allow rotation when there's a HUD, fixing an... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jay Freeman... | Store Sections.plist using space characters rather... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jay Freeman... | Sprinkle more ProfileTiming logic among -[Package init... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jay Freeman... | Rename CFCString to CYStringCreate. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jay Freeman... | Make CFCString() accept non-UTF8 data without horrible... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Jay Freeman... | Move around usages of _trace() for greater understanding. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Grant Paul | set first tab in a better place (later on) |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Remove call to [UIKeyboard initImplementationNow] durin... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Do not bother with 'Loading Changes...', a 0.12s step. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use CFMutableArrayRef (with NULL callBacks) instead... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use CFMutableArrayRef (with NULL callBacks) instead... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Fold RadixSort_() into -[NSMutableArray(Radix) radixSor... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Remove the obsolete (and sometimes dangerously optimize... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Re-calibrated PackagePrefixRadix() to more accurately... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Verbose logging support for #define HistogramInsertionSort. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Avoid NSMutableArray for temporary radix buffer. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use lowercase identifiers always, even internally. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use CYPoolStart/End instead of _pool (just starting). |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | If you are going to use a private API (pinStripeColor... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Heavily optimized (and simplified) @synchronized lock... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Slightly more normalized if nesting on decidePolicyForN... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Remove the APT HTTP timeout: Host Unreachable == frowny... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Add X-Carrier-ID. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use the same pattern for willSendRequest:'s delegate... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Grant Paul | App Store-style initial loading indicator to replace... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dustin L. Howett | chpwn got the "blink only for essential packages" logic... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dustin L. Howett | Rename some of the section images to match chpwn's... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dustin L. Howett | Map Themes (SYSTEM) to Themes (System). |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | Fixed tabbar that I broke months ago (always flashing... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | Removed tabs (why does vim not do this on paste?) |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | Make Sakurina happy: black statusbar while stashing. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | New, Icy-style, stashing controller. Yay for visual... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Fixed progress HUD appearance and fixed progress view... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Use external status API to get the status. But internally. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Dustin L. Howett | Start in all orientations on the iPad. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Changed launch to show pinstripes (finally!) Updated... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Pinstripes while loading, removed afterwards due to... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Add folding for CYActionSheet. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Grant Paul | Updated sections mapping file to further consolidate... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Grant Paul | Improved handling of the refresh sequence. |
commit | commitdiff | tree | snapshot |
next |