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: ptp-im/async-sockets-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eminfedar/async-sockets-cpp
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
  • 11 files changed
  • 2 contributors

Commits on Apr 27, 2023

  1. Update to v3.0

    Fixed potential data races eminfedar#25
    Fixed BUFFER_SIZE bugs eminfedar#27
    Added new Send() function usages
    Removed unnecessary string copies (converted to const std::string&)
    eminfedar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    fb72473 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Removed isClosed

    eminfedar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    49597c5 View commit details
    Browse the repository at this point in the history
  2. Refactor

    eminfedar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1ecd626 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. the size of any temp buffers are now (optionally) exposed to the user…

    … if they want to change them. also the default size is now a #define so that it can be globally changed at compile time
    stewpend0us committed May 11, 2023
    Configuration menu
    Copy the full SHA
    bcc2ba7 View commit details
    Browse the repository at this point in the history
  2. include custom buffer size in one example. make file will now automat…

    …ically detect changes in files and rebuild only if needed.......not that it matters for this project really.
    stewpend0us committed May 11, 2023
    Configuration menu
    Copy the full SHA
    09637b1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    c3440df View commit details
    Browse the repository at this point in the history
  2. Merge pull request eminfedar#28 from stewpend0us/master

    optionally expose the internal buffer size to the user (if they need it)
    eminfedar authored May 12, 2023
    Configuration menu
    Copy the full SHA
    d66588d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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