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: oremanj/python-netfilterqueue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: remleduff/python-netfilterqueue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 14, 2015

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

Commits on Aug 12, 2015

  1. Merge pull request #1 from trothamel/master

    Replace python2-specific function with cython syntax.
    remleduff committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    62fec63 View commit details
    Browse the repository at this point in the history
  2. Prevent double-destroy of queue in __dealloc__

    If the user calls unbind, the queue is destroyed.
    
    When the GC then runs again the queue is destroyed incorrectly in __dealloc__
    Joel 'Aaron' Cohen committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    9bd807e View commit details
    Browse the repository at this point in the history
  3. Add a workaround for gevent (NetfilterQueue.run2)

    Optimize run2 method
    Joel 'Aaron' Cohen committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    25ae322 View commit details
    Browse the repository at this point in the history
  4. Fix whitespace

    Joel 'Aaron' Cohen committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    92b449b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. stopgap: avoid crashing when our buffer fills up when processing pack…

    …ets too slowly
    Joel 'Aaron' Cohen committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    60eee05 View commit details
    Browse the repository at this point in the history
Loading