8000 Tags · farsightsec/pywdns · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: farsightsec/pywdns

Tags

tags/v0.10.2

Toggle tags/v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #22 from farsightsec/next

Bug and doc-fix release (0.10.2)

tags/v0.10.1-2

Toggle tags/v0.10.1-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from farsightsec/py3-only

Py3 only

tags/v0.10.1

Toggle tags/v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from farsightsec/focal-python-fixes

Focal python fixes
8000

tags/v0.10.0

Toggle tags/v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.10.0 (#16)

* Copyright updates, changelog updates for 0.10.0 release.
* Python 3 compatibility

This version includes a major version bump, Python 3 compatibility
changes wrt to types (bytes, const), setup.py improvements,
copyright updates and unit tests for all functions.

Authored-by: Jeff Murphy <jcmurphy@jeffmurphy.org>
Co-authored-by: Allan LeSage <alesage@fsi.io>

tags/v0.9.0

Toggle tags/v0.9.0's commit message
Merge pull request #10 from farsightsec/release_0_9_0_reed_20170825

Release 0 9 0

tags/v0.8.0

Toggle tags/v0.8.0's commit message
debian/changelog: 0.8.0-1

debian/0.8.0-1

Toggle debian/0.8.0-1's commit message
debian/changelog: 0.8.0-1

tags/v0.6.0

Toggle tags/v0.6.0's commit message
domain_to_str(): PyString_FromStringAndSize -> PyString_FromString

this fixes a regression introduced in d04d391. wdns_domain_to_str()
does not return the number of bytes written to dst, it returns the
number of bytes read from src. dst is guaranteed to be NUL-terminated
after a call to wdns_domain_to_str(), so switch back to using
PyString_FromString() to convert dst to a python string.

debian/0.6.0-1

Toggle debian/0.6.0-1's commit message
debian/control: drop support for python < 2.7

tags/v0.5

Toggle tags/v0.5's commit message
README: fix indentation

0