aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.c
Commit message (Collapse)AuthorAge
...
* track ATS in coreChristian Grothoff2010-11-30
|
* added transport api changes to coreMatthias Wachs2010-11-30
|
* improved bandwidth distribution and outbound quota complianceMatthias Wachs2010-11-25
|
* random hack - 1618Christian Grothoff2010-11-24
|
* initialize uninitChristian Grothoff2010-11-22
|
* fix 1618Christian Grothoff2010-11-19
|
* code cleanup, set status to DOWN after connection goes DOWN, otherwise we ↵Christian Grothoff2010-11-18
| | | | generate bogus notifications for clients and fail to re-do key exchange
* set GNUNET_NO on can_drop for connect messagesNathan S. Evans2010-11-17
|
* bad cls valueNathan S. Evans2010-11-17
|
* do not use TC for transmissionChristian Grothoff2010-11-16
|
* fixes and more debug statementsChristian Grothoff2010-11-16
|
* Testing changes required to work with new core api. Revert ↵Nathan S. Evans2010-11-16
| | | | GNUNET_CORE_iterate_peers call to work properly.
* fixChristian Grothoff2010-11-15
|
* fixChristian Grothoff2010-11-15
|
* fixing uninit fieldsChristian Grothoff2010-11-14
|
* hxingChristian Grothoff2010-11-14
|
* hxingChristian Grothoff2010-11-13
|
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* added statistics counter for discarded messagesMatthias Wachs2010-11-04
|
* fixes from LRN for DEBUG codeChristian Grothoff2010-11-01
|
* Shifting more than the size of the integer is undefined.David Barksdale2010-10-31
|
* fixed eclipse refactoring bugsMatthias Wachs2010-10-29
|
* (no commit message)Matthias Wachs2010-10-27
|
* Changed struct GNUNET_TIME_RelativeNBOMatthias Wachs2010-10-27
|
* Refactoring gnunet_timeMatthias Wachs2010-10-27
|
* initialize reserved field, check itChristian Grothoff2010-10-20
|
* nodebugChristian Grothoff2010-10-20
|
* corkstatChristian Grothoff2010-10-18
|
* alignment, byte order, discard fake messages fasterNils Durner2010-10-08
|
* style fixes, minor bugfixesNils Durner2010-10-08
|
* authenticated ciphertext only, use seed for individual HMAC keysNils Durner2010-10-07
|
* authentication of ciphertexts (+ seed)Nils Durner2010-10-05
|
* stronger randomnessNils Durner2010-10-04
|
* dynamic IVsNils Durner2010-10-04
|
* use separate keys for message authenticationNils Durner2010-10-03
|
* KDF codeNils Durner2010-10-03
|
* reintroduce seeds, fix calculationsNils Durner2010-10-01
|
* comment out iv_seeds, see if problems vanishNathan S. Evans2010-10-01
|
* packedNils Durner2010-09-30
|
* add cryptographic seed to pingpongNils Durner2010-09-30
|
* match MHD 0.9.2 APIChristian Grothoff2010-09-21
|
* remove gnunet_break on allowable conditionNathan S. Evans2010-09-17
|
* fixesChristian Grothoff2010-09-06
|
* allow multiple request connect messages to be sent to transport (failed to ↵Nathan S. Evans2010-09-04
| | | | connect first time)
* nicetiesNathan S. Evans2010-09-03
|
* nitpicksChristian Grothoff2010-08-15
|
* core changes for topology iteration (get current connections)Nathan S. Evans2010-08-03
|
* fixesChristian Grothoff2010-07-26
|
* add code to enable checking if transport's idea of our peer identity matches ↵Christian Grothoff2010-07-21
| | | | that of core, etc -- might help diagnose certain bugs