aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSDictionary+URLArguments.h
Commit message (Collapse)AuthorAge
* Add deprecation warnings on URLArgument categories. (#198)Gravatar dmaclach2018-11-13
| | | The URLArgument categories should be replaced with usages of NSURLComponents and NSURLItems.
* Remove trailing whitespacesGravatar Sergio Campama2017-03-29
|
* Add pointers to newer classes provided by the OSGravatar Thomas Van Lenten2015-09-08
|
* [Author: iwade]Gravatar gtm.daemon2009-07-29
| | | | | | | Add gtm_dictionaryWithHttpArgumentsString to NSDictionary+URLArguments. R=thomasvl APPROVED=thomasvl DELTA=73 (72 added, 0 deleted, 1 changed)
* Standardize the reverse dns names for errors, notifications, etc.Gravatar thomasvl2008-05-16
iPhone unit test framework didn't run tearDown on failures. Add String and Dictionary URLArgument support and tests.