aboutsummaryrefslogtreecommitdiff
path: root/src/util/socks.c
Commit message (Collapse)AuthorAge
* fix use of uninitialized value host1 on error loggingChristian Grothoff2017-03-10
|
* remove redundant condition in assertionChristian Grothoff2017-03-10
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* minor indentation issuesChristian Grothoff2016-10-12
|
* Not reason, but the macro exists so I'll use it I guess.Jeff Burdges2016-08-03
|
* Fix a few errors in socks.cJeff Burdges2016-08-03
|
* social: allow multiple calls to disconnect(), rest: handle warningsCarlo von lynX2016-07-30
|
* fixed a memleak, a static string free, an access of freed memory etcCarlo von lynX2016-07-29
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* 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
|
* Fixed one serious bug, working on another. Still very broken.Jeff Burdges2015-08-02
|
* Initial SOCKS5 proxy code. This will not yet work properly.Jeff Burdges2015-07-31