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: Congyuwang/socket_manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: Congyuwang/socket_manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 14 commits
  • 33 files changed
  • 2 contributors

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    bae1030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a386a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99366af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19fdcf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Reduce copy when reading from Socket (#39)

    * clarify MsgSender send_async logic
    
    * using default msg_buffer_size for data transfer tests
    
    * use BufReadWrite for direct writing to output buffer
    
    * remove github linux workflow
    Congyuwang authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0af2966 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. only need left in flush

    Congyuwang committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2b5d00d View commit details
    Browse the repository at this point in the history
  2. fix api downgrade change

    Congyuwang committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b8bf387 View commit details
    Browse the repository at this point in the history
  3. simplify send_async logic

    Congyuwang committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    05fba2e View commit details
    Browse the repository at this point in the history
  4. Bump version to v0.3.1

    Congyuwang committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f380b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b190ec0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    971257b View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    Congyuwang committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7fef19f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb48c86 View commit details
    Browse the repository at this point in the history
  9. fix memory leak in Waker move assignment (#42)

    * fix memory leak in Waker move assignment
    
    * add a debug codesign for MacOS Instruments
    Congyuwang authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8059bb1 View commit details
    Browse the repository at this point in the history
Loading