missing fi
[oweals/gnunet.git] / src /
2013-11-20 Matthias Wachsmissing fi
2013-11-20 Christian Fuchsfixed bug from set-union
2013-11-20 Fabian Oehlmannglobal/local reward ratio made adjustable
2013-11-20 Fabian Oehlmannadded preferences to state vector
2013-11-20 Matthias Wachsrenaming timeout constants
2013-11-19 Christian Grothoff-doxygen
2013-11-19 Christian Grothoff-implementing revocation set union
2013-11-19 Fabian Oehlmannglobalized networks state
2013-11-19 Fabian Oehlmannbetter experience initialization
2013-11-19 Matthias Wachsevaluation
2013-11-19 Fabian Oehlmannremoved debug statement
2013-11-19 Fabian Oehlmann-integer underflow fix
2013-11-19 Bart Polot- more shutdown fixes
2013-11-19 Bart Polot- missing header
2013-11-19 Bart Polot- fix shutdown order
2013-11-19 Bart Polot- remove warning
2013-11-19 Bart Polot- api fix
2013-11-19 Bart Polot- delete tunnel from peermap at shutdown
2013-11-19 Christian Grothoff-do not crash on exit, even if mesh died
2013-11-19 Christian Grothoff-fix
2013-11-19 Christian Grothoff-fix
2013-11-19 Christian Grothoff-fix test
2013-11-19 Bart Polot- don't reschedule a POLL if connectio is being destroy...
2013-11-19 Christian Grothoff-cleaner callback sequencing
2013-11-19 Christian Grothoff-fix channel_get_info, return pointer to peer, not...
2013-11-19 Matthias Wachsget normalized pref per client
2013-11-19 Christian Grothoff-not const
2013-11-19 Christian Grothoff-fixing crash from reset_mesh due to mesh API semantic...
2013-11-19 Matthias Wachspreference client management and test
2013-11-19 Matthias Wachsnotify only once
2013-11-19 Matthias Wachs- reduce debug level in proportional
2013-11-19 Florian Dold- Added the '-E' option to gnunet-ecc, which prints...
2013-11-18 Christian Grothoff-doxygen fixes
2013-11-18 Christian Grothoff-fix
2013-11-18 Christian Grothoff-doxygen, and likely fix for #2727
2013-11-18 Christian Grothoff-document test
2013-11-18 Christian Grothoff-expanding conversation test
2013-11-18 Bart Polot- destroy channels when tunnels is being destroyed...
2013-11-18 Bart Polot- fixme
2013-11-18 Bart Polot- fix handling of path's on duplicate PATH_CREATE messages
2013-11-18 Christian Fuchswork work
2013-11-18 Christian Fuchsmore work on set intersection
2013-11-18 Christian Grothoff-towards a real test for conversation
2013-11-18 Christian Fuchsmore work on intersection
2013-11-18 Bart Polot- doc, notes
2013-11-18 Matthias Wachspreference iteration
2013-11-18 Bart Polot- missing return
2013-11-18 Fabian Oehlmanntest_api_conf changed
2013-11-18 Fabian Oehlmanncomments
2013-11-18 Fabian Oehlmannadded utilization
2013-11-18 Bart Polot- log
2013-11-18 Matthias Wachsimproved evalution
2013-11-18 Bart Polot- cancel queued message on connection destroy
2013-11-18 Bart Polot- dont double free in case of error
2013-11-18 Matthias Wachsutilization
2013-11-18 Bart Polot- fix use after free on shutdown (#3112)
2013-11-18 Matthias Wachsadditional hosts are appearing -> disable hostlist
2013-11-18 Matthias Wachsremove, not used anymore
2013-11-18 Matthias Wachsallocation evaluation
2013-11-18 Sree Harsha Totakurafix #2944: modify the adaptive parallelisation algorithm
2013-11-17 Bruno CabralAdd a third default.
2013-11-17 Christian Grothoff-fix test
2013-11-17 Christian Grothoff-use two-digit country code, as required
2013-11-16 Christian Grothoff-more debug messages
2013-11-16 Christian Grothoff-add assertions to ensure there is no stale reconnect...
2013-11-16 Christian Grothoff-fix shutdown
2013-11-16 Christian Grothoff-fix missing endianess conversions
2013-11-16 Christian Grothoff-clean up during shutdown
2013-11-16 Christian Grothoff-fix
2013-11-16 Christian Grothoff-do not send done after destroying channel
2013-11-16 Christian Grothoff-avoid use after free
2013-11-16 Christian Grothoff-return after handler was found, as handler might have...
2013-11-16 Christian Grothoff-avoid possible problem due to clean up during deeper...
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-11-16 Christian Grothoff-fix include order
2013-11-16 Christian Grothoff-only notify AFTER sending is really close to finished...
2013-11-16 Christian Grothoff-doxygen, minor bug fixes
2013-11-16 Bruno CabralTest Commit. Fixing typo.
2013-11-16 LRNFix a typo in util.conf
2013-11-16 Christian Grothoff-doxygen fixes
2013-11-15 Christian Grothoff-build fix
2013-11-15 Christian Grothoff-completing API implementation
2013-11-15 Christian Grothoff-implementing missing resume/suspend functions for...
2013-11-15 Christian Grothoff-updating gnunet-conversation to match current API
2013-11-15 Christian Grothoff-reworking connection to allow multiple waiting/active...
2013-11-15 Christian Grothoff-fix FTBFS
2013-11-15 Christian Grothoff-towards enabling call waiting in conversation -- creat...
2013-11-15 Bart Polot- doc
2013-11-15 Bart Polot- initiate retransmit timer only after message has...
2013-11-15 Bart Polot- dont use uninitialized memory
2013-11-15 Bart Polot- dead code
2013-11-15 Bart Polot- add tunnel callback for retransmissions
2013-11-15 Bart Polot- dont use a cancel handle if cont is NULL, fix potenti...
2013-11-15 Bart Polot- show WARNING if elements were not in the hashmaps
2013-11-15 Bart Polot- ignore return value (cov 10870)
2013-11-15 Bart Polot- fix cov 10808
2013-11-15 Bart Polot- fix NACK handling (related to cov 10832)
2013-11-15 Bart Polot- non-null check always performed before call: not...
2013-11-15 Bart Polot- ignore return values
2013-11-15 Bart Polot- explicitly ignore return value (cov 10819)
next