openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
F
FemtoHTTP
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Mar 22, 2025 — Mar 22, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
+ Fixed potential issue with threading / changing list while enumerating it
Ben Vanik
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
Ben Vanik
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!
Ben Vanik
More...
over 17 years ago
Fix to singleton allocators
Ben Vanik
More...
over 17 years ago
Minor threading fix
Ben Vanik
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.
Ben Vanik
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.
Ben Vanik
More...
over 17 years ago
New macro to properly get rid of dtrace probes when not wanted. Makes things a bit cleaner, too.
Ben Vanik
More...
over 17 years ago
Added support for not using 100-continue, as some servers don't seem to like it
Ben Vanik
More...
over 17 years ago
Added a whole bunch of dtrace probes and a stubbed out sample trace script.
Ben Vanik
More...
over 17 years ago
+ Better (working) -queryStatus and -waitUntilDataPresent + Fixed request issue preventing IIS6 from working
Ben Vanik
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
Ben Vanik
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
Ben Vanik
More...
over 17 years ago
Cookie support. Untested with multiple cookies or all the crazy cookie configurations. Needs test cases.
Ben Vanik
More...
over 17 years ago
Quick fix - was building documentation only so I missed it.
Ben Vanik
More...
over 17 years ago
Documentation and whitespace tweaks. Learned about @dynamic, so some things cleaned up.
Ben Vanik
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.
Ben Vanik
More...
over 17 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree