1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

2105 Commits

Author SHA1 Message Date
Michael Dowling
41a2224022 Cleaning up debug output for the stream adapter 2014-03-07 13:56:07 -08:00
Michael Dowling
84b0176d42 Adding another missing stream adapter tests 2014-03-07 13:28:29 -08:00
Michael Dowling
e48af23498 Fixing some StreamAdapter tests 2014-03-07 13:22:07 -08:00
Michael Dowling
9ecc4d7f93 Merge remote-tracking branch 'pborreli/guzzle4-typos' into guzzle4 2014-03-07 13:07:39 -08:00
Michael Dowling
e32d850a99 Cleaning up the EventEmitter
- Changed GuzzleHttp\Event\SubscriberInterface::getSubscribedEvents from a
  static method to an instance method.
- Renamed addSubscriber to attach.
- Renamed removeSubscriber to detach.
2014-03-07 10:14:17 -08:00
Michael Dowling
e1c0d585e6 Updating to phpunit 4.0 2014-03-07 09:28:55 -08:00
Michael Dowling
3defff4c51 Removing unnecessary use 2014-03-07 09:17:11 -08:00
Michael Dowling
05a12083eb Removing unused use 2014-03-07 09:13:41 -08:00
Michael Dowling
05976ee2b1 Adding some missing cookie jar tests 2014-03-06 10:35:57 -08:00
Michael Dowling
a933648121 Adding a parse exception test 2014-03-06 10:30:42 -08:00
Michael Dowling
18de0b447e Cleaning up long lines 2014-03-06 10:28:00 -08:00
Michael Dowling
d8d8b0e930 Cleaning up line lengths 2014-03-06 09:59:57 -08:00
Michael Dowling
8b230e463e Fixing typo 2014-03-06 09:55:18 -08:00
Michael Dowling
1e5bac24a5 Cleaning up MessageFactory and adding tests 2014-03-06 09:54:51 -08:00
Michael Dowling
9a18de3a6c Adding missing tests 2014-03-06 09:43:25 -08:00
Michael Dowling
565867bcf4 Wrapping all exceptions in the client->send() method and adding tests 2014-03-06 09:39:29 -08:00
Michael Dowling
6427687b6e Adding a test to ensure that the scheme updates the port correctly 2014-03-06 09:33:00 -08:00
Michael Dowling
a8ba643771 Cleaning up docblocks 2014-03-06 09:29:44 -08:00
Michael Dowling
719c3e03ef Adding referer tests 2014-03-06 09:27:11 -08:00
Michael Dowling
79f3e7f4c8 Adding some missing tests 2014-03-06 09:19:59 -08:00
Michael Dowling
aec04e2b94 Renaming method 2014-03-06 09:16:04 -08:00
Michael Dowling
13e14e1dc0 Moving content-type and length guessing to the PrepareRequestBody subscriber 2014-03-06 09:15:00 -08:00
Pascal Borreli
e98a308495 Fixed typos 2014-03-06 01:00:22 +00:00
Michael Dowling
5472c17055 Simplifying and updating cookie implementation 2014-03-05 00:55:37 -08:00
Michael Dowling
af4617a4c9 Making more privates and cleaning up formatting 2014-03-04 21:06:31 -08:00
Michael Dowling
130eaa28b7 Making variable private 2014-03-04 21:05:59 -08:00
Michael Dowling
e21d449342 Cleaning up formatting and making private 2014-03-04 21:05:46 -08:00
Michael Dowling
405253f120 Fixing docblocck 2014-03-04 21:05:23 -08:00
Michael Dowling
f93f734823 Cleaning up adapter and making more things private 2014-03-04 21:05:04 -08:00
Michael Dowling
b8b73a8bd1 Moving curl_reset to the CurlAdapter 2014-03-04 19:41:26 -08:00
Grzegorz Andrejczyn
7b1cff13a3 Change CurlMultiProxy constructor parameters for back compatibility
Move select_timeout to general client options
2014-03-04 21:14:17 +01:00
Grzegorz Andrejczyn
a60bb5692b possibility to configure a timeout for curl function curl_multi_select #527 2014-03-04 20:03:43 +01:00
Michael Dowling
368191d72c Ensuring a response is set in headers event 2014-03-02 21:33:09 -08:00
Michael Dowling
1f275b90be Adding a couple methods to PostBodyInterface and the ability to get the query string of a POST body aggregated using the aggregator of the POST 2014-03-02 15:39:43 -08:00
Michael Dowling
dd3e6c0e3f Merge pull request #584 from max-voloshin/fix_iterator_target_dir
[Iterator] Fix target-dir (composer.json)
2014-03-02 13:31:45 -08:00
Max Voloshin
1259c3f567 [Iterator] Fix target-dir (composer.json) 2014-03-02 23:25:32 +02:00
Michael Dowling
7e5a93b51a Fixing malformed URL errors in HHVM 2014-03-02 13:10:33 -08:00
Michael Dowling
91c1f5bd6c Trying to fix various HHVM tests 2014-03-02 12:57:33 -08:00
Michael Dowling
96483a9907 Preventing infinite loops in broken implementations 2014-03-02 12:38:51 -08:00
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