index
:
lwip.git
DEVEL
DEVEL-1_4_1
STABLE-0_6_0
STABLE-0_6_3
STABLE-0_7
STABLE-2_0_0
adamdunkels
leon-dhcp
lowpan6
lukem-pbuf
master
lwIP - A Lightweight TCPIP stack
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
36 hours
Several mqtt documentation fixes found by clang
HEAD
master
Dirk Ziegelmeier
2
-7/+4
36 hours
Create documentation section "porting" and move it under lwIP section (instea...
Dirk Ziegelmeier
2
-38/+38
36 hours
Minor documentation update in def.c
Dirk Ziegelmeier
1
-0/+4
36 hours
Provide struct packing macros on GCC/clang out of the box
Dirk Ziegelmeier
1
-18/+22
37 hours
Compile fix in lwip/arch.h "extra tokens at end of #ifndef directive"
Dirk Ziegelmeier
1
-1/+1
48 hours
Minor documentation update in lwip/arch.h
Dirk Ziegelmeier
1
-0/+1
2 days
More documentation updates in lwip/arch.h
Dirk Ziegelmeier
1
-13/+26
2 days
Minor documentation updates in lwip/arch.h
Dirk Ziegelmeier
1
-14/+17
4 days
Trivial typo fix in arch.h docs
Dirk Ziegelmeier
1
-1/+1
6 days
doc: mqtt_client: Update example code after adding port parameter to mqtt_cli...
Axel Lin
1
-2/+2
6 days
Forgot documentation on MQTT port #define
Dirk Ziegelmeier
1
-0/+2
6 days
Add #define with default MQTT port for convenience
Dirk Ziegelmeier
1
-0/+2
7 days
mqtt: Allow setting server port to connect
Axel Lin
3
-11/+5
7 days
Revert "Fix bug #49914: lwip_sendmsg uses PBUF_REF pbufs"
Dirk Ziegelmeier
1
-7/+6
8 days
Fix bug #49914: lwip_sendmsg uses PBUF_REF pbufs
Dirk Ziegelmeier
1
-6/+7
9 days
Move a few MQTT options from mqtt.c to mqtt_opts.h
Dirk Ziegelmeier
2
-29/+31
10 days
Change signature of mqtt_client_connect() to take an IP addr instead of a string
Dirk Ziegelmeier
3
-11/+6
10 days
Add mqtt documentation from Erik Anderson, rev 4b84fff
Dirk Ziegelmeier
2
-0/+163
10 days
mqtt: Trivial error message fix
Axel Lin
1
-1/+1
10 days
opt.h: provide some hints regarding MLD settings
David van Moolenbroek
1
-1/+6
10 days
ipv6: adjust MLD membership on address state changes
David van Moolenbroek
3
-13/+44
10 days
mqtt: Check conn_state before create request for sub_unsub
Axel Lin
1
-3/+2
10 days
Update .gitignore once more for fuzz test
Dirk Ziegelmeier
1
-1/+4
10 days
Fix a few -Wconversion warnings (there are many more to do)
Dirk Ziegelmeier
10
-17/+17
10 days
Fixed bug #49895: Incorrect configuration detection in lwip/dns.h
Thomas Mueller
1
-1/+1
10 days
Undo removal of mqtt_publish() from documentation in Simon's last commit (gue...
Dirk Ziegelmeier
1
-0/+1
10 days
Minor documentation fix in MQTT
Dirk Ziegelmeier
1
-1/+1
10 days
mqtt: Use LWIP_ARRAYSIZE to replace hardcoded value
Axel Lin
1
-1/+1
10 days
mqtt: fix C usage (declaration after statement), fix casting to smaller type
goldsimon
1
-25/+64
10 days
MQTT cleanups:
Dirk Ziegelmeier
3
-45/+119
10 days
Some cleanups in MQTT client
Dirk Ziegelmeier
2
-55/+67
11 days
task #14281: Add MQTT client
Dirk Ziegelmeier
3
-1/+1568
11 days
more LWIP_NOASSERT fixes
goldsimon
3
-0/+3
11 days
Fix compiling with LWIP_NOASSERT (and debug/error disabled, too)
goldsimon
1
-2/+0
11 days
Fix compile with LWIP_NOASSERT
Dirk Ziegelmeier
2
-0/+4
12 days
Fix compile of test_tcp.c unit test after introduction of tcp_next_iss hook
Dirk Ziegelmeier
1
-4/+4
12 days
Minor code cleanup api_lib.c
Dirk Ziegelmeier
1
-8/+4
13 days
igmp: Fix optimized code for igmp_remove_group
Axel Lin
1
-7/+2
13 days
Optimization in igmp_remove_group() pointed out by Axel Lin
Dirk Ziegelmeier
1
-15/+15
13 days
Fix bug #39145: IGMP membership report for 224.0.0.1
Dirk Ziegelmeier
1
-3/+16
13 days
Minor cleanup of FUZZ test Makefile
Dirk Ziegelmeier
1
-5/+4
13 days
Fixup Makefile of FUZZ test after moving to main lwIP rep
Dirk Ziegelmeier
2
-1/+5
2016-12-16
bug #49631: handle zero-window probe and refused_data
Joel Cunningham
1
-0/+5
2016-12-16
fixed race condition in return value of netconn_gethostbyname() (and thus als...
Thomas Mueller
2
-3/+8
2016-12-16
ND6: Don't misuse ip6_current_dest_addr() to create an aligned copy of an IPv...
Dirk Ziegelmeier
1
-10/+15
2016-12-15
Fixed #49848 (Non-blocking socket emit a sock error while read return EWOULDB...
sg
1
-2/+2
2016-12-15
added note about afl-fuzz requiring linux
sg
1
-1/+1
2016-12-15
added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more pr...
sg
12
-0/+321
2016-12-15
LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed comment
sg
2
-2/+6
2016-12-15
Add hook for TCP Initial Sequence Number generation
David van Moolenbroek
5
-10/+40
[next]