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
path:
root
/
src
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
2 days
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
3 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
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
8 days
mqtt: Allow setting server port to connect
Axel Lin
3
-11/+5
8 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
10 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
2
-10/+5
10 days
Add mqtt documentation from Erik Anderson, rev 4b84fff
Dirk Ziegelmeier
1
-0/+1
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
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
11 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
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
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
1
-3/+4
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
LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed comment
sg
1
-2/+2
2016-12-15
Add hook for TCP Initial Sequence Number generation
David van Moolenbroek
5
-10/+40
2016-12-15
Make nd6_new_router() handle already existing routers (this is a special case...
goldsimon
1
-3/+14
2016-12-15
nd6: Fix build error if LWIP_ND6_RDNSS_MAX_DNS_SERVERS == 0
Axel Lin
1
-1/+1
2016-12-14
nd6: add support for RDNSS option (as per RFC 6106)
sg
3
-0/+64
2016-12-14
opt.h: added LWIP_DHCP_MAX_DNS_SERVERS to configure the maximum number of DNS...
sg
2
-8/+33
2016-12-14
dhcp: covert DHCP_OPTION_IDX_* from defines to enum (mainly to ease offset ca...
sg
1
-13/+15
2016-12-14
nd6: minor 'static' consistency fix
David van Moolenbroek
1
-1/+1
2016-12-14
added forgoten new file nd6_priv.h :-(
sg
1
-0/+144
[next]