Michael Dowling
|
5ea28107e3
|
Closing streams when finished with them
|
2014-03-02 12:27:24 -08:00 |
|
Michael Dowling
|
b453c755f9
|
Adding debug flag to PHPUnit
|
2014-03-02 12:21:38 -08:00 |
|
Michael Dowling
|
9f91c15507
|
Fixing some malformed URLs
|
2014-03-02 12:18:41 -08:00 |
|
Michael Dowling
|
2b2ee1bb95
|
Hardening the event system for the before and error event so that events are not emitted twice that are encountered during the before event
|
2014-03-02 12:12:59 -08:00 |
|
Michael Dowling
|
3609166654
|
Updating README
|
2014-03-02 10:45:13 -08:00 |
|
Michael Dowling
|
67c44cd2cb
|
Adding project links
|
2014-03-01 17:37:34 -08:00 |
|
Michael Dowling
|
205bea3753
|
Preventing double error event emission
|
2014-03-01 17:18:12 -08:00 |
|
Michael Dowling
|
c23935ee82
|
Shortening event name
|
2014-03-01 10:19:55 -08:00 |
|
Michael Dowling
|
c849c20340
|
Moving cache subscriber to a new repo
|
2014-02-28 15:54:31 -08:00 |
|
Michael Dowling
|
a58c33e967
|
Moving OAuth to another repo
|
2014-02-28 15:48:44 -08:00 |
|
Michael Dowling
|
03b379f778
|
Moving message integrity plugin to a new repo
|
2014-02-28 15:43:57 -08:00 |
|
Michael Dowling
|
cb28097490
|
Moving Log and Retry subscribers to separate repos
|
2014-02-28 15:38:09 -08:00 |
|
Michael Dowling
|
ffd4a1bd59
|
Adding more control to how JSON and XML responses are parsed. Addresses #580.
|
2014-02-28 11:42:38 -08:00 |
|
Michael Dowling
|
7f0434236b
|
Moving setPath to PathTrait
|
2014-02-27 22:07:14 -08:00 |
|
Michael Dowling
|
f4ccb75e8e
|
Adding getFile() to PostBodyInterface
|
2014-02-27 21:16:13 -08:00 |
|
Michael Dowling
|
da1d43f00c
|
Moving the service layer to another repo
|
2014-02-24 21:31:37 -08:00 |
|
Michael Dowling
|
0a6f5adceb
|
Moving AWS stuff out. Moving event classes to a sub-namespace
|
2014-02-24 20:47:19 -08:00 |
|
Michael Dowling
|
e2cda323ce
|
Cleaning up location visitor interfaces
|
2014-02-24 20:24:01 -08:00 |
|
Michael Dowling
|
6481b91db6
|
Simplifying how responses are parsed and their definitions
|
2014-02-23 22:50:01 -08:00 |
|
Michael Dowling
|
0db7702362
|
Hooking up additionalParameters and additionalProperties
|
2014-02-23 21:57:00 -08:00 |
|
Michael Dowling
|
f484fb2235
|
Implementing the schema validation listener
|
2014-02-23 20:16:44 -08:00 |
|
Michael Dowling
|
e97b1d4b5d
|
Porting the XML response location visitor
|
2014-02-23 17:43:35 -08:00 |
|
Michael Dowling
|
41a3d47256
|
Porting response parsing from Guzzle3
|
2014-02-23 17:21:39 -08:00 |
|
Michael Dowling
|
32977c4848
|
Renaming model, moving getPath to a trait
|
2014-02-23 17:21:16 -08:00 |
|
Michael Dowling
|
b67d115d4a
|
Fixing null reference when closing transactions
|
2014-02-23 14:42:45 -08:00 |
|
Michael Dowling
|
fce0d61f5e
|
Trying to fix failing tests on 5.4 and HHVM
|
2014-02-23 14:31:26 -08:00 |
|
Michael Dowling
|
4ba1102895
|
Trying to fix tests on Travis
|
2014-02-23 14:24:31 -08:00 |
|
Michael Dowling
|
10f90a0356
|
Porting request visitors
|
2014-02-23 12:25:37 -08:00 |
|
Michael Dowling
|
aab0e6de47
|
Porting Guzzle service descriptions to the new event system
|
2014-02-23 01:05:31 -08:00 |
|
Michael Dowling
|
7fcf225d0e
|
Fixing dot segment removal, how absolute URLs are detected, the namespace used for functions.php, and how segments of a path are returned
|
2014-02-21 11:47:05 -08:00 |
|
Michael Dowling
|
39d56dfffc
|
More work on the service description layer
|
2014-02-21 00:17:38 -08:00 |
|
Michael Dowling
|
2ef69a3d43
|
Updating header parsing to accept a message and string value for a header
|
2014-02-20 22:04:44 -08:00 |
|
Michael Dowling
|
0b43358a90
|
unset allows multiple arguments
|
2014-02-20 12:46:00 -08:00 |
|
Michael Dowling
|
06fa223f53
|
Fixing up curl handle pruning
|
2014-02-20 12:44:13 -08:00 |
|
Michael Dowling
|
27c4a47f3c
|
Adding tests for Curl and CurlMulti, removing error event
- Adding a shared set of tests for curl and multi adapters
- Removing guard for failing to create a curl handle. This should not
be allowed to fail.
|
2014-02-19 23:26:33 -08:00 |
|
Michael Dowling
|
769de2d766
|
Fixing the easy adapter
|
2014-02-19 22:45:08 -08:00 |
|
Michael Dowling
|
524648041f
|
Updating for NS changes
|
2014-02-19 20:28:33 -08:00 |
|
Michael Dowling
|
6e6f58d6ed
|
Adding a curl easy adapter
|
2014-02-19 20:20:19 -08:00 |
|
Michael Dowling
|
ae89ca3566
|
Fixing RFC 3986 URL resolution and dot-segments
Url::combine() now returns a new Url instance.
|
2014-02-19 15:28:22 -08:00 |
|
Michael Dowling
|
ed7bf951c5
|
Implementing the events emitted for the service layer
|
2014-02-18 22:28:54 -08:00 |
|
Michael Dowling
|
7cb2022027
|
Fixing client example
|
2014-02-18 20:42:16 -08:00 |
|
Michael Dowling
|
afaf8853fa
|
Service updates
|
2014-02-17 23:21:49 -08:00 |
|
Michael Dowling
|
0a5503b5bd
|
Making some classes more readable
|
2014-02-17 21:18:26 -08:00 |
|
Michael Dowling
|
65333062c9
|
Moving Post namespace up a level
|
2014-02-17 20:55:48 -08:00 |
|
Michael Dowling
|
bcdaa497a2
|
Adding Referer to redirects
|
2014-02-17 20:52:36 -08:00 |
|
Michael Dowling
|
9e9500801e
|
Doc fixes
|
2014-02-17 17:37:20 -08:00 |
|
Michael Dowling
|
efe252100e
|
Adding a protocol setting and a bit of HTTP/2.0 support
|
2014-02-17 10:27:56 -08:00 |
|
Michael Dowling
|
98bc4bbf34
|
Adding hhvm and 5.6
|
2014-02-16 23:54:38 -08:00 |
|
Michael Dowling
|
7bced1367e
|
Renaming Event\\Event to Event\\AbstractEvent
|
2014-02-16 23:32:33 -08:00 |
|
Michael Dowling
|
744f153bb6
|
Fixing coverage
|
2014-02-16 23:21:50 -08:00 |
|