index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-resolve
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-07
tests: test-resolve: wait until all queries are completed
Evgeny Vereshchagin
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-05
sd-resolve: simplify pthread_join() call
Michal Schmidt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-26
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-08-27
sd-resolve: drop res_query() API
Lennart Poettering
2015-03-15
Add (void) where we don't care about return value
Zbigniew Jędrzejewski-Szmek
2015-03-13
sd-resolve: use different element of union to make code more readable
Zbigniew Jędrzejewski-Szmek
2015-03-10
add REMOTE_ADDR and REMOTE_PORT for Accept=yes
Shawn Landden
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-01-22
tests: use assert_se instead of assert
Ronny Chevalier
2014-11-28
treewide: more log_*_errno() conversions
Michal Schmidt
2014-11-28
treewide: drop unnecessary trailing \n in log_*() calls
Michal Schmidt
2014-08-12
sd-resolve: scale number of threads by queries currently being processed, rat...
Lennart Poettering
2014-08-12
sd-resolve: fix allocation if query ids, never reuse them
Lennart Poettering
2014-08-12
sd-resolve: keep floating query referenced while we access it
Lennart Poettering
2014-05-15
resolve: fix copy/paste error
Lennart Poettering
2014-05-15
sd-resolve: add "floating" resolve queries
Lennart Poettering
2014-05-05
sd-resolve: make sure we can destroy a query object from its own callback han...
Lennart Poettering
2014-04-29
sd-resolve: rework sd-resolve to be callback based, similar in style to sd-bu...
Lennart Poettering
2014-04-24
test-resolve.c: Cleanup and make use of sockaddr_pretty()
Daniel Buch
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-01-27
resolve: update sd-resolve to match the other APIs in style and functionality
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen