aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
* better logging since important messages are infoMatthias Wachs2013-09-12
|
* - bulk deletion for all addressesMatthias Wachs2013-09-12
| | | | | - no break, since solve can be called when addresses is empty due to autosolve parameter
* improved logging: messages with higher importance changed to infoMatthias Wachs2013-09-12
|
* fixing coverity issuesMatthias Wachs2013-09-12
|
* -do not clean up reader more than onceChristian Grothoff2013-09-11
|
* -cosmetics, trying to narrow down deserialization errorChristian Grothoff2013-09-11
|
* ats_ril: solver further continuedFabian Oehlmann2013-09-11
|
* the key entry in GNUNET_SCALARPRODUCT_ComputationHandle is now a struct, not ↵Christian Fuchs2013-09-11
| | | | | | | | a pointer. re-added scheduler shutdown to SP-client
* removed a couple of extra checks from the SP-apiChristian Fuchs2013-09-11
| | | | | | fixed a silly bug in the SP-client removed two incorrect frees in the SP-service
* disabling tests not yet passingMatthias Wachs2013-09-11
|
* - implement scale free topology correctly and introduce argument to cap the ↵Sree Harsha Totakura2013-09-11
| | | | number of connections to a peer in the generated topology
* surpress error messagesMatthias Wachs2013-09-11
|
* -fix assertionChristian Grothoff2013-09-11
|
* -fix assertionChristian Grothoff2013-09-11
|
* -docu improvementsChristian Grothoff2013-09-11
|
* Don't cancel if we didn't start watching anything in the first placeLRN2013-09-11
|
* Disable test_testbed_api_barriers on W32LRN2013-09-11
|
* SP-service: converted integer types from 16 to 32bit unsigned whereever neededChristian Fuchs2013-09-11
|
* -no longer experimentalChristian Grothoff2013-09-11
|
* modified testMatthias Wachs2013-09-11
|
* adjusted integer types in the SP-clientChristian Fuchs2013-09-11
|
* - iterator NULL checkMatthias Wachs2013-09-11
| | | | | - do no empty name if it did not exist before
* added propper shutdown task to SP-clientChristian Fuchs2013-09-11
| | | | | | | | fixed a logics mixup in the SP-API between alice's client and bob's client-function fixed a memory allocation bug in SP-API adjusted message formats to use uint32_t instead of 16 for all element counts and mask lengths
* - docBart Polot2013-09-11
|
* new testMatthias Wachs2013-09-11
|
* removing tests: not required anymoreMatthias Wachs2013-09-11
|
* tests not required anymore due to removed functionalityMatthias Wachs2013-09-11
|
* new test: store a label and update itMatthias Wachs2013-09-11
|
* additional test for monitoring: check if existing records are returnedMatthias Wachs2013-09-11
|
* updated testsMatthias Wachs2013-09-11
|
* zone cannot be NULLMatthias Wachs2013-09-11
|
* zone iteration stopMatthias Wachs2013-09-11
|
* - popularity corresponds to edge directionSree Harsha Totakura2013-09-11
|
* docu and MakefileMatthias Wachs2013-09-11
|
* updated test to iterate specific zoneMatthias Wachs2013-09-11
|
* updated zone iteration testMatthias Wachs2013-09-11
|
* improved testMatthias Wachs2013-09-11
|
* return NULL if rd_count is 0Matthias Wachs2013-09-11
|
* - rename test according to what is testedMatthias Wachs2013-09-11
| | | | | - added additional checks