oweals/gnunet.git
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
2014-03-21 Matthias Wachsfix compile warning
2014-03-21 Matthias Wachsfix initialized value in udp on invalid address
2014-03-21 Matthias Wachs-lgcrypt fails if gcrypt is not in lib search path...
2014-03-20 Matthias Wachswhen switching addresses in connect_sent: no blacklist...
2014-03-20 Supriti SinghUpdated find successor
2014-03-20 Matthias Wachsdoxygen fixes
2014-03-20 Matthias Wachsimproved log message
2014-03-20 Matthias Wachsrenaming generator type for ats
2014-03-20 Matthias Wachsfixed check for destruction of inbound addresses
2014-03-20 Matthias Wachsuse address in session end callback
2014-03-20 Matthias Wachssession end function must include address to notify...
2014-03-20 Matthias Wachsnew session end function including address
2014-03-20 Matthias Wachsadditional log info
2014-03-20 Matthias Wachsremove testing breaks and add documentation for checks
2014-03-19 Matthias Wachsaddtional check for failed CONNECT messages + some...
2014-03-19 Matthias Wachsunsetting primary address on when free'ing address...
2014-03-19 Matthias Wachsformatting
2014-03-19 Matthias Wachsadditional condition for logging
2014-03-19 Matthias Wachsremoving duplicate state transission
2014-03-19 Matthias Wachschanges to connect behabviour and a lot iof improved...
2014-03-18 Matthias Wachsfixed configuration testing: NAT testing was not working
2014-03-18 Matthias Wachsupdated tutorial with Omar's remarks and fixes
2014-03-17 Matthias Wachsfast reconnect: new state is reconnect, not init
2014-03-17 Matthias WachsRemove blacklist check after address switch: blacklist...
2014-03-17 Supriti SinghAdded a dll to store finger trail in struct FingerInfo
2014-03-17 Matthias Wachsfixed clean up and improved logging
2014-03-17 Matthias Wachsno set_state to DISCONNECT_FINISHED required before...
2014-03-17 Matthias Wachsimproved messages
2014-03-17 Matthias Wachsdisabling hello import in configuration
2014-03-17 Matthias Wachsreformating and adding additional log info about hello...
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- 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
2014-03-17 Bart Polot- don't shutdown twice
2014-03-17 Bart Polot- check task (could be in the middle of transmission...
2014-03-17 Bart Polot- update peer counter
2014-03-17 Bart Polot- cancel pings on peer shutdown
2014-03-17 Bart Polot- mark peer as down
2014-03-17 Bart Polot- fix cleaner
2014-03-17 Bart Polot- gitignore
2014-03-17 Bart Polot- log, debug
2014-03-17 Bart Polot- fix infinite loop
2014-03-17 Bart Polot- check incoming channel for NULL
next