0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Feb 02, 2025 — Feb 02, 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... over 15 years ago
Fine-tunes the choice of dropping the lock. More... almost 16 years ago
Removes the locking inside the synchronous-mode runloop. More... almost 16 years ago
Uses OSSpinLock instead of @synchronized. More... almost 16 years ago
Fixes a bug in which -cancel might cause stalling when _shouldWaitUntilDone in effect. More... almost 16 years ago
Arranges the code, adds @synchronized directives to plug leaks when not in main thread. More... almost 16 years ago
Adds a check in site reachability's startChecking. More... about 16 years ago
Adds receivedHeader support. More... about 16 years ago
Fixes a condition where status code handler shouldn't be called if the delegate writes its own data More... about 16 years ago
Adds getter receivedContentType More... about 16 years ago
Adds isRunning property More... about 16 years ago
Adds one missing dynamic getter in LFHTTPRequest. More... about 16 years ago
Uses -[NSPort sendBeforeDate:msgid:components:from:reserved:] on iPhone to exit runloop. More... about 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... over 16 years ago
Uses the correct conditional compilation to tell apart Mac/iPhone. More... over 16 years ago
Makes correct use of constant pointers. More... over 16 years ago
Uses google.com as the default site reachability check URL More... over 16 years ago
Creates README file and .gitignore More... over 16 years ago
Removes synthesized property timeoutInterval because it's already a dynamic one. More... over 16 years ago
Removes duplicate update of reachability status. More... over 16 years ago
Adds "site reachability" support to LFWebAPIKit, along with test apps. More... over 16 years ago
Adds support for HTTP HEAD method. More... over 16 years ago
Fixes the typo of setShouldWaitUntilDone in LFHTTPRequest. More... over 16 years ago
Adds shouldWaitUntilDone to LFHTTPRequest for making synchronous calls. More... over 16 years ago
Builds ObjectiveFlickr.framework. More... almost 17 years ago
Makes LFHTTPRequest's timeout mechanism more robust. (By adjusting the order in which tracker times are set.) More... almost 17 years ago
Completes the image uploading feature and testing thereof. More... almost 17 years ago