Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:tiny-http/tiny-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:0.11.0
Choose a base ref
Loading
...
head repository:tiny-http/tiny-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:0.12.0
Choose a head ref
Loading
  • 7commits
  • 22files changed
  • 6contributors

Commits on Mar 25, 2022

  1. Add support for UNIX sockets

    Breaking change.* Implement a new module `connection`, which abstracts `std::net` types into ones that can use  `std::os::unix::net` types on Unix platforms.* Change `ServerConfig::addr` to a new, abstracted type and add `http_unix` method.  `http` and `https` methods are unchanged and should still work.* `Request::remote_addr` now returns `Option<&SocketAddr>`. This is `Some` for TCP servers and  `None` for UNIX servers (since UNIX remote sockets are almost always unnamed).
    @ColonelThirtyTwo
    ColonelThirtyTwo committedMar 25, 2022
    Configuration menu
    Copy the full SHA
    789e1c1View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Update log dependency to 0.4.4

    Some valid versions of log 0.4.x don't work with Rust 2018 idioms soupdate the version specifier here to require at least 0.4.4
    @bradfier
    bradfier committedApr 2, 2022
    Configuration menu
    Copy the full SHA
    b9d9e8aView commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Use ^1 zeroize

    This PR allows the dependency on `zeroize` to float amongst whatever stable version might be in use by the project including this library. Not allowing it to float leads to incompatibilities with widely-used crates like `x25519-dalek` and `rsa`, which have older versions on pre-1.5 versions of `zeroize`.
    @nhynes@bradfier
    nhynes authored andbradfier committedJun 14, 2022
    Configuration menu
    Copy the full SHA
    dd9c8ddView commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Remove the 'static requirement on TestRequest::path

    With 'static, one can only use static string slices, which makes itimpossible to test with urls generated at runtime, such as onesgenerated by a fuzzer.This change is backwards-compatible, because it only relaxes therequirements on `with_path`, and although the type of the field changed,that field is not exposed.This doesn't incur an extra copy either. The copy was already there,it only got moved out of `into` and into `with_path` now.
    @ruuda@bradfier
    ruuda authored andbradfier committedJun 26, 2022
    Configuration menu
    Copy the full SHA
    f0fce7eView commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. remove unused url dependency, switch to httpdate

    put the test backformat
    @esheppa
    esheppa committedSep 9, 2022
    Configuration menu
    Copy the full SHA
    c2a38adView commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Merge pull request#228from esheppa/use-httpdate

    Reduce dependencies, switch to `httpdate` crate
    @bradfier
    bradfier authoredOct 5, 2022
    Configuration menu
    Copy the full SHA
    87b00a8View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    212b1c4View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp