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: nikosf95/httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: robaho/httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    2053ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    affadb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aca16e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0260034 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0043b0a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    e7d678c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e46173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a6cef View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    49e42a7 View commit details
    Browse the repository at this point in the history
  2. fix logging related to issue Dispatcher thread stuck in SSL Handshake…

    …, httpserver not anymore responsive robaho#23
    robaho committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    520bd49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4ca553 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Configuration menu
    Copy the full SHA
    85dd5e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    bc8161b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    robaho authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    2c5da6e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    robaho authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    92e1d72 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    575b790 View commit details
    Browse the repository at this point in the history
  2. Get Content Type From Multipart (robaho#30)

    * get content type from multipart
    
    * fix PR. add test cases
    
    ---------
    
    Co-authored-by: robert engels <robaho@users.noreply.github.com>
    SentryMan and robaho authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    708d96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66dae75 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Support 1xx codes (robaho#31)

    * support 1xx codes
    
    * Create InputRead100Test.java
    
    * no contentlength header
    
    * update build for gradle 9.1.0
    
    * test 100 Continue to Expect header
    
    * handle manual 1xx responses including make connection upgrade generic rather than websocket specific
    
    * update comments
    
    ---------
    
    Co-authored-by: robert engels <robaho@users.noreply.github.com>
    SentryMan and robaho authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    7ed4d26 View commit details
    Browse the repository at this point in the history
Loading