summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
36 hoursSeveral mqtt documentation fixes found by clangHEADmasterDirk Ziegelmeier2-7/+4
36 hoursCreate documentation section "porting" and move it under lwIP section (instea...Dirk Ziegelmeier2-38/+38
36 hoursMinor documentation update in def.cDirk Ziegelmeier1-0/+4
36 hoursProvide struct packing macros on GCC/clang out of the boxDirk Ziegelmeier1-18/+22
37 hoursCompile fix in lwip/arch.h "extra tokens at end of #ifndef directive"Dirk Ziegelmeier1-1/+1
2 daysMinor documentation update in lwip/arch.hDirk Ziegelmeier1-0/+1
2 daysMore documentation updates in lwip/arch.hDirk Ziegelmeier1-13/+26
3 daysMinor documentation updates in lwip/arch.hDirk Ziegelmeier1-14/+17
4 daysTrivial typo fix in arch.h docsDirk Ziegelmeier1-1/+1
6 daysForgot documentation on MQTT port #defineDirk Ziegelmeier1-0/+2
6 daysAdd #define with default MQTT port for convenienceDirk Ziegelmeier1-0/+2
8 daysmqtt: Allow setting server port to connectAxel Lin3-11/+5
8 daysRevert "Fix bug #49914: lwip_sendmsg uses PBUF_REF pbufs"Dirk Ziegelmeier1-7/+6
8 daysFix bug #49914: lwip_sendmsg uses PBUF_REF pbufsDirk Ziegelmeier1-6/+7
10 daysMove a few MQTT options from mqtt.c to mqtt_opts.hDirk Ziegelmeier2-29/+31
10 daysChange signature of mqtt_client_connect() to take an IP addr instead of a stringDirk Ziegelmeier2-10/+5
10 daysAdd mqtt documentation from Erik Anderson, rev 4b84fffDirk Ziegelmeier1-0/+1
10 daysmqtt: Trivial error message fixAxel Lin1-1/+1
10 daysopt.h: provide some hints regarding MLD settingsDavid van Moolenbroek1-1/+6
10 daysipv6: adjust MLD membership on address state changesDavid van Moolenbroek3-13/+44
10 daysmqtt: Check conn_state before create request for sub_unsubAxel Lin1-3/+2
10 daysFix a few -Wconversion warnings (there are many more to do)Dirk Ziegelmeier10-17/+17
10 daysFixed bug #49895: Incorrect configuration detection in lwip/dns.hThomas Mueller1-1/+1
10 daysUndo removal of mqtt_publish() from documentation in Simon's last commit (gue...Dirk Ziegelmeier1-0/+1
10 daysMinor documentation fix in MQTTDirk Ziegelmeier1-1/+1
10 daysmqtt: Use LWIP_ARRAYSIZE to replace hardcoded valueAxel Lin1-1/+1
10 daysmqtt: fix C usage (declaration after statement), fix casting to smaller typegoldsimon1-25/+64
10 daysMQTT cleanups:Dirk Ziegelmeier3-45/+119
11 daysSome cleanups in MQTT clientDirk Ziegelmeier2-55/+67
11 daystask #14281: Add MQTT clientDirk Ziegelmeier3-1/+1568
11 daysmore LWIP_NOASSERT fixesgoldsimon3-0/+3
11 daysFix compiling with LWIP_NOASSERT (and debug/error disabled, too)goldsimon1-2/+0
11 daysFix compile with LWIP_NOASSERTDirk Ziegelmeier2-0/+4
12 daysMinor code cleanup api_lib.cDirk Ziegelmeier1-8/+4
13 daysigmp: Fix optimized code for igmp_remove_groupAxel Lin1-7/+2
13 daysOptimization in igmp_remove_group() pointed out by Axel LinDirk Ziegelmeier1-15/+15
13 daysFix bug #39145: IGMP membership report for 224.0.0.1Dirk Ziegelmeier1-3/+16
2016-12-16bug #49631: handle zero-window probe and refused_dataJoel Cunningham1-0/+5
2016-12-16fixed race condition in return value of netconn_gethostbyname() (and thus als...Thomas Mueller1-3/+4
2016-12-16ND6: Don't misuse ip6_current_dest_addr() to create an aligned copy of an IPv...Dirk Ziegelmeier1-10/+15
2016-12-15Fixed #49848 (Non-blocking socket emit a sock error while read return EWOULDB...sg1-2/+2
2016-12-15LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed commentsg1-2/+2
2016-12-15Add hook for TCP Initial Sequence Number generationDavid van Moolenbroek5-10/+40
2016-12-15Make nd6_new_router() handle already existing routers (this is a special case...goldsimon1-3/+14
2016-12-15nd6: Fix build error if LWIP_ND6_RDNSS_MAX_DNS_SERVERS == 0Axel Lin1-1/+1
2016-12-14nd6: add support for RDNSS option (as per RFC 6106)sg3-0/+64
2016-12-14opt.h: added LWIP_DHCP_MAX_DNS_SERVERS to configure the maximum number of DNS...sg2-8/+33
2016-12-14dhcp: covert DHCP_OPTION_IDX_* from defines to enum (mainly to ease offset ca...sg1-13/+15
2016-12-14nd6: minor 'static' consistency fixDavid van Moolenbroek1-1/+1
2016-12-14added forgoten new file nd6_priv.h :-(sg1-0/+144