aboutsummaryrefslogtreecommitdiff
path: root/src/rest
Commit message (Collapse)AuthorAge
* 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>
* -more coverity fixesMartin Schanzenbach2021-03-26
|
* -improve request cleanup handlingMartin Schanzenbach2020-08-06
|
* -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
|
* add json response headers to rest pluginsSchanzenbach, Martin2020-05-09
|
* adapt code to work with latest MHD APIChristian Grothoff2020-04-09
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* start rest per userSchanzenbach, Martin2019-10-23
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|
* made the rest config editableAlexia Pagkopoulou2019-08-19
|
* 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: don't block port for nowSchanzenbach, Martin2019-04-29
|
* REST: start on demand does not work with thisSchanzenbach, Martin2019-04-29
|
* REST: trigger start; fix portSchanzenbach, Martin2019-04-29
|
* REST: nothing triggers restSchanzenbach, Martin2019-04-29
|
* REST: add config pluginSchanzenbach, Martin2019-04-26
|
* adapt code to MHD API changeChristian Grothoff2019-03-20
|
* move copying to restSchanzenbach, Martin2019-03-12
|
* bind to config option (default localhost)Schanzenbach, Martin2019-03-09
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix build; move rest plugins to separate folderSchanzenbach, Martin2018-08-13
|
* fix parallel buildSchanzenbach, Martin2018-08-10
|
* remove jsonapi dep from copyingSchanzenbach, Martin2018-08-06
|
* add copying rest pluginSchanzenbach, Martin2018-08-06
|
* 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
|