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: Macro-swift/Macro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Macro-swift/Macro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/websockets-1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 13, 2021

  1. Expose a few more internals in http.Server

    E.g. one could pass in a NIO bootstrap for HTTPS.
    helje5 committed Jan 13, 2021
    Copy the full SHA
    0938b72 View commit details
  2. WebSocket boilerplate (incomplete)

    Setup WebSocket support for Macro. Needs a little
    more work.
    helje5 committed Jan 13, 2021
    Copy the full SHA
    83a3bc4 View commit details
  3. Add onPong

    ...
    helje5 committed Jan 13, 2021
    Copy the full SHA
    532e9c5 View commit details

Commits on Jan 14, 2021

  1. More work to get WS server running

    Can't remove the HTTPHandler, not sure why.
    helje5 committed Jan 14, 2021
    Copy the full SHA
    9f506a4 View commit details
  2. Copy the full SHA
    b340c6a View commit details
  3. Remove logs, server works now

    Removable channels must be marked as such explicitly.
    helje5 committed Jan 14, 2021
    Copy the full SHA
    699b45d View commit details
  4. Qualified imports

    ...
    helje5 committed Jan 14, 2021
    Copy the full SHA
    ef873cd View commit details
  5. Add support for open event

    ... not that useful w/ server sockets though :-)
    helje5 committed Jan 14, 2021
    Copy the full SHA
    ade1a47 View commit details
  6. Work on WebSocket client

    ... getting close, but not working yet.
    helje5 committed Jan 14, 2021
    Copy the full SHA
    7e27464 View commit details
  7. Copy the full SHA
    84c7845 View commit details
  8. Copy the full SHA
    68c698f View commit details

Commits on Jan 15, 2021

  1. Add some examples to http README.md

    ...
    helje5 committed Jan 15, 2021
    Copy the full SHA
    7e2c81e View commit details
  2. Re-export IncomingMessage/ServerResponse

    ... useful.
    helje5 committed Jan 15, 2021
    Copy the full SHA
    194b494 View commit details
  3. Add a description to concat stream

    ...
    helje5 committed Jan 15, 2021
    Copy the full SHA
    767805e View commit details
  4. Improve description of msg/response

    Put environment values in own lines. Unreadable w/o.
    helje5 committed Jan 15, 2021
    Copy the full SHA
    4c5c9b5 View commit details
  5. Further improve response description

    Log buffer if available.
    helje5 committed Jan 15, 2021
    Copy the full SHA
    3ecd262 View commit details

Commits on Jan 26, 2021

  1. Copy the full SHA
    9fc9970 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff develop...feature/websockets-1