aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* consider deletion of egos we don't know; make code less obscurelurchi2018-02-02
|
* fix Null Test After Dereferencelurchi2018-02-02
|
* improve documentationlurchi2018-02-01
|
* scheduler API change to allow use with js event looplurchi2018-02-01
| | | | | | | | | - GNUNET_SCHEDUELR_run_with_driver has been replaced with GNUNET_SCHEDULER_driver_init and GNUNET_SCHEDUELR_driver_done - GNUNET_SCHEDULER_run_from_driver has been renamed to GNUNET_SCHEDULER_do_work (as it's no longer being called from a driver callback) - documentation has been updated
* -code scanner complains about intentional malloc returnpsyc://loupsycedyglgamf.onion/~lynX2018-01-30
|
* fix datastore bind issueChristian Grothoff2018-01-30
|
* log unsent queued messages only on DEBUGFlorian Dold2018-01-30
|
* rps test: fix uninitialized value usage (coverity)Julius Bünger2018-01-29
|
* really make GNUNET_SCHEDULER_run_from_driver more graceful (must have been late)lurchi2018-01-27
|
* rps: record more statistic valuesJulius Bünger2018-01-25
|
* rps profiler: write statistics to fileJulius Bünger2018-01-25
|
* make GNUNET_SCHEDULER_run_from_driver more gracefullurchi2018-01-24
| | | | | | | GNUNET_SCHEDULER_run_from_driver may now be called without any tasks being ready if the timeout has not been reached yet. A warning is printed because it may be a programming error in the driver (see comments)
* catch early return of select before call to GNUNET_SCHEDULER_run_from_driverlurchi2018-01-23
|
* Revert "add assertion for debugging"lurchi2018-01-23
| | | | This reverts commit d45c008e677fa2fbff03e22745390d4775b031d2.
* add assertion for debugginglurchi2018-01-23
|
* forgot headerfileSchanzenbach, Martin2018-01-22
|
* remove unnecessary checklurchi2018-01-22
| | | | The reason field of tasks in the pending_timeout queue is never modified while the tasks are in the queue
* use absolute times in driverlurchi2018-01-22
| | | | this shouldn't change anything but makes debugging easier.
* fix rest header parsing as wellSchanzenbach, Martin2018-01-22
|
* fix post processingSchanzenbach, Martin2018-01-22
|
* implement boolean json specFlorian Dold2018-01-22
|
* fix memleakSchanzenbach, Martin2018-01-22
|
* rps profiler: more statistics from serviceJulius Bünger2018-01-22
|
* rps service: try to fix handling of new channelsJulius Bünger2018-01-22
|
* Merge branch 'master' of ssh://gnunet.org/gnunetxrs2018-01-21
|\
| * indentation fixesChristian Grothoff2018-01-21
| |
| * check if no tasks are left after the driver looplurchi2018-01-21
| | | | | | | | | | | | - add assertions to make sure all tasks have been run or cancelled - don't cancel all pending tasks during shutdown, only cancel the two internal tasks scheduled in GNUNET_SCHEDULER_run_with_driver
| * actually test if signals are handledlurchi2018-01-21
| | | | | | | | | | | | | | - use a timeout task to prevent the scheduler from shutting down before the signal can be handled - test task cancellation before using the timeout task - use a different status code for each test case
* | test_multicast_multipeer: fix warningsxrs2018-01-21
| |
* | update test_psyc_api_joinxrs2018-01-21
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2018-01-21
|\|
| * fix linkChristian Grothoff2018-01-20
| |
| * reactivate test, fix misc warningsChristian Grothoff2018-01-20
| |
| * fix loop responsible for finding tasks with expired timeoutlurchi2018-01-18
| |
| * always check priority given by userslurchi2018-01-17
| |
| * return now if we found a task that is ready (optimization)lurchi2018-01-16
| |
| * only check fdsets when select selected something (optimization)lurchi2018-01-16
| |
| * Revert "call GNUNET_abort_ directly for debugging purposes"lurchi2018-01-16
| | | | | | | | This reverts commit 5c4ae18d2e58c8bf3ba60a4f69251e304fbb9915.
| * call GNUNET_abort_ directly for debugging purposeslurchi2018-01-16
| |
| * remove duplicate timeout checklurchi2018-01-16
| | | | | | | | | | There's no need of checking for timeouts in GNUNET_SCHEDULER_task_ready, as the check is done in GNUNET_SCHEDULER_run_from_driver.
| * rps: start using statistics serviceJulius Bünger2018-01-16
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2018-01-15
|\|
| * additionally check that size returned by Postgres matchesChristian Grothoff2018-01-15
| |
| * Uninitialized readDavid Barksdale2018-01-14
| |
| * Unused valueDavid Barksdale2018-01-14
| |
| * remove unused variableslurchi2018-01-15
| |
| * dist test_dht_tools.confChristian Grothoff2018-01-14
| |
| * SQLite doesn't constant foldDavid Barksdale2018-01-14
| |
| * Fix force extend_pathDavid Barksdale2018-01-13
| |
| * be more generous for short-lived tests wrt quotaChristian Grothoff2018-01-13
| |