fixed clean up and improved logging
[oweals/gnunet.git] / src /
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- log, debug
2014-03-17 Bart Polot- fix infinite loop
2014-03-17 Bart Polot- check incoming channel for NULL
2014-03-17 Bart Polot- nse-style round cycling
2014-03-14 Bart Polot- don't send duplicate pings when a pong is delayed
2014-03-14 Bart Polot- dont ping after timeout
2014-03-14 Bart Polot- refactor
2014-03-14 Bart Polot- use ping-pong to avoid collisions
2014-03-14 Bart Polot- use proper Hash
2014-03-14 Bart Polot- name inside file
2014-03-14 Bart Polot- rename mesh profiler
2014-03-14 Bart Polot- remove unused constant: test based on time, not messages
2014-03-14 Bart Polot- use global hashmap for IDs
2014-03-13 Gabor X TothPSYC: some code cleanup
2014-03-13 Gabor X TothPSYC: message types, documentation
2014-03-13 Bart Polot- fix warnings, remove explicit keepalive count
2014-03-13 Bart Polot- use pointers in struct itself
2014-03-13 Bart Polot-add info about traffic
2014-03-13 Bart Polot- change cls to pointers instead of indexes
2014-03-13 Bart Polot- connect in clique
2014-03-13 Bart Polot- fix compilation issues, add to Makefile
2014-03-13 Bart Polot- change test to profiler
2014-03-13 Bart Polot- prepare profiler: start peer, get IDs, log at the end
2014-03-13 Bart Polot- minor fixes
2014-03-13 Bart Polot- use testbed's get_index to identify peer in array
2014-03-13 Bart Polot- add const
2014-03-13 Bart Polot- add a getter for peer->unique_id
2014-03-13 Bart Polot- use testbeds stats
2014-03-13 Bart Polot- inital mesh_profiler commit
2014-03-12 Gabor X TothPSYC: in-order delivery of fragments; tests for large...
2014-03-11 Florian Doldmissing struct definition in gnunet_scalarproduct_service.h
2014-03-11 Supriti Singh- verify successor result
2014-03-10 Sree Harsha Totakura- Add speedup.h
2014-03-10 Sree Harsha Totakura- Expose speedup routines as an internal header.
2014-03-10 Florian DoldRename name_map and plugins from gns so that they are...
2014-03-10 Florian DoldAdd missing stub definitions of structs to the correspo...
2014-03-10 Florian DoldRename uLong to GNUNET_uLong from crypto_crc so that...
2014-03-10 Florian DoldRename SearchMessage from regex to RegexSearchMessage...
2014-03-10 Bart Polot- use 256 hashs for hmac
2014-03-10 Bart Polot- use MeshHash in connection code
2014-03-10 Bart Polot- use an array of 256 hashes on connection info
2014-03-10 Bart Polot- generate smaller hashes for Conn IDs
2014-03-10 Bart Polot- add const
2014-03-10 Bart Polot- refactor
2014-03-10 Bart Polot- replace all HashCodes with short MeshHashes in Mesh...
2014-03-10 Bart Polot- use MeshHash
2014-03-10 Bart Polot- Define MeshHash
2014-03-07 Christian Grothoff-one more ATS header to be included
2014-03-07 Christian Grothoff-add missing header
2014-03-07 Sree Harsha Totakura- Delay shutdown until all connections are closed.
2014-03-07 Christian Fuchs- removed custom crypto functionality in scalarproduct
2014-03-07 Sree Harsha Totakura- remove dead code
2014-03-07 Sree Harsha Totakura- Warn upon deleting unsent message.
2014-03-07 Sree Harsha Totakura- Copy PATHS section as the shared service configuratio...
2014-03-07 Florian Doldadd missing ifdefs in header files
2014-03-07 Christian Grothoff-fix linkage issue that could cause a transport service...
2014-03-07 Christian Grothoff-fix map cmd shutdown
2014-03-07 Christian Grothoff-no set autostarting
2014-03-07 Christian Grothoff-ensure timeout forces call to continuation even if...
2014-03-07 Christian Grothoff-fix FTBFS
2014-03-07 Christian Grothoff-fix disting -- include sp
2014-03-06 Gabor X TothPSYC: implement slave to master requests, tests, fixes...
2014-03-06 Supriti Singh- verify_successor
2014-03-06 Supriti Singh- Modified find_successor
2014-03-06 Bart Polot- encrypt-then-MAC
2014-03-06 Bart Polot- fix warning
2014-03-06 Bart Polot- warning on direct KEEPALIVE sending
2014-03-06 Bart Polot- finally fixed missing keepalive messages
2014-03-06 Bart Polot- don't use global peer counter, cls instead
2014-03-06 Bart Polot- run statistics service by default
2014-03-06 Bart Polot- debug, indentation
2014-03-06 Bart Polot- fix scheduler clearance
2014-03-06 Bart Polot- add makefile for new testcase
2014-03-06 Bart Polot- evaluate keepalive counters
2014-03-06 Bart Polot- add keepalive testcase, statistics gathering
next