oweals/gnunet.git
2014-03-28 Matthias Wachsfixing crash: cancel dead task 1004493731513019834!
2014-03-27 Matthias WachsAPI header with disconnect call
2014-03-27 Matthias Wachsadded functionality to use the CLI to disconnect peers
2014-03-27 Matthias WachsWe do not need the address and session here
2014-03-27 Matthias Wachsimproved network lookup
2014-03-27 Matthias Wachsone break to break it all:
2014-03-27 Matthias Wachsblacklist checks have to be cancelled when session...
2014-03-27 Matthias Wachsremove blacklist check in neighbours on CONNECT
2014-03-27 Matthias Wachsreformat
2014-03-27 Matthias Wachssome testing code for debugging
2014-03-27 Matthias WachsAddress was not deleted if SEND_CONNECT in FAST RECONNE...
2014-03-26 Matthias Wachserror handling for failed CONNECT messages in CONNECT_S...
2014-03-26 Matthias Wachswe do not need this address in neighbours: was already...
2014-03-26 Matthias Wachsremove CONNECT_SWITCHING_BLACKLIST state
2014-03-26 Matthias Wachsremoving GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST...
2014-03-26 Matthias Wachsremove debugging breaks
2014-03-26 Sree Harsha... - Avoid dereferencing undefined pointer when the reques...
2014-03-26 Matthias Wachsremove debug break
2014-03-26 Matthias Wachsremove state
2014-03-26 Matthias Wachsremoving blacklist state not required anymore
2014-03-26 Matthias Wachsfix compile warning
2014-03-25 Matthias WachsDo blacklist checks on CONNECT before giving CONNECT...
2014-03-24 Matthias Wachschecking incoming connection behaviour:
2014-03-24 Matthias WachsFIX:
2014-03-24 Matthias Wachschecking incoming connections
2014-03-24 Supriti SinghMerged update_successor and update_predecessor with...
2014-03-24 Matthias Wachstask was not marked as canceled when canceled
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 Matthias Wachsremove unsued INIT_BLACKLIST state: blacklist check...
2014-03-21 Matthias Wachsprint message if service is not running
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- ignore
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
next