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: anishe125/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.
  • 18 commits
  • 31 files changed
  • 4 contributors

Commits on Apr 15, 2021

  1. Timeout problem fixed.

    eminfedar committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c833204 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    52d7fcd View commit details
    Browse the repository at this point in the history
  2. Switch to CMAKE_CURRENT_SOURCE_DIR to allow

    FetchContent
    MalcolmMielle committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    6059753 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Merge pull request eminfedar#20 from MalcolmMielle/install_cmake

    Update Thread and add install targets
    eminfedar authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    e261b5c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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

Commits on Sep 28, 2021

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

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    a59eb49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d61a1a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eminfedar#23 from friedrichengel/master

    added bind_broadcast for UDP_Server
    eminfedar authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    b3a744b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Double free corruption fix.

    eminfedar committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a17b3e1 View commit details
    Browse the repository at this point in the history

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