Properly implement tinc.texi's dependency on tincinclude.texi.
[tinc] / src / proxy.c
2017-11-03 Guus SliepenFix all -Wall -W compiler warnings.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-30 Guus SliepenSet status.proxy_passed early for Proxy = exec.
2017-07-30 Guus SliepenFix Proxy = exec.
2017-03-21 Guus SliepenMerge remote-tracking branch 'VittGam/master'
2016-10-30 Guus SliepenReleasing 1.0.30. release-1.0.30
2016-10-14 Guus SliepenDelay sending the real ID request until after a proxy...
2016-10-14 Guus SliepenLog only the first line of a proxy request rejection...
2016-10-14 Guus SliepenFix proxy reply parsing broken by the previous commit.
2016-10-13 Guus SliepenAllow non-empty lines after status code from a HTTP...
2016-04-09 Guus SliepenCast 0xff to char before comparing it to another char.
2015-11-06 Guus SliepenAdd ability to use proxies to connect to hostnames...