summaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
Commit message (Collapse)AuthorAge
...
* fix possible NPEChristian Grothoff2017-03-13
|
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
|
* fix compiler warning for format stringChristian Grothoff2017-01-02
|
* revert to MHD_USE_SSL for nowChristian Grothoff2016-10-12
|
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
|
* -fixMartin Schanzenbach2016-10-10
|
* -only check ssl cert onceMartin Schanzenbach2016-08-31
|
* -only check cert onceMartin Schanzenbach2016-08-31
|
* - fixing a variety of bugs including POSTing data, content-length handling ↵Martin Schanzenbach2016-08-31
| | | | and improving connection handling
* -fix ipv6; dont remove Expect header from curlMartin Schanzenbach2016-08-30
|
* -fix BADF and add encoding filterMartin Schanzenbach2016-08-29
|
* -fix various bugsMartin Schanzenbach2016-08-29
|
* - Remove content length header in responsesMartin Schanzenbach2016-08-29
|
* -ignoreMartin Schanzenbach2016-08-29
|
* - add persistent connectionsMartin Schanzenbach2016-08-29
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* - rework rest/jsonapi API; bugfixesMartin Schanzenbach2016-05-04
|
* 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 indentChristian Grothoff2016-04-04
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* - revertMartin Schanzenbach2015-09-10
|
* - updateMartin Schanzenbach2015-09-10
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* move ARM/config logic to util/ where it doesn't need to cast away a 'const' ↵Christian Grothoff2015-04-24
| | | | and is _slightly_ less likely to be forgotten, also add big fat comment to hopefully clarify why it is there
* - fix segv when remote closes connectionMartin Schanzenbach2015-03-02
|
* Fix curl SNI handling with LEHO.Christian Grothoff2015-03-01
| | | | | (by Martin Schanzenbach)
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* handle box records in gns proxyChristian Grothoff2014-06-06
|
* fixing compile warning: cast to types required in doxygen documentationMatthias Wachs2014-02-04
|
* -fix check for DANE and ftbfsChristian Grothoff2013-12-24
|
* Update for (gn|c)url 7.40.0LRN2013-12-17
|
* -fix leaksChristian Grothoff2013-12-05
|
* -undo, this was a bit too earlyChristian Grothoff2013-11-30
|
* applying patch from #3148 (by shedatc) to make gnunet-helper-nat-client ↵Christian Grothoff2013-11-30
| | | | compile on FreeBSD
* -use two-digit country code, as requiredChristian Grothoff2013-11-17
|
* -complain if this happensChristian Grothoff2013-11-08
|
* -do not allow SSL connections if we are only given an IP address by the ↵Christian Grothoff2013-11-08
| | | | browser, as then we cannot check certificates
* -deadChristian Grothoff2013-11-08
|
* -moving code to parse IPv4/IPv6 subnet specifications to strings and making ↵Christian Grothoff2013-10-26
| | | | it part of the public API
* -adding logic for TLSA/DANE verification in combination with recently ↵Christian Grothoff2013-10-21
| | | | submitted patches to GnuTLS
* -implement certificate validation against DNS names and for LEHO recordsChristian Grothoff2013-10-21
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -updated libcurl API, do IPv4/IPv6 with separate socketsChristian Grothoff2013-10-15
|
* -fix #3037: support IPv6Christian Grothoff2013-10-11
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|