Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ndptech
/
unbound
Public
forked from
NLnetLabs/unbound
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
unbound
pythonmod
on
master
User selector
All users
All time
Commit history
Commits on Jul 2, 2021
- Fix #506: Python Module Seems to Leak Memory if it Experiences an
Show description for f62994f
wcawijngaards
committed
f62994f
View commit details
Copy full SHA for f62994f
View code at this point
Browse repository at this point
Commits on Jun 18, 2021
- Fix a number of warnings reported by the gcc analyzer.
wcawijngaards
committed
7920982
View commit details
Copy full SHA for 7920982
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
- Reformat pythonmod/pythonmod_utils.{c,h}.
gthess
committed
a13d935
View commit details
Copy full SHA for a13d935
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
- Fix doxygen and pydoc warnings.
wcawijngaards
committed
3b24d84
View commit details
Copy full SHA for 3b24d84
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c
Show description for 92d01d8
vstinner
committed
92d01d8
View commit details
Copy full SHA for 92d01d8
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
- Fix for Python 3.9, no longer use deprecated functions of
Show description for e0d426e
wcawijngaards
committed
e0d426e
View commit details
Copy full SHA for e0d426e
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
- For #391: more double casts in python start time calculation.
wcawijngaards
committed
1aa7168
View commit details
Copy full SHA for 1aa7168
View code at this point
Browse repository at this point
- For #391: fix indentation.
wcawijngaards
committed
ee2545d
View commit details
Copy full SHA for ee2545d
View code at this point
Browse repository at this point
- For #391: use struct timeval* start_time for callback information.
wcawijngaards
committed
3e03e2c
View commit details
Copy full SHA for 3e03e2c
View code at this point
Browse repository at this point
Commits on Jan 1, 2021
Add start_time to reply callbacks so modules can compute the response time.
fhriley
committed
e3abd77
View commit details
Copy full SHA for e3abd77
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
- Fix missing prototypes in the code.
wcawijngaards
committed
811cf6d
View commit details
Copy full SHA for 811cf6d
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
Show description for ca39cfd
wcawijngaards
committed
ca39cfd
View commit details
Copy full SHA for ca39cfd
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
- Fix python documentation warning on functions.rst inplace_cb_reply.
wcawijngaards
committed
c8390e3
View commit details
Copy full SHA for c8390e3
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
- Fix that if there are reply callbacks for the given rcode, those
Show description for d55084e
gthess
committed
d55084e
View commit details
Copy full SHA for d55084e
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
- Update documentation in python example code.
gthess
committed
a912786
View commit details
Copy full SHA for a912786
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
dlv removal, remove DLV references from man page and pythonmod interface.
wcawijngaards
committed
8f2b9b4
View commit details
Copy full SHA for 8f2b9b4
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
DLV removal
wcawijngaards
committed
c0c722c
View commit details
Copy full SHA for c0c722c
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Fix python module len() implementations
Show description for 9af8080
tobbez
committed
9af8080
View commit details
Copy full SHA for 9af8080
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
- Fix python examples/calc.py for eval, reported by X41 D-Sec.
wcawijngaards
committed
8833d44
View commit details
Copy full SHA for 8833d44
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
- Remove warning about unknown cast-function-type warning pragma.
wcawijngaards
committed
d3b3d64
View commit details
Copy full SHA for d3b3d64
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
- Fix python dict reference and double free in config.
wcawijngaards
committed
78b2f1c
View commit details
Copy full SHA for 78b2f1c
View code at this point
Browse repository at this point
Merge branch 'dev/all-merged/master' of git://github.com/episource/unbound into episource-dev/all-merged/master
wcawijngaards
committed
63b2628
View commit details
Copy full SHA for 63b2628
View code at this point
Browse repository at this point
Commits on May 16, 2019
- Fix #31: swig 4.0 and python module.
wcawijngaards
committed
3103961
View commit details
Copy full SHA for 3103961
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
- Update python documentation for init_standard().
Show description for d115054
gthess
committed
d115054
View commit details
Copy full SHA for d115054
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
- Fix #17: Add python module example from Jan Janak, that is a
Show description for 4eac399
wcawijngaards
committed
4eac399
View commit details
Copy full SHA for 4eac399
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Merge branch 'dev/pythonmod-multi-instance/v1.9.0' into dev/all-merged/master
episource
committed
efb3697
View commit details
Copy full SHA for efb3697
View code at this point
Browse repository at this point
Merge branch 'dev/pythonmod-data/v1.9.0' into dev/all-merged/master
episource
committed
56a174b
View commit details
Copy full SHA for 56a174b
View code at this point
Browse repository at this point
Support multiple python module instances
Show description for b248654
episource
committed
b248654
View commit details
Copy full SHA for b248654
View code at this point
Browse repository at this point
Initialize per-query qdata and per-module mod_env
Show description for 7cc4ff0
episource
committed
7cc4ff0
View commit details
Copy full SHA for 7cc4ff0
View code at this point
Browse repository at this point
Add module_restart_next definition to swig file
episource
committed
b4a9031
View commit details
Copy full SHA for b4a9031
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
- Remove memory leak on pythonmod python2 script file init.
Show description for a62c113
wcawijngaards
committed
a62c113
View commit details
Copy full SHA for a62c113
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Fixup for python 2
Show description for ba0cad0
wcawijngaards
committed
ba0cad0
View commit details
Copy full SHA for ba0cad0
View code at this point
Browse repository at this point
- Fix for python module on Windows, fix fopen.
Show description for 7c1f969
wcawijngaards
committed
7c1f969
View commit details
Copy full SHA for 7c1f969
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
- Fix pythonmod include and sockaddr_un ifdefs for compile on
Show description for 0792536
wcawijngaards
committed
0792536
View commit details
Copy full SHA for 0792536
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
nicer python error log errors.
Show description for 438634b
wcawijngaards
committed
438634b
View commit details
Copy full SHA for 438634b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.