aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-cadet.c
Commit message (Collapse)AuthorAge
* BUILD: Move cadet to service/cliMartin 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
* 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
|
* removed GNUNET_CADET_ChannelOptiont3sserakt2019-06-26
|
* trying to fix #5532Christian Grothoff2019-02-13
|
* in principle finished with #5385, could use some testing...Christian Grothoff2019-01-27
|
* more work towards fixing #5385Christian Grothoff2019-01-27
|
* more work towards fixing #5385Christian Grothoff2019-01-27
|
* starting with #5385 in earnestChristian Grothoff2019-01-26
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix warning about callback signaturelurchi2018-06-29
|
* showing destination in patht3sserakt2018-06-28
|
* fix commentsxrs2018-06-27
|
* fix mem leak (when streaming large data streams)xrs2018-06-27
|
* bug 5228: made gnunet-cadet -p work as intendedt3sserakt2018-06-25
|
* typoChristian Grothoff2018-06-25
|
* make sure port is closed on shutdownChristian Grothoff2018-06-25
|
* fix https://gnunet.org/bugs/view.php?id=5327Schanzenbach, Martin2018-06-23
|
* 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
|
* Fix use-after-free in gnunet-cadetDavid Barksdale2017-12-27
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* porting.Marcello Stanisci2017-03-15
|
* renaming CADET APIs to match naming conventions again, now that the old ↵Christian Grothoff2017-03-13
| | | | symbols have been purged
* upstyle gnunet-cadet docspsyc://loupsycedyglgamf.onion/~lynX2017-03-08
|
* - doxygenBart Polot2017-02-20
|
* loglevel MESSAGE for the incoming connection message + typelurchi2017-02-18
|
* misc fixes in new CADET API, porting gnunet-cadet to new APIChristian Grothoff2017-02-17
|
* don't let further circuits disrupt 'gnunet-cadet -o'psyc://loupsycedyglgamf.onion/~lynX2017-02-02
|
* fix task cleanup on CTRL-DChristian Grothoff2017-01-29
|
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
|
* use new shortmap to simplify CADET logic a bitChristian Grothoff2017-01-17
|
* cleaning up some CADET logic, improving types usedChristian Grothoff2017-01-15
|
* protect CLI from port scanning: use string portsCarlo von lynX2016-08-09
|
* GNUNET_CADET_close_port doesnt work as expected. Bailing out instead.Carlo von lynX2016-08-09
|
* UX: message type for important things that aren't evilCarlo von lynX2016-08-08
|
* Merge branch 'master' of /RAM/proj/gnunetCarlo von lynX2016-08-08
|
* Change CADET ports from uint32 to HashCodeBart Polot2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* - use proper connection states for a tunnelBart Polot2015-10-02
|