- fix peer
[oweals/gnunet.git] / src / mesh /
2013-10-10 Bart Polot- fix peer
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- use proper const qualifier
2013-10-10 Bart Polot- move connection message accounting
2013-10-10 Bart Polot- change queueing API, adapt connections
2013-10-10 Bart Polot- add polling API to connection
2013-10-10 Bart Polot- expose appropriate functions in API
2013-10-10 Bart Polot- use const for peer IDs
2013-10-10 Bart Polot- fix connection.c
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- share ID
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-10 Bart Polot- move path manipulation to API
2013-10-10 Bart Polot- remove old include
2013-10-10 Bart Polot- order
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- use different enum to prevent collisions
2013-10-10 Bart Polot- move queue canceling to peer.c
2013-10-10 Bart Polot- connection fixing
2013-10-10 Bart PolotCalculate outgoing connection performance
2013-10-09 Bart Polot- add callback when we give a message to CORE
2013-10-09 Bart Polot- one catch-all ack handles renedered obsolete
2013-10-09 Bart Polot- queue is internal: channel -> tunnel -> connection...
2013-10-09 Bart Polot- local channel id better accounted for per-client
2013-10-09 Bart Polot- fixing channel functions
2013-10-09 Christian Grothoff-fix header inclusion
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-09 Bart Polot- move get channel to local
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- cleanup
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- add peer's tunnel setter
2013-10-08 Bart Polot- use public channel handlers
2013-10-08 Bart Polot- move connection initialization to GMC_new
2013-10-08 Bart Polot- fix LOG
2013-10-08 Bart Polot- use per-module logging
2013-10-08 Bart Polot- export core handlers from connection: all p2p message...
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-08 Bart Polot- add new modules to Makefile
2013-10-08 Bart Polot- fix main mesh file
2013-10-08 Bart Polot- MOve peer2s to peer section
2013-10-08 Bart Polot- finished coarse refactoring
2013-10-07 Bart Polot- fix channel static functions
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-05 Christian Grothoff-fix getting peer identity via mesh_get_info
2013-10-04 Bart Polot- sync
2013-10-04 Bart Polot- sync
2013-10-03 Christian Grothoff-also build meshenc lib
2013-10-02 Christian Grothoff-remove generated binary
2013-10-02 Bart Polot- more refactoring
2013-10-01 Bart Polot- too much uncommited work
2013-10-01 Christian Grothoff-fixing FTBFS
2013-10-01 Christian Grothoff-fixing FTBFS
2013-10-01 Christian Grothoff-fixing FTBFS
2013-09-30 Christian Grothoff-rename files/symbols from _aes to _symmetric
2013-09-27 Bart Polot- extra wait time
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-25 Christian Grothoff-misc fixes based on cppcheck
2013-09-22 Christian Grothoff-doxygen, following naming conventions
2013-09-21 Christian Grothoff-fix naming convention
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-15 LRN'No valgrind by default' strikes again
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-06 Sree Harsha Totakura- give out run handle through which master controller...
2013-09-06 Bart Polot- cancel core_tmt_ready on core disconnect
2013-09-06 Bart Polot- use GNUNET_log_config_invalid
2013-09-06 Bart Polot- dont prevent destroy in case of fully initialized...
2013-09-06 Bart Polot- fix double destroy of half-open loopback channels...
2013-09-06 Bart Polot- avoid double free on shutdown
2013-09-06 Bart Polot- multiple fixes for connection-less loopback traffic
2013-09-05 LRNAdd forward declaration for tunnel_send_queued_data
2013-09-05 Bart Polot- send data directly if tunnel is already online (or...
2013-09-05 Bart Polot- fix crash
2013-09-05 Bart Polot- fix ack'ing
2013-09-05 Bart Polot- cancel old ACK/POLL when issuing a new one
2013-09-05 Bart Polot- use queue, not ack, for buffer size calculation
2013-09-05 Bart Polot- fix queue unlocking
2013-09-05 Bart Polot- dont cancel poll if ack is not enough for future...
2013-09-05 Bart Polot- dont insert channel in tunnel before search for free ID
2013-09-05 Bart Polot- record channel number correctly
2013-09-05 Bart Polot- debug
2013-09-05 Bart Polot- fix 'synack' processing
2013-09-04 Bart Polot- send connection handshake before data
2013-09-04 Bart Polot- fix neighbor disconnection notifications
2013-09-04 Bart Polot- dead code
2013-09-04 Bart Polot- don't crash on NULL tunnels
2013-09-04 Bart Polot- fix 3way handshake
2013-09-04 Bart Polot- fixes, debug
2013-09-02 Bart Polot- debug, minor fix
2013-09-02 Bart Polot- fix PID accounting for congestion control
2013-08-30 Bart Polot- sync
2013-08-30 Bart Polot- fixes, document weirdeness
2013-08-30 Christian Grothoff-integrating multicast with build system
2013-08-30 Bart Polot- initialize all fields
next