1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

3269 Commits

Author SHA1 Message Date
Márk Sági-Kazár
57d54bcead
Merge pull request #2379 from Nyholm/psr-log
Make sure we dont use Psr\Log\LogLevel since we don't require it in mposer
2019-10-23 17:54:50 +02:00
Márk Sági-Kazár
434c013bc1
Merge pull request #2380 from guzzle/fix-api-key
Fix API key
2019-10-23 17:51:22 +02:00
Nyholm
ab33dc5170 cs 2019-10-23 17:48:26 +02:00
Mark Sagi-Kazar
101bf83fbc
Fix API key 2019-10-23 17:48:01 +02:00
Nyholm
53f39bbfbe Make sure we dont use Psr\Log\LogLevel since we dont require it in composer. 2019-10-23 17:46:03 +02:00
Márk Sági-Kazár
8551741932
Merge pull request #2375 from Nyholm/static-analysis
Static analysis with Github actions
2019-10-23 17:33:38 +02:00
Márk Sági-Kazár
4c1647b1e3
Merge pull request #2374 from Nyholm/640
Added changelog for 6.4.0
6.4.0
2019-10-23 17:29:22 +02:00
Nyholm
6f4024e875 fixed year 2019-10-23 17:28:20 +02:00
Nyholm
49c26d821a Fixed typos 2019-10-23 16:10:54 +02:00
Tobias Nyholm
d22913fae7
Updated date 2019-10-20 08:27:22 +02:00
Christian Weiske
2b1dfedd8d Link Multipartstream in PSR-7 docs (#2305) 2019-10-18 14:00:04 +02:00
Tobias Nyholm
d55dab8d2f
Updated the ClientInterface::VERSION (#2376) 2019-10-18 13:32:11 +02:00
Nyholm
294a66294e Added workflows for static analysis 2019-10-18 13:08:42 +02:00
Tobias Nyholm
5084d8e9f7
Require latest version of guzzlehttp/psr7 (#2373) 2019-10-18 12:17:52 +02:00
Nyholm
354b4b5575 Added changelog for 6.4.0 2019-10-18 12:14:45 +02:00
voprak
cbc63fb37f Add ability to test transfer time (#2362)
* Add ability to test transfer time
2019-10-18 11:22:48 +02:00
Márk Sági-Kazár
4013818df2
Merge pull request #2346 from BenMorel/patch-2
allow_redirects.referer is false by default
2019-10-18 10:32:18 +02:00
Márk Sági-Kazár
bcbb52f6f8
Merge pull request #2335 from j0k3r/patch-1
Prevent concurrent writes
2019-10-14 11:23:25 +02:00
Márk Sági-Kazár
e5887dd9ed
Merge pull request #2299 from phansys/issue_2298
[tests] Add test covering client responses
2019-10-14 11:21:43 +02:00
Márk Sági-Kazár
78a7d28e72
Merge pull request #2331 from andreybolonin/patch-2
add php 7.4snapshot
2019-10-14 11:18:09 +02:00
Márk Sági-Kazár
72d107872b
Merge pull request #2341 from shojaeix/master
Use composer command instead of php composer.phar
2019-10-14 11:17:47 +02:00
Márk Sági-Kazár
15d679de1d
Merge pull request #2360 from mikewink/patch-1
Fixed a little typo
2019-10-14 11:13:52 +02:00
Márk Sági-Kazár
ee10788bf3
Merge pull request #2371 from vfsoraki/patch-1
Added a note to Overview to mention cURL
2019-10-14 11:13:16 +02:00
Márk Sági-Kazár
2b4f1cc9cc
Update overview.rst 2019-10-14 11:12:37 +02:00
Vahid Fazlollahzade
b07fcf95e7
Added a note to Overview to mention cURL
Without cURL, concurrency is not available. See https://bit.ly/33fA7RU and https://bit.ly/2IFVG6o for some SO questions.
2019-10-11 20:37:20 +03:30
Mike Wink
7c8d53b300
Fixed a little typo
Fixed a tiny typo in the proxy section.

"…it is up to you[r] to provide the no value…"
2019-09-12 11:32:34 +02:00
Jérémy Benoist
a8bc49c996
Prevent concurrent writes
Concurrent writes might lead to invalid JSON being saved in the cookie jar.
2019-08-28 09:34:36 +02:00
Márk Sági-Kazár
a7010cc9b5
Merge pull request #2352 from kscheirer/patch-1
Typo in Pool.php
2019-08-24 00:16:30 +02:00
Karl Scheirer
c90af9d0bc
Typo in Pool.php
fix typo
2019-08-23 12:24:38 -07:00
Márk Sági-Kazár
61494bf259
Merge pull request #2349 from baspeeters/fix/travis-errors
Fix failing builds (adaptation to PSR7 and Travis updates)
2019-08-13 13:06:12 +02:00
Bas Peeters
261cb1f6d7 Set dist in travis to support PHP 5.5 2019-08-13 12:13:06 +02:00
Bas Peeters
7a97aae678 Clear userinfo with empty user according to PSR7 2019-08-13 12:03:22 +02:00
Bas Peeters
da21d40ad9 Add cookie as a string in middleware test 2019-08-13 11:45:39 +02:00
Bas Peeters
e26a75f024 Factor http code bounds into exception test 2019-08-13 11:45:29 +02:00
Benjamin Morel
b55fb938ac
allow_redirects.referer is false by default 2019-08-08 11:52:10 +02:00
Márk Sági-Kazár
de7437d738
Merge pull request #2344 from andrewnclark/phpunit-config-fix
Fix PHPUnit Configuration warning
2019-08-05 18:15:18 +02:00
Andrew Clark
f18a4a2e7f Fix PHPUnit Configuration warning 2019-08-05 17:08:16 +01:00
Amin Shojaei
193489808f
Use composer command instead of php composer.phar 2019-07-31 13:16:45 +04:30
Andrey Bolonin
069b926fa9
add php 7.4snapshot 2019-07-14 15:40:46 +03:00
Márk Sági-Kazár
ca2892a8c2
Merge pull request #2301 from GrahamCampbell/patch-1
Use PHP 7.3 in the Dockerfile
2019-05-12 14:35:22 +02:00
Graham Campbell
d0a7b5939c
Use PHP 7.3 in the Dockerfile 2019-05-12 13:11:06 +01:00
Javier Spagnoletti
85fa33a734 [tests] Add test covering client responses 2019-05-08 11:34:12 -03:00
Márk Sági-Kazár
bf595424e4
Merge pull request #2284 from 1ma/collect_appconnect_time
Collect appconnect_time in CurlFactory TransferStats
2019-04-15 10:22:37 +02:00
Márk Sági-Kazár
e21a98265c
Merge pull request #2273 from ErikBooijCB/master
Make GuzzleException extend Throwable whereever it's available
2019-04-15 10:19:18 +02:00
Erik Booij
fe346ef3c4 Make GuzzleException extend Throwable whereever it's available 2019-04-15 09:34:19 +02:00
Marcel Hernandez
40aa8b1642 test presence of appconnect_time key in curl stats array 2019-04-15 09:08:57 +02:00
Marcel Hernandez
d808f797eb collect appconnect_time 2019-04-15 09:08:57 +02:00
Dzhuneyt
3b0452a3a0 Replace microtime() usages with hrtime() (#2242)
* Replace microtime() usages with hrtime()

* Replace microtime() usages with hrtime()

* Wrongly used 1e9 instead of 1e7

* Replaced 1e7 with 1e9

* Marked function as @internal

* Internal function name prefixed with underscore
2019-04-15 08:36:28 +02:00
Márk Sági-Kazár
3d499a1b7c
Merge pull request #2108 from wwulfric/master
curl error msg for low version
2019-04-15 08:05:28 +02:00
Márk Sági-Kazár
f5203f739d
Remove constant visibility 2019-04-15 07:58:14 +02:00