aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport.c
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -fix many more typosChristian Grothoff2021-04-26
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* towards flow control in TNGChristian Grothoff2019-04-28
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* use more modern getopt api to initialize pidChristian Grothoff2017-03-19
|
* Still porting to new getopt API.Marcello Stanisci2017-03-15
|
* remove dependency on old NAT logic from gnunet-transportChristian Grothoff2017-01-07
|
* make sure nat-auto code uses NAT_AUTO prefixChristian Grothoff2017-01-07
|
* Use GNUNET_NAT_StatusCode and GNUNET_NAT_status2stringDavid Barksdale2016-10-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* migrate gnunet-transport-profiler to new APIChristian Grothoff2016-07-29
|
* migrate gnunet-transport to new APIChristian Grothoff2016-07-29
|
* -indentingChristian Grothoff2016-07-08
|
* removing GNUNET_TRANSPORT_monitor_validation-APIChristian Grothoff2016-07-06
|
* converting GNUNET_TRANSPORT_monitor_peers implementation to MQChristian Grothoff2016-07-06
|
* Merge remote-tracking branch 'origin/master'Carlo von lynX2016-06-29
|
* 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
|
* gnunet-transport shutting down too earlyDavid Barksdale2015-11-21
| | | | | Fixes issue #3700
* move -C option from gnunet-transport to gnunet-ats; also, use blacklisting ↵Christian Grothoff2015-10-18
| | | | API to implement gnunet-transport -D
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make output of gnunet-transport -P more readable (#3662), and in particular ↵Christian Grothoff2015-03-02
| | | | support -n and defer printing until address resolution is complete
* simplify logic, do not report monitoring events for sessions in destroy, ↵Christian Grothoff2015-02-22
| | | | indentation, doxygen -- may help/fix #3591
* -fixing misc minor bugs and style issues (unchecked return values, memory ↵Christian Grothoff2015-02-13
| | | | leaks, dead code
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ↵Christian Grothoff2015-02-02
| | | | address is always present as then this is redundant
* do not print two messages, one is enoughChristian Grothoff2015-01-17
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* -fix misc compiler warningsChristian Grothoff2014-12-03
|
* -fix docs, fix shutdownChristian Grothoff2014-11-23
|
* -fix misc monitoring issuesChristian Grothoff2014-11-23
|
* -fix sync signalling for plugin monitoringChristian Grothoff2014-11-23
|
* -no args for -PChristian Grothoff2014-11-23
|
* implement transport plugin session monitoring support in gnunet-transport ↵Christian Grothoff2014-11-07
| | | | (#3452)
* -fix typo found by Bertrand MarcChristian Grothoff2014-09-30
|