aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
...
* eliminate .gnu from GNSChristian Grothoff2018-03-03
|
* -fixSchanzenbach, Martin2018-02-25
|\
| * -changes for using token endpoint & added token endpointPhil2018-02-05
| |
| * Merge branch 'master' into identity_oidcPhil2018-01-22
| |\
| * \ -merge branch 'master' into identity_oidcPhil2018-01-22
| |\ \
| * \ \ Merge remote-tracking branch 'gnunet/master' into identity_oidcPhil2018-01-11
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into identity_oidcSchanzenbach, Martin2018-01-08
| |\ \ \ \
| * | | | | -add header map to rest handleSchanzenbach, Martin2017-12-11
| | | | | |
* | | | | | 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
* | | | | | forgot headerfileSchanzenbach, Martin2018-01-22
| |_|_|_|/ |/| | | |
* | | | | implement boolean json specFlorian Dold2018-01-22
| |_|_|/ |/| | |
* | | | reactivate test, fix misc warningsChristian Grothoff2018-01-20
| |_|/ |/| |
* | | typofixamirouche2018-01-08
| |/ |/| | | | | Signed-off-by: ng0 <ng0@n0.is>
* | fix potential use of uninitialized keyChristian Grothoff2018-01-06
| |
* | fix documentationlurchi2018-01-06
| |
* | fix memory leakChristian Grothoff2018-01-04
| |
* | -cleanup doc; fixesSchanzenbach, Martin2018-01-04
| |
* | -move abe functionality out of util; prepare for releaseSchanzenbach, Martin2018-01-03
| |
* | -mergeSchanzenbach, Martin2018-01-02
|\ \ | |/ |/|
| * fix more 'make dist' issuesChristian Grothoff2018-01-02
| |
| * fix misc make dist issuesChristian Grothoff2018-01-02
| |
| * merge branch 'refactoring-scheduler'lurchi2017-12-30
| |\
| | * Fix select loop running conditionslurchi2017-09-04
| | | | | | | | | | | | | | | | | | | | | The select loop has to keep running as long as the driver has tasks available (indicating that there are file descriptors left to wait for) or the timeout is not FOREVER (indicating that the scheduler has tasks with timeout left).
| | * clarify documentation about adding / deleting taskslurchi2017-08-25
| | |
| | * GNUNET_SCHEDULER_check_lifeness not needed anymorelurchi2017-08-23
| | |
| | * improve documentation about the GNUNET_array_append and GNUNET_array_grow macroslurchi2017-08-21
| | |
| | * implement bookkeeping about which FDs related to a tasks have been marked ↵lurchi2017-08-18
| | | | | | | | | | | | ready (required API change in GNUNET_SCHEDULER_task_ready)
| | * test_scheduler passing; new API function GNUNET_SCHEDULER_check_lifenesslurchi2017-08-09
| | |
| | * separate the select driver's fd sets from the driver-internal fdsetslurchi2017-08-08
| | |
| | * fix warningslurchi2017-08-05
| | |
| | * make input of getters const (needed for new scheduler API)lurchi2017-08-05
| | |
| | * Nearly finished. Call to set_wakeup missing in case of tasks added to ↵t3sserakt2017-08-02
| | | | | | | | | | | | pending_timeout
| * | Merge branch 'fix_social'lurchi2017-12-30
| |\ \
| | * | introduce part request / part ack messages (for leaving multicast groups) ↵lurchi2017-11-24
| | | | | | | | | | | | | | | | and related fixes
| | * | commented out wrong message typelurchi2017-11-22
| | | |
| | * | Introduce PART/PART_ACK messages (tests will fail until multicast module is ↵lurchi2017-11-18
| | | | | | | | | | | | | | | | adapted, too)
| | * | protocol change: add ack message for guests/hosts leaving a placelurchi2017-11-08
| | | |
| | * | allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff2017-10-29
| | | | | | | | | | | | | | | | situations, and only log for the hard errors
| | * | clarify use of client_dropChristian Grothoff2017-10-29
| | | |
* | | | -move jwt back into idpSchanzenbach, Martin2017-12-04
| | | |
* | | | -start jwtSchanzenbach, Martin2017-12-04
| | | |
* | | | -fixSchanzenbach, Martin2017-12-04
| | | |
* | | | -fix makefileSchanzenbach, Martin2017-12-04
| | | |
* | | | Merge remote-tracking branch 'origin/master' into identity_abeSchanzenbach, Martin2017-12-02
|\| | |
| * | | add json from abs_time_nboChristian Grothoff2017-11-05
| | | |
| * | | doxygen/indentation fixesChristian Grothoff2017-11-02
| | | |
| * | | add -P option to gnunet-eccChristian Grothoff2017-11-01
| | | |
| * | | add missing constChristian Grothoff2017-10-31
| | | |
| * | | Peter@equalit.ie wrote (on gnunet-developers):Christian Grothoff2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continuing a small IRC discussion https://gnunet.org/bot/log/gnunet/2017-10-05#T1521518 Here is a change to optionally disable installing signal handlers in GNUnet's scheduler: https://github.com/equalitie/gnunet/commit/72d02205e1f25ec0df3a2d7efe44c8990ffead53?diff=split (also attached) => patch looks fine, checkin in. -C