Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
a0a774f8
Commit
a0a774f8
authored
Feb 28, 2011
by
Lubos Slovak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added QtCreator project files
parent
a3f3868d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
123 additions
and
1 deletion
+123
-1
.gitignore
.gitignore
+1
-1
Knot.config
Knot.config
+1
-0
Knot.creator
Knot.creator
+1
-0
Knot.files
Knot.files
+107
-0
Knot.includes
Knot.includes
+13
-0
No files found.
.gitignore
View file @
a0a774f8
*~
CuteDNS
.creator.user*
Knot
.creator.user*
Makefile.in
aclocal.m4
autoscan.log
...
...
Knot.config
0 → 100644
View file @
a0a774f8
//
ADD
PREDEFINED
MACROS
HERE
!
Knot.creator
0 → 100644
View file @
a0a774f8
[General]
Knot.files
0 → 100644
View file @
a0a774f8
Doxy.page.h
obj/zlexer.c
obj/zparser.c
obj/zparser.h
src/alloc/malloc.c
src/alloc/malloc.h
src/alloc/slab.c
src/alloc/slab.h
src/common.h
src/ctl/knotc_main.c
src/ctl/process.c
src/ctl/process.h
src/dnslib/consts.h
src/dnslib/debug.c
src/dnslib/debug.h
src/dnslib/descriptor.c
src/dnslib/descriptor.h
src/dnslib/dname.c
src/dnslib/dname.h
src/dnslib/dnslib.h
src/dnslib/edns.h
src/dnslib/node.c
src/dnslib/node.h
src/dnslib/packet.h
src/dnslib/rdata.c
src/dnslib/rdata.h
src/dnslib/response.c
src/dnslib/response.h
src/dnslib/rrset.c
src/dnslib/rrset.h
src/dnslib/rrsig.c
src/dnslib/rrsig.h
src/dnslib/tolower.h
src/dnslib/utils.c
src/dnslib/utils.h
src/dnslib/zone-dump.c
src/dnslib/zone-dump.h
src/dnslib/zone-load.c
src/dnslib/zone-load.h
src/dnslib/zone.c
src/dnslib/zone.h
src/dnslib/zonedb.c
src/dnslib/zonedb.h
src/hash/cuckoo-hash-table.c
src/hash/cuckoo-hash-table.h
src/hash/hash-functions.c
src/hash/hash-functions.h
src/hash/universal-system.c
src/hash/universal-system.h
src/lib/bitset.c
src/lib/bitset.h
src/lib/dynamic-array.c
src/lib/dynamic-array.h
src/lib/skip-list.c
src/lib/skip-list.h
src/lib/tree.h
src/main.c
src/other/debug.h
src/other/log.c
src/other/log.h
src/other/print.c
src/other/print.h
src/server/dthreads.c
src/server/dthreads.h
src/server/name-server.c
src/server/name-server.h
src/server/server.c
src/server/server.h
src/server/socket.c
src/server/socket.h
src/server/tcp-handler.c
src/server/tcp-handler.h
src/server/udp-handler.c
src/server/udp-handler.h
src/stat/gatherer.c
src/stat/gatherer.h
src/stat/stat.c
src/stat/stat.h
src/tests/cuckoo_tests.c
src/tests/da_tests.c
src/tests/dnslib/dnslib_dname_tests.c
src/tests/dnslib/dnslib_edns_tests.c
src/tests/dnslib/dnslib_node_tests.c
src/tests/dnslib/dnslib_rdata_tests.c
src/tests/dnslib/dnslib_response_tests.c
src/tests/dnslib/dnslib_rrset_tests.c
src/tests/dnslib/dnslib_rrsig_set_tests.c
src/tests/dnslib/dnslib_zone_tests.c
src/tests/dnslib_tests.c
src/tests/dthreads_tests.c
src/tests/libtap/tap.c
src/tests/libtap/tap.h
src/tests/server_tests.c
src/tests/skiplist_tests.c
src/tests/slab_tests.c
src/tests/tap_unit.h
src/tests/template_tests.c
src/tests/unittests_main.c
src/tests/zonedb_tests.c
src/zoneparser/parser-descriptor.c
src/zoneparser/parser-descriptor.h
src/zoneparser/parser-util.c
src/zoneparser/parser-util.h
src/zoneparser/zoneparser.c
src/zoneparser/zoneparser.h
src/zoneparser/zoneparser_main.c
tests/querytcp.c
\ No newline at end of file
Knot.includes
0 → 100644
View file @
a0a774f8
obj
src/alloc
src/ctl
src/dnslib
src/hash
src/lib
src/other
src/server
src/stat
src/tests/libtap
src/tests
src/zoneparser
src
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment