aboutsummaryrefslogtreecommitdiff
path: root/src/nse
Commit message (Collapse)AuthorAge
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* operation closure in peer startSree Harsha Totakura2012-10-14
|
* -getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settingChristian Grothoff2012-10-09
|
* -add logic to measure heap size for all processes that use statistics, ↵Christian Grothoff2012-10-07
| | | | reduce statistics, topology, nse and resolver heap usage using the same trick we used for arm
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -allow test to passChristian Grothoff2012-09-17
|
* fixing #1551/#2503Christian Grothoff2012-09-17
|
* -note duplicate APIChristian Grothoff2012-09-15
|
* making nse multipeer test use testbedChristian Grothoff2012-09-15
|
* -fixChristian Grothoff2012-09-14
|
* -fixChristian Grothoff2012-09-14
|
* -doxygenChristian Grothoff2012-09-14
|
* triple star fun doneChristian Grothoff2012-09-12
|
* triple star funChristian Grothoff2012-09-12
|
* nse profiler _compiles_ against new testbed APIChristian Grothoff2012-09-10
|
* Fix hostkey loading for old testing frameworkLRN2012-07-22
|
* -fixes for api change in testing librarySree Harsha Totakura2012-06-20
|
* -working on streamChristian Grothoff2012-06-20
|
* -check misc return valuesChristian Grothoff2012-06-20
|
* -use port numbers that are less likely to conflict with source portsChristian Grothoff2012-06-15
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -updating config filesChristian Grothoff2012-06-09
|
* -moving old testing code to legacy locationChristian Grothoff2012-06-09
|
* -simplifying core API (#2400)Christian Grothoff2012-06-09
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* -more uniform statistics namingChristian Grothoff2012-05-27
|
* - Minor style changes, docBart Polot2012-05-14
|
* -undoChristian Grothoff2012-05-11
|
* -regenerating PO filesChristian Grothoff2012-05-11
|
* -fixing DBZChristian Grothoff2012-05-10
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* - sane profiler configBart Polot2012-05-07
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -disable histogram, check return valuesChristian Grothoff2012-04-26
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* - Fixed 2202, removed debug stuffBart Polot2012-04-11
|
* - Fix related bug to 2202: 'flood messages not generated (lack of history)'Bart Polot2012-04-11
|
* - Added more debug info, cleaned code, tried to fix boot time part of #2202Bart Polot2012-04-11
|
* - Improved doxygen, added debug codeBart Polot2012-04-10
|
* add configure option --enable-javaports to open ports of services with Java ↵Christian Grothoff2012-03-19
| | | | bindings by default (#2228)
* - Extend checking for activity to transmit handleBart Polot2012-03-08
|
* - Fix contidion for next roundBart Polot2012-03-08
|
* - Fix comparison directionBart Polot2012-03-08
|
* - The next_message in the previous round should have the now current_timestamp.Bart Polot2012-03-08
| | | | | - Check if it's better than our estimate before using.
* -autostartsChristian Grothoff2012-02-28
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services