2009-07-01Added NSData categories for GZip and Mnemonicode.
Jens Alfke <jens@mooseyard.com> [Wed, 01 Jul 2009 14:04:56 -0700] rev 33
Added NSData categories for GZip and Mnemonicode.
Minor tweaks elsewhere.

2009-05-20Retain/release MYDirectoryWatcher's _standardizedPath, for non-GC compatibility.
Jens Alfke <jens@mooseyard.com> [Wed, 20 May 2009 08:34:04 -0700] rev 32
Retain/release MYDirectoryWatcher's _standardizedPath, for non-GC compatibility.

2009-05-14* Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
Jens Alfke <jens@mooseyard.com> [Thu, 14 May 2009 20:44:32 -0700] rev 31
* Optimized Olivier's MYDirectoryWatcher fix (by caching the watcher's standardized path)
* Added -[NSData my_UTF8ToString] to CollectionUtils.

2009-05-12Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.
Olivier Scherler <oscherler@femto-byte.com> [Tue, 12 May 2009 14:38:30 +0200] rev 30
Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.

2009-05-10* Added kv*Set utility functions for handling KV grunge when mutating an NSSet property.
Jens Alfke <jens@mooseyard.com> [Sun, 10 May 2009 18:57:43 -0700] rev 29
* Added kv*Set utility functions for handling KV grunge when mutating an NSSet property.
* Change CFMakeCollectable to NSMakeCollectable.

2009-05-05Added MYWindowUtils, being used by Murky.
Jens Alfke <jens@mooseyard.com> [Tue, 05 May 2009 11:09:06 -0700] rev 28
Added MYWindowUtils, being used by Murky.

2009-05-03* MYTask: Added -commandLine, overhauled logging.
Jens Alfke <jens@mooseyard.com> [Sun, 03 May 2009 10:13:31 -0700] rev 27
* MYTask: Added -commandLine, overhauled logging.
* MYDirectoryWatcher: Overhauled logging.
* MYErrorUtils: Disabled use of Security API (so it'll build without linking against Security.framework.)

2009-04-22Fixed a few compiler warnings.
Jens Alfke <jens@mooseyard.com> [Wed, 22 Apr 2009 16:46:38 -0700] rev 26
Fixed a few compiler warnings.

2009-04-12Fixed some incorrect CSSM error code strings. Removed a log call from MYError.
snej@snej.local [Sun, 12 Apr 2009 22:00:36 -0700] rev 25
Fixed some incorrect CSSM error code strings. Removed a log call from MYError.

2009-04-08Changes to config-file structure.
snej@snej-mbp.mtv.corp.google.com [Wed, 08 Apr 2009 16:31:19 -0700] rev 24
Changes to config-file structure.