aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix misc linker issuesChristian Grothoff2017-04-02
|
* Update POTFILES.inDavid Barksdale2017-03-31
|
* [fs] Fix unindex after API changeDavid Barksdale2017-03-31
|
* -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
| |
| * [datastore] Fix #3743David Barksdale2017-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for key == NULL to the datastore plugins and replaces the offset argument with a next_uid and random arguments to increase performance in the key == NULL case. With the offset argument a datastore plugin would have to count all matching keys before fetching the key at the right offset, which would iterate over the entire database in the case of key == NULL. The offset argument was used in two ways: to iterate over a set of matching values and to start iteration at a random matching value. The new API seperates these into two arguments: if random is true it will return a random matching value, otherwise next_uid can be set to uid + 1 to return the next matching value. The random argument was not added to get_zero_anonymity. This function is used to periodically insert zero anonymity values into the DHT. I don't think it's necessary to randomize this.
| * fix initialisation of zero_pidJulius Bünger2017-03-19
| |
| * use modern getopt apiJulius Bünger2017-03-19
| |
| * use more modern getopt api to initialize pidChristian Grothoff2017-03-19
| |
| * fix rps getoptJulius Bünger2017-03-18
| |
| * fix #4957Christian Grothoff2017-03-17
| |
| * fix format string errorChristian Grothoff2017-03-17
| |
| * fix typesChristian Grothoff2017-03-17
| |
| * more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
| |
| * rename service_new.c to service.cChristian Grothoff2017-03-17
| |
| * fix FTBFS of testChristian Grothoff2017-03-17
| |
| * fix fprintf format string warningsChristian Grothoff2017-03-17
| |
| * Porting leftovers to new getopt API.Marcello Stanisci2017-03-17
| |
| * Merge branch 'getopt'Christian Grothoff2017-03-17
| |\
| | * Merge branch 'master' into getoptChristian Grothoff2017-03-17
| | |\
| | * | Fix compiler warnings.Marcello Stanisci2017-03-16
| | | |
| | * | Last commit as of getopt porting. 'social' still gives warnings.Marcello Stanisci2017-03-16
| | | |
| | * | porting socialMarcello Stanisci2017-03-16
| | | |
| | * | porting fs finished.Marcello Stanisci2017-03-16
| | | |
| | * | porting gnunet-publish + others..Marcello Stanisci2017-03-16
| | | |
| | * | portingMarcello Stanisci2017-03-16
| | | |
| | * | porting.Marcello Stanisci2017-03-15
| | | |
| | * | getopt API porting.Marcello Stanisci2017-03-15
| | | |
| | * | Still porting to new getopt API.Marcello Stanisci2017-03-15
| | | |
| | * | Porting 'nat-auto'.Marcello Stanisci2017-03-15
| | | |
| | * | Porting 'nat'.Marcello Stanisci2017-03-15
| | | |
| | * | mergingChristian Grothoff2017-03-15
| | |\ \
| | | * | Porting 'arm'.Marcello Stanisci2017-03-15
| | | | |
| | | * | Port 'statistics' to the new getopt API.Marcello Stanisci2017-03-15
| | | | |
| | | * | add GNUNET_GETOPT_OPTION_SET_ABSOLUTE_TIMEChristian Grothoff2017-03-15
| | | | |
| | | * | Merge branch 'getopt' of git+ssh://gnunet.org/gnunet into getoptChristian Grothoff2017-03-15
| | | |\ \
| | | | * | Test commitMarcello Stanisci2017-03-15
| | | | | |
| | | * | | fix test case, implement base32 argument parser logicChristian Grothoff2017-03-15
| | | |/ /
| | | * | getopt major style fix, remove macro-mania with nicer typed functionsChristian Grothoff2017-03-15
| | | | |