-rps service: prevent division by zero
[oweals/gnunet.git] / src / cadet /
2016-09-12 Christian Grothoffrealigning CADET messages and bumping message types...
2016-08-26 Christian Grothoffputting CADET on a diet: proper alignment for AX KX...
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-11 Christian Grothoff-note simplification possibility
2016-08-10 Bart Polot- missing implementation
2016-08-10 Bart Polot- fix use after free (not removing single transmit...
2016-08-10 Bart Polot- Add monitor API to MQ
2016-08-10 Bart PolotPort CADET API to MQ
2016-08-09 Carlo von lynXprotect CLI from port scanning: use string ports
2016-08-09 Carlo von lynXGNUNET_CADET_close_port doesnt work as expected. Bailin...
2016-08-08 Carlo von lynXUX: message type for important things that aren't evil
2016-08-08 Carlo von lynXMerge branch 'master' of /RAM/proj/gnunet
2016-07-29 Carlo von lynXcadet: rollback + warning message for posterity
2016-07-29 Carlo von lynXfixed a memleak, a static string free, an access of...
2016-07-20 Bart Polot- open port after handle check
2016-07-20 Bart Polot- adapt test cases / framework to new port system
2016-07-20 Bart PolotChange CADET ports from uint32 to HashCode
2016-07-20 Bart Polot- reduce INFO level debug
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoff-init cfg
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-06-27 Christian Grothoffavoid NPE
2016-06-23 Christian Grothoffconvert DHT API to new MQ API
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-05-03 Bart PolotFix shutdown assertion failure in core_api: avoid doubl...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-30 Bart Polot- free queued messages on peer destroy, fix #4001
2016-03-30 Bart Polot- fix condition on connection timeout
2016-03-30 Bart Polot- check return value on send_broken_unknown
2016-03-30 Bart Polot- refactor, test orderd
2016-03-30 Bart Polot- use proper setter method
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- refactor connection destroy handling, fix #4020
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- indent, clarify messages
2016-03-30 Bart Polot- typo, comparison order
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-09 Bart Polot- warn when trying to send traffic to disconnected...
2015-12-09 Bart PolotAnother attampt at fixing #4010: mark unavailable neigh...
2015-12-09 Bart PolotFix #4020, wrong assertion: if destroy is different...
2015-10-20 Bart Polot- add some assertions to make sure the poll mechanism...
2015-10-20 Bart PolotWhen cancelling polls cancel pending messages as well...
2015-10-18 Christian Grothoff-do not suggest twice
2015-10-18 Christian Grothoff-stop active offer before starting another one
2015-10-18 Christian Grothoffuse ATS connectivity suggestion instead of deprecated...
2015-10-18 Christian Grothoff-track hello offer handle while it is active
2015-10-16 Christian Grothoff-fix doxygen warnings
2015-10-13 Bart PolotAlways force queue local messages when the client was...
2015-10-08 Bart Polot- only request reply if no key is known
2015-10-08 Christian Grothoff-fix indent
2015-10-06 Bart Polot- fix script to work with barebone versions of sh
2015-10-06 Bart Polot- ignore confirmation of connections that are being...
2015-10-06 Bart Polot- remove unused variable
2015-10-06 Bart Polot- refactor test dropping, reduce test load
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- don't show WARNINGs on duplicate traffic
2015-10-02 Bart Polot- only break for cadet errors
2015-10-02 Bart Polot- remove debug
2015-10-02 Bart Polot- adjust logging
2015-10-02 Bart Polot- find the correct stored key, not always the first one
2015-10-02 Bart PolotDon't reset axolotl state on receipt of a pseudo-duplic...
2015-10-02 Bart PolotFix try_old_keys, in order to use it for data with...
2015-10-02 Bart Polot- added hexdump-like function to write binary data...
2015-10-02 Bart Polot- typo in variable name
2015-10-02 Bart Polot- use correct message number in the logs
2015-10-02 Bart Polot- cancel all transmissions so core_api doesn't complain
2015-10-02 Bart Polot- log shutdown
2015-10-02 Bart Polot- removed false break
2015-10-02 Bart PolotFixed usage of known broken paths. If a connection...
2015-10-02 Bart Polot- cancel transmit requests before destroying channels...
2015-10-02 Bart Polot- don't connect twice on core_connect, as it may cause...
2015-10-02 Bart Polot- fix processing of messages with no payload (keepalives)
2015-10-02 Bart Polot- fix log
2015-10-02 Bart Polot- additional test
2015-10-02 Bart Polot- never invalidate direct paths, show warning instead
2015-10-02 Bart Polot- use better variable names
2015-10-02 Bart Polot- don't try to connect to peers that are neighbors...
2015-10-02 Bart Polot- connect if there are less connections than the minimu...
2015-10-02 Bart Polot- don't leave freed memory on the peer's path list...
2015-10-02 Bart Polot- fix logging
2015-10-02 Bart Polot- use proper connection states for a tunnel
2015-10-02 Bart Polot- reduce log level
2015-10-02 Bart Polot- compiler warning
2015-10-02 Bart Polot- use correct hash type
2015-10-02 Bart Polot- style, change rounds
2015-10-02 Bart Polot- don't stop looking for connections as long as the...
2015-10-02 Bart Polot- indicate retransmitted packets on conn log
2015-10-02 Bart Polot- unify logging format
2015-10-02 Bart Polot- don't call core if there is no traffic
2015-09-03 Bart Polot- format
2015-09-03 Bart Polot- make sure own_id is a correct NULL-terminated string
2015-09-03 Bart PolotFix #3929: cancel poll towards disconnected neighbor
2015-09-03 Bart Polot- return NULL when handle is NULL
2015-09-03 Bart Polot- handle case if ports == NULL
2015-09-03 Bart Polot- dump client info on request
2015-09-03 Bart Polot- unregister from client on destroy
2015-09-03 Bart Polot- refactor client handling
2015-09-03 Bart Polot- minor fixes
next