-add identity service to standard build
[oweals/gnunet.git] / src / nse / gnunet-service-nse.c
2013-07-15 Christian Grothoff-suspend/resume is unnecessary now
2013-07-14 Christian Grothoff-improved debug logic
2013-07-09 Christian Grothoff-simplify zone key loading by using synchronous ECC...
2013-05-21 Christian Grothoff-fixes to error reporting
2013-05-08 Sree Harsha Totakura- have a timeout for cases where flushing takes too...
2013-05-08 Sree Harsha Totakura- flush logger data before disconnecting
2013-05-08 Sree Harsha Totakura- generate histograms based on configure option --enabl...
2013-04-05 Christian Grothoffuse SCRYPT - fixing # 2685, needs LATEST libgcrypt...
2013-04-05 Sree Harsha Totakura- revert; do not enable traffic logging by default
2013-04-05 Sree Harsha Totakura- increase interval
2013-03-28 Sree Harsha Totakura- read unique peer-ids from testbed
2013-03-26 Sree Harsha Totakura- fix
2013-03-26 Sree Harsha Totakura- generate histograms with unique file names
2013-03-23 Christian Grothoff-doxygen
2013-03-23 Christian Grothoff-towards implementing #2685
2013-03-22 Matthias Wachsfix
2013-03-21 Matthias Wachsfixes
2013-03-05 Christian Grothoff-rsa, not ecc
2013-02-08 Bart Polot- use correct config name
2013-02-08 Bart Polot- read proper keyfile, error messages
2013-02-07 Bart Polot- change RSA for ECC in NSE
2012-12-21 Christian Grothoff-debug
2012-10-07 Christian Grothoff-add logic to measure heap size for all processes that...
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-09-17 Christian Grothofffixing #1551/#2503
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-09 Christian Grothoff-simplifying core API (#2400)
2012-05-27 Christian Grothoff-more uniform statistics naming
2012-05-14 Bart Polot- Minor style changes, doc
2012-05-06 Christian Grothoff-removing legacy ifdefs, fixing log statements
2012-04-26 Christian Grothoff-disable histogram, check return values
2012-04-24 Christian Grothoff-trying to resolve alignment issue on sparc
2012-04-11 Bart Polot- Fixed 2202, removed debug stuff
2012-04-11 Bart Polot- Fix related bug to 2202: 'flood messages not generate...
2012-04-11 Bart Polot- Added more debug info, cleaned code, tried to fix...
2012-04-10 Bart Polot- Improved doxygen, added debug code
2012-03-08 Bart Polot- Extend checking for activity to transmit handle
2012-03-08 Bart Polot- Fix contidion for next round
2012-03-08 Bart Polot- Fix comparison direction
2012-03-08 Bart Polot- The next_message in the previous round should have...
2012-01-25 Christian Grothoff-fix
2012-01-05 Christian Grothoff-try converting doubles to network byte order
2012-01-01 Christian Grothoffchanging scheduler priorities to revert to DEFAULT...
2011-12-21 Bart PolotAdded statistic reading to NSE, fixed some minor bugs
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-12-20 Bart Polot- Removed duplicate statistics, minor stylistic changes
2011-12-19 Christian Grothoff-hopefully fixing #1997, also renaming function to...
2011-12-13 Bart Polot- Wrong file commited, fixed.
2011-12-13 Bart Polot- Added more stats gathering code
2011-12-08 Christian Grothoff-eliminate special case, no justification for why it...
2011-12-08 Christian Grothoff-add logging for randomized delays
2011-12-08 Christian Grothoffadd statistic to track estimated network diameter
2011-12-08 Christian Grothofffixing issue with sending back size estimate messages...
2011-12-08 Bart Polot- Added logging of peers to NSE service
2011-11-29 Christian Grothoff-fixing indentation
2011-11-28 Christian Grothoff-do not send previous round messages if we are just...
2011-11-28 Christian Grothoff-trying harder to remove useless signing in NSE
2011-11-28 Christian Grothoff-handle shutdown
2011-11-28 Christian Grothoffcache signature upon first generation to avoid useless...
2011-11-25 Bart PolotUse _weighted_ average of last estimations to calculate...
2011-11-24 Bart Polot- Added explicit cast, just in case
2011-11-24 Bart Polot- Same result, cleaner code
2011-11-24 Christian Grothofffixing mantis 1960
2011-11-24 Christian Grothoffdisable use of signatures if nse proof is disabled...
2011-11-24 Bart PolotRemoved variance debug, initialized variance in WEST...
2011-11-24 Christian Grothoffcheck return value
2011-11-24 Christian Grothoffnse never queues more than one message per peer
2011-11-23 Christian Grothofffixing west algorithm to also use j and to consider...
2011-11-23 Christian Grothofffixing variance calculation - we calculate the average...
2011-11-23 Bart Polot- Fixed simplified variance code
2011-11-23 Christian Grothoffsimpler alternative to the West algorithm to convince...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-22 Christian Grothoffreplacing 0-terminated atsi-array with array+length...
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-10 Christian Grothoffanother core API simplification due to ATS introduction
2011-10-07 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-06 Matthias Wachslog2 does not exist in math.h on freebsd
2011-10-06 Christian Grothofffix
2011-10-05 Christian Grothofffix correction according to paper, minimum NSE should...
2011-10-05 Christian Grothoffadd GNUNET_PACKED
2011-09-14 Christian Grothoffcheck return values
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-08-01 Christian Grothoffcleanup
2011-07-30 Christian Grothoffproduction settings
2011-07-29 Christian Grothofffix
2011-07-29 Christian Grothoffremove option
2011-07-29 Christian Grothoffoption for not having delays
2011-07-28 Christian Grothofffix assertion:
2011-07-27 Nathan S. Evansdon't break unless debugging
2011-07-27 Christian Grothofffix
2011-07-27 Christian Grothoffpush back
2011-07-27 Bart PolotDo not weight the average
2011-07-27 Nathan S. Evanstimestamps
2011-07-27 Nathan S. Evansredo send on connect
2011-07-26 Nathan S. Evansremove send on connect
2011-07-26 Nathan S. Evansremove send on connect
2011-07-26 Christian Grothofffix
next