Sign in
fuchsia
/
third_party
/
lwip
/
HEAD
cfa4a4d
Enable LWIP_NETIF_REMOVE_CALLBACK
by Toshi Kikuchi
· 8 years ago
main
master
514f0ea
[lwip] Fix build with ccache
by Lucas
· 8 years ago
57fc7c1
[fuchsia] Move ethernetif.c to netstack repo
by Toshi Kikuchi
· 8 years ago
7d47bc0
Send a signal when the ethernetif comes up
by Tim Kilbourn
· 8 years ago
d95e712
lwipopts: increase MEMP_NUM_PBUF for send performance
by Toshi Kikuchi
· 8 years ago
8cb695f
Add iperf server
by Toshi Kikuchi
· 8 years ago
2a2c2ec
lwipopts: tcp parameter tuning for performance
by Toshi Kikuchi
· 8 years ago
d83a341
Merge "Merge commit 'e94c9ffa' from origin/upstream/master"
by Toshi Kikuchi
· 8 years ago
ad458f6
Use the new MX_CHANNEL_* signal names
by George Kulakowski
· 8 years ago
b72f118
Merge commit 'e94c9ffa' from origin/upstream/master
by Toshi Kikuchi
· 8 years ago
e94c9ff
Fix warning about bad cast in pbuf_skip()
by Dirk Ziegelmeier
· 8 years ago
upstream/master
72316bd
Move macros to access DHCP and AUTOIP data to headers, users may want to access the members
by Dirk Ziegelmeier
· 8 years ago
803a711
Fix warning that local variable may be used uninitialized in mem.c
by Dirk Ziegelmeier
· 8 years ago
8760fb6
fixed warnings in mdns unit tests
by sg
· 8 years ago
d2631e6
mqtt: Fix pedantic enum warning
by Erik Ekman
· 8 years ago
4059748
I was not satisfied with the previous debugging options structure. Improve it again.
by Dirk Ziegelmeier
· 8 years ago
644a21b
Improve debugging options documentation
by Dirk Ziegelmeier
· 8 years ago
a387631
Add debugging options to documentation
by Dirk Ziegelmeier
· 8 years ago
e3c2b8a
Add note about high resource-consumption in LWIP_PLATFORM_DIAG and LWIP_PLATFORM_ASSERT default implementations
by Dirk Ziegelmeier
· 8 years ago
e12bb2a
Fix comma at end of enum list in mqtt.h
by Dirk Ziegelmeier
· 8 years ago
2096f1a
Fix C++ style comment in mqtt.c
by Dirk Ziegelmeier
· 8 years ago
1f3c18f
tcp: Make tcp_listen_with_backlog_and_err return NULL if the address/port is already used
by Axel Lin
· 8 years ago
edfeab7
mqtt: Trivial coding style fix
by Axel Lin
· 8 years ago
b8bc7b7
arch.h: Add #includes necessary for default implentation of LWIP_PLATFORM_DIAG and LWIP_PLATFORM_ASSERT
by Dirk Ziegelmeier
· 8 years ago
f874d15
Add #include <string.h> in snmp_netconn.c because memset() is used
by Dirk Ziegelmeier
· 8 years ago
ee034bd
Document PACK_STRUCT_USE_INCLUDES #define
by Dirk Ziegelmeier
· 8 years ago
a2a16d4
nd6 rdnss: fixed dual-stack compilation
by sg
· 8 years ago
98fc82f
added function tcp_listen_with_backlog_and_err() to get the error reason when listening fails (bug #49861)
by sg
· 8 years ago
1884c7e
Fix TCP unit tests after changes from "Add hook for TCP Initial Sequence Number generation" commit
by Dirk Ziegelmeier
· 8 years ago
1466b7a
Several mqtt documentation fixes found by clang
by Dirk Ziegelmeier
· 8 years ago
748e2e9
Create documentation section "porting" and move it under lwIP section (instead of infrastructure)
by Dirk Ziegelmeier
· 8 years ago
1fd69dd
Minor documentation update in def.c
by Dirk Ziegelmeier
· 8 years ago
3a8368e
Provide struct packing macros on GCC/clang out of the box
by Dirk Ziegelmeier
· 8 years ago
c1258e5
Compile fix in lwip/arch.h "extra tokens at end of #ifndef directive"
by Dirk Ziegelmeier
· 8 years ago
211a71c
Minor documentation update in lwip/arch.h
by Dirk Ziegelmeier
· 8 years ago
55199fc
More documentation updates in lwip/arch.h
by Dirk Ziegelmeier
· 8 years ago
45ad6f2
Minor documentation updates in lwip/arch.h
by Dirk Ziegelmeier
· 8 years ago
df365ad
Trivial typo fix in arch.h docs
by Dirk Ziegelmeier
· 8 years ago
7b40d1e
doc: mqtt_client: Update example code after adding port parameter to mqtt_client_connect()
by Axel Lin
· 8 years ago
c1d16c6
Forgot documentation on MQTT port #define
by Dirk Ziegelmeier
· 8 years ago
83b1c39
Add #define with default MQTT port for convenience
by Dirk Ziegelmeier
· 8 years ago
bfa0358
mqtt: Allow setting server port to connect
by Axel Lin
· 8 years ago
2e4b368
Revert "Fix bug #49914: lwip_sendmsg uses PBUF_REF pbufs"
by Dirk Ziegelmeier
· 8 years ago
4e34851
Fix bug #49914: lwip_sendmsg uses PBUF_REF pbufs
by Dirk Ziegelmeier
· 8 years ago
3a557ba
Move a few MQTT options from mqtt.c to mqtt_opts.h
by Dirk Ziegelmeier
· 8 years ago
6e219b6
Change signature of mqtt_client_connect() to take an IP addr instead of a string
by Dirk Ziegelmeier
· 8 years ago
ec1450b
Add mqtt documentation from Erik Anderson, rev 4b84fff
by Dirk Ziegelmeier
· 8 years ago
5be91de
mqtt: Trivial error message fix
by Axel Lin
· 8 years ago
24fa1c4
opt.h: provide some hints regarding MLD settings
by David van Moolenbroek
· 8 years ago
71810d0
ipv6: adjust MLD membership on address state changes
by David van Moolenbroek
· 8 years ago
d5bc856
mqtt: Check conn_state before create request for sub_unsub
by Axel Lin
· 8 years ago
8767205
Update .gitignore once more for fuzz test
by Dirk Ziegelmeier
· 8 years ago
dd96c71
Fix a few -Wconversion warnings (there are many more to do)
by Dirk Ziegelmeier
· 8 years ago
be57134
Fixed bug #49895: Incorrect configuration detection in lwip/dns.h
by Thomas Mueller
· 8 years ago
16b895b
Undo removal of mqtt_publish() from documentation in Simon's last commit (guess it was by accident)
by Dirk Ziegelmeier
· 8 years ago
dcb7616
Minor documentation fix in MQTT
by Dirk Ziegelmeier
· 8 years ago
02f4610
mqtt: Use LWIP_ARRAYSIZE to replace hardcoded value
by Axel Lin
· 8 years ago
b6a131e
mqtt: fix C usage (declaration after statement), fix casting to smaller type
by goldsimon
· 8 years ago
12bc2c0
MQTT cleanups:
by Dirk Ziegelmeier
· 8 years ago
14e3686
Some cleanups in MQTT client
by Dirk Ziegelmeier
· 8 years ago
1e82465
task #14281: Add MQTT client
by Dirk Ziegelmeier
· 8 years ago
fb07d47
more LWIP_NOASSERT fixes
by goldsimon
· 8 years ago
c717332
Fix compiling with LWIP_NOASSERT (and debug/error disabled, too)
by goldsimon
· 8 years ago
e0c0ba7
Fix compile with LWIP_NOASSERT Pointed out by Nirav Desai
by Dirk Ziegelmeier
· 8 years ago
7f319f5
Fix compile of test_tcp.c unit test after introduction of tcp_next_iss hook
by Dirk Ziegelmeier
· 8 years ago
c21763f
Minor code cleanup api_lib.c
by Dirk Ziegelmeier
· 8 years ago
f488c5b
igmp: Fix optimized code for igmp_remove_group
by Axel Lin
· 8 years ago
5c1dd6a
Optimization in igmp_remove_group() pointed out by Axel Lin
by Dirk Ziegelmeier
· 8 years ago
102a50f
Fix bug #39145: IGMP membership report for 224.0.0.1
by Dirk Ziegelmeier
· 8 years ago
bb8088d
Minor cleanup of FUZZ test Makefile
by Dirk Ziegelmeier
· 8 years ago
11780f0
Fixup Makefile of FUZZ test after moving to main lwIP rep
by Dirk Ziegelmeier
· 8 years ago
cceea73
bug #49631: handle zero-window probe and refused_data
by Joel Cunningham
· 8 years ago
fcd2daf
fixed race condition in return value of netconn_gethostbyname() (and thus also lwip_gethostbyname/_r() and lwip_getaddrinfo())
by Thomas Mueller
· 8 years ago
b5f51db
ND6: Don't misuse ip6_current_dest_addr() to create an aligned copy of an IPv6 address
by Dirk Ziegelmeier
· 8 years ago
d9f461e
Fixed #49848 (Non-blocking socket emit a sock error while read return EWOULDBLOCK) especially for EWOULDBLOCK (added task #14275 for the general problem)
by sg
· 8 years ago
c13a43e
added note about afl-fuzz requiring linux
by sg
· 8 years ago
844c201
added fuzz tests (moved from contrib/ports/unix/fuzz to get them to a more prominent place, even if afl-fuzz still needs *nix to run)
by sg
· 8 years ago
62e3400
LWIP_HOOK_TCP_ISN: added CHANGELOG/fixed comment
by sg
· 8 years ago
a8b986b
Add hook for TCP Initial Sequence Number generation
by David van Moolenbroek
· 8 years ago
da15132
Make nd6_new_router() handle already existing routers (this is a special case for 2 netifs on the same subnet - e.g. wifi and cable) see bug #46506
by goldsimon
· 8 years ago
e3925cc
nd6: Fix build error if LWIP_ND6_RDNSS_MAX_DNS_SERVERS == 0
by Axel Lin
· 8 years ago
6b1950e
nd6: add support for RDNSS option (as per RFC 6106)
by sg
· 8 years ago
4e3cf61
opt.h: added LWIP_DHCP_MAX_DNS_SERVERS to configure the maximum number of DNS servers configured from dhcp.c(v4) (if any; guarded with LWIP_DNS)
by sg
· 8 years ago
53b9f2a
dhcp: covert DHCP_OPTION_IDX_* from defines to enum (mainly to ease offset calculation)
by sg
· 8 years ago
cd5dfa2
nd6: minor 'static' consistency fix
by David van Moolenbroek
· 8 years ago
bd1defc
added forgoten new file nd6_priv.h :-(
by sg
· 8 years ago
281ef5d
minor: fixed errors in some defined __DOXYGEN__ guards
by sg
· 8 years ago
e8461f9
minor: corrected include guard name in tcp_priv.h
by sg
· 8 years ago
60cd25c
Moved nd6 implementation details to new file nd6_priv.h (possible after David's cleanups)
by sg
· 8 years ago
4c16ea9
Minor: nd6_packet_send_check() -> nd6_get_next_hop_addr_or_queue() (too long, but a little more self-explaining); cosmetics...
by sg
· 8 years ago
69a7039
nd6: centralize link-local packet send decision
by David van Moolenbroek
· 8 years ago
06ff89c
nd6: use default_router_list internally only
by David van Moolenbroek
· 8 years ago
cee59ba
nd6: add nd6_clear_destination_cache() function
by David van Moolenbroek
· 8 years ago
d4fad59
nd6_input(): allow using NA without lladdr_opt for DAD
by goldsimon
· 8 years ago
1a53c10
CHANGELOG: added LWIP_HOOK_ND6_GET_GW()
by goldsimon
· 8 years ago
7d119fd
nd6: add LWIP_HOOK_ND6_GET_GW hook
by David van Moolenbroek
· 8 years ago
74a5537
Revert "Added LWIP_HOOK_ETHIP6_GET_GW()"
by goldsimon
· 8 years ago
afb2160
Add a check for correct implementation of LWIP_CONST_CAST() to lwip_init()
by goldsimon
· 8 years ago
002e077
ethip6: forward correct error code
by David van Moolenbroek
· 8 years ago
9d199a6
netif_create_ip6_linklocal_address(): use macros to assign address state to ensure callbacks are triggered; netif_add_ip6_address(): only overwrite invalid addresses, not tentative addresses
by sg
· 8 years ago
Next »
Otomatik - 108.177.127.82
CloudFlare DNS
Türk Telekom DNS
Google DNS
Open DNS
OSZAR »