index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cadet
/
gnunet-cadet.c
Age
Commit message (
Expand
)
Author
2018-06-07
paragraph for gnunet devs that don't know how to use the web
psyc://loupsycedyglgamf.onion/~lynX
2018-06-07
glitch in the license text detected by hyazinthe, thank you!
psyc://loupsycedyglgamf.onion/~lynX
2018-06-05
first batch of license fixes (boring)
psyc://loupsycedyglgamf.onion/~lynX
2017-12-27
Fix use-after-free in gnunet-cadet
David Barksdale
2017-03-25
rename GNUNET_GETOPT functions to achieve better consistency
Christian Grothoff
2017-03-15
porting.
Marcello Stanisci
2017-03-13
renaming CADET APIs to match naming conventions again, now that the old symbo...
Christian Grothoff
2017-03-08
upstyle gnunet-cadet docs
psyc://loupsycedyglgamf.onion/~lynX
2017-02-20
- doxygen
Bart Polot
2017-02-18
loglevel MESSAGE for the incoming connection message + type
lurchi
2017-02-17
misc fixes in new CADET API, porting gnunet-cadet to new API
Christian Grothoff
2017-02-02
don't let further circuits disrupt 'gnunet-cadet -o'
psyc://loupsycedyglgamf.onion/~lynX
2017-01-29
fix task cleanup on CTRL-D
Christian Grothoff
2017-01-18
create matching connection objects for inbound connections
Christian Grothoff
2017-01-17
use new shortmap to simplify CADET logic a bit
Christian Grothoff
2017-01-15
cleaning up some CADET logic, improving types used
Christian Grothoff
2016-08-09
protect CLI from port scanning: use string ports
Carlo von lynX
2016-08-09
GNUNET_CADET_close_port doesnt work as expected. Bailing out instead.
Carlo von lynX
2016-08-08
UX: message type for important things that aren't evil
Carlo von lynX
2016-08-08
Merge branch 'master' of /RAM/proj/gnunet
Carlo von lynX
2016-07-20
Change CADET ports from uint32 to HashCode
Bart Polot
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-05-06
fixing compiler warnings
Christian Grothoff
2016-04-30
implementing new scheduler shutdown semantics
Christian Grothoff
2016-04-09
small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-10-02
- use proper connection states for a tunnel
Bart Polot
2015-09-03
- minor fixes
Bart Polot
2015-09-03
- cancel transmission on shutdown
Bart Polot
2015-09-03
- use NBO
Bart Polot
2015-09-03
- use transmit handles in cadet CLI
Bart Polot
2015-09-03
- use hex channel numbers
Bart Polot
2015-08-04
- more descriptive tunnel statuses
Bart Polot
2015-07-31
- fix CLI netcat
Bart Polot
2015-07-31
- refactor GCP_get_peer, fix get peer info
Bart Polot
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-04-27
- implement single peer info
Bart Polot
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2014-12-24
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...
Christian Grothoff
2014-06-18
Add a debug "dump to stderr" feature to cadet
Bart Polot
2014-05-14
- change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)
Bart Polot
2014-05-07
Renamed directory
Bart Polot