Export to GitHub

rolling-curl - default

Source Commits


Commits

Author Date Commit Message
alexander.makarow Sep 12, 2010 20 (Fixes issue 12), (Fixes issue 14) Fixed default options overriding (LionsAd) (
alexander.makarow May 12, 2010 19 readme fix
alexander.makarow May 12, 2010 18 simplified Request class
alexander.makarow May 12, 2010 17 single curl request example, used array_shift in single_curl
alexander.makarow May 12, 2010 16 (Fixes issue 5) single_curl should remove the request from the queue
alexander.makarow May 12, 2010 15 (Fixes issue 8) CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode
alexander.makarow Feb 17, 2010 14 Ability to use class callbacks, improved documentation and code comments.
joshfraz Dec 5, 2009 13 check that the callback is callable before attempting to call the callback
joshfraz Dec 3, 2009 12 fixed edge case where the first request above the window size would be lost
joshfraz Nov 29, 2009 11 not much, but it's better than nothing
joshfraz Nov 29, 2009 10 made the example a little more interesting. now echos the page title of the req
joshfraz Nov 29, 2009 9 fix the bug where custom options weren't being set for individual requests.
joshfraz Nov 29, 2009 8 $requests should have been $this->requests. oops.
joshfraz Nov 5, 2009 7 simple example of how to use it
joshfraz Oct 13, 2009 6 check that $i < count($this->requests)
joshfraz Oct 13, 2009 5 check that $this->requests[$i] exists before calling any functions on it
joshfraz Oct 13, 2009 4 check that $this->requests[$i] exists before calling any functions on it
joshfraz Oct 13, 2009 3 hit the callback regardless of whether it is successful or not
joshfraz Sep 30, 2009 2 initial version
Apr 21, 2009 1 Initial directory structure.