0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 25, 2025 — Jun 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exports the received header. Applies proxy settings when on iPhone Simulator. More... about 16 years ago
Fine-tunes the choice of dropping the lock. More... over 16 years ago
Removes the locking inside the synchronous-mode runloop. More... over 16 years ago
Uses OSSpinLock instead of @synchronized. More... over 16 years ago
Fixes a bug in which -cancel might cause stalling when _shouldWaitUntilDone in effect. More... over 16 years ago
Arranges the code, adds @synchronized directives to plug leaks when not in main thread. More... over 16 years ago
Adds a check in site reachability's startChecking. More... over 16 years ago
Adds receivedHeader support. More... over 16 years ago
Fixes a condition where status code handler shouldn't be called if the delegate writes its own data More... over 16 years ago
Adds getter receivedContentType More... over 16 years ago
Adds isRunning property More... over 16 years ago
Adds one missing dynamic getter in LFHTTPRequest. More... over 16 years ago
Uses -[NSPort sendBeforeDate:msgid:components:from:reserved:] on iPhone to exit runloop. More... over 16 years ago
Adds a timeout test for the synchronous (shouldWaitUntilDone == YES) mode More... over 16 years ago
Exits the runloop again if in an reentered request call More... over 16 years ago
Uses NSPort to cause the runloop to exit when shouldWaitUntilDone is YES. More... over 16 years ago
Applies the patch from Pierre Bernard (houdah.com) to build recent additions on 10.4. More... almost 17 years ago
Uses the correct conditional compilation to tell apart Mac/iPhone. More... almost 17 years ago
Makes correct use of constant pointers. More... almost 17 years ago
Uses google.com as the default site reachability check URL More... almost 17 years ago
Creates README file and .gitignore More... almost 17 years ago
Removes synthesized property timeoutInterval because it's already a dynamic one. More... almost 17 years ago
Removes duplicate update of reachability status. More... almost 17 years ago
Adds "site reachability" support to LFWebAPIKit, along with test apps. More... almost 17 years ago
Adds support for HTTP HEAD method. More... almost 17 years ago
Fixes the typo of setShouldWaitUntilDone in LFHTTPRequest. More... about 17 years ago
Adds shouldWaitUntilDone to LFHTTPRequest for making synchronous calls. More... about 17 years ago
Builds ObjectiveFlickr.framework. More... about 17 years ago
Makes LFHTTPRequest's timeout mechanism more robust. (By adjusting the order in which tracker times are set.) More... about 17 years ago
Completes the image uploading feature and testing thereof. More... about 17 years ago