oweals/gnunet.git
2017-01-23 Christian Grothoffadd sender argument to GCCH_handle_local_data so we...
2017-01-23 Christian Grothoffuse correct header size calculation in test
2017-01-23 Christian Grothofftowards path desirability calculations
2017-01-23 Christian Grothoffanother special case for loopback
2017-01-23 Christian Grothoffbeautify disconnect logic a bit
2017-01-23 Christian Grothoffhandle disconnect properly in test
2017-01-23 Christian Grothoffadd generated file to ignore list
2017-01-23 Christian Grothoffget rid of redundant, confusing state
2017-01-23 Christian Grothoffmore implementation of loopback handling
2017-01-23 Christian Grothofffix unaligned access
2017-01-23 Christian Grothofffix shutdown sequence, start to handle loopback
2017-01-23 Christian Grothoffallow more than one ACK being given to us at a time
2017-01-22 Christian Grothoffremove actually problematic client_allowed check
2017-01-22 Christian Grothofflog precise error if we receive malformed data
2017-01-22 Christian Grothoffdo not send malformed payload in test
2017-01-22 Christian Grothoffsimplify check_data logic
2017-01-22 Christian Grothoffguard against 0
2017-01-22 Christian Grothoffallow client's payload to include more than one message
2017-01-22 Christian GrothoffAPI documentation, logging
2017-01-22 Christian GrothoffAPI code cleanup
2017-01-22 Christian Grothofffix stray log calls that lagged the core-api prefix
2017-01-22 Christian Grothoffcorrectly handle assignment of cid during channel open...
2017-01-22 Christian Grothoffspell out correct constants
2017-01-22 Christian Grothoffcosmetics for test
2017-01-22 Christian Grothofffix off-by-one
2017-01-22 Christian Grothoffreally fully create path objects before calling even...
2017-01-22 Christian Grothofffixing misc cleanup issues
2017-01-22 Christian Grothofffix copy & paste
2017-01-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothoffinitialize new path fully before trying to attach it
2017-01-22 Christian Grothoffpass correct closure
2017-01-22 Christian Grothofflogging fixes, notify MQM clients properly
2017-01-22 Christian Grothoffadd sanity check for GNUNET_MQ_notify_sent
2017-01-22 Christian Grothofffix shutdown logic
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothofffix comparisson
2017-01-22 Christian Grothoffmust not move location of -struct CadetPeerPathEntry...
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothoffmust delay iteration over paths until later, as we...
2017-01-22 Christian Grothoffnicer order of LOG statements
2017-01-22 Christian Grothoffminor cleanup
2017-01-22 Christian Grothofffix indentation
2017-01-22 Christian Grothoffproperly launch DHT GETs based on need for paths
2017-01-22 Christian Grothofffix a few off-by-ones
2017-01-22 Christian Grothofffix buffer size
2017-01-22 Christian Grothoffmake GCPP_2s also return static string
2017-01-22 Christian Grothoffmore logging for cadet-core subsystem
2017-01-22 Christian Grothoffallow NULL argument for GNUNET_i2s()
2017-01-22 Christian Grothoffintrocude GNUNET_i2s2()
2017-01-22 Christian Grothoffimproving logging
2017-01-22 Christian Grothoffonly send CHANNEL_DESTROY message if we at least send...
2017-01-22 Christian Grothofffix startup interaction between channel and tunnel...
2017-01-22 Christian Grothoffimprove logging, log before doing, not after
2017-01-22 Christian Grothoffdo not run upnpc during tests, produces unnecessary...
2017-01-22 Christian Grothoffoptimize startup sequence for when we execute first...
2017-01-21 Christian Grothoffstill fixing the stupid connect_task cleanup issue
2017-01-21 Christian Grothoffadding missing ignores
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-21 Christian Grothoffextending scheduler API with 'add_at' functionality...
2017-01-21 Christian Grothoffanother connect_task init missing
2017-01-21 Christian Grothofffix crash on early abort due to dangling connect task
2017-01-21 Christian Grothofffixing leaks
2017-01-21 Christian Grothoffat least NULL the task handle in the unimplemented...
2017-01-21 Christian Grothoffensure tunnels are shutdown at the right time during...
2017-01-21 Christian Grothoffproperly set executed tasks to NULL
2017-01-21 Christian Grothoffinitialize ephemeral keys
2017-01-21 Christian Grothoffimplement get_path_from_route
2017-01-21 Christian Grothoffmore LOG macros
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
2017-01-21 Christian Grothoffsome renaming, some code general code cleanup, some...
2017-01-21 Christian Grothoffrenames to avoid ambiguity
2017-01-21 Christian Grothoffremaing remaining mandatory functions for basic operation
2017-01-20 Christian Grothoffworking on channel passing data to clients
2017-01-20 Christian Grothoffmore work on new tunnel logic
2017-01-20 Christian Grothoffpass messages from tunnel to channel
2017-01-20 Christian Grothoffmore work on channel/tunnel logic
2017-01-19 Christian Grothoffnote on things left to do
2017-01-19 Christian Grothoffmuch work on connection/route/peer-level queue management
2017-01-19 Christian Grothoffbaby steps towards KX
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-18 Christian Grothoffwork towards routing
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffadd note to legacy code about rename operation
2017-01-18 Christian Grothoffintroduce CadetEncryptedMessageIdentifier instead of...
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-17 Christian Grothoffadd logic to properly decode and dispatch decrypted...
2017-01-17 Christian Grothofftowards decrypting traffic in new CADET
2017-01-17 Christian Grothoffunnecessary here
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothoffmake shortmap actually over shorts
2017-01-17 Christian Grothoffintroducing the short map
2017-01-17 Christian Grothofftowards actual routing...
2017-01-17 Christian Grothoffstarting with CORE subsystem for CADET
2017-01-17 Christian Grothoffdead code elimination
2017-01-17 Christian Grothoffimporting KX logic, integrating encryption logic
2017-01-17 Christian Grothoffmore work on new CADET
2017-01-17 Christian Grothoffreplace redundant MQ_NotifyCallback by SCHEDULER_TaskCa...
2017-01-17 lurchiMore bugfixes to make gnunet-social usable
2017-01-16 ng0README: Change adduser line.
2017-01-16 Markus Teichauction: basic service template
next