aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
Commit message (Collapse)AuthorAge
* -more coverityMartin Schanzenbach2021-08-09
|
* -fix typosChristian Grothoff2021-04-26
|
* another linker fixChristian Grothoff2020-12-28
|
* -fixMartin Schanzenbach2020-10-15
|
* -fixMartin Schanzenbach2020-10-15
|
* -fixMartin Schanzenbach2020-10-15
|
* - more depsMartin Schanzenbach2020-10-15
|
* - fixMartin 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>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* more warningsSchanzenbach, Martin2020-05-06
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* modify GNUNET_PQ_connect_with_cfg to enable flexible loading of .sql filesChristian Grothoff2020-01-24
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* libgnunetpq API change to fix #5733Christian Grothoff2019-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
|
* typoSchanzenbach, Martin2019-04-30
|
* filenames can exceed 128 bytes, even in testcasesChristian Grothoff2019-02-17
|
* fix some compiler warningsSchanzenbach, Martin2019-02-15
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* add stats to namecacheChristian Grothoff2019-01-10
|
* fix #5500Christian Grothoff2018-12-11
|
* cache NICK results in namestore to avoid unnecessary load on the DB; improve ↵Christian Grothoff2018-12-11
| | | | sqlite DB style, use WAL for sqlite DB
* run expiration only once per hour, use WALChristian Grothoff2018-12-02
|
* assert block length is validSchanzenbach, Martin2018-06-24
|
* fixSchanzenbach, Martin2018-06-24
|
* handle corrupted names in cacheSchanzenbach, Martin2018-06-24
|
* revert unnecessary underrun fixSchanzenbach, Martin2018-06-24
|
* fix possible buffer overrunSchanzenbach, Martin2018-06-24
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* rename USER_SERVICE into RUN_PER_USER. thx, tg (#4548a)psyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* use real GNS record types in tests to avoid failures in new extra ↵Christian Grothoff2018-06-05
| | | | serialization/deserialization checking
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* add option to disable namecache, add velocity calculation and delay ↵Christian Grothoff2018-04-29
| | | | correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
* misc zoneimporter fixesChristian Grothoff2018-04-26
|
* more incremental processing of zoneimporterChristian Grothoff2018-04-23
|
* minor bugfixesChristian Grothoff2018-04-10
|
* fix sq compiler warning for uninit parameter, query is not primary key due ↵Christian Grothoff2018-03-30
| | | | to override-with-latest replacement strategy
* enforce query is primary keyChristian Grothoff2018-03-08
|
* eliminate .gnu from GNSChristian Grothoff2018-03-03
|