aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* fix leakMatthias Wachs2013-10-10
|
* -replace stderr with /dev/null, instead of just closingChristian Grothoff2013-10-09
|
* -rename serverAddr to server_addr to follow naming conventionsChristian Grothoff2013-10-09
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -say that we ignore retval on purposeChristian Grothoff2013-10-09
|
* create directory if one does not exist before trying to output certificatesChristian Grothoff2013-10-09
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* fix for incoming addresses:Matthias Wachs2013-10-07
| | | | | | incoming addresses are only marked with address length 0 if the address cannot be used to initiate a connection to his address. Therefor only for tcp and http(s) incoming connections an address length of 0 is reported whereas for other plugins (unix, udp, wlan) the incoming address can be used to initiate a connection to this address.
* - fixing udp address handling for inbound sessionsMatthias Wachs2013-10-07
| | | | | - fixing some indentation
* rename coreAPI to core_api to follow naming conventions betterChristian Grothoff2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxygen, coding conventionsChristian Grothoff2013-10-06
|
* - fix compilationBart Polot2013-10-02
|
* fixMatthias Wachs2013-10-02
|
* Shift the includes (include platform.h earlier)LRN2013-10-01
|
* blacklisting cfg filesMatthias Wachs2013-10-01
|
* fixing testMatthias Wachs2013-10-01
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* fix unix pluginMatthias Wachs2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* Removing some log messagesClaudiu Olteanu2013-09-22
|
* Removing all the tests for the bluetooth transport plugin.Claudiu Olteanu2013-09-19
|
* cleaning up the codeClaudiu Olteanu2013-09-19
|
* Removing the bluetooth tests on W32Claudiu Olteanu2013-09-19
|
* solving some binding errors for W32Claudiu Olteanu2013-09-19
|
* defying NS_BTHClaudiu Olteanu2013-09-18
|
* Undefining "interface" for W32.Claudiu Olteanu2013-09-18
|
* Adding W32 functionalityClaudiu Olteanu2013-09-18
|
* fix: upd has to use the session with fragmentation context when receiving ACKsMatthias Wachs2013-09-16
|
* fixing indentMatthias Wachs2013-09-16
|
* log levelMatthias Wachs2013-09-16
|
* fix: do not return inbound sessions when transport asks for outbound sessionMatthias Wachs2013-09-16
|
* -ftbfsChristian Grothoff2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* clarified docu and log level for ATS disconnect notificationsMatthias Wachs2013-09-16
|
* 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
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* 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
* important messages are infoMatthias Wachs2013-09-12
| | | | | ATS timeout was breaking tests /w valgrind
* better logging since important messages are infoMatthias Wachs2013-09-12
|
* fixing coverity issuesMatthias Wachs2013-09-12
|
* fixing coverity issueMatthias Wachs2013-09-09
|
* Fix a typoLRN2013-09-08
|