Jakub Roztocil
f202f338a4
Remove automatic config file creation to avoid concurrency issues.
...
Close #788
Close #812
2019-12-02 17:43:16 +01:00
Jakub Roztocil
8741438484
Update CHANGELOG.rst
2019-09-09 09:36:22 +02:00
Jakub Roztocil
99f8a8c23d
Typos
2019-09-03 22:37:59 +02:00
Jakub Roztocil
f866778421
CHANGELOG
2019-09-03 22:37:18 +02:00
Jakub Roztocil
bece3c77bb
Add one-by-one processing of each HTTP request or response and --offline
2019-09-03 17:14:39 +02:00
Jakub Roztocil
09cd85918e
CHANGELOG
2019-08-31 18:35:18 +02:00
Jakub Roztocil
e8ef5a783f
Annotate and refactor streams.py
2019-08-31 18:21:10 +02:00
Jakub Roztocil
82a224a658
CHANGELOG
2019-08-31 18:00:34 +02:00
Jakub Roztocil
466df77b6b
CHANGELOG
2019-08-31 12:32:48 +02:00
Jakub Roztocil
1dc67a6a38
Allow bypassing .netrc with --ignore-netrc
( close #730 )
2019-08-31 12:09:17 +02:00
Jakub Roztocil
63df735fef
Update links to HTTPS
2019-08-30 10:07:01 +02:00
Jakub Roztocil
9bd8b4e8f7
Don't fail if config dir not writeable ( close #738 )
2019-08-29 14:05:32 +02:00
Jakub Roztocil
ced9212c1f
Allow stdin to be a closed fd #791
2019-08-29 13:39:42 +02:00
Jakub Roztocil
8e04a24b90
Reintroduce $ https
command alias with https://
as default scheme
...
Close #608
2019-08-29 13:08:02 +02:00
Jakub Roztocil
2da2cec83c
CHANGELOG
2019-08-29 11:51:49 +02:00
Jakub Roztocil
05fc9c480a
Remove the default 30-second connection timeout limit
2019-08-29 09:57:00 +02:00
Jakub Roztocil
a969013bdd
Disable default max headers limit and add --max-headers ( closes #802 )
2019-08-29 09:39:19 +02:00
Jakub Roztocil
0f439a5dab
Changelog
2019-08-29 09:01:27 +02:00
Jakub Roztocil
3dccb2e325
Update CHANGELOG.rst
2019-08-26 17:42:47 +02:00
Jakub Roztocil
0a0de1755e
Fix link
2019-08-26 12:47:31 +02:00
Jakub Roztocil
747be30d2e
1.0.3
2019-08-26 12:42:34 +02:00
Jakub Roztocil
88a9583f4c
Update CHANGELOG.rst
2019-07-20 13:03:30 +02:00
Jakub Roztocil
df36d6255d
Changed the way the output filename is generated
...
When ``--download`` without ``--output`` results in a redirect,
now only the initial URL is considered, not the final one.
2019-06-24 12:20:09 +02:00
Jakub Roztocil
0eba037037
v1.0.2
...
Close #729
2018-11-14 16:36:19 +01:00
Jakub Roztocil
3898129e9c
Changelog
2018-11-14 16:22:00 +01:00
Jakub Roztocil
d5032ca859
Fix changelog
2018-11-14 11:45:57 +01:00
Jakub Roztocil
f6a19cf552
Don't call external URLs from tests #729
2018-11-14 11:42:59 +01:00
Jakub Roztočil
2e96d7ffbb
Update CHANGELOG.rst
2018-11-02 16:28:17 +01:00
Jakub Roztocil
b5625e3d75
v1.0.0
2018-11-02 16:24:35 +01:00
Jakub Roztocil
96444f3345
Changelog
2018-11-02 15:13:53 +01:00
Jakub Roztocil
ab5a50cee8
Finish --style=auto for terminal ANSI colors and make it the default.
...
Previously (only in the development version), this was called 'preset'.
2018-11-02 14:53:05 +01:00
Jakub Roztočil
2490bb25ca
Add v 0.9.9 CHANGELOG link
2018-07-22 17:58:52 +02:00
Jakub Roztočil
2038fa02e3
Mention v0.9.9 in CHANGELOG
...
#620
2018-07-22 17:57:52 +02:00
Jakub Roztocil
0f4dce98c7
Make default HTTP headers case-insensitive
...
Cloase #644
2018-02-22 12:52:57 +01:00
Jakub Roztocil
ec899d70b7
Removed Python 2.6 support
...
* Travis CI doesn't support it anymore.
* It had EOL more than 4 years ago
2017-12-28 18:03:37 +01:00
Jakub Roztocil
c948f98b05
Update links
2017-03-10 11:27:38 +01:00
Jakub Roztocil
7321b9fa4e
Add --verify true/false tests and CHANGELOG
2017-02-17 00:56:07 +01:00
Jakub Roztocil
3a3aecca45
0.9.8
2016-12-08 05:22:20 +01:00
Jakub Roztocil
9ae86f3b4f
0.9.7
2016-12-08 04:47:32 +01:00
Jakub Roztocil
3a6fd074a1
Added ExitStatus.PLUGIN_ERROR
(7)
2016-12-08 04:42:17 +01:00
Jakub Roztocil
a49774d3ab
Extend auth plugin API
...
This extends the `AuthPlugin` API by the following attributes:
* `auth_require`: set to `False` to make `--auth, -a` optional
* `auth_parse`: set to `False` to disable `username:password` parsing
(access the raw value passed to `-a` via `self.raw_auth`).
* `prompt_password`: set to`False` to disable password prompt when
no password provided (only relevant when `auth_parse == True`)
These changes should be 100% backwards-compatible.
What needs more testing is auth support in sessions.
Close #433
Close #431
Close #378
Ping teracyhq/httpie-jwt-auth#3
2016-11-23 22:02:12 +01:00
Jakub Roztocil
bfc23b1412
Changelog
2016-10-26 12:18:53 +02:00
Jakub Roztocil
e9aba543b1
Changelog
2016-10-26 11:54:35 +02:00
Jakub Roztocil
9b23a4ac9a
Exit with status 130 on CTRL-C
...
http://www.tldp.org/LDP/abs/html/exitcodes.html
#531
2016-10-26 11:53:01 +02:00
Jakub Roztocil
b565be4318
CHANGELOG
2016-09-06 11:53:52 +01:00
Jakub Roztočil
5efc9010cc
Update CHANGELOG.rst
2016-08-14 11:36:21 +02:00
Jakub Roztocil
8e96238323
v0.9.6
2016-08-13 23:01:05 +02:00
Jakub Roztocil
487c7a9221
v0.9.5
2016-08-13 22:51:42 +02:00
Jakub Roztocil
e1fa57d228
Added -I as a shortcut for --ignore-stdin
2016-07-02 15:01:46 +02:00
Jakub Roztocil
bfc64bce21
Upgrade requests to 2.10.0 to enable optional SOCKS support
...
Closes #86
2016-07-02 14:58:34 +02:00