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: mbap/basicHTTPproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: forwardreq
Choose a base ref
...
head repository: mbap/basicHTTPproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 1, 2014

  1. Merge pull request #5 from mbaptist23/forwardreq

    Updated all documentation on the entire project. Fixed the documentation...
    Michael Baptist committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    48ed055 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. fixed http response. the brower left the connection open and the resp…

    …onses were always 200, even when they should not have been, updated the fixes in the .odt doc, and updated the doxygen
    Michael committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    54887e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from mbaptist23/openssl

    fixed http response. the brower left the connection open and the respons...
    Michael Baptist committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    5fa1673 View commit details
    Browse the repository at this point in the history
  3. built in ssl implmentation, missing valid certificates so it will fai…

    …l while trying to verify the certs. added a thread safe implemetation provided by apple and included their copyright.
    Michael committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    a1327dd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Added ssl support to the proxy, however it does not use certificates …

    …so it is most deninatly insecure. The documentation has been updated as well. Also the program has been tested to work as a proxy on the galileo machines at the lab, so it truly works on the wire.
    Michael committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    147c717 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from mbaptist23/openssl

    Openssl
    Michael Baptist committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    f9ad6d7 View commit details
    Browse the repository at this point in the history
Loading