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

Feature/17 logging #80

Merged
merged 26 commits into from Apr 18, 2014
Merged

Feature/17 logging #80

merged 26 commits into from Apr 18, 2014

Commits on Apr 17, 2014

  1. A coloured console logger

    haf committed Apr 17, 2014
    Copy the full SHA
    dd88e0e View commit details
    Browse the repository at this point in the history
  2. added combining logger and OutputWindowLogger and sane_defaults_for

    Will be baseline to fix #17
    haf committed Apr 17, 2014
    Copy the full SHA
    5906313 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d05ede4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d66e50e View commit details
    Browse the repository at this point in the history
  5. removing global logging config

    haf committed Apr 17, 2014
    Copy the full SHA
    39cc2a6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1a68c5b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    149ed62 View commit details
    Browse the repository at this point in the history
  8. cleanup for Web module, cont. web_part_timeout -> 5h

    Relevant for #69 - web_part_timeout
    haf committed Apr 17, 2014
    Copy the full SHA
    a3e079c View commit details
    Browse the repository at this point in the history
  9. file_leght -> file_length

    haf committed Apr 17, 2014
    Copy the full SHA
    154f57b View commit details
    Browse the repository at this point in the history
  10. whitespace

    haf committed Apr 17, 2014
    Copy the full SHA
    bc36382 View commit details
    Browse the repository at this point in the history
  11. missing return()

    haf committed Apr 17, 2014
    Copy the full SHA
    62b7b6d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e6293bc View commit details
    Browse the repository at this point in the history
  13. adding TODO on proxy mode

    haf committed Apr 17, 2014
    1
    Copy the full SHA
    0cadb0d View commit details
    Browse the repository at this point in the history
  14. adding TODO on deferral of body read

    If we always read all requests fully into memory, we can get
    DoS-attacked by just posting large data requests to the server and we
    might want to perform a Content-Length header check before reading all
    that data.
    
    By performing the header check, we can respond with 100 Continue if it's
    a valid length/something we accept. This will also work better in proxy
    mode when we make more of the request contents available to the proxy,
    since it would like to read piecemeal from the request input stream and
    write to the upstream server.
    haf committed Apr 17, 2014
    2
    Copy the full SHA
    0cb8eca View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    cdc189b View commit details
    Browse the repository at this point in the history
  16. breaking up long line

    haf committed Apr 17, 2014
    Copy the full SHA
    ee974cc View commit details
    Browse the repository at this point in the history
  17. first failing test

    haf committed Apr 17, 2014
    Copy the full SHA
    249f56f View commit details
    Browse the repository at this point in the history
  18. passing trace header test

    haf committed Apr 17, 2014
    Copy the full SHA
    5d8c89f View commit details
    Browse the repository at this point in the history
  19. making it a xmldoc

    haf committed Apr 17, 2014
    Copy the full SHA
    6414b7d View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    bab2fd2 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    6a15a48 View commit details
    Browse the repository at this point in the history
  22. removing last Log.logf calls

    haf committed Apr 17, 2014
    Copy the full SHA
    049cc75 View commit details
    Browse the repository at this point in the history
  23. marking global # clients internal

    haf committed Apr 17, 2014
    Copy the full SHA
    2a229b9 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    f8f1c13 View commit details
    Browse the repository at this point in the history
  25. whitespace

    haf committed Apr 17, 2014
    Copy the full SHA
    a481cc9 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    d02707a View commit details
    Browse the repository at this point in the history