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

rfc7692 context-takeover implemention #342

Open
wants to merge 70 commits into
base: main
Choose a base branch
from

Commits on Jan 17, 2018

  1. modify: header option

    misu committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    8a8329b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. add: validation

    misu committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    053a620 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. add server header option

    misu committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    785fa70 View commit details
    Browse the repository at this point in the history
  2. mod: comment out

    misu committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    9177fe8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/add_extension_header' into feature/impl_decompr…

    …essContextTakeover
    misu committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    a2b4877 View commit details
    Browse the repository at this point in the history
  4. mod: .gitignore

    misu committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    e0da4e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. impl: decompressContextTakeover

    misu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    36c4397 View commit details
    Browse the repository at this point in the history
  2. impl: compressContextTakeover

    misu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a366cdf View commit details
    Browse the repository at this point in the history
  3. mod: method args name

    misu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f7abc95 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from smith-30/feature/impl_compressContextTakeover

    Feature/impl compress context takeover
    smith-30 committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    8ddcb40 View commit details
    Browse the repository at this point in the history
  5. mod: split dict to rx and tx

    misu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    eec63bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from smith-30/feature/split_dict

    mod: split dict to rx and tx
    smith-30 committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ad97036 View commit details
    Browse the repository at this point in the history
  7. add: context-takeover option to client

    misu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    dfe35b7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from smith-30/feature/client_context_takeover

    add: context-takeover option to client
    smith-30 committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    538a96d View commit details
    Browse the repository at this point in the history
  9. mod: remove mutex.

    misu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    cecdf7c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #8 from smith-30/feature/remove_dict_lock

    mod: remove mutex.
    smith-30 committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bf99740 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. mod: add dict process

    misu committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    80a8097 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from smith-30/feature/mod_add_dict

    mod: add dict process
    smith-30 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    67b9939 View commit details
    Browse the repository at this point in the history
  3. mod: .gitignore to ignore .test file

    misu committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    70abf72 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. mod: test and write compression

    misu committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e873eb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from smith-30/feature/add_test

    Feature/add test
    smith-30 committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d0e8769 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. mod: dict strategy

    misu committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    e2dd00d View commit details
    Browse the repository at this point in the history
  2. mod: remove judge dict nil

    misu committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    a9475f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. add: call compress method test

    misu committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f2a68e2 View commit details
    Browse the repository at this point in the history
  2. upgrade: use pool for writerdict

    misu committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    2472e6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from smith-30/feature/upgrade_writer

    Feature/upgrade writer
    smith-30 committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    b2e3d3e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    fededdd View commit details
    Browse the repository at this point in the history
  2. mod: compressContextTakeover method.

    misu committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    62df16a View commit details
    Browse the repository at this point in the history
  3. add: comment

    misu committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    ee46f85 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. mod: fmt variables of conn.go

    misu committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    fb7d67a View commit details
    Browse the repository at this point in the history
  2. mod: flate.writer for context-takeover

    misu committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    f8b4a0f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from smith-30/feature/upgrade_writer

    Feature/upgrade writer
    smith-30 committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    b822eaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3452ab8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from smith-30/feature/upgrade_writer

    mod: client & server setting for context-takeover
    smith-30 committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    ee5a233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9e2343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aca4275 View commit details
    Browse the repository at this point in the history
  8. upgrade: compressContextTakeover reader

    misu committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    e7575e2 View commit details
    Browse the repository at this point in the history
  9. mod: NextReader if compress

    misu committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    83a1338 View commit details
    Browse the repository at this point in the history
  10. mod: NextWriter if compress

    misu committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    7c6832c View commit details
    Browse the repository at this point in the history
  11. mod: remove unnecessary field

    misu committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    8e146c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. upgrade: TestFraming

    misu committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    c830889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e79bb70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4131adc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bf0779 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. mod: comment

    misu committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    df2a0cc View commit details
    Browse the repository at this point in the history
  2. mod: doc.go

    misu committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    6282a7b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. mod: unnecessary format change

    misu committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    e9a52af View commit details
    Browse the repository at this point in the history
  2. mod: unnecessary format change

    misu committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    f68770a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. mod: gitignore

    misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    7fa60f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce5144 View commit details
    Browse the repository at this point in the history
  3. Simplify echo example client (gorilla#349)

    Use existing `done` channel to signal that reader is done instead of closing the connection.
    claudia-jones authored and misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d0111e6 View commit details
    Browse the repository at this point in the history
  4. Use latest patch releases of Go

    AlekSi authored and misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    5241e53 View commit details
    Browse the repository at this point in the history
  5. Travis config: add Go 1.10.x, revert 1.4.x to 1.4

    1.4.x is missing go vet
    garyburd authored and misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3ab5e92 View commit details
    Browse the repository at this point in the history
  6. Modify http status code to variable

    KimMachineGun authored and misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    c13439f View commit details
    Browse the repository at this point in the history
  7. add newline and remove extra space

    carterjones authored and misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    416a1d5 View commit details
    Browse the repository at this point in the history
  8. mod: modification of review

    misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    af46d4f View commit details
    Browse the repository at this point in the history
  9. resolve: conflict

    misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    1727e34 View commit details
    Browse the repository at this point in the history
  10. mod: doc.go

    misu committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    360a199 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. temp: autobahn/server.go

    misu committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    658a2fb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. add: comment

    misu committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    811803b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6caf089 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. mod: pointed out part

    misu committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    cd973fd View commit details
    Browse the repository at this point in the history
  2. mod: no need to change line feed

    misu committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    b27407e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. mod: fmt

    misu committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    e82d2a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. merge: v1.4.0

    misu committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    6f489db View commit details
    Browse the repository at this point in the history
  2. mod: test

    misu committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    89ee8d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. merge: master

    misu committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    a8d45c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. add: comment

    misu committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    62bb07b View commit details
    Browse the repository at this point in the history
  2. mod: doc

    misu committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    985aed2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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