1. a3e318b Fix for OS inclusive language by Shan Cao · 4 years, 9 months ago master
  2. 23812c6 Merge pull request #28 from thomasvl/update by Thomas Van Lenten · 8 years ago v2.0.1
  3. 24cc5d0 Bump the pod version to do a release by Thomas Van Lenten · 8 years ago
  4. a8a1e5c Merge pull request #26 from thomasvl/fix_leaks by Thomas Van Lenten · 9 years ago
  5. 1570b7d Fix two leaks caught be the newer Xcode analyzer by Thomas Van Lenten · 9 years ago
  6. afacaf4 Merge pull request #24 from thomasvl/bump_pod_version by Thomas Van Lenten · 9 years ago v2.0.0
  7. ddbe4cd Bump the pod version to 2.0 so it overrides the old external pod by the same name by Thomas Van Lenten · 9 years ago
  8. cd09f94 Merge pull request #23 from perotinus/master by Thomas Van Lenten · 9 years ago v1.1.0
  9. 80da5f4 Fix the GTMHTTPFetcher podspec so that it lints properly. by Jonathan MacMillan · 9 years ago
  10. c6202bd Merge pull request #22 from perotinus/master by Thomas Van Lenten · 9 years ago
  11. 1380d2b Add a podspec for GTMHTTPFetcher. by Jonathan MacMillan · 9 years ago
  12. 6dc52b4 Merge pull request #21 from thomasvl/update by Thomas Van Lenten · 9 years ago
  13. 5c102f1 Deprecate the GTMHTTPFetcher. by Thomas Van Lenten · 9 years ago
  14. f506cbc Merge pull request #20 from thomasvl/update by Thomas Van Lenten · 10 years ago
  15. a4d9762 Add kGTMHTTPFetcherErrorInsecureRequest to signal a request was blocked due to the security checks. by Thomas Van Lenten · 10 years ago
  16. f74645d Merge pull request #19 from thomasvl/update by Thomas Van Lenten · 10 years ago
  17. b2a50b9 Few batch updates: by Thomas Van Lenten · 10 years ago
  18. 97a3398 Merge pull request #18 from thomasvl/update by Thomas Van Lenten · 10 years ago
  19. 5655295 remove the stale reference to the release notes file by Thomas Van Lenten · 10 years ago
  20. 526d398 Merge pull request #17 from thomasvl/update_sources by Thomas Van Lenten · 10 years ago
  21. 86c5af0 Long overdue updates: by Thomas Van Lenten · 10 years ago
  22. 1532547 Split ReleaseNotes out, add general info to README by Thomas Van Lenten · 10 years ago
  23. 06bcb34 Merge pull request #14 from thomasvl/fixups by gmrobbins · 10 years ago
  24. d6c5800 Update the project for github migration by Thomas Van Lenten · 10 years ago
  25. 5f4ab08 Update logging for session fetcher compatibility by grobbins@google.com · 10 years ago
  26. 6165f61 Add GTMSessionFetcher glue. by grobbins@google.com · 11 years ago
  27. 8581352 Add insecure fetch protections; updates for Xcode 6 by grobbins@google.com · 11 years ago
  28. 79574e5 Update for Xcode 6; add hardware info to default user-agent; add bodyData property as synonym for postData by grobbins@google.com · 11 years ago
  29. 58b74ac Add opensScrolledToEnd property to log view by grobbins@google.com · 11 years ago
  30. 347d6d1 Update compatibility macros by grobbins@google.com · 11 years ago
  31. 78e8864 Update fetcher unit tests to XCTest. by grobbins@google.com · 12 years ago
  32. 41c53d3 Fix NSInputStream replacement for iOS 7 by forwarding respondsToSelector: to the captured stream object by grobbins@google.com · 12 years ago
  33. 95e86d6 For chunked uploads, avoid asserting on non-empty initial response body. by grobbins@google.com · 12 years ago
  34. 421df35 Improve chunked upload retry behavior; improve user-agent generation to support multiple bundles by grobbins@google.com · 12 years ago
  35. c46ca37 Add a forward declaration by grobbins@google.com · 12 years ago
  36. 34bab18 Update retry logic to avoid retries following long network timeouts; handle iOS 7 empty file URL host strings by grobbins@google.com · 12 years ago
  37. ccae661 Fix double error reporting during deferred logging by grobbins@google.com · 12 years ago
  38. b8130e3 Update for Xcode 5 by grobbins@google.com · 12 years ago
  39. 6f69fd8 Fixed upload chunk handling of zero-length buffers. by grobbins@google.com · 12 years ago
  40. c2f445b Fix typo in fetcher test state tracking by grobbins@google.com · 12 years ago
  41. e728b6e Update fetcher sources to allow all sources to be imported from a single implementation file. by grobbins@google.com · 12 years ago
  42. e749a77 Fix a string type. by grobbins@google.com · 12 years ago
  43. 64f473c Improved logging on redirects by grobbins@google.com · 12 years ago
  44. e713fdb Improve delegateQueue support; add more methods to GTMFetcherAuthorizationProtocol by grobbins@google.com · 12 years ago
  45. d221ec6 Add GTMHTTPFetcherLogViewController by grobbins@google.com · 12 years ago
  46. 9bb7a11 Add accessors for log file names by grobbins@google.com · 12 years ago
  47. 60a25b0 More GTM_NONNULL removal by grobbins@google.com · 12 years ago
  48. fbd82ba Back out GTM_NONNULL declarations. by grobbins@google.com · 12 years ago
  49. cd72acf Add GTM_NONNULL by grobbins@google.com · 12 years ago
  50. b5d4f63 Fetcher changes for better thread safety by grobbins@google.com · 12 years ago
  51. f64cbd9 Update for Xcode 4.6: remove unneded cast by grobbins@google.com · 12 years ago
  52. a26caba Update internal error handling; support explicit and deferred body logging; improve multithreading support. by grobbins@google.com · 13 years ago
  53. a15af46 Add a warning if delegateQueue is used on iOS 5 by grobbins@google.com · 13 years ago
  54. b71a028 Added delegateQueue support to fetcher and fetcher service. by grobbins@google.com · 13 years ago
  55. a579898 Remove Gestalt calls for builds with 10.8 SDK by grobbins@google.com · 13 years ago
  56. 9f67f1d Add a format cast in GTMHTTPUploadFetcher by grobbins@google.com · 13 years ago
  57. 18cc954 Exclude the GTMNSJSONSerialization interface when building against newer SDKs by grobbins@google.com · 13 years ago
  58. 6594c7f Compiler type updates by grobbins@google.com · 13 years ago
  59. 97e7167 Remove authorization header from request on auth retry; log server error messages when downloading data; fix minor argument issues reported by new compilers by grobbins@google.com · 13 years ago
  60. 3f601a1 Update fetcher test to reflect that the expiration value is no longer being held by a version 0 NSHTTPCookie object in Mac OS X 10.7.4 by grobbins@google.com · 13 years ago
  61. df10ff9 Set delegate selector for handling errors on initial request of upload fetcher. by grobbins@google.com · 13 years ago
  62. 87086b1 Wrap some function declarations for C++ by grobbins@google.com · 13 years ago
  63. c49eb8c When logging, check for a pre-existing logs folder when an app restarts. by gregrobbins · 13 years ago
  64. 22ca808 Update comments; assert when static cookies set without fetch history compiled in by gregrobbins · 13 years ago
  65. 649fab8 Use a private category for fetcher logging utility methods by grobbins@google.com · 13 years ago
  66. 8ee3631 Fix typo in snipSubstringOfString by grobbins@google.com · 13 years ago
  67. dfbe760 Include downloaded data in error userInfo on status errors by grobbins@google.com · 13 years ago
  68. 439881c Fetcher now includes user-agent string utility functions; fetcher service now has properties for user-agent and timeout values for requests. by gregrobbins · 13 years ago
  69. 7b45fe5 Update release notes by gregrobbins · 14 years ago
  70. 66d9b9c Include post data in logs even when the data was set in the request rather than in the fetcher by gregrobbins · 14 years ago
  71. a50d8a8 Remove __weak declarations from headers, since these files build without ARC and ARC compiles will not like those modifiers by gregrobbins · 14 years ago
  72. b457746 Add servicePriority value to fetchers issued by a fetcher service object by gregrobbins · 14 years ago
  73. 5ff1c9e Update fetcher project static lib target architecture settings by gregrobbins · 14 years ago
  74. 5a059ff Add fetcher refresh retry for 401 auth errors by grobbins@google.com · 14 years ago
  75. 03bb5f8 Fix isDelayingFetcher in service class by gregrobbins · 14 years ago
  76. 0602531 Fix upload fetcher invocations in unit test by gregrobbins · 14 years ago
  77. 5990f93 Add GDataDefines when compiling with GDATA_TARGET_NAMESPACE in GTMMIMEDocument and GTMGatherInputStream by gregrobbins · 14 years ago
  78. 2d673eb Fix a type inconsistency in the upload fetcher by gregrobbins · 14 years ago
  79. b9520b1 Added fetcherWithRequest:fetcherClass: by gregrobbins · 14 years ago
  80. e299bf2 Make isFetching return YES during fetcher service delays and during authorization; add deleteCookie to fetcher history; report logging directory path via NSLog in iOS builds by gregrobbins · 14 years ago
  81. 961ead5 Add methods for counting fetcherService fetchers; make properties of fetcher mutable by gregrobbins · 14 years ago
  82. 7a7687e Fix an analyzer warning in logging by gregrobbins · 14 years ago
  83. c6172f5 Add support for creating an upload fetcher from a location URL to allow restarting uploads with a new fetcher instance by gregrobbins · 14 years ago
  84. e0104c1 Add detachAuthorizer by gregrobbins · 14 years ago
  85. caa08b1 Logging now saves XML server response bodies so they can be displayed formatted in a browser by gregrobbins · 14 years ago
  86. d2460a1 Fetcher should authorize request after setting the request's http method and body so the OAuth 1 signature includes the request body by gregrobbins · 14 years ago
  87. 9e477a7 Simplify http logging output by gregrobbins · 14 years ago
  88. cf4dce2 Added GTMReadMonitorInputStream by gregrobbins · 14 years ago
  89. 9976f0a Fix builds for Xcode 4, 64-bit by gregrobbins · 14 years ago
  90. eefa3e2 Avoid __weak on assign properties to permit compilation with clang by gregrobbins · 14 years ago
  91. 31d6c06 Set proper upload length header when doing chunked upload from a file handle by gregrobbins · 14 years ago
  92. a21131b Add fetcher service to fetcher authorization protocol by gregrobbins · 14 years ago
  93. 88d1e9d Avoid dot notation in dealloc methods by gregrobbins · 14 years ago
  94. ac0a2dd Added shouldFetchInBackground property by gregrobbins · 14 years ago
  95. bb257f1 Fix startFetcher so that fetchers start immediately when on the same thread by grobbins@google.com · 14 years ago
  96. fecbc64 Fix enumeration in stopAllFetchers by grobbins@google.com · 14 years ago
  97. e387a97 Use latest iOS SDK by gregrobbins · 14 years ago
  98. ea60f3d Update JSON parsing in logging; update project format to 3.2 by grobbins@google.com · 14 years ago
  99. a63ea9b Forward declare some methods to fix some compiler warnings by grobbins@google.com · 14 years ago
  100. 21f44fe Add a missing error callback in the upload fetcher; async authorizer call returns void; default of shouldRememberETags is now NO for the fetcher service by grobbins@google.com · 14 years ago