aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fixed integer sizes and _get_rand_peer()Julius Bünger2015-01-18
|
* fixed message sizeJulius Bünger2015-01-18
|
* schedule some requests for laterJulius Bünger2015-01-18
|
* -fix indentationChristian Grothoff2015-01-18
|
* use modern MQ API, use multipeermap instead of DLLChristian Grothoff2015-01-17
|
* exit loop once first handler is foundChristian Grothoff2015-01-17
|
* -dceChristian Grothoff2015-01-17
|
* simplify ATS API and plugin API by returning the network type, instead of an ↵Christian Grothoff2015-01-17
| | | | ATS_Information struct
* cleaning up disconnected peersJulius Bünger2015-01-17
|
* clean up channels to other peers correctlyJulius Bünger2015-01-17
|
* added space between fkt names and argsJulius Bünger2015-01-17
|
* eliminating callback argument and its implementation which are never called ↵Christian Grothoff2015-01-17
| | | | in the first place by ATS
* use ATS functions to convert quality network type to string, instead of ↵Christian Grothoff2015-01-17
| | | | using string API
* -oopsChristian Grothoff2015-01-17
|
* do not print two messages, one is enoughChristian Grothoff2015-01-17
|
* use enough space for storing full addressChristian Grothoff2015-01-17
|
* use GNUNET_snprintfChristian Grothoff2015-01-17
|
* corrected message size checkJulius Bünger2015-01-16
|
* fixed wrong deletionJulius Bünger2015-01-16
|
* send empty push/pull-request messagesJulius Bünger2015-01-16
|
* fix #3611Christian Grothoff2015-01-16
|
* test for solvers to support delayed startMatthias Wachs2015-01-16
|
* fix assertion violation if active call is cancelledChristian Grothoff2015-01-16
|
* -no hashChristian Grothoff2015-01-16
|
* additional testMatthias Wachs2015-01-16
|
* fixing #3610Christian Grothoff2015-01-16
|
* new testcase to test delayed ATS service startupMatthias Wachs2015-01-16
|
* test failed to compile on my systemMatthias Wachs2015-01-16
|
* added todoJulius Bünger2015-01-16
|
* resizing lists implemented, fixed type errorJulius Bünger2015-01-16
|
* fixed indentationJulius Bünger2015-01-16
|
* removed unneeded globalJulius Bünger2015-01-16
|
* restructured the samplerJulius Bünger2015-01-16
|
* - logBart Polot2015-01-15
|
* Added a delayed search function to avoid saturating the DHT with requests on ↵Bart Polot2015-01-15
| | | | boot.
* - Check path for NULL, fix #3583Bart Polot2015-01-15
|
* - use path_cmpBart Polot2015-01-15
|
* - added path_cmpBart Polot2015-01-15
|
* - fix failed git mergeBart Polot2015-01-15
|
* - bump message amountBart Polot2015-01-15
|
* - fix crashes, zombie controller on ^CBart Polot2015-01-15
|
* fixing memory leaksJulius Bünger2015-01-14
|
* implemented seedingJulius Bünger2015-01-13
|
* renamingJulius Bünger2015-01-13
|
* -clean up testcaseChristian Grothoff2015-01-10
|
* Fixed inverting of same-priority bundled messagesBart Polot2015-01-10
| | | | This change causes the while loop to skip all messages of the same priority, effectively inserting the new message as the last of the same priority. As the messages are extraced from the head, inserting the message in the first available place caused order inversion.
* - include message size in logBart Polot2015-01-10
|
* - remove debug statementsBart Polot2015-01-10
|
* - allow more time to 5 peer testcase, change stats loglevelBart Polot2015-01-09
|
* Accept Out-of-Order connection messagesBart Polot2015-01-09
|