aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* - 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
| |
* | - first attempt to fix the udp backchannelt3sserakt2020-10-06
|/
* -remove unused argumentMartin Schanzenbach2020-09-18
|
* -attempt to improve UDP communicator load on receiveMartin Schanzenbach2020-09-18
|
* - really added data for tng test and adjusted message overhead from maximum ↵t3sserakt2020-09-10
| | | | payload size
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-09-08
|\
| * readd set header; update changelogMartin Schanzenbach2020-09-06
| |
| * - fix more distMartin Schanzenbach2020-09-06
| |
| * -fix make distMartin Schanzenbach2020-09-06
| |
| * - add some dummy test_setu.confMartin Schanzenbach2020-09-05
| |
| * - fix gns proxy test API changesMartin Schanzenbach2020-09-05
| |
| * reclaim: fix cli parameter name for credential IDMartin Schanzenbach2020-09-04
| |
| * gnunet-qr/uri: Fix exit code handling; fix memory corruptionMartin Schanzenbach2020-09-02
| |
* | - fixed socket clean up; added sync between start of service and communicatort3sserakt2020-09-08
|/
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-08-31
|\
| * -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
| |
| * -mild refactoring of consensus, cleaning up the code a bitChristian Grothoff2020-08-29
| |
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-08-29
| |\
| * | use proper return typeChristian Grothoff2020-08-29
| | |
* | | - fixed some bugst3sserakt2020-08-28
| | |
* | | Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-08-28
|\ \ \ | | |/ | |/|
| * | fix order of namespaces in plugin_rest_identityjospaeth2020-08-28
| | | | | | | | | | | | GNUNET_REST_namespace_match() always matched to the first namespace for GET
| * | add gnsrecord-tvg and revocation-tvg to .gitignorejospaeth2020-08-28
| | |
| * | change uri structs to match conventionsJonathan Buchanan2020-08-27
| | |
| * | use (and "GNUnet-ify") libyuarel as a basepoint for uri parsingJonathan Buchanan2020-08-26
| | |
| * | remove const from query string in GNUNET_uriJonathan Buchanan2020-08-24
| | |
| * | header for uri parserJonathan Buchanan2020-08-24
| |/
| * add function GNUNET_CURL_extend_headers()Christian Grothoff2020-08-23
| |
| * reclaim: Attestations now called credentials. Credentials are presented to ↵Martin Schanzenbach2020-08-20
| | | | | | | | third parties as presentations.
| * - towards separation between credentials and presentations thereof, wip, ftbfsMartin Schanzenbach2020-08-20
| |
| * -implement the symmetric option in setuChristian Grothoff2020-08-19
| |
| * -add API todoChristian Grothoff2020-08-19
| |
| * -fix ftbfsChristian Grothoff2020-08-19
| |
| * change scalarproduct to use seti service in lieu of deprecated set serviceChristian Grothoff2020-08-19
| |
| * change revocation logic to use setu service in lieu of deprecated set serviceChristian Grothoff2020-08-19
| |
| * fix seti testcaseChristian Grothoff2020-08-19
| |
| * -fix set/seti migration issuesChristian Grothoff2020-08-19
| |
| * -fix test FTBFSChristian Grothoff2020-08-19
| |
| * -fix FTBFS for setiChristian Grothoff2020-08-19
| |
| * -fix FTBFS for setiChristian Grothoff2020-08-19
| |
| * -splitting of set intersection functionality from set service (not yet ↵Christian Grothoff2020-08-18
| | | | | | | | finished, FTBFS)
| * splitting of set intersection functionality from set service (not yet ↵Christian Grothoff2020-08-18
| | | | | | | | finished, FTBFS)
| * -refactor a bit moreChristian Grothoff2020-08-18
| |