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

Middleware for custom request rewrite logic #162

Merged
merged 69 commits into from
Aug 24, 2015
Merged

Middleware for custom request rewrite logic #162

merged 69 commits into from
Aug 24, 2015

Commits on Dec 16, 2014

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

Commits on Jun 26, 2015

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

Commits on Jun 27, 2015

  1. Configuration menu
    Copy the full SHA
    4f03f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674ffc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f941b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. Add more debug

    buger committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    3e86456 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Merge branch 'master' into input-modifier

    Conflicts:
    	Dockerfile
    	Makefile
    	output_http.go
    	output_http_test.go
    	settings.go
    buger committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    8db14e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64aac9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

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

Commits on Jul 17, 2015

  1. First middleware tests! :dance:

    buger committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    5e6f7e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. Merge branch 'master' into input-modifier

    Conflicts:
    	Dockerfile
    	emitter.go
    	http_client.go
    	plugins.go
    	proto/proto.go
    buger committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    5cc4228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62eccb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Merge branch 'master' into input-modifier

    Conflicts:
    	Makefile
    buger committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    a9be181 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    buger committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    3585419 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

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

Commits on Aug 11, 2015

  1. Configuration menu
    Copy the full SHA
    5098e38 View commit details
    Browse the repository at this point in the history
  2. Apply fmt

    buger committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    0009555 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    buger committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    8046468 View commit details
    Browse the repository at this point in the history
  4. Track original responses

    buger committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    2990fab View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

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

Commits on Aug 14, 2015

  1. Configuration menu
    Copy the full SHA
    bb319b5 View commit details
    Browse the repository at this point in the history
  2. Reduce delay of raw input

    buger committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    70e7d8d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Remove too verbose output

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    56f0a3f View commit details
    Browse the repository at this point in the history
  2. Remove more debug

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    4f2341b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41c1421 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    1a36374 View commit details
    Browse the repository at this point in the history
  5. Improving docs

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    a18079f View commit details
    Browse the repository at this point in the history
  6. Improve docs

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    ddd5190 View commit details
    Browse the repository at this point in the history
  7. Doc changes

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    879ed48 View commit details
    Browse the repository at this point in the history
  8. Some fixes

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    0d44572 View commit details
    Browse the repository at this point in the history
  9. Ignore all release files

    buger committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    d109110 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Configuration menu
    Copy the full SHA
    211be0c View commit details
    Browse the repository at this point in the history
  2. Fix hound

    buger committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    69424bf View commit details
    Browse the repository at this point in the history
  3. Handle HTTP error codes

    buger committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    d96e339 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. fmt changes

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    ea94dd0 View commit details
    Browse the repository at this point in the history
  2. Unify all input/output plugins

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    3e763c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a971d8a View commit details
    Browse the repository at this point in the history
  4. Refactor protocol scanner

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    7790b33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8da4e54 View commit details
    Browse the repository at this point in the history
  6. Remove magic numbers

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    ae35f88 View commit details
    Browse the repository at this point in the history
  7. Verbose output for travis

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    d6c776f View commit details
    Browse the repository at this point in the history
  8. Fix formatting issues

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    b53fba0 View commit details
    Browse the repository at this point in the history
  9. Remove verbose flag

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    7cff781 View commit details
    Browse the repository at this point in the history
  10. Increase travis timeout time

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    c4037e0 View commit details
    Browse the repository at this point in the history
  11. More timeout

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    78456d6 View commit details
    Browse the repository at this point in the history
  12. Close connection

    buger committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    a6e29c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Fixes

    buger committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    5d2f6ec View commit details
    Browse the repository at this point in the history
  2. Try to return all responses

    buger committed Aug 19, 2015
    1 Configuration menu
    Copy the full SHA
    e54f77f View commit details
    Browse the repository at this point in the history
  3. Some debugging and race fixes

    buger committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    6cb4c26 View commit details
    Browse the repository at this point in the history
  4. Fix plugin registration

    buger committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    9550b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Configuration menu
    Copy the full SHA
    33cdcd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6974a6e View commit details
    Browse the repository at this point in the history
  3. More race fixes

    buger committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    3c45595 View commit details
    Browse the repository at this point in the history
  4. Enable race testing for travis

    buger committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    81d3508 View commit details
    Browse the repository at this point in the history
  5. Enable packet debugging

    buger committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    76d5e22 View commit details
    Browse the repository at this point in the history
  6. Reduce debugging

    buger committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    9309fb8 View commit details
    Browse the repository at this point in the history
  7. Travis should use 1.5

    buger committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    6533b50 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. New fixes

    buger committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    16d7f23 View commit details
    Browse the repository at this point in the history
  2. More debugging

    buger committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    cbc27bd View commit details
    Browse the repository at this point in the history
  3. Rollback to 1.4.2 in travis

    buger committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    02bf7a8 View commit details
    Browse the repository at this point in the history
  4. Increase input raw timeout

    buger committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    d5a1eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Configuration menu
    Copy the full SHA
    f3ea30c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0b96af View commit details
    Browse the repository at this point in the history
  3. small formatting change

    buger committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    929e027 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Configuration menu
    Copy the full SHA
    3c81723 View commit details
    Browse the repository at this point in the history
  2. fix race

    buger committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    fe91a20 View commit details
    Browse the repository at this point in the history
  3. Increase timeouts

    buger committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    43262f3 View commit details
    Browse the repository at this point in the history
  4. less verbose output

    buger committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    abde6ec View commit details
    Browse the repository at this point in the history