summaryrefslogtreecommitdiff
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
48 hoursMinor documentation update in lwip/arch.hDirk Ziegelmeier1-0/+1
2 daysMore documentation updates in lwip/arch.hDirk Ziegelmeier1-13/+26
2 daysMinor documentation updates in lwip/arch.hDirk Ziegelmeier1-14/+17
4 daysTrivial typo fix in arch.h docsDirk Ziegelmeier1-1/+1
6 daysdoc: mqtt_client: Update example code after adding port parameter to mqtt_cli...Axel Lin1-2/+2
6 daysForgot documentation on MQTT port #defineDirk Ziegelmeier1-0/+2
6 daysAdd #define with default MQTT port for convenienceDirk Ziegelmeier1-0/+2
7 daysmqtt: Allow setting server port to connectAxel Lin3-11/+5
7 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
9 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 Ziegelmeier3-11/+6
10 daysAdd mqtt documentation from Erik Anderson, rev 4b84fffDirk Ziegelmeier2-0/+163
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 daysUpdate .gitignore once more for fuzz testDirk Ziegelmeier1-1/+4
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
10 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 daysFix compile of test_tcp.c unit test after introduction of tcp_next_iss hookDirk Ziegelmeier1-4/+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
13 daysMinor cleanup of FUZZ test MakefileDirk Ziegelmeier1-5/+4
13 daysFixup Makefile of FUZZ test after moving to main lwIP repDirk Ziegelmeier2-1/+5
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 Mueller2-3/+8
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-15added note about afl-fuzz requiring linuxsg1-1/+1
2016-12-15added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more pr...sg12-0/+321
2016-12-15LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed commentsg2-2/+6
2016-12-15Add hook for TCP Initial Sequence Number generationDavid van Moolenbroek5-10/+40