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: cpp-netlib/cpp-netlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bcbde7
Choose a base ref
...
head repository: jellevdd/cpp-netlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36e0240
Choose a head ref
  • 16 commits
  • 72 files changed
  • 6 contributors

Commits on Jun 26, 2014

  1. #389: fix typo

    sumarlidason authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    f40a20f View commit details
    Browse the repository at this point in the history
  2. Add SSL support

    Add basic SSL support to async_server. Use stream_handler class to make
    sure we don't copy code.
    jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    6550c55 View commit details
    Browse the repository at this point in the history
  3. Add copyright

    jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    072bb03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c80f47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df7d513 View commit details
    Browse the repository at this point in the history
  6. Update to documentation/add example

    Created a simple example
    Uptate to the documentation based on created simple ssl server
    Small bugfix to allow clean shutdown of server without warnings when
    using basic ssl (no client authentication)
    jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    a1b7b6c View commit details
    Browse the repository at this point in the history
  7. close const string fix

    leecoder authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    246fdd2 View commit details
    Browse the repository at this point in the history
  8. Avoid self join

    leecoder authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    eddd2a2 View commit details
    Browse the repository at this point in the history
  9. rollback for pull reguest

    leecoder authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    800a7f5 View commit details
    Browse the repository at this point in the history
  10. Added client timeout option

    leecoder authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    13e5dd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    722b012 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2691d10 View commit details
    Browse the repository at this point in the history
  13. Update facade.hpp

    leecoder authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    63609d2 View commit details
    Browse the repository at this point in the history
  14. Fix order of members

    deanberris authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    98328f3 View commit details
    Browse the repository at this point in the history
  15. Fix dependencies for openssl.

    deanberris authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    9724323 View commit details
    Browse the repository at this point in the history
  16. Reorder fields to fix warnings.

    deanberris authored and jellevdd committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    36e0240 View commit details
    Browse the repository at this point in the history
Loading