summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* do not attempt name resolution or terminating a peer in gnunet-arm if the ↵Christian Grothoff2019-09-27
| | | | peer is not running
* implementing GNUNET_CLIENT_test() to check for service operatingChristian Grothoff2019-09-27
|
* indentChristian Grothoff2019-09-27
|
* print service summaryFlorian Dold2019-09-24
|
* add stopping stateFlorian Dold2019-09-24
|
* implement extended status information for armFlorian Dold2019-09-24
|
* docs: fix typo 'priviledge'→'privilege'grindhold2019-09-21
|
* indentingChristian Grothoff2019-09-19
|
* gracely handle missing PKCE params in token requestSchanzenbach, Martin2019-09-17
|
* do not indent labelsChristian Grothoff2019-09-16
|
* reindentationChristian Grothoff2019-09-16
|
* reindentationChristian Grothoff2019-09-16
|
* reindentationChristian Grothoff2019-09-16
|
* 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.
* Remove win32 and cygwin supportng02019-09-09
|
* typong02019-09-09
|
* STAT->statng02019-09-09
|
* typong02019-09-09
|
* util/disk.c: fix failure to buildng02019-09-09
|
* plibc: win32 related, socketng02019-09-09
|
* plibc removal: gns/w32nsp.c: sockets.ng02019-09-09
|
* plibc removal: sscanf, win32 socket correctionsng02019-09-09
|
* plibc removal: ACCESS->accessng02019-09-09
|
* plibc removal (CLOSE->close)ng02019-09-09
|
* plibc removal: STRUCT_STAT64ng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* updateSchanzenbach, Martin2019-09-08
|
* Make services localizableAlessio Vanni2019-09-07
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* gnunet-bcd: OPEN->openng02019-09-07
|
* util/disk.c: STAT64->stat64ng02019-09-07
|
* fix variable names renamed by search and replace.ng02019-09-07
|
* typo in header file for w32ng02019-09-07
|
* files included by accident.ng02019-09-06
|
* plibc, commit 2ng02019-09-06
|
* first step to remove plibcng02019-09-06
|
* fix logging issue reported by RaphaelChristian Grothoff2019-09-05
|
* 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
|