aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* SP-client now reads the result from the correct offset (msg vs. message...)Christian Fuchs2013-09-16
| | | | | | upon shutdown, the server-API no longer crashes the SP-service by calling the client-disconnect handler with a &client == NULL
* add disconnect messageMatthias Wachs2013-09-16
|
* - doxygenFlorian Dold2013-09-16
|
* -towards a compiling gns proxyChristian Grothoff2013-09-16
|
* excluded test cases for SP for now, while it does not fully work yetChristian Fuchs2013-09-16
| | | | | SP service now properly checks for half-finished sessions in the tunnel teardown handler for alice.
* fixes for proportional solver:Matthias Wachs2013-09-16
| | | | | | - do not send 0-bandwidth on address switch since it will disconnect peer - do disconnect peers if no address is available
* define 0-bandwidthMatthias Wachs2013-09-16
|
* clarified docu and log level for ATS disconnect notificationsMatthias Wachs2013-09-16
|
* -fix compiler warningsChristian Grothoff2013-09-16
|
* psycstore tests configGabor X Toth2013-09-16
|
* PSYCstore service and API implementationGabor X Toth2013-09-16
|
* 'No valgrind by default' strikes againLRN2013-09-15
|
* Put missing UNIXONLY into set confLRN2013-09-15
|
* -clarify APIChristian Grothoff2013-09-15
|
* -minor style fixesChristian Grothoff2013-09-15
|
* -doxygen fixes, and fixing publish URI serization for proper resumeChristian Grothoff2013-09-15
|
* auto-correct missing 0-terminators in C_STRINGS/UTF-8 stringsChristian Grothoff2013-09-15
|
* auto-correct missing 0-terminators in C_STRINGS/UTF-8 stringsChristian Grothoff2013-09-15
|
* -fix check of return valueChristian Grothoff2013-09-15
|
* -fix unindexing of KBlocks, make use of standard UBlock decryption routines ↵Christian Grothoff2013-09-15
| | | | to avoid decoding failures
* -minor NSE cleanupChristian Grothoff2013-09-15
|
* -properly clean up on disconnect, without memory leaksChristian Grothoff2013-09-15
|
* Fix the endless loop fix - don't miss pre-last itemLRN2013-09-15
|
* Don't go into infinite loop once only uncancellable head is leftLRN2013-09-14
|
* -avoid queuing large number of START requestsChristian Grothoff2013-09-14
|
* -fix #3033Christian Grothoff2013-09-14
|
* -more complete fix for #3034Christian Grothoff2013-09-14
|
* -dead test, gnunet-pseudonym is goneChristian Grothoff2013-09-14
|
* -dead test, gnunet-pseudonym is goneChristian Grothoff2013-09-14
|
* -dead test, gnunet-pseudonym is goneChristian Grothoff2013-09-14
|
* -fixing #3034Christian Grothoff2013-09-14
|
* -fixing resuming publish operationChristian Grothoff2013-09-13
|
* -more rename issuesChristian Grothoff2013-09-13
|
* -fix rename issuesChristian Grothoff2013-09-13
|
* - docSree Harsha Totakura2013-09-13
|
* plugin returns inbound session if outbound session is requieredMatthias Wachs2013-09-13
|
* warning if inbound session does not have address length 0Matthias Wachs2013-09-13
|
* new propagation check Matthias Wachs2013-09-13
| | | | | | reformating lines
* address was no set to inactiveMatthias Wachs2013-09-13
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* fixes: resolve on canceling address requestMatthias Wachs2013-09-13
|
* active address was not set to inactive if session is deletedMatthias Wachs2013-09-13
|
* ats_ril:Fabian Oehlmann2013-09-12
| | | | | | | - q and sarsa updates - added first actions - agent interacts with environment - untested
* fixing assertion in ATS about unknown address in use:Matthias Wachs2013-09-12
| | | | | | | | | unix returned inbound session with length 0 when transport asked for outbound address so ATS cannot compare addresses this bug took exactly so long to find as the additional check has chars
* - fix likely possible nonterminating loop for small `cap'Sree Harsha Totakura2013-09-12
|
* - capping node degree in scale free topologySree Harsha Totakura2013-09-12
|
* bugfix, forgot to reset a variableChristian Fuchs2013-09-12
|
* remove not required assignmentsMatthias Wachs2013-09-12
| | | | | changes to log level
* fixed bug in address iterationMatthias Wachs2013-09-12
|
* important messages are infoMatthias Wachs2013-09-12
| | | | | ATS timeout was breaking tests /w valgrind