aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* -fixing indentationChristian Grothoff2011-11-29
|
* adding missing files to distChristian Grothoff2011-11-29
|
* -no valgrindChristian Grothoff2011-11-29
|
* -cleaning up message format and code related to recent transport address ↵Christian Grothoff2011-11-29
| | | | stringification code
* - finale commit for the api changeMatthias Wachs2011-11-29
|
* Changed quota configuration from core to ats section, renamed from ↵Bart Polot2011-11-29
| | | | TOTAL_QUOTA_* to WAN_QUOTA_*
* - latest changes for refactoring: iterate sends disassembled hello-addressMatthias Wachs2011-11-29
|
* -nlChristian Grothoff2011-11-29
|
* api clean up next stepsMatthias Wachs2011-11-29
|
* first steps to transport_api cleanupMatthias Wachs2011-11-29
| | | | | compiles but no guarante to work!
* - hunting a bugMatthias Wachs2011-11-29
|
* -fixing use of uninitialized variable, some code cleanup, fixing memory leak ↵Christian Grothoff2011-11-28
| | | | on error path
* -more doxygen fixesChristian Grothoff2011-11-28
|
* introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all ↵Christian Grothoff2011-11-28
| | | | over the place; also some further documentation fixes
* -doxygen fixesChristian Grothoff2011-11-28
|
* fixing bus error on sparc, mantis bug 1909Matthias Wachs2011-11-28
|
* LRN: Use GNUNET_strdup() instead of strdup ()Christian Grothoff2011-11-25
|
* -spellingChristian Grothoff2011-11-25
|
* -fixing 1963 by changing warning to stats callChristian Grothoff2011-11-25
|
* -fixing string printing - size_t is not unsigned intChristian Grothoff2011-11-25
|
* LRN: I'm tired of seeing something like "ATS tells us to switch to addressChristian Grothoff2011-11-25
| | | | | | | | | | | | | | '(null)' session 0x497198 for peer `IIH1' in state `S_NOT_CONNECTED'", so i wrote this. - From what i see in the logs, '(null)'s are mostly caused by 0-byte long addresses. I'm not sure whether it is a bug, or a feature (but then, why would ATS tell us to switch to a 0-byte long address?). CG: for inbound connections, ATS tells us to switch to a 0-byte long address (since there is no address) but at the same time gives us a 'struct Session' to use as well. So 0-byte addresses really mean 'inbound' connections.
* -some more wlan code cleanupChristian Grothoff2011-11-25
|
* -some more wlan code cleanupChristian Grothoff2011-11-25
|
* -some more wlan code cleanupChristian Grothoff2011-11-25
|
* -some more wlan code cleanupChristian Grothoff2011-11-25
|
* some more wlan code cleanupChristian Grothoff2011-11-25
|
* removing no longer needed wlan directoryChristian Grothoff2011-11-25
|
* inlining files from wlan, preparing to obsolete wlan subdirectoryChristian Grothoff2011-11-25
|
* -minor code clean up and renaming dummyChristian Grothoff2011-11-25
|
* -cleanerChristian Grothoff2011-11-24
|
* do not try to run with valgrind everywhereChristian Grothoff2011-11-23
|
* fix shutdown order + disable broadcast in testcaseMatthias Wachs2011-11-23
|
* Adding UDP IPv6 peer discovery support using the GNUnet IPv6 multicast ↵Matthias Wachs2011-11-23
| | | | address with site-local scope FF05::13B assigned by IANA
* fixing unsupported messages in coreMatthias Wachs2011-11-23
|
* fixing binary build (file no longer exists)Christian Grothoff2011-11-23
|
* tests for mantis #1028Matthias Wachs2011-11-22
|
* fix for mantis 1928 in combination with rev 18254Matthias Wachs2011-11-22
|
* do not validate own addressMatthias Wachs2011-11-22
|
* (no commit message)Matthias Wachs2011-11-22
|
* transport testing:Matthias Wachs2011-11-21
| | | | | | | | peer restart functionality + testcases if peers reconnect when restarted
* removing broadcast portMatthias Wachs2011-11-21
|
* now using default socket and sending on default port Matthias Wachs2011-11-21
|
* (no commit message)Matthias Wachs2011-11-21
|
* distinguish between beaconsMatthias Wachs2011-11-21
|
* fixChristian Grothoff2011-11-18
|
* udp now supports broadcasts using ipv6 multicastMatthias Wachs2011-11-18
|
* port was missing, udp broadcast for ipv4 is now completeMatthias Wachs2011-11-18
|
* fixChristian Grothoff2011-11-18
|
* remove log messageMatthias Wachs2011-11-18
|
* add units to time, use configuration time api where appropriate, fixing ↵Christian Grothoff2011-11-17
| | | | Mantis #1875