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: etr/libhttpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: waTeim/libhttpserver
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.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Feb 13, 2014

  1. Fixes/changes for OS/X compilation

    Added various include directives in http_response.cpp and
    http_resource.cpp and modified http_endpoint copy constructor to
    make it public to satifify clang.
    
    Fixed typo/bug in http_request::set_requestor_port.
    
    Modified various forwards to match actual declarations.
    
    Modified configure to allow build in same directory.
    waTeim committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    e40716d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad5009 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2014

  1. Change getter to const

    waTeim committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    da21676 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

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