aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Collapse)AuthorAge
* -fix postgres test connection stringMartin Schanzenbach2020-11-13
|
* -fix testsMartin Schanzenbach2020-11-10
|
* -more gnsrecord APIMartin Schanzenbach2020-10-22
|
* -fixMartin Schanzenbach2020-10-15
|
* - more dep fixesMartin Schanzenbach2020-10-15
|
* - better wire format for rrblocksMartin Schanzenbach2020-10-15
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* 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>
* fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ↵Martin Schanzenbach2020-08-12
| | | | #6475.
* -improve request cleanup handlingMartin Schanzenbach2020-08-06
|
* -fix rest plugin issuesMartin Schanzenbach2020-08-06
|
* -fix various bugsMartin Schanzenbach2020-08-06
|
* rest: fix #6462Martin Schanzenbach2020-08-04
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* fix: namestore rest testMartin Schanzenbach2020-07-06
|
* -fix: actually add namestore keysMartin Schanzenbach2020-07-06
|
* -fix: namestore test keysMartin Schanzenbach2020-07-06
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* -actually shutdownMartin Schanzenbach2020-06-28
|
* Prevent user from storing records which belong in a BOXMartin Schanzenbach2020-06-28
|
* deps are now required, no need for definesMartin Schanzenbach2020-05-17
|
* fix single label getMartin Schanzenbach2020-05-10
|
* only include result set of not empty after filteringMartin Schanzenbach2020-05-10
|
* add response headers, add replace api to namestoreSchanzenbach, Martin2020-05-09
|
* add filtering and modify deletion APISchanzenbach, Martin2020-05-09
|
* deprecate ill-defined set_nick APISchanzenbach, Martin2020-05-06
|
* introduce have_rest; fix warningsSchanzenbach, Martin2020-05-06
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fixing #6149Christian Grothoff2020-04-11
|
* adapt code to work with latest MHD APIChristian Grothoff2020-04-09
|
* Make gnunet-namestore honour expiration dates when importing an URIAlessio Vanni2020-03-21
|
* add concept of supplemental recordsSchanzenbach, Martin2020-02-13
|
* fix duplicate NICK in recordSchanzenbach, Martin2020-02-12
|
* modify GNUNET_PQ_connect_with_cfg to enable flexible loading of .sql filesChristian Grothoff2020-01-24
|
* better put -u lastChristian Grothoff2019-12-18
|
* set expriation to 1 year for URLs added via QR codeChristian Grothoff2019-12-18
|
* nice log messageChristian Grothoff2019-12-17
|
* enhance gnunet-qr to support passing arguments beyond just the URI to commandsChristian Grothoff2019-12-16
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* portability fix, use = instead of == with testng02019-10-27
|
* follow-up to win32 removal.ng02019-10-25
|
* libgnunetpq API change to fix #5733Christian Grothoff2019-10-11
|
* add bug refSchanzenbach, Martin2019-10-11
|
* make test compatible with macosSchanzenbach, Martin2019-10-11
|
* add namestore rest testsSchanzenbach, Martin2019-10-11
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* 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.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|