]> git.saurik.com Git - cycript.git/history - Pooling.hpp
Avoid crash when using toCYON on String.prototype.
[cycript.git] / Pooling.hpp
2015-12-23  Jay Freeman (saurik)Both tighten and correct alignment of pool malloc.
2015-12-19  Jay Freeman (saurik)Make char * extend String and cast well to void *.
2015-11-26  Jay Freeman (saurik)CYPool's reservation policy was a stub/mistake :/.
2015-11-26  Jay Freeman (saurik)CYPool::str*dup was leaking memory via global new.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-10-11  Jay Freeman (saurik)Manually unify CYLocal<CYPool>::key_ into Library.
2014-01-17  Jay Freeman (saurik)Separate useful CYPoolCode from CydgetMemoryParse.
2013-06-23  Jay Freeman (saurik)apr_pstrdup used to return NULL when passed NULL.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Replace only apr_pool_cleanup_register with CYPool.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-21  Jay Freeman (saurik)Remove support for parent pools from CYPool.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2010-07-12  Jay Freeman (saurik)Standardized usage of header insulation naming: CYCRIPT...
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Switch from __thread to pthread_[gs]etspecific().
2010-07-08  Jay Freeman (saurik)Changed from a threaded pool to a thread-local pool...
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2009-11-19  Jay Freeman (saurik)Implemented functor caching.
2009-11-19  Jay Freeman (saurik)Fixed all of the memory leaks caused by the new identif...
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
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-22  Jay Freeman (saurik)Ported back to the iPhone.
2009-10-22  Jay Freeman (saurik)Further makefile reorganization, header file fixes...
2009-10-16  Jay Freeman (saurik)Broke apart Connector from Library and fixed cases...
2009-09-30  Jay Freeman (saurik)I nailed the interactive parser!
2009-09-30  Jay Freeman (saurik)Added output generation.