aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* use assert to guard better against double-close on client sideChristian Grothoff2018-01-13
|
* do not die if client closes port it never openedChristian Grothoff2018-01-13
|
* prevent assertion failureChristian Grothoff2018-01-13
|
* prevent NPEChristian Grothoff2018-01-13
|
* fix reverse lookup from namestoreSchanzenbach, Martin2018-01-12
|
* fix #5242 topology.txt write issueChristian Grothoff2018-01-12
|
* fix #5238Christian Grothoff2018-01-12
|
* Try to keep the cadet->code MQ from growing too largeDavid Barksdale2018-01-10
|
* gracefully accept empty FD set that claim to contain FDslurchi2018-01-10
|
* Try to keep the fs->core MQ from growing too largeDavid Barksdale2018-01-10
|
* properly detect calling add_select without descriptors; simplify extract_handleslurchi2018-01-10
|
* fix scheduler when add_select is called with 0 ready fdsSchanzenbach, Martin2018-01-10
|
* always set task NULL when cancel; make sure SCHEDULER_add* doesn't get ↵lurchi2018-01-08
| | | | invalid input
* rps tests: proper implementation of flags for testsJulius Bünger2018-01-08
|
* typofixamirouche2018-01-08
| | | | Signed-off-by: ng0 <ng0@n0.is>
* rps tests: possibly end non-churn-tests before timeoutgnunet-0.11.0rc0Julius Bünger2018-01-08
|
* rps tests: remove assertionJulius Bünger2018-01-08
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2018-01-08
|\
| * more size checking; tokenize only after size checklurchi2018-01-07
| |
| * rps tests: cosmeticsJulius Bünger2018-01-07
| |
| * rps tests: sanity checks and cosmeticsJulius Bünger2018-01-07
| |
| * rps tests: change function signature, commentsJulius Bünger2018-01-07
| |
| * rps tests: proper shutdownJulius Bünger2018-01-07
| |
| * rps tests: check whether peer was scheduled to go off/onlineJulius Bünger2018-01-07
| |
| * rps tests: make sure no callback executes after shutdownJulius Bünger2018-01-07
| |
| * rps tests: comments and loggingJulius Bünger2018-01-07
| |
| * vsprintf returns negative on error.anryko2018-01-07
| |
| * properly check size of MsgProcRequestlurchi2018-01-07
| |
| * Style fixes (mostly tabs to spaces).anryko2018-01-07
| |
| * transport: [fix] Typos in commentsMatthias Kolja Miehl2018-01-07
| |
| * fix dereferencing uninitialized rs/ws; assert non-NULL before dereferencing ↵lurchi2018-01-07
| | | | | | | | network/file handles
| * Revert "fix dereferencing uninitialized pointer"lurchi2018-01-07
| | | | | | | | This reverts commit 201a67be13ae31b4eb7fb8ad38b349fe287c0baf.
| * Fixed potential NULL dereference.anryko2018-01-07
| |