oweals/gnunet.git
2013-07-24 Florian Dold- logging
2013-07-24 Bart Polot- connection messages
2013-07-24 Bart Polot- new P2P messages
2013-07-24 Bart Polot- more renamed message types
2013-07-24 Bart Polot- connection creation function
2013-07-24 Bart Polot- New message names
2013-07-24 Bart Polot- doc
2013-07-24 Bart Polot- change function declarations to new data structures
2013-07-24 Christian Grothoff-do NOT cancel here
2013-07-24 Bart Polot- new data structures
2013-07-24 Florian Dold- msg type added
2013-07-24 Christian Grothoff-fix warnings on W32
2013-07-24 Christian Grothoff-w32 bugfix -- compiler warning too
2013-07-24 Bart Polot- don't build new mesh for now, too broken
2013-07-24 Florian Dold-consensus fixes
2013-07-23 Florian Dold- return, don't break
2013-07-23 Florian Dold- modulo in shuffle
2013-07-23 Florian Dold- extract context msg correctly
2013-07-23 Florian Dold-send elements to client
2013-07-23 Florian Dold- better debug logs, ibf tweak
2013-07-23 Claudiu Olteanuskiping the broadcast messages
2013-07-23 Bart Polot- wip
2013-07-23 Bart Polot- missing file
2013-07-23 Florian Dold- docs
2013-07-23 Florian Dold- set iteration
2013-07-23 Florian Dold- comment
2013-07-23 Florian Dold- set iterate declaration
2013-07-23 Florian Dold- pass set service disconnect to client
2013-07-23 Bart PolotChange MESH API to use Tunnel to use Channel
2013-07-23 Bart Polot- add .h files for new mesh api
2013-07-23 Bart Polot- copy mesh protocol for encrypted version
2013-07-23 Bart Polot- dead code
2013-07-23 Bart Polot- add separate encryption enabled mesh to avoid breakag...
2013-07-23 Bart Polot- doxygen
2013-07-23 Bart Polot- don't use peer_info as a data strcut name
2013-07-23 Bart Polot- doxygen
2013-07-23 Bart Polot- don't leak memory on repeated PATH_CREATE
2013-07-23 Gabor X Tothmulticast: group_member_remove()
2013-07-23 Gabor X Tothmulticast/psyc: no part cb needed
2013-07-23 Gabor X Tothmulticast/psyc: use start/stop naming for master/origin
2013-07-23 Gabor X Tothuntabify
2013-07-22 Bart Polot- send ack could call queue_add and set the handler
2013-07-22 Bart Polot- don't try to do stuff on an error callback
2013-07-22 Bart Polot- remove assertion: can happen that if both own and...
2013-07-22 Florian Dold- handle cyclic IBFs and SEs correctly
2013-07-22 Bart Polot- cancel polling on cancel_queues
2013-07-22 Bart Polot- not an error, messages could have crossed on the...
2013-07-22 Bart Polot- add port number to debug
2013-07-22 Bart Polot- not an error
2013-07-22 Bart Polot- if the next peer has destroyed tunnel, don't poll...
2013-07-22 Bart Polot- inverted comparison operators
2013-07-22 Bart Polot- copy and d'oh
2013-07-22 Bart Polot- cancel retransmissions on destroy
2013-07-22 Bart Polot- unregister ports on client disconnect
2013-07-22 Bart Polot- try to work if both RELIABLE and NOBUFFER options...
2013-07-22 Bart Polot- fix mantis 2954
2013-07-22 Bart Polot- log wrong TID
2013-07-22 Bart Polot- move tunnel number verification to function
2013-07-22 Bart Polot- fix
2013-07-22 Bart Polot- make sure fc->t is initialized
2013-07-22 Bart Polot- allow same owner && client
2013-07-22 Florian Dold- test for correct uncommited set op destruction
2013-07-22 Florian Dold- cancel uncommited set operation correctly
2013-07-22 Christian Grothoff-handle set API quirk -- #2955
2013-07-22 Christian Grothoff-note where 2919 should be also implemented
2013-07-22 Christian Grothoffrename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregex...
2013-07-22 Christian Grothoff-move all code that deals with IP/policy to regex/strin...
2013-07-21 Christian Grothoff-do NULL check before dereferencing
2013-07-21 Christian Grothoff-initialize element type
2013-07-21 Christian Grothoff-fix uninit and fix leak
2013-07-21 Claudiu OlteanuFixing the function called to convert a string address...
2013-07-19 Claudiu OlteanuFixed some bugs
2013-07-19 Bart Polot- Fix coverity 10602
2013-07-19 Bart Polot- fix cov10603
2013-07-19 Bart Polot- log tunnel state evolution
2013-07-19 Claudiu OlteanuFixing dependencies for bluetooth plugin
2013-07-19 Bart Polot- missing message types
2013-07-19 Bart Polot- major refactoring, implement bi-directional keepalive...
2013-07-19 Christian Grothoff-doxygen fixes
2013-07-19 Florian Dold-fixed memory leak
2013-07-19 Florian Dold-missing return
2013-07-19 Florian Dold- fixed malloc size
2013-07-18 Florian Dold- set autostart
2013-07-18 Christian Grothoff-pogen
2013-07-18 Christian Grothoff-minor code cleanup
2013-07-18 Matthias Wachsuninitialized variable
2013-07-18 Bart Polot- fix condition to omit hop-by-hop ACK
2013-07-18 Matthias Wachsconst was discarded
2013-07-18 Christian Grothoff-updating ignores
2013-07-18 Christian Grothoff-removing last bits of RSA support, as this code is...
2013-07-18 Christian Grothoff-add dependencies to hopefully make W32 bb happy
2013-07-18 Christian Grothoff-fix function signature
2013-07-18 Christian Grothoff-use sh instead of bash
2013-07-18 Christian Grothoff-enable buffering
2013-07-18 Bart Polot- fix
2013-07-18 Bart Polot- don't zero send flag after a cancelled transmission
2013-07-18 Bart Polot- fix ACK for TO_ORIG traffic
2013-07-18 Bart Polot- debug
2013-07-18 Christian Grothoff-fix shutdown logic
2013-07-18 Bart Polot- debug, cleanup
next