2009-10-31 |
Jay Freeman (saurik) | Implemented Mach injection: Cycript into any process. |
blob | commitdiff | raw |
2009-10-31 |
Jay Freeman (saurik) | Fixed a minor packaging SNAFU that broke the iPhone... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Finished porting to GNUstep, although it doesn't actual... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Further attempts at making Cycript portable to GNUstep. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Fixed make extra in cross-compile. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Forgot to add lexer to clean. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Setup iPhone cross-compilation and runtime abstracted... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Added -p <name> and updated todo. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Added readline history writing and fixed NoRE unary... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Mostly fixed the E4X situation, checkpointing for NoRE... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jay Freeman (saurik) | Finally got this damned thing actually executing JavaSc... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jay Freeman (saurik) | Completed massive refactoring operation to completely... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jay Freeman (saurik) | Insanely massive refactoring, bringing both exceptions... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Jay Freeman (saurik) | Moved from plist files to sqlite3 and finalized non... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Jay Freeman (saurik) | Began work on implementing E4X. |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Jay Freeman (saurik) | Found the garbage collection bug from hell (classes... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Jay Freeman (saurik) | Reset accidental debugging flags hardcode. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Jay Freeman (saurik) | Implemented [super ...] calls in @class blocks. |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Jay Freeman (saurik) | Improved support for null-including strings. |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Jay Freeman (saurik) | Various typo-fixes in the attempt to port to GNUstep. |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Jay Freeman (saurik) | Fixed the ::Class bug and attempted to further abstract... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Factored out Objective-C flags. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Continuing to attempt to get build environment to be... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Fixed packaging on Linux. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Douglas William... | Make sure the shell is bash! |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Moved -fPIC to base configuration. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Ported back to the iPhone. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Further makefile reorganization, header file fixes... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Added replacer engine to attach side. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Maybe fully separated the backend library from Console. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Further factored out Objective-C aspects of Cycript... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Separated out Objective-C and C language extensions... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Douglas William... | Beginnings of FreeBSD portability. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Started working on making the build environment more... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Completely rewrote the output serializer to instead... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Jay Freeman (saurik) | Removed unused and thereby broken LaunchDaemon configur... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Jay Freeman (saurik) | Removed -mthumb, as it isn't working for me. |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Jay Freeman (saurik) | Implemented support for regular expression literals... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Jay Freeman (saurik) | Added cyrver to make clean, fixed GC protection for... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Started setting up build environment for Cyrver, fixed... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Fixed one stupid CYON bug in what was otherwise an... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Broke apart Connector from Library and fixed cases... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Renamed Application.cpp to Console.cpp. |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Got the makefile to not rebuild the .deb constantly... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Implemented ->, &, and fleshed out *. |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jay Freeman (saurik) | Finally got process attach stable. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Jay Freeman (saurik) | Added a lot of bridge supports, setup for enum and... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Jay Freeman (saurik) | Protect bash glob expansions while generating libcycrip... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Implemented structure field names, removed parentheses... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Added more UIKit bridging, better factored property... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Mostly implemented Struct support. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Tried to unify naming of classes, removed usages of... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Drastic modifications to exception handling that requir... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Further memory management improvements, fixed some... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jay Freeman (saurik) | Drastic improvements to memory management, handle many... |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Change mind (again) and use tightly-coupled C++ API. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Readline integration and console refactoring. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | More interactivity and @selector start. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Jay Freeman (saurik) | Picked some minor nits. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | Finished implementing automatic semi-colon rules, but... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Jay Freeman (saurik) | Added output generation. |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Jay Freeman (saurik) | C++ Bison conversion. |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Jay Freeman (saurik) | Finished JS Bison/Flex parser. |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Jay Freeman (saurik) | OMG it compiles. |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Jay Freeman (saurik) | Checkpoint before something drastic. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Refactored console mechanism. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Temporarily remove MobileSubstrate extension. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Fixed clean target. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Renamed the project to cycript. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Support bridge support variables. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jay Freeman (saurik) | Initial bridge support. |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Jay Freeman (saurik) | Massive work done on FFI. |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Jay Freeman (saurik) | Initial FFI call success. |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Jay Freeman (saurik) | This is starting to look better. |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Jay Freeman (saurik) | First test version. |
blob | commitdiff | raw | diff to current |
|