aboutsummaryrefslogtreecommitdiff
path: root/src/rest/gnunet-rest-server.c
Commit message (Collapse)AuthorAge
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* Implement function to load plugins within a specific contextAlessio Vanni2021-04-05
| | | | | | | | | | | | | | | When `GNUNET_OS_init' is called to change the application project data, lazy-loading plugins will fail as it will not find the requested files. The function will temporarily swap the project data with the argument value and will search for plugins, within the installation directory tree inferred from that structure. Applications can still use `GNUNET_PLUGIN_load_all' to load their plugins from within their own installation directory tree, though services are recommended to use the `in_context' version to avoid falling in the same pit. Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* -fix rest plugin issuesMartin Schanzenbach2020-08-06
|
* -add state, close socketsMartin Schanzenbach2020-08-06
|
* -fix various bugsMartin Schanzenbach2020-08-06
|
* rest: fix #6462Martin Schanzenbach2020-08-04
|
* -fix argument numberMartin Schanzenbach2020-08-03
|
* - fix postdata iteratorMartin Schanzenbach2020-08-03
|
* - get postdata another wayMartin Schanzenbach2020-08-03
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* adapt code to work with latest MHD APIChristian Grothoff2020-04-09
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* try fix lock #3Schanzenbach, Martin2019-07-15
|
* try fix lock #2Schanzenbach, Martin2019-07-15
|
* try fix lockSchanzenbach, Martin2019-07-15
|
* enable suspend resume for RESTSchanzenbach, Martin2019-07-15
|
* re-enable support for CORS configSchanzenbach, Martin2019-07-15
|
* fixSchanzenbach, Martin2019-07-11
|
* fixSchanzenbach, Martin2019-07-11
|
* only add cors header for webextSchanzenbach, Martin2019-07-11
|
* changelog housekeepingSchanzenbach, Martin2019-07-07
|
* fix header check in param mapSchanzenbach, Martin2019-06-27
|
* echo origin for CORS in restSchanzenbach, Martin2019-06-27
|
* do not always add json content typeSchanzenbach, Martin2019-06-07
|
* REST: fallback to default portSchanzenbach, Martin2019-04-29
|
* REST: trigger start; fix portSchanzenbach, Martin2019-04-29
|
* adapt code to MHD API changeChristian Grothoff2019-03-20
|
* bind to config option (default localhost)Schanzenbach, Martin2019-03-09
|
* 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 headersSchanzenbach, Martin2018-03-07
|
* fix proxy and refactor OIDCSchanzenbach, Martin2018-03-06
|
* -token endpoint fix wipPhil2018-02-26
|
* -wip UserInfo EndpointPhil2018-02-21
|
* -wip token endpoint refactorPhil2018-02-12
|
* -Merge branch 'master' into identity_oidcPhil2018-01-22
|\
| * fix rest header parsing as wellSchanzenbach, Martin2018-01-22
| |
* | -fix unsafed filePhil2018-01-22
| |
* | Merge branch 'master' into identity_oidcPhil2018-01-22
|\|
| * fix post processingSchanzenbach, Martin2018-01-22
| |
* | Merge remote-tracking branch 'gnunet/master' into identity_oidcPhil2018-01-11
|\|
| * fix scheduler when add_select is called with 0 ready fdsSchanzenbach, Martin2018-01-10
| |
* | -fixSchanzenbach, Martin2017-12-11
| |
* | -add header map to rest handleSchanzenbach, Martin2017-12-11
|/
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* Still porting to new getopt API.Marcello Stanisci2017-03-15
|