Michael Kovalchik
5dd4529165
Use renamed unsafe_get and concat_vec methods.
...
Changed calls to unsafe_get to use get_unchecked and calls to concat_vec
to use concat to avoid deprecation lints.
2015-01-02 13:18:48 -08:00
Sean McArthur
6ecb39e910
Merge pull request #218 from AndreyG/master
...
compilation fix
2015-01-01 22:06:34 -08:00
Andrey Davydov
4a7696280f
compilation fix
...
compilation fix for rust version "rustc 0.13.0-nightly (7608dbad6 2014-12-31 10:06:21 -0800)"
2015-01-01 10:58:50 +03:00
Sean McArthur
cef16431aa
v0.0.19
2014-12-30 18:03:44 -08:00
Sean McArthur
6b9c14d77d
Merge pull request #217 from Detegr/master
...
Changed deprecated trim_chars to trim_matches
2014-12-30 18:01:55 -08:00
Antti Keränen
05ddfd10a2
Changed deprecated trim_chars to trim_matches
2014-12-30 16:22:45 +02:00
Sean McArthur
719418b7d8
v0.0.18
2014-12-29 17:43:41 -08:00
Sean McArthur
451074b0a6
rust upgrade
2014-12-29 17:42:48 -08:00
Sean McArthur
f75e9bfaaa
Merge pull request #215 from pyfisch/fixcommadelimited
...
Fixes from_one_comma_delimited, no more split at space
2014-12-29 14:42:17 -08:00
Sean McArthur
bc220e6674
Merge pull request #213 from pyfisch/issue211
...
Fixes #211 and adds one test for it.
2014-12-29 12:20:52 -08:00
Pyfisch
eac6fe7c93
Fixes from_one_comma_delimited, no more split at space
...
Before from_one_comma_delimited split at ",", and " "
this made it unusable for the Accept-* headers since
their fields may contain whitespace.
2014-12-29 21:03:24 +01:00
Pyfisch
5fccdea90d
Fixes #211 and adds one test for it.
2014-12-29 12:15:08 +01:00
Jonathan Reem
27b262c226
Merge pull request #209 from lvillani/patch-1
...
Typo: wrapped -> wrapper
2014-12-26 18:44:19 -08:00
Lorenzo Villani
358b3c3a38
Typo: wrapped -> wrapper
2014-12-26 23:21:41 +01:00
Sean McArthur
139d9bd76c
v0.0.17
2014-12-23 16:41:15 -08:00
Sean McArthur
458dc5ea5d
Merge pull request #206 from hyperium/rustup
...
Rustup
2014-12-23 14:17:53 -08:00
Sean McArthur
84b49cb364
other rustup fallout
2014-12-23 14:04:21 -08:00
Sean McArthur
79fc40cbce
into_string to to_string, from_str to parse
2014-12-23 13:09:58 -08:00
Sean McArthur
691c70a380
update str::from_utf8
2014-12-23 12:55:53 -08:00
Sean McArthur
33f61213ce
v0.0.16
2014-12-21 20:32:57 -08:00
Sean McArthur
20886f2117
Merge pull request #204 from aatxe/master
...
Server programs no longer exit immediately.
2014-12-21 19:30:11 -08:00
Aaron Weiss
be6cc34caf
Server programs no longer exit immediately.
2014-12-21 16:23:48 -05:00
Sean McArthur
b7aa384ce4
v0.0.15
2014-12-21 11:10:37 -08:00
Sean McArthur
fb0081cce3
Merge pull request #203 from aatxe/master
...
Fixed compilation for Rust master.
2014-12-21 10:58:00 -08:00
Aaron Weiss
f9ed262904
Fixed compilation for Rust master.
2014-12-21 10:25:38 -05:00
Sean McArthur
6a82297984
Merge pull request #137 from reem/crates-io-release
...
feat(cargo): prepare for crates.io release.
2014-12-20 13:31:23 -08:00
Jonathan Reem
5683e016c7
(release) 0.0.14.
2014-12-20 03:07:56 -08:00
Jonathan Reem
618f95e10a
(fix) Update examples and benchmarks to remove rust-http.
2014-12-20 03:07:05 -08:00
Jonathan Reem
06a9ccf978
(fix) Use the clone implementation for &str.
2014-12-20 02:39:29 -08:00
Jonathan Reem
90925f05ee
(fix) Add semicolons at macro invocation sites.
2014-12-20 02:38:03 -08:00
Jonathan Reem
15bac9dadc
(release) 0.0.13.
2014-12-16 04:02:57 -08:00
Jonathan Reem
39c548dc39
feat(cargo): prepare for crates.io release.
2014-12-16 04:02:13 -08:00
Sean McArthur
00c6808c6b
Merge pull request #198 from Ogeon/master
...
Rust update: Remove proc and implementation of AnyRefExt for static NetworkStream
2014-12-15 16:24:15 -08:00
Erik Hedvall
02ecad33cd
Change implementation of AnyRefExt for references to NetworkStream to require 'static lifetime
2014-12-16 00:07:07 +01:00
Erik Hedvall
9896bcc517
proc() -> move ||
2014-12-16 00:02:35 +01:00
Sean McArthur
d19cfed422
Merge pull request #182 from hyperium/client
...
feat(client): add a new Client struct with super powers
2014-12-14 12:02:13 -08:00
Sean McArthur
8c83a3358e
feat(client): add a new Client struct with super powers
...
- Includes ergonomic traits like IntoUrl and IntoBody, allowing easy
usage.
- Client can have a RedirectPolicy.
- Client can have a SslVerifier.
Updated benchmarks for client. (Disabled rust-http client bench since it
hangs.)
2014-12-14 11:56:39 -08:00
Sean McArthur
2d6c8819cd
Merge pull request #193 from wenderen/vary-header
...
add vary header, first draft
2014-12-13 12:31:40 -08:00
Sean McArthur
9e99c57fa8
Merge pull request #195 from hyperium/rustup
...
rust upgrade
2014-12-12 13:46:30 -08:00
Sean McArthur
0bba6e80ee
rust upgrade
2014-12-12 12:24:54 -08:00
Rohan Prinja
258e739ef8
add vary header, first draft
2014-12-12 19:12:55 +05:30
Sean McArthur
5e560cb1c1
Merge pull request #192 from hyperium/ssl-set-hostname
...
fix(ssl): set_hostname on ssl connections
2014-12-11 21:04:21 -08:00
Sean McArthur
1d7ec47807
Merge pull request #191 from reem/max-header-lengths
...
(fix) Harden header parsing against memory exhaustion attacks.
2014-12-11 20:31:44 -08:00
Sean McArthur
3ac277b1f0
fix(ssl): set_hostname on ssl connections
2014-12-11 20:27:37 -08:00
Jonathan Reem
b1ab03f7f8
(fix) Harden header parsing against memory exhaustion attacks.
...
Adds new limits on the lengths of header names and fields.
Fixes #187
2014-12-11 17:08:57 -08:00
Sean McArthur
7f931845cc
Merge pull request #188 from wenderen/allow-header
...
Allow header
Closes #174
2014-12-10 10:59:34 -08:00
Rohan Prinja
4bae6b7e0e
add allow header
2014-12-11 00:18:32 +05:30
Sean McArthur
e4bf1155de
Merge pull request #186 from hyperium/declone
...
rustup for clone trait
2014-12-09 17:03:34 -08:00
Sean McArthur
89bedd30ba
rustup for clone trait
2014-12-09 16:50:49 -08:00
Sean McArthur
514f96e9eb
Merge pull request #180 from wenderen/etag-header
...
add etag header
2014-12-07 23:48:10 -08:00