aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | GNS: New symmetric cryptoMartin Schanzenbach2020-10-16
| | |
| * | -fix warnings except rps messMartin Schanzenbach2020-10-16
| | |
| * | -fix more warningsMartin Schanzenbach2020-10-16
| | |
| * | -fix some warningsMartin Schanzenbach2020-10-16
| | |
| * | - fix tvgs; expose alternative identity typeMartin Schanzenbach2020-10-16
| | |
| * | -documentation on new apiMartin Schanzenbach2020-10-15
| | |
| * | -fixMartin Schanzenbach2020-10-15
| | |
| * | - fix identity depMartin Schanzenbach2020-10-15
| | |
| * | -more fix conversationMartin Schanzenbach2020-10-15
| | |
| * | -fix conversationMartin Schanzenbach2020-10-15
| | |
| * | -fix zonemasterMartin Schanzenbach2020-10-15
| | |
| * | -fixMartin Schanzenbach2020-10-15
| | |
| * | -fixMartin Schanzenbach2020-10-15
| | |
| * | -forgot headerMartin Schanzenbach2020-10-15
| | |
| * | -fixMartin Schanzenbach2020-10-15
| | |
| * | -fixMartin Schanzenbach2020-10-15
| | |
| * | -fixMartin Schanzenbach2020-10-15
| | |
| * | - more depsMartin Schanzenbach2020-10-15
| | |
| * | - fixMartin Schanzenbach2020-10-15
| | |
| * | - more dep fixesMartin Schanzenbach2020-10-15
| | |
| * | - try to fix depsMartin Schanzenbach2020-10-15
| | |
| * | - fix buildMartin Schanzenbach2020-10-15
| | |
| * | - fix dependency changesMartin Schanzenbach2020-10-15
| | |
| * | - fix revocationMartin Schanzenbach2020-10-15
| | |
| * | - towards fix reclaimMartin Schanzenbach2020-10-15
| | |
| * | - fix gnsMartin Schanzenbach2020-10-15
| | |
| * | - more fixes towards crypto agilityMartin Schanzenbach2020-10-15
| | |
| * | - better wire format for rrblocksMartin Schanzenbach2020-10-15
| | |
| * | - towards crypto agility; wipMartin Schanzenbach2020-10-15
| | |
* | | - added secret destroy. Started with rekey logict3sserakt2020-10-16
|/ /
* | - 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
| |