aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Make psycstore.conf generatableLRN2013-09-08
|
* Remove static psycstore.confLRN2013-09-08
|
* Fix a typoLRN2013-09-08
|
* Fix timing problems in *_select() on W32LRN2013-09-08
| | | | | | | | | | 1) If timeout is < 1ms, round it up to 1ms, because WaitForMultipleObjects() can't wait for time shorter than 1ms (0ms means "don't wait at all"). 2) Read data from the wakeup socket before commanding the select thread to start selecting. For some reason the socket would be in signalled state by the time winsock's select() runs, even though we emptied it the last time. So now we empty it beforehand. This should prevent us from returning early in some cases.
* -doxygen improvementsChristian Grothoff2013-09-07
|
* Fix memory allocation in set serviceLRN2013-09-07
|
* Fix the fixLRN2013-09-06
|
* Remove generated config fileLRN2013-09-06
|
* Fix main test function arguments for perf_atsLRN2013-09-06
|
* W32 compatibility for test_testbed_api_barriersLRN2013-09-06
|
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* - cancel core_tmt_ready on core disconnectBart Polot2013-09-06
|
* -doxChristian Grothoff2013-09-06
|
* -code cleanupChristian Grothoff2013-09-06
|
* - use GNUNET_log_config_invalidBart Polot2013-09-06
|
* - dont prevent destroy in case of fully initialized channelBart Polot2013-09-06
|
* - fix double destroy of half-open loopback channels on shutdownBart Polot2013-09-06
|
* -cleanup leaksChristian Grothoff2013-09-06
|
* -misc fixesChristian Grothoff2013-09-06
|
* missing makefile.amMatthias Wachs2013-09-06
|
* changes to configure.ac and Makefile to enable ats-testsMatthias Wachs2013-09-06
|
* removing tests moved to ../ats-testsMatthias Wachs2013-09-06
|
* new test directory for tests depending on testbedMatthias Wachs2013-09-06
|
* - initialize set type in test caseFlorian Dold2013-09-06
| | | | | | | - handle 1-peer consensus correcly - don't store peers in consensus api - updated consensus test case
* - avoid double free on shutdownBart Polot2013-09-06
|
* -minor fixesChristian Grothoff2013-09-06
|
* -comment out dead testsChristian Grothoff2013-09-06
|
* -fix bad free, cut&paste error, might fix #3020Christian Grothoff2013-09-06
|
* check if MHD_DUAL_STACK is definedMatthias Wachs2013-09-06
|
* - multiple fixes for connection-less loopback trafficBart Polot2013-09-06
|
* Add forward declaration for tunnel_send_queued_dataLRN2013-09-05
|
* removing gnunet-pseudonym, we're using GNS/gnunet-identity instead in the futureChristian Grothoff2013-09-05
|
* more rework of the logicsChristian Fuchs2013-09-05
|
* - send data directly if tunnel is already online (or local)Bart Polot2013-09-05
|
* more work on the state machine.Christian Fuchs2013-09-05
| | | | | | | transmit handles are now reset in do_transmit_msg session remain active/present until the client disconnects or if a client sends a new message from the same connection
* reworked task housekeeping\Christian Fuchs2013-09-05
| | | | | added a couple of TODOs introduced due to the recent logics changes
* -doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)Christian Grothoff2013-09-05
|
* -fix FTBFSChristian Grothoff2013-09-05
|
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
|
* -update comments as wellChristian Grothoff2013-09-05
|
* -more precise check when to go to DHT (SVN 3017)Christian Grothoff2013-09-05
|
* -discussions on cleanupChristian Grothoff2013-09-05
|
* service no longer asserts if it can not convert the result of a computation ↵Christian Fuchs2013-09-05
| | | | | | | | for the client, but just signals an error errors are signaled as negative result with zero-length product. Bob determines his computation succeeded if he gets zero-length and zero as sign
* fixed dangling tasks in SP-serviceChristian Fuchs2013-09-05
| | | | | | | removed destroy tunnel function, as it is no longer needed with new-mesh tasks now get queued in a DLL and are removed from it upon execution. do_shutdown de-queues all outstanding tasks
* fixed missing backslash that broke buildchain/automake definitionChristian Fuchs2013-09-05
|
* -use standard zones in gnunet-gnsChristian Grothoff2013-09-05
|
* -fix clenaupChristian Grothoff2013-09-05
|
* - doxygenSree Harsha Totakura2013-09-05
|
* -link to bugreportChristian Grothoff2013-09-05
|
* -activate shortening logic (#3012)Christian Grothoff2013-09-05
|