aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_socks.c
Commit message (Collapse)AuthorAge
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* update tests to use new MQ APIChristian Grothoff2016-07-05
|
* update tests to use new MQ APIChristian Grothoff2016-07-05
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Use SSH more safely from configureJeff Burdges2015-10-27
|
* stop crashing if sshd is not running on loopbackChristian Grothoff2015-09-29
|
* Fix the SOCKS proxy test and activate it. Jeff Burdges2015-08-03
|
* Woot! It might actually work now, although I should tweak the testJeff Burdges2015-08-03
| | | | | | a bit to make sure.
* Add test code, but it's still segfaulting.Jeff Burdges2015-08-03