Artifact 13073ad75725b48f33c2cd397feb6f4efa124a99644bcf3d33cc16ed1c3221db:
- File
src/OFHTTPCookie.m
-
2017-05-27 08:56:47
— part of check-in
[8896ef883e]
on branch trunk
— +[OFHTTPCookie requestHeaderFieldsWithCookies:]
Also renames +[OFHTTPCookie cookiesFromHeaders:forURL:] to
+[OFHTTPCookie cookiesWithResponseHeaderFields:forURL:] to differentiate
between request and response header fields. (user: js, size: 10347) [annotate] [blame] [check-ins using] -
2017-10-01 14:05:29
— part of check-in
[e47c219327]
on branch trunk
— Disable -Wnullable-to-nonnull-conversion again
It does not work well enough yet: While creating a lot of noise, it
fails to even find many of the obvious cases. Depending on the static
analyzer seems to be the better approach for now. (user: js, size: 10347) [annotate] [blame] [check-ins using]
-
2017-05-27 08:56:47
— part of check-in
[8896ef883e]
on branch trunk
— +[OFHTTPCookie requestHeaderFieldsWithCookies:]