aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - added backchannel test to buildbot script.0.13.xt3sserakt2020-10-15
|
* - backchannel alternativ 1t3sserakt2020-10-15
|
* - Changed delay. Removed intial waitingt3sserakt2020-10-14
|
* enable more format string warningsChristian Grothoff2020-10-13
|
* Allow applications to change ProjectData with only some fieldsAlessio Vanni2020-10-11
| | | | | | | | | | | Some simple applications (e.g. thin clients) might want to change the ProjectData structure (e.g. for gettext), but might not meet all the requirements needed to fill it out completely. A thin client might not provide any library, making the `libname' field useless. More importantly, not every application requires a configuration: some of them, especially clients, might simply use command line options to drive their behaviour.
* - new udp backchannel logic. Two alternatives. Test not working.t3sserakt2020-10-09
|
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-10-06
|\
| * postgres: drop use of 'WITH OIDS'Daniel Golle2020-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PostgreSQL since version 12 no longer supports 'WITH OIDS': Previously, a normally-invisible oid column could be specified during table creation using WITH OIDS; that ability has been removed. Columns can still be explicitly declared as type oid. Operations on tables that have columns created using WITH OIDS will need adjustment. The system catalogs that previously had hidden oid columns now have ordinary oid columns. Hence, SELECT * will now output those columns, whereas previously they would be displayed only if selected explicitly. Drop 'WITH OIDS' as it was stated even on tables for plugins which didn't make any use of the then exposed 'oid' column. In the case of datacache and datastore the 'oid' column is used, so replace the 'WITH OIDS' statement with an explicit 'oid' column having 'OID' type and a corresponding sequence. No measures are taken to still work with PostgreSQL before version 12. Users should update PostgreSQL to version 12 or newer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * UTIL: Never localize fancy strings in to_string to prevent breaking ↵Martin Schanzenbach2020-10-02
| | | | | | | | from_string parser
| * Disable some diagnostic until TNG is availableAlessio Vanni2020-09-25
| |
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-09-24
| |\
| * | fix /contact/ linkChristian Grothoff2020-09-24
| | |
* | | - first attempt to fix the udp backchannelt3sserakt2020-10-06
| |/ |/|
* | added test_communicator_basic-udp test case for buildbott3sserakt2020-09-21
| |
* | -remove unused argumentMartin Schanzenbach2020-09-18
| |
* | -attempt to improve UDP communicator load on receiveMartin Schanzenbach2020-09-18
|/
* Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-09-11
|\
| * - changed permissions of test scriptt3sserakt2020-09-10
| |
| * - really added data for tng test and adjusted message overhead from maximum ↵t3sserakt2020-09-10
| | | | | | | | payload size
| * - added tng test scriptt3sserakt2020-09-08
| |
| * Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-09-08
| |\
| | * readd set header; update changelogMartin Schanzenbach2020-09-06
| | |
| | * GNUnet 0.13.3v0.13.3Martin Schanzenbach2020-09-06
| | |
| | * - fix more distMartin Schanzenbach2020-09-06
| | |
| | * -fix make distMartin Schanzenbach2020-09-06
| | |
| * | - fixed socket clean up; added sync between start of service and communicatort3sserakt2020-09-08
| | |
* | | update indexChristian Grothoff2020-09-11
| |/ |/|
* | Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-09-05
|\ \
| * | - add some dummy test_setu.confMartin Schanzenbach2020-09-05
| | |
| * | - fix gns proxy test API changesMartin Schanzenbach2020-09-05
| | |
| * | - update readme for dependency changeMartin Schanzenbach2020-09-04
| | |
| * | fix: depend on libsodium >=1.0.17. Fixes #6506Martin Schanzenbach2020-09-04
| | |
| * | reclaim: fix cli parameter name for credential IDMartin Schanzenbach2020-09-04
| | |
| * | gnunet-qr/uri: Fix exit code handling; fix memory corruptionMartin Schanzenbach2020-09-02
| |/
| * - added second make check, because there is still an issue with second ↵t3sserakt2020-09-02
| | | | | | | | communnicator process not finishing correctly.
| * - wrong patht3sserakt2020-09-02
| |
| * - killing all gnunet processes still running after running the testt3sserakt2020-09-02
| |
| * - add content of test-suite.log to buildbot output after running testt3sserakt2020-09-02
| |
| * - run the tng test test_communicator_basic-tcp in buildbot CIt3sserakt2020-09-02
| |
| * Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-08-31
| |\
| * | - fixed some bugst3sserakt2020-08-28
| | |
| * | Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-08-28
| |\ \
| * | | - fixed some bugst3sserakt2020-08-28
| | | |
| * | | Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-08-06
| |\ \ \
| * | | | - fixed tcp communicator rekeyt3sserakt2020-08-06
| | | | |
* | | | | add missing config fileChristian Grothoff2020-09-05
| |_|_|/ |/| | |
* | | | -fix bad indentChristian Grothoff2020-08-29
| | | |
* | | | -fix bad indentChristian Grothoff2020-08-29
| | | |
* | | | -mild refactoring of consensus, cleaning up the code a bitChristian Grothoff2020-08-29
| | | |
* | | | -mild refactoring of consensus, cleaning up the code a bitChristian Grothoff2020-08-29
| | | |