fix debug levels
[oweals/gnunet.git] / src / util / resolver_api.c
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 tg(x)util: add component name to LOG macros; util/client...
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-25 Christian Grothoff-ensure clean DNS shutdown, fix DNS-STUN termination...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-06-29 Christian Grothoff-disconnects DO happen
2016-06-28 Christian Grothoff-only trigger check config if we actually need it
2016-06-27 Christian Grothoff-convert resolver_api to MQ
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-04-08 Christian Grothofffixfix
2016-04-07 Christian Grothoff-fix resolver logic bug
2016-02-28 Florian DoldAdd support for $GNUNET_BASE_CONFIG
2016-01-19 Christian Grothoff-fix (C) notices
2015-07-06 Christian Grothoff-fix non-deterministic peerstore sync failure
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-29 Christian Grothoff-fix #3870
2015-06-07 Christian Grothoff-return IP in dotted decimal if reverse lookup fails
2015-05-21 Christian Grothofffix assertion failure when two requests were concurrent...
2015-02-12 Christian Grothoff-fix callback after cancellation issue
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-07-17 Matthias Wachsduplicate timeout logic: numeric_reverse frees memory...
2014-06-09 Christian Grothoff-fix timeout handling for resolver
2013-12-23 Christian Grothoff-fix tiny leak, doxygen
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-18 Christian Grothoff-avoid forever increasing backoffs on reconnect in...
2013-09-18 Christian Grothoff-style
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-08 Matthias Wachsfix for resolver timeout issues
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-05-06 Christian Grothoff-removing legacy ifdefs, fixing log statements
2012-04-24 Christian Grothoff-trying to resolve alignment issue on sparc
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-01-28 Christian Grothoff-code deduplication, doxygen fixes
2012-01-28 Christian Grothoff-fix
2012-01-27 Christian Grothoff-fixing #2116
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-11 Christian Grothoffconverting to GNUNET_LOG_from*
2011-10-10 Christian Grothoffspace
2011-10-10 Christian Grothoffuse LOG macro in resolver_api.c
2011-09-09 Christian Grothoffmisc train hacking
2011-09-02 Christian Grothoffdoxygen
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-07-14 Matthias Wachssome docu
2011-07-14 Matthias Wachsreturn ip address for timed out reverse lookups
2011-07-08 Christian Grothoffdbg
2011-07-08 Christian Grothoffmust not NULL
2011-07-07 Christian Grothofffix
2011-06-25 Christian Grothoffthe big NAT change
2011-06-20 Christian Grothoffmake resolver test pass even if primary DNS is down
2011-06-16 Christian Grothoffresolver API change
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-06-25 Christian Grothofffixing common off-by-one error with respect to maximum...
2010-06-18 Christian Grothoffcheck
2010-05-20 Christian Grothoffnewline
2010-04-22 Matthias Wachs(no commit message)
2010-04-22 Matthias Wachs(no commit message)
2010-04-19 Matthias Wachs(no commit message)
2010-04-15 Matthias Wachs(no commit message)
2010-04-12 Matthias Wachsadded function GNUNET_RESOLVER_local_hostname_get to...
2010-04-09 Heikki Lindholmrehash since gethostname is used in resolver as well
2010-03-12 Christian Grothoffcancel pending write if we are just dead anyway
2009-11-13 Christian Grothoffbetter debug messages
2009-11-13 Christian Grothoffuse add_now
2009-11-04 Christian Grothoffbugfixes and redesigning scheduler API
2009-11-01 Christian Grothofffixing bio testcase and a bug in bio.c, also indenting
2009-10-28 Christian Grothofffix
2009-10-27 Christian Grothoffallowing cancellation of resolver requests
2009-10-26 Heikki Lindholmfix
2009-10-26 Christian Grothofffix
2009-10-24 Christian Grothoffgiving client API option for auto-retry, making more...
2009-10-19 Christian Grothoffleak
2009-10-08 Christian Grothoffbetter comments
2009-10-08 Christian Grothofffix code for certain types of /etc/hosts files
2009-10-05 Christian Grothofffix
2009-10-03 Christian Grothoffdebug
2009-10-02 Christian Grothoffsupport any numeric address
2009-10-01 Christian Grothoffmoving resolver to util, making DNS lookups asynchronou...