minor changes for address conversion
[oweals/gnunet.git] / src / mesh /
2014-04-01 Bart PolotDo not account canceled messages as sent regarding...
2014-04-01 Bart PolotCancel CORE transmit ready request when cancelling...
2014-04-01 Bart Polot- doc
2014-04-01 Bart Polot- shutdown dht last to allow tunnels to clean searches up
2014-04-01 Bart Polot- log
2014-04-01 Bart Polot- remove explicit keepalive from queueing
2014-04-01 Bart Polot- fix queue priority
2014-04-01 Bart Polot- use specific GMP_ function to stop dht
2014-04-01 Bart Polot- stop dht route search on tunnel destroy
2014-04-01 Bart Polot- peer info api
2014-04-01 Bart Polot- don't dereference NULL tunnels
2014-04-01 Bart Polot- implement client-side peer_id info request
2014-04-01 Bart Polot- add peer option, move listen to free '-p'
2014-04-01 Bart Polot- use small mesh hashes for info api
2014-04-01 Bart Polot- implement h2s
2014-04-01 Bart Polot- move mesh hash to public api
2014-04-01 Bart Polot- remove unnecessary break
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- optimizations for runtime
2014-03-22 Bart Polot- add more links
2014-03-22 Bart Polot- start test if warmup "fails"
2014-03-22 Bart Polot- fix handling of duplicate incoming channel create...
2014-03-22 Bart Polot- profiler changes
2014-03-22 Bart Polot- dont assert
2014-03-22 Bart Polot- debug
2014-03-22 Bart Polot- pass warmup parameter
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- cancel SYNACK retry task when forced to SYNACK by...
2014-03-22 Bart Polot- don-t re-scheduler, destroy immediately (comes from...
2014-03-22 Bart Polot- fix mask
2014-03-22 Bart Polot- set first channel number properly
2014-03-22 Bart Polot- send ACK on duplicate channel_create
2014-03-22 Bart Polot- fix peer to notify
2014-03-22 Bart Polot- don't delay tests
2014-03-22 Bart Polot- invalidate instead of destroying, to avoid reusing...
2014-03-22 Bart Polot- elimiate all paths
2014-03-22 Bart Polot- eliminate broken paths
2014-03-22 Bart Polot- use proper type
2014-03-22 Bart Polot- fix infinite resend loop
2014-03-22 Bart Polot- check path length AFTER shortening
2014-03-22 Bart Polot- log
2014-03-22 Bart Polot-fix own position
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- start test only after warmup
2014-03-22 Bart Polot- simplify, improve to 15000 lines/s
2014-03-22 Bart Polot- optimize
2014-03-22 Bart Polot- adjust nse on the fly
2014-03-22 Bart Polot- adjust retry time to expiration
2014-03-21 Bart Polot- expire data with hello
2014-03-21 Bart Polot- connections no longer have native 512 hashes, transla...
2014-03-21 Bart Polot- dont show warning on duplicate broken connections
2014-03-21 Bart Polot- use full path debug
2014-03-21 Bart Polot- fix false break() on retransmisson of connection_brok...
2014-03-21 Bart Polot- fix path optimization bug
2014-03-21 Bart Polot- add warmup phase
2014-03-21 Bart Polot- clean stdout output, log debug still
2014-03-21 Bart Polot- avoid excessive keepalives
2014-03-21 Bart Polot-log
2014-03-21 Bart Polot-move round time to cli, fix config file
2014-03-21 Bart Polot- check early
2014-03-21 Bart Polot- move pings to cli
2014-03-21 Bart Polot- log output
2014-03-21 Bart Polot- allocate memory, not array anymore
2014-03-21 Bart Polot- not abort condition
2014-03-21 Bart Polot- hide temp config file, show config template
2014-03-21 Bart Polot- hide template
2014-03-21 Bart Polot- wrap profiler in script to alter config file
2014-03-21 Bart Polot- read peers form argv
2014-03-21 Bart Polot- add stddev
2014-03-21 Bart Polot- changes to round system, stats collection
2014-03-21 Bart Polot- adjust transport delay
2014-03-21 Bart Polot- create own config file
2014-03-21 Bart Polot- copy & fail
2014-03-21 Bart Polot- check channel creation
2014-03-21 Bart Polot- test delay
2014-03-21 Bart Polot- dht debug path
2014-03-21 Bart Polot- requeue messages on connection broken
2014-03-21 Bart Polot- log
2014-03-21 Bart Polot- add message pop from transmission queue
2014-03-21 Bart Polot- remove explicit keepalive rest
2014-03-21 Bart Polot- set disable_try_connect for tests/profiler
2014-03-21 Bart Polot- add DISABLE_TRY_CONNECT option
2014-03-21 Bart Polot- establish connections on new paths
2014-03-21 Bart Polot-remove dead code
2014-03-21 Bart Polot- add connection count check, doc
2014-03-21 Bart Polot-log
2014-03-17 Bart Polot- log
2014-03-17 Bart Polot- set searching state before trying to reconnect, other...
2014-03-17 Bart Polot- debug log
2014-03-17 Bart Polot- use explicit ping/pong messages with counter and...
2014-03-17 Bart Polot- doc
2014-03-17 Bart Polot- dont disconnect from mesh service
2014-03-17 Bart Polot- only ping from select peers, do not shut them down
2014-03-17 Bart Polot- disconnect all mesh handles
2014-03-17 Bart Polot- fix disconnect task scheduling
2014-03-17 Bart Polot- fix run flag
2014-03-17 Bart Polot- NPE
2014-03-17 Bart Polot- fix operation handling
2014-03-17 Bart Polot-debug
next