aboutsummaryrefslogtreecommitdiff
path: root/src/util/socks.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* GNUNet->GNUnetng02019-08-16
|
* memcpy fits betterChristian Grothoff2019-06-27
|
* use GNUNET_strlcpy instead of strncpy where possiblelurchi2019-06-27
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* 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