summaryrefslogtreecommitdiff
path: root/jni
Commit message (Collapse)AuthorAge
* Fix a double header definition on newer NDK versions.Tijmen Wildervanck2017-10-13
| | | | Newer Android NDK versions (>21) have APRA Nameser_compat.h, which causes a double struct definition. This patch checks if APRA nameser.h includes APRA nameser_compat.h and if that is the case, it disables android_dns.h.
* Pass the request-type (qtype) to iodineYves Fischer2016-12-01
| | | | Closes #18
* restore c89 compatabilityWill Szumski2016-11-28
|
* fix indentationWill Szumski2016-11-22
|
* iterate through net.dns* and pick first valid IPv4 addressWill Szumski2016-11-22
|
* Allow to customize request hostname size and response fragment size.Martynas Mickevičius2015-03-10
|
* Gradle buildMartynas Mickevičius2015-03-08
|
* recover change of Android.mk for creating the base64 filesv1.2Yves Fischer2014-09-02
|
* Upgrade code to iodine 0.7.0 and improve loggingYves Fischer2014-08-11
|
* import codeYves Fischer2014-01-11