]> git.saurik.com Git - cycript.git/history - Handler.mm
Add a local install target (why not?) to xcode.mk.
[cycript.git] / Handler.mm
2014-01-12  Jay Freeman (saurik)Smuggle errors in libcycript-any.dylib to client.
2014-01-10  Jay Freeman (saurik)CYExecute() should run code in a specific context.
2014-01-10  Jay Freeman (saurik)Do Cycript compilation in the client (fix ?debug).
2013-09-10  Jay Freeman (saurik)Allow for connections from the client to the server.
2013-09-10  Jay Freeman (saurik)Make CYHandleClient only take a file descriptor.
2013-09-10  Jay Freeman (saurik)Clean up dependencies now that they are tracked.
2013-06-23  Jay Freeman (saurik)Correct all blocking 32/64-bit incompatibilities.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Replace only apr_thread_create with pthread_create.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-09-11  Jay Freeman (saurik)Use a single std::istream& to replace file_/data_.
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Update injection handler for new local pool semantics.
2010-04-27  Jay Freeman (saurik)Make CYExecute take a CYUTF8String and fix the size...
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2009-11-17  Jay Freeman (saurik)Optimized the variable renamer to rename more variables...
2009-11-16  Jay Freeman (saurik)Ported Objective-C bridge to match up with the latest...
2009-11-16  Jay Freeman (saurik)Started working on variable name replacement strategies...
2009-11-15  Jay Freeman (saurik)Fixed some CYInitialize issues noticed back on the...
2009-10-31  Jay Freeman (saurik)Added runloop detection support, ported Handler back...
2009-10-31  Jay Freeman (saurik)Fixed non-CY_ATTACH builds.
2009-10-28  Jay Freeman (saurik)Added getPropertyNames bridging (albeit lame) and fixed...
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...
2009-10-23  Jay Freeman (saurik)Mostly insulated Objective-C from Library.mm.