aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -fix idpSchanzenbach, Martin2017-05-30
|
* -remove reverse recordSchanzenbach, Martin2017-05-22
|
* Merge remote-tracking branch 'origin/master' into credentialsSchanzenbach, Martin2017-05-18
|\
| * update structure, keep only main figChristian Grothoff2017-05-14
| |
| * fix linkChristian Grothoff2017-05-12
| |
| * package geeqie changed to image-viewersDavid Barksdale2017-05-11
| |
| * attempting to fix #5006Christian Grothoff2017-05-10
| |
| * Change regex combination, allow hexBart Polot2017-05-10
| |
* | -add policy record typeSchanzenbach, Martin2017-05-18
| |
* | -fixSchanzenbach, Martin2017-05-12
| |
* | -fixSchanzenbach, Martin2017-04-24
| |
* | -fix API changesSchanzenbach, Martin2017-04-21
| |
* | Merge remote-tracking branch 'origin/master' into credentialsSchanzenbach, Martin2017-04-21
|\|
| * removed LIMIT expression from DELETE stmt. See ↵xrs2017-04-19
| | | | | | | | http://sqlite.org/syntaxdiagrams.html#delete-stmt
| * Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-04-19
| |\
| | * add GNUNET_JSON_spec_absolute_time_nboChristian Grothoff2017-04-17
| | |
| | * [datastore] Create remove plugin API callDavid Barksdale2017-04-16
| | | | | | | | | | | | | | | | | | The only use of vhash in the get_key call was for removing, split that out into its own function. This simplifies the get_key call and removes the need for some indexes, speeding up insertion into the database.
| | * [datastore] Combine put and update plugin APIsDavid Barksdale2017-04-16
| | | | | | | | | | | | This resolves issue #4965.
| | * Rewrite gnunet-datastore to dump to a fileDavid Barksdale2017-04-13
| | |
| * | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-04-12
| |\|
| | * fix #4985Christian Grothoff2017-04-11
| | |
| | * fix misc linker issuesChristian Grothoff2017-04-02
| | |
| | * Update POTFILES.inDavid Barksdale2017-03-31
| | |
| | * [fs] Fix unindex after API changeDavid Barksdale2017-03-31
| | |
| * | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-29
| |\|
| * | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-24
| |\ \
| * \ \ Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-14
| |\ \ \
| * \ \ \ Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/multicast/test_multicast_2peers.c
| * | | | | test_multicast_2peers.c: fix code stylexrs2017-03-13
| | | | | |
| * | | | | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-13
| |\ \ \ \ \
| * | | | | | multicast: add new test case to Makefile.amxrs2017-03-13
| | | | | | |
| * | | | | | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-12
| |\ \ \ \ \ \ \ \
| * | | | | | | | | test_multicast_multipeer: fixxrs2017-03-12
| | | | | | | | | |
| * | | | | | | | | real test_multicast_multipeer startedxrs2017-03-12
| | | | | | | | | |
* | | | | | | | | | - merge with masterSchanzenbach, Martin2017-03-29
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | -fix coveritySchanzenbach, Martin2017-03-29
| | | | | | | | | |
| * | | | | | | | | [datastore] Fix performance tests after API changeDavid Barksdale2017-03-27
| | | | | | | | | |
| * | | | | | | | | initial ideas for improving the scheduler API (far from finished)Christian Grothoff2017-03-28
| | | | | | | | | |
| * | | | | | | | | fix #4974: migrate conversation GST helpers to new MST APIChristian Grothoff2017-03-27
| | | | | | | | | |
| * | | | | | | | | implement #4973Christian Grothoff2017-03-26
| | | | | | | | | |
| * | | | | | | | | update tutorial to match GETOPT-API changesChristian Grothoff2017-03-25
| | | | | | | | | |
| * | | | | | | | | rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
| | | | | | | | | |
| * | | | | | | | | implement GNUNET_NETWORK_test_port_free() for testcases to conveniently ↵Christian Grothoff2017-03-24
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | check if a port is available
| * | | | | | | | auction: makefile indentationMarkus Teich2017-03-23
| | | | | | | | |
| * | | | | | | | postgresql: require version 9.5Daniel Golle2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CREATE INDEX IF NOT EXISTS was added at version 9.5 (rather than 9.6) see also https://www.postgresql.org/docs/9.5/static/sql-createindex.html
| * | | | | | | | [datastore] Return and update replicationDavid Barksdale2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a couple FIXMEs in the datastore code. The replication value is now returned from the datastore and the update function can increase the replication.
| * | | | | | | | Merge branch 'master' of gnunet.org:gnunettg(x)2017-03-22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | use log_fromChristian Grothoff2017-03-20
| | | | | | | | | |