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: flowerlove/cpp-httplib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yhirose/cpp-httplib
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.
  • 8 commits
  • 4 files changed
  • 6 contributors

Commits on Nov 11, 2025

  1. CMake: Add HTTPLIB_SHARED option, don't define BUILD_SHARED_LIBS (yhi…

    …rose#2266)
    
    To avoid surprises in the projects consuming the library, don't define
    BUILD_SHARED_LIBS option ourselves but just use its value, if provided,
    to define HTTPLIB_SHARED option which can be also set directly to
    specify whether we should build static or shared library.
    
    Closes yhirose#2263.
    vadz authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    1acf188 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Fix yhirose#2270

    yhirose committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    61e9f7c View commit details
    Browse the repository at this point in the history
  2. Add Client::Post with both content provider and receiver (yhirose#2268)

    Co-authored-by: Clarkok Zhang <[email protected]>
    clarkok and Clarkok Zhang authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    5988275 View commit details
    Browse the repository at this point in the history
  3. Fix android getaddrinfo issue (yhirose#2273)

    Co-authored-by: Clarkok Zhang <[email protected]>
    clarkok and Clarkok Zhang authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    27ee115 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Add #undef _res after including resolv.h to prevent macro conflicts (y…

    …hirose#2280)
    
    * Initial plan
    
    * Add #undef _res after including resolv.h to prevent macro conflicts
    
    Co-authored-by: yhirose <[email protected]>
    
    * Complete task - added #undef _res after resolv.h include
    
    Co-authored-by: yhirose <[email protected]>
    
    * Remove accidentally committed codeql build artifacts
    
    Co-authored-by: yhirose <[email protected]>
    
    * Add inline comment explaining why #undef _res is necessary
    
    Co-authored-by: yhirose <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: yhirose <[email protected]>
    Copilot and yhirose authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    9e7861b View commit details
    Browse the repository at this point in the history
  2. Fix yhirose#2279

    Enhance request handling: add support for requests without Content-Length or Transfer-Encoding headers
    yhirose committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    337fbb0 View commit details
    Browse the repository at this point in the history
  3. Release v0.28.0

    yhirose committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    adf58bf View commit details
    Browse the repository at this point in the history
  4. Fix yhirose#2248

    yhirose committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    8479673 View commit details
    Browse the repository at this point in the history
Loading