sorced-jim / SPDY-for-iPhone

A project to build a spdy client library for the iPhone.
Apache License 2.0
224 stars 35 forks source link

Clean up SPDY.m #3

Closed erikchen closed 12 years ago

erikchen commented 12 years ago

Fix a couple of retain/release bugs.

Begin to migrate the code to a more modern style that uses properties/synthesize rather than explicitly creating private variables. Also start to use nonatomic for properties, since some of the custom getters/setters were not implementing atomic locks anyways.

Update the logic for determining WWAN vs. WiFi vs. host not reachable.

Update project.pbxproj to allow building the tests from the command line.

Share a scheme for SPDY to allow setting the default test debugger from lldb to gdb.

Rename SessionKey -> SpdySessionKey. Create a separate file for SpdySessionKey. Add tests.

sorced-jim commented 12 years ago

Please update your commit description as well, it doesn't describe all that is being changed.