Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

[REEF-362] Implement a Wake Transport using HTTP #1341

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2017

  1. [REEF-362] Implement a Wake Transport using HTTP

    Additional implementation for Wake via HTTP
    
    JIRA:
    [REEF-362](https://issues.apache.org/jira/browse/REEF-362)
    
    Pull Request
    This closes #
    nhne committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    48ec577 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

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

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    4994107 View commit details
    Browse the repository at this point in the history
  2. Refactored Netty Codes for HTTP

    Refactored Netty Messaging Transportand Netty Link and Listeners. but still have to change implmentation of MessagingTransportFactory
    nhne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d3f7a46 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    1ecda33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9510d61 View commit details
    Browse the repository at this point in the history
  3. fixed errors regarding to review

    nhne committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    31e5efa View commit details
    Browse the repository at this point in the history
  4. fixed errors regarding to review

    nhne committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    bc42c3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b3f1b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Fixed errors and typos

    nhne committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    1943609 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. added a java doc and fixed format error

    added a java doc and fixed format error
    nhne committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    dc36180 View commit details
    Browse the repository at this point in the history
  2. reverted some interface back

    nhne committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    abd316d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ce5b33 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. fixed TransportHttpTest

    nhne committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    14121e7 View commit details
    Browse the repository at this point in the history
  2. Fixed String into ProtocolTypes

    nhne committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    476ebe1 View commit details
    Browse the repository at this point in the history
  3. Fixed reflexing reviews

    nhne committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    2befc1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5fea5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. added NettyHttpLinkFactory

    nhne committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    985ad1a View commit details
    Browse the repository at this point in the history
  2. excluded HTTPS related codes

    nhne committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    8fd67f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. removed ssl part

    nhne committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    37a9ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f335d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    817fa0e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    3674ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdaadcc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    4990972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9260a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

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

Commits on Nov 23, 2017

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

Commits on Nov 24, 2017

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

Commits on Dec 5, 2017

  1. changed implementation in Netty[HttpServer,Client]EventListener

    logging buffer's behavior has changed, content variable also changed
    nhne committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    455464a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

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

Commits on Dec 7, 2017

  1. copiedBuffer to wrappedBuffer

    nhne committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    2225679 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. removed sync() in NettyHttpLink

    nhne committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    b20df37 View commit details
    Browse the repository at this point in the history
  2. removed sync() in NettyHttpLink

    nhne committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    94fb7bc View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. check isLoggable

    nhne committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    046739d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Fixed bug on uri creation

    nhne committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    645b898 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

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

Commits on Apr 1, 2018

  1. Add final on Argument statement

    nhne committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    6541d3c View commit details
    Browse the repository at this point in the history