8000 Comparing sustrik:master...Zewo:master · sustrik/libdill · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: sustrik/libdill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Zewo/libdill
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.
  • 14 commits
  • 15 files changed
  • 4 contributors

Commits on Jun 1, 2017

  1. it starts

    paulofaria committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    84250e2 View commit details
    Browse the repository at this point in the history
  2. fix tests

    paulofaria committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    b6fdbf5 View commit details
    Browse the repository at this point in the history
  3. remove extra line

    paulofaria committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    6652ab8 View commit details
    Browse the repository at this point in the history
  4. fix iol tests

    paulofaria committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    0fbdf13 View commit details
    Browse the repository at this point in th 8000 e history
  5. fix iol tests #2

    paulofaria committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    04819ed View commit details
    Browse the repository at this point in the history
  6. fix iol tets #3

    paulofaria committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    9423694 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from Zewo/tests

    It starts
    paulofaria authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    cf16026 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

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

Commits on Jun 15, 2017

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

Commits on Aug 12, 2017

  1. Merge pull request #2 from Zewo/rfl-options

    Added two new options that speed up compilation
    paulofaria authored Aug 12, 2017
    Configuration menu
    Copy the full SHA
    30b7cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Fix partial reads

    Partial reads use an internal buffer that is filled and drained into the requestors buffer. If some data is drained we still wait on the file descriptor even though no more data may arrive until the requestor responds (e.g. last chunk of HTTP was drained from the rxbuf here but we still wait for more data though we need to send a response first likely!)
    robertjpayne authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    25cb095 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Merge pull request #4 from Zewo/fdpatch

    Fix partial reads
    paulofaria authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    e675989 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. libdill has SO_LINGER turned off which means the second you close a d…

    …escriptor it’s remaining bytes are not flushed but rather are lost. So turned it on. thx to @robertjpayne
    ratranqu committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    5ca5f11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Zewo/SO_LINGER_on_fix

    set SO_LINGER to on
    paulofaria authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    89cd675 View commit details
    Browse the repository at this point in the history
Loading
0