6249 Commits (STABLE-2_1_x)
 

Author SHA1 Message Date
goldsimon ef3073aaf9 LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT: 'lfree' mus be volatile 8 years ago
goldsimon 71c13c6079 Improve the socket stress test to better test fullduplex 8 years ago
goldsimon 3abc8ae161 LWIP_NETCONN_FULLDUPLEX: unblock rx threads on close 8 years ago
goldsimon 41fea4ad7d sockets: change closing: netconn is freed when socket is closed, not before 8 years ago
goldsimon 1090e9cdec LWIP_NETCONN_FULLDUPLEX: prevent taking recursive sys arch lock 8 years ago
goldsimon b1fe8cf4b8 netbiosns: check question type before generating an answer 8 years ago
goldsimon f65911a84b netbios: fix response length of node status response 8 years ago
Dirk Ziegelmeier 66800925cf Fix indent in netbiosns.c 8 years ago
Dirk Ziegelmeier 533c97f0c3 Fix bug #53626: NetBIOS Responder generates malformed packet responding to "*" name 8 years ago
Axel Lin e935faf2bc tcp_priv.h: Fix compile warnings when TCP_DEBUG_PCB_LISTS is set 8 years ago
goldsimon fa55458c42 netconn_accept: reduce number of ifdefs 8 years ago
goldsimon 4cc953d0e3 httpd: fixed compiling makefsdata.c 8 years ago
Dirk Ziegelmeier ffdd44ec74 Fix bug #53559: IPv4 to IPv6 filtering not freeing PBUFs 8 years ago
Ray Abram b0ae967660 NetBIOS Responder should respond to "*" names 8 years ago
Tom Ferrin 82d8f08451 Add "server reachability" register to SNTP 8 years ago
Tom Ferrin e46b9ad4ac sntp: store server IP address after DNS lookup 8 years ago
Giuseppe Modugno 2d4da92eeb makefsdata: added options to skip and avoid compressing some extensions 8 years ago
Axel Lin 81acaf0ff1 tcp_out: Fix updating remainder_flags in tcp_split_unsent_seg 8 years ago
goldsimon b693056bb6 lowpan6_ble: local address is required for compression/decompression, too 8 years ago
goldsimon 97a9fe1b10 Fix compiling lowpan6_ble.c on travis 8 years ago
Axel Lin e9ee3c4b58 add lowpan6_common.c to Filelists.mk 8 years ago
goldsimon 8adfc730ec lowpan6_ble.c: use common functions from lowpan6_common.c 8 years ago
goldsimon ac03107036 lowpan6_common.c: add comments from ble version 8 years ago
goldsimon a4b9beef04 Move common 6LoWPAN code to new file lopwan6_common.c 8 years ago
goldsimon c974fc9d43 http_client: fix compiling if mem_size_t is smaller than size_t 8 years ago
goldsimon c881c48eed netif_add: check that the new netif is not already added 8 years ago
Axel Lin 600527dde7 apps/http: httpd: Fix unused parameter warning if !LWIP_HTTPD_SUPPORT_V09 8 years ago
Axel Lin e19d908f0e apps/http: Fix httpd_structs.h build error 8 years ago
Dirk Ziegelmeier 104a629a51 zepif: Convert to dual-stack 8 years ago
goldsimon d79416eee6 lowpan6: move a function to delete one prototype 8 years ago
Axel Lin 6070a7ef6a netif: Add netif_do_ip_addr_changed function to reduce duplicated code 8 years ago
goldsimon 08bcfa2b29 netif: initialize netif->output with a dummy function for IPv6 only netifs 8 years ago
goldsimon 0074022bb5 minor: fix typos and spaces 8 years ago
Axel Lin 10ae311a93 lowpan6: Rework to speed up dequeue datagram process 8 years ago
Axel Lin 909037c2ca api_lib: Remove superfluous #if LWIP_TCP in netconn_recv_data_tcp 8 years ago
goldsimon 16afe566ff lowpan6: fix doc warning in clang 8 years ago
goldsimon 253fcc8dcd http_client: call tcp_recved for header bytes 8 years ago
goldsimon 8d8572354b lowpan6: fix bug #47291 (wrong datagram size for fragmentation) 8 years ago
goldsimon b86f9b97e0 lowpan6: refactor decompression to not allocate a pbuf 8 years ago
goldsimon 61a1b98cc9 various IPv6-only compile fixes 8 years ago
goldsimon 972f32dd47 zepif: fix compiling with IPv4 disabled 8 years ago
Axel Lin 971404ff90 http_client.h: Include lwip/pbuf.h 8 years ago
Axel Lin 0411332856 api_msg.h: Fix build error when LWIP_NETIF_API && !LWIP_SOCKET && !LWIP_NETCONN 8 years ago
goldsimon b6d9bb6b2a http_client: check current state when receiving FIN 8 years ago
goldsimon 91a2d9e237 zepif: fix comment for calling netif->input() 8 years ago
goldsimon 5474498f7e zepif: call netif->input instead of tcpip_6lowpan_input for rx packets 8 years ago
Joel Cunningham b28e979739 unit: write out XML file 8 years ago
Axel Lin 53ddb9244b apps/sntp: Trivial build warning fix 8 years ago
Joel Cunningham b1258bf8e6 unit: speed up test_pbuf_queueing_bigger_than_64k 8 years ago
Dirk Ziegelmeier 91038e4979 Improve 6LoWPAN documentation 8 years ago