5902 Commits (fe3bb8bb78920c098ddfcff606a7d4fce65f3778)
 

Author SHA1 Message Date
Axel Lin fe3bb8bb78 etharp: Remove superfluous assert checking in free_etharp_q 8 years ago
Axel Lin e93cecf527 Fix build error for http files 8 years ago
goldsimon 1f0867299d add new http files to Filelists.mk 8 years ago
goldsimon 7b9e145fc5 http_client: change user-agent and make it overridable 8 years ago
goldsimon 2753eb1fb1 add an altcp layer for http proxy connect (e.g. to tunnel TLS through a http proxy) 8 years ago
goldsimon a0e900dd02 makefsdata: update usage output to code 8 years ago
goldsimon 325cdf3c0b altcp_tls_mbedtls: restructure upper callbacks to prevent double-free 8 years ago
goldsimon a7b43dae49 altcp: default shutdown for both sides is close 8 years ago
goldsimon d66c0e3381 altcp: mbedtls: move freeing state->rx from close to dealloc (catch-all) 8 years ago
goldsimon bcff67b00e altcp_tls_alloc: need to close inner conn instead of freeing it 8 years ago
goldsimon 3bd87e3815 doc: altcp: keep altcp_alloc/altcp_free out of the docs 8 years ago
Dirk Ziegelmeier 333fff3e66 Improve altcp allocator documentation 8 years ago
Dirk Ziegelmeier fc3c186289 Improve altcp allocator documentation 8 years ago
goldsimon 3a41f4fe8a altcp_alloc: add to Filelists.mk 8 years ago
Axel Lin e9bd31b190 icmp6: Fix "LWIP_ICMP6_DATASIZE" redefined build warning if it was set to 0 8 years ago
Axel Lin a894140bb0 igmp: Use angle brackets for including string.h 8 years ago
goldsimon 842b9f4429 altcp: simplify creating different types by adding an allocator concept 8 years ago
Dirk Ziegelmeier 5b33d33e34 Add HTTP client to documentation 8 years ago
Dirk Ziegelmeier 2501913cde Move ethernetif.c from lwIP main rep to contrib examples directory where it has a chance to be actually found by users 8 years ago
Dirk Ziegelmeier 47c55c3d96 Improve documentation for 6LOWPAN and SLIPIF 8 years ago
goldsimon ef29f2d401 http_client: httpc_tcp_recv did not return inner_conn's recv return value 8 years ago
goldsimon ca0a356221 sockets_stresstest: don't compile when LWIP_SOCKET is disabled 8 years ago
goldsimon e6f0700c81 fuzz: fix compile error, ignore 0 length pbufs 8 years ago
goldsimon b5448a86fd ip4_reass: free datagram entry if p == NULL 8 years ago
Dirk Ziegelmeier 5b459c1282 dns.h depends on err.h 8 years ago
goldsimon 2b09c18c4e altcp_tls.h: minor whitespace cleanup 8 years ago
goldsimon 2648d30843 altcp_tls_mbedtls.c: tiny function rename 8 years ago
goldsimon bd656efd64 http client: add https support, fix parsing header with chained pbufs 8 years ago
goldsimon e87392cc85 http client: fix proxy support 8 years ago
goldsimon 3dafa72ec8 apps: add http client 8 years ago
goldsimon d4c4b0eec5 rename folder 'src/apps/httpd' to 'http' 8 years ago
goldsimon 58de2af5f2 test/fuzz: add some applications, add an experimental multi-packet mode 8 years ago
goldsimon cd1516e2e4 mqtt: rewrote check for topc_len so that coverity is happy... 8 years ago
goldsimon 216f21dcd1 simple whitespace cleanup 8 years ago
Axel Lin 5d5b8fbb46 Fix trivial copy & paste mistake for comment in header files 8 years ago
goldsimon 133bf70ab5 mqtt: slightly change some overflow checks 8 years ago
goldsimon eea95459c9 mqtt: add more length validity checks in mqtt_message_received 8 years ago
goldsimon 546a8c4860 Revert "vj_compress_tcp: help coverity to see we're not accessing out of bounds (this is a union)" 8 years ago
goldsimon e926779510 netif_alloc_client_data_id: only present if LWIP_NUM_NETIF_CLIENT_DATA 8 years ago
goldsimon 731336223f mqtt: add comments in mqtt_parse_incoming 8 years ago
Joel Cunningham 618a28fc53 memp: remove include of sockets.h 8 years ago
goldsimon 2390eb6826 vj_compress_tcp: help coverity to see we're not accessing out of bounds (this is a union) 8 years ago
goldsimon 5ee77262bc mem plug_holes: fix copy& paste error 8 years ago
goldsimon bcb6819715 dns_compare_name: change check for u16_t overflow 8 years ago
goldsimon d4047ea1d1 Try to fix issues reported by coverity 8 years ago
goldsimon e20e9bc3d4 Try to fix issues reported by coverity 8 years ago
Dirk Ziegelmeier d5d635cdce Minor DNS documentation improvement 8 years ago
Axel Lin 47946a29e9 memp: Remove include of lwip/netifapi.h from memp.c 8 years ago
goldsimon b5e67f142a tcp: LWIP_CHECKSUM_ON_COPY: fix adding data to retx segment 8 years ago
goldsimon 7b6d2870ca test: add a unit test for TCP_CHECKSUM_ON_COPY with retransmissions 8 years ago