Skip to content
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 or learn 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: shenfeng/tiny-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 7890/tiny-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    0d06c7a View commit details
    Browse the repository at this point in the history
  2. NOOP: formatting

    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b4b62ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ebfd78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06a8cac View commit details
    Browse the repository at this point in the history
  5. declare int outside of for().

    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    3618a37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fe9b29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7576e60 View commit details
    Browse the repository at this point in the history
  8. argv[1] -> path

    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4662034 View commit details
    Browse the repository at this point in the history
  9. squash compiler warning.

    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    40648c5 View commit details
    Browse the repository at this point in the history
  10. remove c99, some methods seem to be unknown by c99 (implicit declarat…

    …ion of function), eg. fdopendir.
    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    74f69fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fe0fc1 View commit details
    Browse the repository at this point in the history
  12. add more mimetypes.

    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d8e4543 View commit details
    Browse the repository at this point in the history
  13. log_access -> print mime-type

    7890 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    96b160f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5882ef View commit details
    Browse the repository at this point in the history
Loading