Corey Farwell
|
8e3f4bba85
|
Reduce max line length from 150 to 120 characters
Part of https://github.com/servo/servo/issues/6041
|
2015-05-24 00:01:49 -04:00 |
|
Simon Sapin
|
691222696e
|
Move net::cookie unit tests into the unit_tests crate.
|
2015-04-07 16:37:12 -04:00 |
|
Gilles Leblanc
|
ba36a108c1
|
Split out shared networking code into net_traits crate
Fixes #4476
|
2015-04-03 13:38:10 -04:00 |
|
Ms2ger
|
ba87666cdb
|
Update some code that's feature-gated under core.
|
2015-03-21 18:44:39 +01:00 |
|
Ms2ger
|
5f15eb5fbf
|
Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.
|
2015-03-18 13:18:31 -04:00 |
|
Josh Matthews
|
0c51a192d7
|
Address review comments.
|
2015-02-04 13:35:05 +00:00 |
|
Josh Matthews
|
14df9f8a70
|
Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some incorrect cookie removal operation logic. Order the returned cookies according to the spec. Make cookie unit tests pass.
|
2015-02-04 13:35:05 +00:00 |
|
Josh Matthews
|
24c8896f88
|
Improve redirect behaviour to clear headers and reevaluate sent cookies. Implement storage-related cookie behaviour such as domain and path matching that cookie-rs doesn't require. Remove stored cookies when an empty value is stored. Document cookie code.
|
2015-02-04 13:35:05 +00:00 |
|
Shamir Khodzha
|
3239aeacdc
|
cookies and cookies storage implementation
|
2015-02-04 13:34:06 +00:00 |
|