aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * removed last use of old apit3sserakt2019-07-20
| |
| * remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
| |
| * simplifyChristian Grothoff2019-07-17
| |
| * fixed broken api calls in test; fixed broken protocolt3sserakt2019-07-10
| |
| * fixed chanel_get_infot3sserakt2019-06-26
| |
| * Merge branch 'cadet_option' of ssh://gnunet.org/gnunet into cadet_optiont3sserakt2019-06-26
| |\
| | * added per message GNUNET_MQ_PriorityPreferencest3sserakt2019-06-25
| | |
| | * Merge branch 'master' into cadet_optiont3sserakt2019-06-25
| | |\
| | * | removed GNUNET_CADET_ChannelOptiont3sserakt2019-06-24
| | | |
| * | | removed channel attributest3sserakt2019-06-26
| | | |
| * | | added per message GNUNET_MQ_PriorityPreferencest3sserakt2019-06-26
| | | |
| * | | removed GNUNET_CADET_ChannelOptiont3sserakt2019-06-26
| | |/ | |/|
* | | fix #5793Christian Grothoff2019-07-21
| | |
* | | revert timeout removalSchanzenbach, Martin2019-07-17
| | |
* | | DSTJ-disable hackChristian Grothoff2019-07-17
| | |
* | | reindentingChristian Grothoff2019-07-17
| | |
* | | no timeout for GNS requestSchanzenbach, Martin2019-07-16
| | |
* | | return error codeSchanzenbach, Martin2019-07-16
| | |
* | | try fix lock #3Schanzenbach, Martin2019-07-15
| | |
* | | try fix lock #2Schanzenbach, Martin2019-07-15
| | |
* | | try fix lockSchanzenbach, Martin2019-07-15
| | |
* | | more useful outputSchanzenbach, Martin2019-07-15
| | |
* | | enable suspend resume for RESTSchanzenbach, Martin2019-07-15
| | |
* | | re-enable support for CORS configSchanzenbach, Martin2019-07-15
| | |
* | | fix #5795Christian Grothoff2019-07-12
| | |
* | | fixSchanzenbach, Martin2019-07-11
| | |
* | | fixSchanzenbach, Martin2019-07-11
| | |
* | | only add cors header for webextSchanzenbach, Martin2019-07-11
| | |
* | | TNG testing: Add config files to Makefile.am, tooJulius Bünger2019-07-07
| | |
* | | TNG testing: Add config filesJulius Bünger2019-07-07
| | |
* | | changelog housekeepingSchanzenbach, Martin2019-07-07
| | |
* | | fix for starting problems of SUID binariesxrs2019-07-05
| | | | | | | | | | | | | | | | | | The problem here is that the options was set and empty. Thus the default path was not set and a SUID binary like gnunet-helper-vpn could not start.
* | | clarify error messageslurchi2019-07-03
| | |
* | | constructing path now works with SUID_BINARY_PATH = ""lurchi2019-07-03
| | |
* | | fix warninglurchi2019-06-29
| | |
* | | use GNUNET_OS_get_suid_binary_path to construct suid helper pathslurchi2019-06-29
| | |
* | | introduce config option SUID_BINARY_PATH (empty by default)lurchi2019-06-29
| | |
* | | introduce GNUNET_OS_get_suid_binary_pathlurchi2019-06-29
| | |
* | | use mmap() instead of malloc, rename heap->flat as database is persisted in ↵Christian Grothoff2019-06-29
| | | | | | | | | | | | flat file
* | | changed to large malloc in namestore heap database plugin bufferrexxnor2019-06-29
| | |
* | | remove unused variablelurchi2019-06-28
| | |
* | | ticket duplicates fixAlexia Pagkopoulou2019-06-28
| | |
* | | bugfixChristian Grothoff2019-06-27
| | |
* | | no null byte needed in message payload, so GNUNET_memcpy fits betterlurchi2019-06-27
| | |
* | | new GNUNET_strlcpy allows using it morelurchi2019-06-27
| | |
* | | return value of GNUNET_strlcpy can be usedlurchi2019-06-27
| | |
* | | memcpy fits betterChristian Grothoff2019-06-27
| | |
* | | make GNUNET_strlcpy more flexible by using strnlen instead of strlenlurchi2019-06-27
| | |
* | | no null-termination necessary after GNUNET_strlcpylurchi2019-06-27
| | |
* | | use GNUNET_strlcpy in strings.c toolurchi2019-06-27
| | |