index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
/
asr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated line.
reyk
2016-06-18
1
-2
/
+1
*
typo fixes; Anthony Coulter
sthen
2016-05-27
1
-2
/
+2
*
Calculate elapsed time in poll() and subtract that from the remaining time
jmatthew
2016-05-26
1
-4
/
+19
*
Avoid a possible double-free if the "search" keyword is used multiple times.
eric
2016-02-24
1
-2
/
+4
*
Remove support for HOSTALIASES from the resolver. This "open and parse
deraadt
2015-12-16
1
-48
/
+1
*
Remove support for "lookup yp" in /etc/resolv.conf. This historical
deraadt
2015-11-23
1
-4
/
+4
*
We are always using _PATH_RESCONF, so no need to remember the path on
eric
2015-10-28
1
-14
/
+4
*
Remove support for [addr]:port syntax from the "nameserver" line.
deraadt
2015-10-28
1
-22
/
+1
*
getaddrinfo_async() shouldn't unconditionally intialize the resolver
deraadt
2015-10-07
1
-1
/
+7
*
Initially eric developers asr as a side-load style library for async DNS.
deraadt
2015-10-03
1
-63
/
+13
*
missing asr* -> _asr* symbol rename for building with debug code
eric
2015-10-03
1
-5
/
+5
*
remove bogus includes of err.h
eric
2015-09-20
1
-2
/
+1
*
use _PATH_RESCONF directly
eric
2015-09-20
1
-3
/
+2
*
Wrap <asr.h> so internal calls go direct and all the symbols are weak
guenther
2015-09-14
1
-1
/
+3
*
Hide all unnecessary asr / resolver related API with _ prefixes.
deraadt
2015-09-09
1
-26
/
+26
*
use _PATH_RESCONF
deraadt
2015-09-02
1
-2
/
+2
*
make sure to check for resolv.conf update the first time the resolver
eric
2015-06-04
1
-1
/
+9
*
fix a possible off-by-one when reading /etc/hosts if it doesn't end
eric
2015-05-29
1
-2
/
+9
*
simply use _PATH_HOSTS where appropriate
eric
2015-05-26
1
-4
/
+1
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-1
/
+2
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
1
-3
/
+3
*
Make the asr API public. Install asr.h to /usr/include.h and manpages.
eric
2014-03-26
1
-3
/
+4
*
Cleanup and simplify the API to be exposed. Use better names for
eric
2014-03-25
1
-18
/
+20
*
Make some symbols static and prefix all visible symbols with asr_
eric
2013-07-12
1
-22
/
+22
*
Move search domain iteration code in res_search_async.c where it belongs.
eric
2013-06-01
1
-108
/
+1
*
Make hostaliases work for gethostbyname() and getaddrinfo() when
eric
2013-06-01
1
-20
/
+1
*
Update asr_hostaliases() to make all necessary checks in the function.
eric
2013-06-01
1
-13
/
+12
*
iterating over the ns list only matters for res_send_async.c, so move
eric
2013-06-01
1
-32
/
+1
*
Add minimal support for _res setup and update.
eric
2013-05-27
1
-4
/
+4
*
Do not take external buffers for storing DNS responses in the internal
eric
2013-04-30
1
-2
/
+2
*
check return value of strdup(), fix mem leak in error path and take
otto
2013-04-17
1
-10
/
+17
*
give a timespec a name that is easier to verify
deraadt
2013-04-17
1
-5
/
+5
*
Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit
otto
2013-04-11
1
-3
/
+3
*
If more than one lookup line is found in resolv.conf, the latest one
eric
2013-04-01
1
-18
/
+9
*
properly check for domain name truncation at various places and fail
eric
2013-04-01
1
-12
/
+18
*
space cleanup; ok eric
deraadt
2013-04-01
1
-6
/
+6
*
Principle of least astonishment: implement nameserver retry/backoff as
eric
2013-03-31
1
-3
/
+9
*
Do not assume local nameserver if resolv.conf doesn't exist, just use
eric
2013-03-30
1
-2
/
+2
*
don't ever skip reload the very first time; detective work by rpe@; ok eric@
otto
2013-03-30
1
-2
/
+2
*
Only use the search domains for DNS lookups, as the current resolver does.
eric
2013-03-27
1
-3
/
+1
*
knf
eric
2012-11-24
1
-24
/
+24
*
tweak options
eric
2012-09-09
1
-5
/
+10
*
allow to disable some features at build time
eric
2012-09-09
1
-5
/
+48
*
cleanup asr_debug.c
eric
2012-09-09
1
-6
/
+6
*
use proper macros for debug traces.
eric
2012-09-09
1
-91
/
+38
*
return value has no use; make it void.
eric
2012-09-07
1
-23
/
+18
*
config parsing is done in one pass now. no need to use callback anymore.
eric
2012-09-06
1
-11
/
+9
*
add a strsplit() helper to factorize code a bit.
eric
2012-09-06
1
-28
/
+24
*
Get rid of the hostaddr_async subquery and merge its behaviour
eric
2012-09-05
1
-10
/
+3
*
Make hostaddr_async() return a linked list of struct addrinfo. First
eric
2012-09-05
1
-9
/
+7
[next]