Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/dns_utils.c  ·  View all commits
42 commits
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
B
dns_utils: remove dead code
Baptiste Daroussin
2 years ago c6ce8a7
B
Revert "cleanup: replace memset with some inline declaration"
Baptiste Daroussin
3 years ago 991ca6b
B
cleanup: replace memset with some inline declaration
Baptiste Daroussin
3 years ago 8cfcfbc
V
Merge branch 'master' of github.com:freebsd/pkg
Vsevolod Stakhov
9 years ago d7f6ae8
B
Move xmalloc.h out of private
Baptiste Daroussin
9 years ago 841617e
V
Do not redefine macros
Vsevolod Stakhov
9 years ago 052acf1
B
abort() in case of memory failure
Baptiste Daroussin
9 years ago 2a1ca66
B
ensure to not try to resolv nameservers name
Baptiste Daroussin
9 years ago 7a7825e
B
Fix setting nameservers
Baptiste Daroussin
9 years ago 6822849
Y
Port pkgng to OpenBSD and Bitrig.
Yonas Yanfa
10 years ago a45b473
B
Merge pull request #1311 from sbc100/fix_linux_build
Baptiste Daroussin
10 years ago c6b327b
S
Allow glibc/linux to build without libldns
Sam Clegg
10 years ago b462352
B
Attempt to fix build with glibc
Baptiste Daroussin
10 years ago a9a7d31
V
Add missing include files.
Vsevolod Stakhov
11 years ago f5f43a4
B
The API we use is bind 8
Baptiste Daroussin
11 years ago d87743c
B
Attempt to fix build on osx
Baptiste Daroussin
11 years ago 8fc28cf
B
A round at cleaning up headers
Baptiste Daroussin
11 years ago 32cd125
V
LDNS support is now functional.
Vsevolod Stakhov
11 years ago 26783d3
V
Support libldns.
Vsevolod Stakhov
11 years ago db6d50e
B
Merge branch 'master' into fix-autoremove-completion
Brad Davis
12 years ago 5b00ee1
V
Merge branch 'master' into gsoc
Vsevolod Stakhov
12 years ago 8d30157
M
Where we use a fixed size char array as a buffer or as a member of a structure, use the sizeof() operator later in the same scope when we need to know the length of the array.
Matthew Seaman
12 years ago 2f3cf0c
B
Fix memory leak in compute_weight
Bryan Drewery
12 years ago f2bc50e
B
Do not uglily deconst and fix build with gcc 4.2
Baptiste Daroussin
12 years ago c12e1bb
B
Deconst to please gcc
Baptiste Daroussin
12 years ago 515f577
B
Always initialize finalweight to 0
Baptiste Daroussin
12 years ago 018f7f6
B
Only allocate the needed memory
Baptiste Daroussin
12 years ago 1ae68c0
B
Rename function to a more consistent name
Baptiste Daroussin
12 years ago dc88d4a
B
Update the copyright
Baptiste Daroussin
12 years ago e794209
B
Support srv weight properly
Baptiste Daroussin
12 years ago 7319cf6
B
Sort srv by priority and prepare for weight support
Baptiste Daroussin
12 years ago a511f7f
B
Remove code that is not ready to be used yet
Baptiste Daroussin
12 years ago ed31525
B
Sync from libucl, and only convert string to boolean and/or integers
Baptiste Daroussin
12 years ago 30a0f92
A
Fix a bad calloc(3) call (discovered by scan-build)
Alexandre Perrin
13 years ago c25c62f
B
Add the ability to setup the nameserver via pkg.conf or env
Baptiste Daroussin
13 years ago 28ee589
B
Correctly use calloc
Baptiste Daroussin
13 years ago 89063cd
B
Directly use calloc instead of malloc + memset
Baptiste Daroussin
13 years ago 972fa42
B
Remove some useless headers
Baptiste Daroussin
13 years ago 0813460
R
Merge branch 'master' of git://github.com/pkgng/pkgng
Roman Naumann
13 years ago 838dd4c
B
Make srv mirroring support working, default off
Baptiste Daroussin
13 years ago 2812a0e
B
Add code to be able to query SRV records from dns. Will be used to automatic mirror determination like (portsnap/freebsd-update)
Baptiste Daroussin
13 years ago 1ae424d