-logging
[oweals/gnunet.git] / src / cadet /
2015-07-22 Bart Polot- log
2015-07-20 Bart Polot- cancel retry task if all pending messages are freed...
2015-07-20 Bart Polot- code formatting, logging
2015-07-15 Christian Grothoff-remove stupid assertion
2015-07-15 Christian Grothoff-need to fully unregister from neighbours, as otherwise...
2015-07-15 Bart Polot- better log
2015-07-15 Bart Polot- log warning
2015-07-15 Bart PolotDetailed statistics
2015-07-15 Bart Polot- debug info
2015-07-15 Bart Polot- doc
2015-07-15 Bart Polot- send payload on AX key receive
2015-07-15 Bart Polot- let one keepalive be queued at shutdown
2015-07-15 Bart Polot- don't send KEEPALIVE if the tunnel has traffic queued
2015-07-15 Bart Polot- fix end of kx condition to reception of valid payload...
2015-07-15 Bart Polot- improved logging of payload traffic
2015-07-14 Christian Grothoffthis should fix #3846
2015-07-14 Christian Grothoffcommitting version used to produce 3846:9432
2015-07-13 Christian Grothoffadding moderately expensive instrumentation to track...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-30 Bart Polot- use 32 byte cast
2015-06-26 Bart Polot- if a path is NULL is not equivalent to any other
2015-06-26 Bart Polot- first log, then free
2015-06-26 Bart Polot- fix log format
2015-06-26 Bart Polot- don't log old mesh versions as errors
2015-06-26 Bart Polot- try to retransmit in case of core error
2015-06-26 Bart Polot- explicitly track shutdown status
2015-06-26 Bart Polot- don't torture buildbots with 5000 messages
2015-06-26 Bart PolotMerge branch 'crypto'
2015-06-26 Bart Polot- Fix #3846. When receiving a create request for an...
2015-06-26 Bart Polot- on shutdown it will happen that core will return...
2015-06-25 Bart Polot- don't try to retrive a peer during a shutdown task
2015-06-25 Bart Polot- destroy queued messages only after making sure no...
2015-06-25 Bart Polot- If the path was cleared before, connection is not...
2015-06-25 Bart Polot- documentation, statistics about failures
2015-06-25 Bart Polot- if this happens the code is badly broken, bail out
2015-06-24 Bart Polot- fix error message
2015-06-24 Bart Polot- fix
2015-06-24 Bart Polot- complain about excessive core waiting times
2015-06-24 Bart Polot- check connections on peer destroy
2015-06-24 Bart Polot- free skipped keys on tunnel Axolotl destroy
2015-06-24 Bart Polot- free path after unregister
2015-06-24 Bart Polot- always free connection path, fix memory leak
2015-06-23 David BarksdaleNULL terminate core_handlers[]
2015-06-22 Christian Grothoff-doxygen fixes
2015-06-18 Bart Polot- only log time if core is requested
2015-06-18 Bart Polot- add core timing to peer debug
2015-06-18 Bart Polot- cleanup
2015-06-17 Bart Polot- free hello when destroying peer
2015-06-17 Bart Polot- destroy peers on shutdown
2015-06-17 Bart Polot- fix memleak
2015-06-17 Bart Polot- since the connection->id reduction hashmap puts use...
2015-06-17 Bart Polot- make sure there are no duplicates in the hashmap
2015-06-17 Bart Polot- don't invalidate direct connections unless peer disco...
2015-06-17 Bart Polot- roll back duplication of peer->connections
2015-06-17 Bart Polot- fix shutdown memleak
2015-06-17 Bart Polot- log
2015-06-17 Bart Polot- make sure tunnel queues are consistent
2015-06-10 Bart Polot- compiler fixes
2015-06-10 Bart Polot- refactor connection timeout into one implementation
2015-06-10 Bart Polot- fix returned buffer amount, to make sure channel...
2015-06-10 Bart PolotAlways allow a connection to receive data in a tunnel...
2015-06-10 Bart Polot- move break to documentation
2015-06-10 Bart Polot- start poll after send
2015-06-10 Bart Polot- fix poll log
2015-06-10 Bart Polotnote to self
2015-06-10 Bart Polot- fix debug messages
2015-06-10 Bart PolotFixed channel recv buffer space accounting error when...
2015-06-10 Bart Polot- more messages to force errors
2015-06-10 Bart Polot- fix log
2015-06-10 Bart Polot- add n_recv to debug info
2015-06-10 Bart Polot- improve POLL logging, debug info
2015-06-10 Bart Polotfix excessive queueing, don't force regular traffic
2015-06-09 Christian Grothoff-avoid concurrent modification trouble when handing...
2015-06-08 Christian Grothoff-check next and prev are disjoint
2015-06-08 Christian Grothoff-uniqueness was simply false
2015-06-08 Christian Grothoff-run unregister even if path is NULL, do check uniqueness
2015-06-08 Christian Grothoff-adding additional error checking logic
2015-06-08 Christian Grothoff-if the rest of the code uses horrible casts, one more...
2015-06-08 Christian Grothoff-fix use of uninit memory
2015-06-08 Christian Grothoff-eh, remove assert
2015-06-08 Christian Grothoff-assertion also does not hold, messy code
2015-06-08 Christian Grothoff-bogus assertion
2015-06-08 Christian Grothoff-doxygen
2015-06-08 Christian Grothoff-indentation, doxygen, be a bit pickier about return...
2015-06-05 Christian Grothoffturn 'force_reply' into a bitfield for future extensions
2015-06-04 Christian Grothoff-simplifying Cadet KX to directly use EdDSA keys for...
2015-05-22 Christian Grothoff-adding missing const's and a comment
2015-05-01 Christian Grothoffhandle case where type is neither ENCRYPTED nor AX
2015-04-30 Bart Polotfix traffic stall in case the is more messages queued...
2015-04-30 Bart Polot- fix debug msgs, mark tripped break
2015-04-30 Bart Polot- don't queue more than 3 messages
2015-04-30 Bart Polot- remove debug
2015-04-29 Christian Grothoff-doxygen
2015-04-27 Bart Polot- refactor buffer calucations
2015-04-27 Bart Polot- critical error
2015-04-27 Bart Polot- refactor storing AX keys
2015-04-27 Bart Polot- doc
2015-04-27 Bart Polot- skip checking all messages that are not there, no...
2015-04-27 Bart Polot- only modify to key sent before the key derivation
2015-04-27 Bart Polot- resend ax kx when lost
next