summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* attempt to make PKCE optionalSchanzenbach, Martin2019-09-05
|
* fix signature checkSchanzenbach, Martin2019-09-05
|
* fixSchanzenbach, Martin2019-09-05
|
* fix ticketSchanzenbach, Martin2019-09-04
|
* fix loopSchanzenbach, Martin2019-09-04
|
* fix urlencSchanzenbach, Martin2019-09-04
|
* fix base64+urlencode vs base64urlSchanzenbach, Martin2019-09-04
|
* better debug outputSchanzenbach, Martin2019-09-04
|
* hash fixSchanzenbach, Martin2019-09-04
|
* fix serializationSchanzenbach, Martin2019-09-04
|
* support for PKCE extensionAlexia Pagkopoulou2019-09-04
|
* Added patch by AV from ML:Schanzenbach, Martin2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, gettext doesn't work for out-of-tree applications. This is because GNUnet forcibly set the text domain to "GNUnet" (which apparently is also incorrect), so applications can't be localized unless their localizations are distributed in-tree by GNUnet itself. The attached patch tries to fix this by adding two more fields to GNUNET_OS_ProjectData: one field is the gettext domain of the application. As the documentation says, if it's NULL gettext is disabled so that applications can use their preferred localization method without having gettext interfering; the other field is essentially the locale directory, so applications can specify a different path if they want to, instead of having GNUnet infer it for them. Because some GNUnet libraries also use gettext internally (the util lib is a prominent example), gettext has to be initialized before the application takes over. I placed such initialization in `GNUNET_OS_init' and `GNUNET_OS_project_data_get' because those are two functions which are very likely to be called (especially the second one, since it's used in `GNUNET_PROGRAM_run2'.) If there is a better place (or some places where this is not enough) I can change it and resubmit it for review. I also changed gnunet-ext to keep it consitent with the patch. In particular, it adds a header which is required for a successful compilation, so you might want to at least make that change. Thank you, A.V. P.S. I'm still not subscribed to the list... yet.
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|
* typoChristian Grothoff2019-08-23
|
* fixChristian Grothoff2019-08-23
|
* fix #5829Christian Grothoff2019-08-23
|
* do not free hashmap while iterating over it, unhealthy, even in error caseChristian Grothoff2019-08-21
|
* fix NPE when importing directory into gnunet-fs-gtk (cleaner fix)Christian Grothoff2019-08-21
|
* fix NPE when importing directory into gnunet-fs-gtkChristian Grothoff2019-08-21
|
* fix ftbfsChristian Grothoff2019-08-20
|
* fix bogus close of fd in gnunet-gnsChristian Grothoff2019-08-20
|
* made the rest config editableAlexia Pagkopoulou2019-08-19
|
* fix gnunet-service-arm termination status codeChristian Grothoff2019-08-18
|
* GNUNet->GNUnetng02019-08-16
|
* formatting; commentsSchanzenbach, Martin2019-08-11
|
* make SO_NOSIGPIPE more prominentSchanzenbach, Martin2019-08-10
|
* fix dead linkSchanzenbach, Martin2019-08-08
|
* pathes to better support third party extensions from ML. Thanks to Alessio VanniSchanzenbach, Martin2019-08-08
|
* clarify incorrect comment identified by Alessio Vanni on the ↵Christian Grothoff2019-08-06
| | | | gnunet-developer mailinglist
* eliminate nonsensical compareSchanzenbach, Martin2019-08-01
|
* fix #5815Schanzenbach, Martin2019-07-31
|
* report purpose when sig verification failsChristian Grothoff2019-07-28
|
* changes for 0.11.6 release: i18n, packaging, missing files in distChristian Grothoff2019-07-24
|
* add NZLChristian Grothoff2019-07-24
|
* obsoleteChristian Grothoff2019-07-24
|
* make script run on macOS (*BSD)Schanzenbach, Martin2019-07-24
|
* followup #5817Schanzenbach, Martin2019-07-23
|
* fix #5817Schanzenbach, Martin2019-07-23
|
* reverting part of fix for #5818Schanzenbach, Martin2019-07-23
|
* IP changedChristian Grothoff2019-07-23
|
* temporary fix for #5818Schanzenbach, Martin2019-07-23
|
* fix mem corruption, possibly #5581Schanzenbach, Martin2019-07-23
|
* fix #5816Schanzenbach, Martin2019-07-23
|
* doxChristian Grothoff2019-07-22
|
* introduce GNUNET_JSON_spec_mark_optionalChristian Grothoff2019-07-22
|
* formattingSchanzenbach, Martin2019-07-21
|
* attempt fix #5813Schanzenbach, Martin2019-07-21
|
* Merge branch 'cadet-new-options't3sserakt2019-07-21
|\
| * removed last use of old apit3sserakt2019-07-20
| |
| * remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
| |