aboutsummaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAge
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -do not use free'd object during shutdownChristian Grothoff2014-12-17
|
* -documentChristian Grothoff2014-06-02
|
* make gnunet-gtk work with gtk3 widgetsChristian Grothoff2014-06-02
|
* integrating gnunet-conversation-gtk wth gnunet-gtkChristian Grothoff2014-05-29
|
* -fix segv on shutdownChristian Grothoff2014-04-07
|
* -reverting broken fix for #3344Christian Grothoff2014-04-07
|
* -fix #3344: additional argument was added to GNUNET_OS_start_processChristian Grothoff2014-04-07
|
* -fix segv: add NULL for stderr, needed due to recent API changeChristian Grothoff2014-02-24
|
* Harmonize HAVE_GTK_GTKX_H and GDK_WINDOWING_X11 a bitLRN2014-02-11
| | | | | Use HAVE_GTK_GTKX_H for including the header, in #if Use GDK_WINDOWING_X11 for code, in #ifdef
* Use GDK_WINDOWING_X11 to check for X backend supportLRN2014-02-11
| | | | | Checking for gtkx.h does not work as intended, as this header is available even if there's no X backend.
* -use exponential backoff for restartsChristian Grothoff2013-12-21
|
* -do not show tray icons if embeddedChristian Grothoff2013-10-25
|
* -first run of gnunet-gtk doneChristian Grothoff2013-10-25
|
* -basics for pluggable GUIsChristian Grothoff2013-10-25