Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade time to 0.2.5 #1254

Merged
merged 37 commits into from
Jan 28, 2020
Merged

Upgrade time to 0.2.5 #1254

merged 37 commits into from
Jan 28, 2020

Commits on Jan 4, 2020

  1. Upgrade time to 0.2.1

    kevinpoitra committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    ebe92a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    729004a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2158a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    381c8eb View commit details
    Browse the repository at this point in the history
  4. Update CHANGES.md

    kevinpoitra committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    bd4807f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52018a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dca8e23 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Implement logic to convert a RFC 850 two-digit year into a full lengt…

    …h year, and organize time parsing related functions
    kevinpoitra committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    34bbf75 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Upgrade time to 0.2.2

    kevinpoitra committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    555dead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b6f29 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    kevinpoitra committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    92381b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd2cb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3b4f05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1366e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29116b8 View commit details
    Browse the repository at this point in the history
  8. Use OffsetDateTime::as_seconds_f64 instead of manually calculating …

    …the amount of seconds from nanoseconds
    kevinpoitra committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    3554e2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e569bc View commit details
    Browse the repository at this point in the history
  10. Truncate any nanoseconds from a supplied Duration within `Cookie::s…

    …et_max_age` to ensure two Cookies with the same amount whole seconds equate to one another
    kevinpoitra committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    0eb8d07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85e341b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a43c56 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    3e5e3cd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    4afe09b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Upgrade to time 0.2.3

    Mainly minor  changes. Type inference can be used alongside the new
    `time::parse` method, such that the type doesn't need to be specified.
    This will be useful if a refactoring takes place that changes the type.
    There are also new macros, which are used where possible.
    
    One change that is not immediately obvious, in `HttpDate`, there was an
    unnecessary conditional. As the time crate allows for negative durations
    (and can perform arithmetic with such), the if/else can be removed
    entirely.
    
    Time v0.2.3 also has some bug fixes, which is why I am not using a more
    general v0.2 in Cargo.toml.
    jhpratt committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    5192d29 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Merge pull request #1 from jhpratt/master

    Upgrade to time 0.2.3
    kevinpoitra committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b69716c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Upgrade to time v0.2.4

    v0.2.3 has been yanked, as it was backwards imcompatible. This version
    reverts the breaking change, while still supporting rustc back to
    1.34.0.
    jhpratt committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    55ef6b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from jhpratt/master

    Upgrade to time v0.2.4
    kevinpoitra committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    bcf7e01 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    9398e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd5c21 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    8945236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d692c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d622d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0efaed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    489a3b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    f877a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d575e7 View commit details
    Browse the repository at this point in the history
  3. Update time to 0.2.5

    kevinpoitra committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    0acacd9 View commit details
    Browse the repository at this point in the history
  4. Update CHANGES.md

    kevinpoitra committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    b2fc637 View commit details
    Browse the repository at this point in the history