aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
Commit message (Collapse)AuthorAge
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* Make gnurl and curl mutually exclusive.Florian Dold2019-04-30
| | | | | | | | | | This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707
* Revert "GNS/PROXY: Forward request query escaped"Schanzenbach, Martin2019-04-26
| | | | This reverts commit 47276bf020c03db80e12928fe529d2564be4b171.
* GNS/PROXY: Forward request query escapedSchanzenbach, Martin2019-04-26
|
* adapt code to MHD API changeChristian Grothoff2019-03-20
|
* bind to config option (default localhost) for GNSSchanzenbach, Martin2019-03-09
|
* cast no longer required for modern curlChristian Grothoff2019-02-16
|
* fix some compiler warningsSchanzenbach, Martin2019-02-15
|
* avoid assertions from adding headers that MHD deals with internallyChristian Grothoff2019-02-09
|
* fix #5388Schanzenbach, Martin2019-02-01
|
* Fix #5514; Add test for GNS Proxy and DANE; Fix TLS connections on ports != ↵Schanzenbach, Martin2019-01-25
| | | | 443 through proxy
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix ftbfsSchanzenbach, Martin2018-11-20
|
* no leho corsSchanzenbach, Martin2018-11-20
|
* fix cords through proxySchanzenbach, Martin2018-11-20
|
* GNS PROXY: Add SubjectAltName; Fix memdup bugSchanzenbach, Martin2018-11-17
|
* trying to fix #5472Christian Grothoff2018-11-12
|
* fix include orderChristian Grothoff2018-10-20
|
* minorSchanzenbach, Martin2018-06-24
|
* fix various issued wrt HTTP POSTS and preflightlingSchanzenbach, Martin2018-06-23
|
* attempt to fix OPTIONSSchanzenbach, Martin2018-06-23
|
* fix ftbfsSchanzenbach, Martin2018-06-16
|
* support wildcard cookie domains starting with .Christian Grothoff2018-06-15
|
* oddly, works fine now without changes by me; very strangeChristian Grothoff2018-06-15
|
* 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
|
* add option to disable v6, do not pass chunked encoding along, enable bypass ↵Christian Grothoff2018-06-07
| | | | of cert validation
* fix NPESchanzenbach, Martin2018-06-06
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* resume curl download if we paused it beforeChristian Grothoff2018-06-05
|
* follow twister change e01669953d7a8e82a505fca2308e57e971d43c67: check return ↵Christian Grothoff2018-06-05
| | | | value on upload_cb registration with curl
* code cleanup, fix strlenChristian Grothoff2018-06-05
|
* fix handling of chunked encoding by proxy, and handling of connection ↵Christian Grothoff2018-06-05
| | | | termination
* add function for getopt uint16_t argumentsChristian Grothoff2018-06-04
|
* optimize setting upload length if availableChristian Grothoff2018-05-16
|
* enable caching private->public key mapping in memory to improve CPU ↵Christian Grothoff2018-04-25
| | | | consumption for large zone insertions
* SSL->TLS / X.509 in log messages and comments, remove unnecessary checkChristian Grothoff2018-03-08
|
* misc fixes to gnunet-gns-proxy, in particular avoiding MHD-busy waitingChristian Grothoff2018-03-08
|
* fix free of uninitChristian Grothoff2018-03-08
|
* just cleaning up indentation and doxygen commentsChristian Grothoff2018-03-08
|
* simplify: local zone is no longer usedChristian Grothoff2018-03-08
|
* fix proxy and refactor OIDCSchanzenbach, Martin2018-03-06
|
* start fixing gnsSchanzenbach, Martin2018-03-05
|
* -fixesSchanzenbach, Martin2018-03-01
|
* reactivate test, fix misc warningsChristian Grothoff2018-01-20
|
* always set task NULL when cancel; make sure SCHEDULER_add* doesn't get ↵lurchi2018-01-08
| | | | invalid input
* -fix some mem corruption, fix large file download handlingSchanzenbach, Martin2017-12-05
|