aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
Commit message (Collapse)AuthorAge
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* plibc removal: sscanf, win32 socket correctionsng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* rename fest: use new libgnunetnt instead of old libgnunetats logic for ↵Christian Grothoff2018-11-23
| | | | network type classification
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* switching transport tests to new MQ-based transport APIChristian Grothoff2016-07-25
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -also use NONE instead of INBOUND for WLANChristian Grothoff2015-05-21
|
* set inbound flag which should fix #3719 (assuming diagnostic is correct) at ↵Christian Grothoff2015-05-20
| | | | the expense of having two session objects for what is pretty much the same address; however, as the inbound one is not really validated and might not work due to NAT, this actually does make sense
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix logging, set quota to higher for testcaseChristian Grothoff2015-01-26
|
* -fc not done here, do not nullChristian Grothoff2015-01-26
|
* -do not send any messages until we have our own MAC from the helperChristian Grothoff2015-01-26
|
* -udp broadcasts should not be flagged as inboundChristian Grothoff2015-01-25
|
* always create session before giving performance metricsChristian Grothoff2015-01-25
|
* -undo bad commitChristian Grothoff2015-01-25
|
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
|
* no one cares about this messageMatthias Wachs2014-09-02
|
* compare with expected valueMatthias Wachs2014-09-02
|
* get improved warningMatthias Wachs2014-09-02
|
* Don't use the 'interface' name, it conflicts with definitions in W32 headersLRN2014-08-01
|
* combine sources for wlan and bluetooth plugin logic into one fileChristian Grothoff2014-06-25
|
* -add missing calls to monitorChristian Grothoff2014-06-25
|
* -simplify logicChristian Grothoff2014-06-25
|
* -adding missing API functions to WLAN, skeleton for monitoring supportChristian Grothoff2014-06-25
|
* -indentation, doxygenChristian Grothoff2014-06-23
|
* -misc fixesChristian Grothoff2014-06-11
|
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* fix semantic for address_to_stringMatthias Wachs2014-06-02
|
* session end function must include address to notify addressMatthias Wachs2014-03-20
|
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* more fixed documentationMatthias Wachs2014-01-16
|