Earlier this year
-
r27
(Removed the closing ?> to help avoid whitespace issues when ...) committed by r...@tarzan-aws.com
- Removed the closing ?> to help avoid whitespace issues when including.
Removed the closing ?> to help avoid whitespace issues when including.
-
r26
(Added another unit test, but getting weird errors that I nee...) committed by r...@tarzan-aws.com
- Added another unit test, but getting weird errors that I need to debug.
Added another unit test, but getting weird errors that I need to debug.
-
r25
(Added another unit test to try to add more code coverage for...) committed by r...@tarzan-aws.com
- Added another unit test to try to add more code coverage for an obscure edge case.
Added another unit test to try to add more code coverage for an obscure edge case.
-
r24
(Added more unit tests to bring code coverage up to 98.9%.) committed by r...@tarzan-aws.com
- Added more unit tests to bring code coverage up to 98.9%.
Added more unit tests to bring code coverage up to 98.9%.
-
-
-
-
r20
(Saving the properties for this project folder.) committed by r...@tarzan-aws.com
- Saving the properties for this project folder.
Saving the properties for this project folder.
-
r19
(Added unit tests for properly handling failed cURL requests.) committed by r...@tarzan-aws.com
- Added unit tests for properly handling failed cURL requests.
Added unit tests for properly handling failed cURL requests.
-
r18
(Properly handle cases where the cURL request was unsuccessfu...) committed by r...@tarzan-aws.com
- Properly handle cases where the cURL request was unsuccessful and $this->curl_handle becomes an
invalid resource. Invalid resources are caught and returned as false. This makes it even more
important to check ResponseCore::isOK() before handling your data.
Properly handle cases where the cURL request was unsuccessful and $this->curl_handle becomes an
invalid resource. Invalid resources are caught and returned as false. This makes it even more
important to check ResponseCore::isOK() before handling your data.
-
r17
(Incomplete patch last time. Further resolves issue #118.) committed by r...@tarzan-aws.com
- Incomplete patch last time. Further resolves issue #118.
Incomplete patch last time. Further resolves issue #118.
-
r16
(Applied patch for issue #118 to the branch, and backported t...) committed by r...@tarzan-aws.com
- Applied patch for issue #118 to the branch, and backported the change to RequestCore for the trunk
build.
Applied patch for issue #118 to the branch, and backported the change to RequestCore for the trunk
build.
-
r15
(Updated the copyright date to include 2009.) committed by r...@tarzan-aws.com
- Updated the copyright date to include 2009.
Updated the copyright date to include 2009.
-
-
r13
(Added the remaining unit tests for existing functionality.) committed by r...@tarzan-aws.com
- Added the remaining unit tests for existing functionality.
Added the remaining unit tests for existing functionality.
-
r12
(Added a second test request file.) committed by r...@tarzan-aws.com
- Added a second test request file.
Added a second test request file.
-
r11
(Changed method names from CamelCased to split by underscore ...) committed by r...@tarzan-aws.com
- Changed method names from CamelCased to split by underscore (like the rest of Tarzan). Added lots of
additional unit tests.
Changed method names from CamelCased to split by underscore (like the rest of Tarzan). Added lots of
additional unit tests.
-
r10
(Modified the remote test_request.txt file.) committed by r...@tarzan-aws.com
- Modified the remote test_request.txt file.
Modified the remote test_request.txt file.
-
r9
(Began adding unit tests. Added setProxy(). Now uses a generi...) committed by r...@tarzan-aws.com
- Began adding unit tests. Added setProxy(). Now uses a generic user agent string.
Began adding unit tests. Added setProxy(). Now uses a generic user agent string.
-
r8
(Removed the verbose mode from RequestCore::prepRequest) committed by r...@tarzan-aws.com
- Removed the verbose mode from RequestCore::prepRequest
Removed the verbose mode from RequestCore::prepRequest
-
r7
(Custom methods (e.g. SEARCH) will now pass the request body.) committed by r...@tarzan-aws.com
- Custom methods (e.g. SEARCH) will now pass the request body.
Custom methods (e.g. SEARCH) will now pass the request body.
-
r6
(Improved the chainability of many of the configuration optio...) committed by r...@tarzan-aws.com
- Improved the chainability of many of the configuration options, and added setRequestURL() for times
when you don't want to set it in the constructor.
Improved the chainability of many of the configuration options, and added setRequestURL() for times
when you don't want to set it in the constructor.
Older
-
r5
(Adding first commit for RequestCore.) committed by r...@tarzan-aws.com
- Adding first commit for RequestCore.
Adding first commit for RequestCore.
-
-
-
-
Project requestcore
created by r...@tarzan-aws.com
- A lightweight cURL-based HTTP request/response class for PHP5.
A lightweight cURL-based HTTP request/response class for PHP5.
|