0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ Fixed potential issue with threading / changing list while enumerating it More... over 17 years ago
+ Changed data creation to be a bit smarter (less wasted allocs/resizes) + Now flush dead connections every 30 seconds - this should be configurable, but for now is better than possibly hanging on to them forever More... over 17 years ago
+ Now share instances of NSDateFormatter on the same thread (as it's not thread safe) - sometimes creating the NSDateFormatter took longer than the actual request! More... over 17 years ago
Fix to singleton allocators More... over 17 years ago
Minor threading fix More... over 17 years ago
Added aggressive retry - some sites are stupid and reject connections sometime (~3/100 connections to silverlight streaming would fail after the request was sent). This will cause failures there on new connections to retry a few times. More... over 17 years ago
Simple hack to clear the host pool every N (70) host creates - probably some better metric, but the iPhone seems to die if you have too many open sockets. More... over 17 years ago
New macro to properly get rid of dtrace probes when not wanted. Makes things a bit cleaner, too. More... over 17 years ago
Added support for not using 100-continue, as some servers don't seem to like it More... over 17 years ago
Added a whole bunch of dtrace probes and a stubbed out sample trace script. More... over 17 years ago
+ Better (working) -queryStatus and -waitUntilDataPresent + Fixed request issue preventing IIS6 from working More... over 17 years ago
+ Fixed skipBytes: + Added options system to requests for compression control and other fancy options like response content ignore + Added HTTP compression support (only gzip tested) with fancy auto and manual decompression modes + Better redirect support - auto mode not yet implemented, but support is there More... over 17 years ago
+ Fixed some parsing issues + Added 100-continue support for POST (untested) + Fixed redirect so the response is exposed to the user - no auto-redirect for now + Added shutdown helper for clearing all pooled connections More... over 17 years ago
Cookie support. Untested with multiple cookies or all the crazy cookie configurations. Needs test cases. More... over 17 years ago
Quick fix - was building documentation only so I missed it. More... over 17 years ago
Documentation and whitespace tweaks. Learned about @dynamic, so some things cleaned up. More... over 17 years ago
V1 of FemtoHTTP, a lightweight OS X/iPhone HTTP library written against sockets (NOT using CFNetwork). Missing documentation and many unit tests, as well as a bunch of features (will add to the wiki), but it can fetch pages and has connection pooling. More... over 17 years ago