Commit Graph

  • 54448559bb altcp_tls_mbedtls: add debug output of mbedtls library Simon Goldschmidt 2018-11-23 22:25:21 +01:00
  • 7859c6832b makefsdata: fix compiling for win32 Simon Goldschmidt 2018-11-23 12:59:07 +01:00
  • d116d235a5 apps/smtp: Remove redundant LWIP_ASSERT checking in smtp_send_mail_bodycback Axel Lin 2018-11-23 19:28:24 +08:00
  • b1fbb5ad45 Fix warnings about ignored return values in makefsdata.c Dirk Ziegelmeier 2018-11-22 21:53:12 +01:00
  • 039056370d next release in this branch will be 2.1.3 Simon Goldschmidt 2018-11-22 21:02:32 +01:00
  • 159e31b689 Prepare 2.1.2 release STABLE-2_1_2_RELEASE Simon Goldschmidt 2018-11-22 20:57:02 +01:00
  • 17c60d2728 Fix CHANGELOG for 2.1.2 Simon Goldschmidt 2018-11-22 20:56:33 +01:00
  • e31f1b918c mdns.c: Fix accessing potentially uninitialized variable Dirk Ziegelmeier 2018-11-22 13:36:20 +01:00
  • 45a055840d snmp_traps.c: Portability fix: Don't use non-constant initializers Dirk Ziegelmeier 2018-11-22 13:14:52 +01:00
  • 5da6c0cfd0 CMake build system: Fix STREQUAL comparisons and set /Wall for MSVC Dirk Ziegelmeier 2018-11-22 13:14:14 +01:00
  • ef76bbe3f0 DNS: Allow a DNS look-up with a trailing dot in the name Craig McQueen 2018-11-16 03:15:29 +01:00
  • 9071db11af snmp: don't allocat outbound msg for GET RESP (inform cb) Simon Goldschmidt 2018-11-22 12:54:50 +01:00
  • ed59260b92 snmp: fix coding style Simon Goldschmidt 2018-11-22 12:51:46 +01:00
  • 52e75369c1 Fix netbiosns expecting too large packet Jens Nielsen 2018-11-21 09:15:42 +01:00
  • c23aa713f9 Try to fix compile warning in mdns.c Dirk Ziegelmeier 2018-11-22 11:37:24 +01:00
  • 10e0130a4a netbiosns_name_decode: Take CONST char* as first argument Dirk Ziegelmeier 2018-11-21 21:03:36 +01:00
  • b0c753da96 Fix netbiosns expecting too large packet Jens Nielsen 2018-11-21 09:15:42 +01:00
  • 30b2d07362 Fix compile error with GCC 8 in makefsdata Dirk Ziegelmeier 2018-11-20 20:34:29 +01:00
  • ee1bab3411 mDNS: conflict resolution added Jasper Verschueren 2018-11-20 09:01:42 +01:00
  • 3bd84aba4b snmp_v3: use strlen, not strnlen Simon Goldschmidt 2018-11-19 20:13:30 +01:00
  • 4413576494 doc/mdns.txt: Update document for mdns API changes Axel Lin 2018-11-19 23:24:05 +08:00
  • 66706f469d Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen Dirk Ziegelmeier 2018-11-19 14:43:26 +01:00
  • aa83bdf490 Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen Dirk Ziegelmeier 2018-11-19 14:43:26 +01:00
  • 4adcd68ce4 Fix compile of mdns.c Dirk Ziegelmeier 2018-11-19 14:32:05 +01:00
  • 19cbf2a652 mDNS: probe rate limiting if more then 15 conflicts occur in 10s Jasper Verschueren 2018-11-19 10:59:16 +01:00
  • 593c02aed4 mDNS: probe tiebreaking added Jasper Verschueren 2018-11-09 11:13:15 +01:00
  • a09646c507 mDNS: split probe packet definition and split outpkt creation Jasper Verschueren 2018-11-08 16:55:54 +01:00
  • 2a236088ae add new mdns files to win32 msvc project Simon Goldschmidt 2018-11-14 20:33:10 +01:00
  • 861ce296b9 mDNS: respond to probe via multicast added Jasper Verschueren 2018-11-14 15:38:36 +01:00
  • 530a4ccdce Fix return value of sys_arch_mbox_tryfetch() in Win32 port Dirk Ziegelmeier 2018-11-13 20:35:53 +01:00
  • 915e923809 Fix bug #55017: Wrong return value in sys_arch_mbox_tryfetch() in FreeRTOS port Dirk Ziegelmeier 2018-11-13 20:34:18 +01:00
  • d386388fb5 Move netif_mdns_data() and get_mdns_pcb() to mdns_priv.h Dirk Ziegelmeier 2018-11-13 12:22:24 +01:00
  • 2adc6d2687 MDNS: Minor compile fix, declare variables before code Dirk Ziegelmeier 2018-11-13 12:20:57 +01:00
  • 405fc4d802 Revert "mDNS: authority section of probe message needs to contain all records" Jasper Verschueren 2018-11-09 17:10:40 +01:00
  • ee7ed8c87d mDNS: cleanup probing and announcing sequence Jasper Verschueren 2018-11-07 11:41:29 +01:00
  • 65eb36b10d mDNS: ignore responses with src port != 5353 (rfc6762 section 6) Jasper Verschueren 2018-10-19 16:09:07 +02:00
  • 16da67bb21 mDNS: source address check added Jasper Verschueren 2018-10-19 13:58:49 +02:00
  • 331368e3aa mDNS: add new files to filelists + solve compile errors Jasper Verschueren 2018-10-25 09:41:00 +02:00
  • 201e772e15 mDNS: author comment update + things left to implement update Jasper Verschueren 2018-10-24 16:15:11 +02:00
  • 4289293061 mDNS: add support for output delaying Jasper Verschueren 2018-10-12 15:35:02 +02:00
  • 4ea5110662 mDNS: remove netif from mDNS structs Jasper Verschueren 2018-10-12 10:01:04 +02:00
  • 62fb2fd749 mDNS fix TTL bug Jasper Verschueren 2018-10-11 15:16:21 +02:00
  • c4321330d0 mDNS: authority section of probe message needs to contain all records Jasper Verschueren 2018-10-10 09:59:02 +02:00
  • 3043d9d023 mDNS: move domain related functions and output related funtions Jasper Verschueren 2018-10-10 09:40:03 +02:00
  • 1a10a942f2 tcp_recved: fix overflow check Simon Goldschmidt 2018-11-12 20:55:23 +01:00
  • 18b91b2841 Revert "tcp_recved: check for overflow and warn about too big values" Simon Goldschmidt 2018-11-12 21:01:05 +01:00
  • 98d1cb1c00 tcp_recved: fix overflow check Simon Goldschmidt 2018-11-12 20:55:23 +01:00
  • 1940cae827 Revert "tcp_recved: check for overflow and warn about too big values" Simon Goldschmidt 2018-11-12 20:47:01 +01:00
  • a29fc52633 sync CHANGELOG after releasing 2.1.1 Simon Goldschmidt 2018-11-09 17:23:17 +01:00
  • 292bd85db6 sockets: Trivial comment fixes Axel Lin 2018-11-09 17:14:20 +08:00
  • 1d2567c7bf doc: update our docs for upload to savannah download area Simon Goldschmidt 2018-11-08 22:36:59 +01:00
  • d184463e2a next release in this branch will be 2.1.2 Simon Goldschmidt 2018-11-08 22:36:01 +01:00
  • 3b53b6e481 Prepare 2.1.1 release STABLE-2_1_1_RELEASE Simon Goldschmidt 2018-11-08 22:15:01 +01:00
  • 78ee1ee2cf Update CHANGELOG for 2.1.1 Simon Goldschmidt 2018-11-08 22:07:58 +01:00
  • 422623a87b altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes Simon Goldschmidt 2018-11-08 20:48:31 +01:00
  • 4aa6df7633 sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg Axel Lin 2018-11-08 22:43:51 +08:00
  • 7bcf0d3334 sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg Axel Lin 2018-11-08 22:43:51 +08:00
  • 7869d7c5f7 More snmp_traps.c documentation fixes Dirk Ziegelmeier 2018-11-08 08:35:39 +01:00
  • 98e31f7ba6 SNMP: Simplify two informs functions Dirk Ziegelmeier 2018-11-07 21:23:28 +01:00
  • 0e3bc53432 Fix comments in new SNMP code Dirk Ziegelmeier 2018-11-07 21:21:23 +01:00
  • 2e9c60b410 Fix unused variable in snmp_example.c when SNMP is disabled Dirk Ziegelmeier 2018-11-07 21:09:30 +01:00
  • 65033b6ba5 Apply patch for task #15072: SNMP support for notifications and informs (v2c) Dirk Ziegelmeier 2018-11-07 21:04:21 +01:00
  • 93c3cfd2b1 Fix initialization of mqtt example IP Dirk Ziegelmeier 2018-11-05 20:06:53 +01:00
  • 0df1559056 Improve comments in setup-tapif Dirk Ziegelmeier 2018-11-05 19:16:35 +01:00
  • f72227aadc fix compiling ETHARP_SUPPORT_VLAN without LWIP_HOOK_VLAN_SET and LWIP_VLAN_PCP Simon Goldschmidt 2018-11-07 10:49:06 +01:00
  • 153c295b6f altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seed Simon Goldschmidt 2018-11-06 21:28:01 +01:00
  • 2d2336014c Remove assertion about the end of pollfd array Joan Lledó 2018-11-01 17:48:52 +01:00
  • def427bcaf Fix bug #54670: 127.0.0.1 sent out to netif_default? Dirk Ziegelmeier 2018-11-01 21:35:54 +01:00
  • fe05be110d Unix port setup-tapif: Add bridge to TAP interface Dirk Ziegelmeier 2018-11-04 08:59:41 +01:00
  • feee9d903a Unix port: Give threads a name on Linux Dirk Ziegelmeier 2018-11-02 20:22:22 +01:00
  • ba8d9b0018 lwipopts.h: Raise number of UDP PCBs Dirk Ziegelmeier 2018-11-02 20:21:50 +01:00
  • ba705d3f7f Fix assertions in udpecho.c Dirk Ziegelmeier 2018-11-02 20:19:52 +01:00
  • 33325bbf3b Make setup-tapif script executable Dirk Ziegelmeier 2018-11-02 19:32:39 +01:00
  • 284659156d Remove assertion about the end of pollfd array Joan Lledó 2018-11-01 17:48:52 +01:00
  • 3c17c1e82e fix typo in comment Simon Goldschmidt 2018-11-01 21:42:09 +01:00
  • 7c2267b966 Fix bug #54670: 127.0.0.1 sent out to netif_default? Dirk Ziegelmeier 2018-11-01 21:35:54 +01:00
  • 48c2056d5b Implement unit test for bug #54670: 127.0.0.1 sent out to netif_default? Dirk Ziegelmeier 2018-11-01 21:35:46 +01:00
  • 0c34597b9e netif: Add getter for loopif for unit tests Dirk Ziegelmeier 2018-11-01 21:35:06 +01:00
  • ba3a39957d Fix mqtt unit test broken ebb0dc14a733 Axel Lin 2018-10-30 21:21:08 +08:00
  • 26a84d9307 Minor: add parenthesis for cleaner code Dirk Ziegelmeier 2018-10-28 21:08:24 +01:00
  • 5698e57da3 VS code workspace: add unit tests Dirk Ziegelmeier 2018-10-27 22:35:54 +02:00
  • ffbe075d56 bug #54700: Unexpected expiry of pending ARP table entry Florent Matignon 2018-09-20 16:40:34 +02:00
  • f58324b576 altcp_tls_mbedtls: update list of todos Simon Goldschmidt 2018-10-26 20:43:12 +02:00
  • fa37888da2 altcp_tls_mbedtls: update list of todos Simon Goldschmidt 2018-10-26 20:43:06 +02:00
  • 205cd7c1f6 bug #54744: if altcp_close() called from recv() callback, there is some write to freed memory David GIRAULT 2018-09-27 15:07:36 +02:00
  • 6e994f9df2 bug #54744: if altcp_close() called from recv() callback, there is some write to freed memory David GIRAULT 2018-09-27 15:07:36 +02:00
  • a352f4e11c Explicitly check for TCP_MSS to be <= ~16 kByte Simon Goldschmidt 2018-10-26 19:43:13 +02:00
  • a41c1fcc62 patch #9350: Sockets API: use OS's sys/socket.h instead of lwip/sock Simon Goldschmidt 2018-10-26 19:33:47 +02:00
  • 398333da9a snmp: avoid NULL pointer dereference, fix return values Simon Goldschmidt 2018-10-24 20:39:08 +02:00
  • 6b92dd6907 CMakeCommon.cmake: Add missing newline Dirk Ziegelmeier 2018-10-24 15:08:02 +02:00
  • ec28364a2f SNMP_ERR_NOTWRITABLE is a more appropriate return value for the last two commits Dirk Ziegelmeier 2018-10-24 09:59:06 +02:00
  • ee2f5c52d1 Fix the same issue as in snmp_scalar.c in snmp_threadsync.c Dirk Ziegelmeier 2018-10-24 08:54:08 +02:00
  • 36e2d2255e Fix wrong return value in snmp_scalar_array_get_value() Dirk Ziegelmeier 2018-10-24 08:34:32 +02:00
  • 6a1fbc7433 snmp: fix coding style in last commit Simon Goldschmidt 2018-10-23 20:00:16 +02:00
  • e678219bdf snmp: fix coding style in last commit Simon Goldschmidt 2018-10-23 20:00:16 +02:00
  • 830217ac78 SNMP: Avoid NULL pointer dereference in snmp_scalar.c Dirk Ziegelmeier 2018-10-23 14:26:29 +02:00
  • e4db22d9f5 fix missing standard includes Simon Goldschmidt 2018-10-23 19:57:11 +02:00
  • 2e7b4573a5 SNMP: Avoid NULL pointer dereference in snmp_scalar.c Dirk Ziegelmeier 2018-10-23 14:26:29 +02:00
  • ff8d1a384f httpd: SSI types should be overridable (task #15071) Simon Goldschmidt 2018-10-23 08:17:45 +02:00
  • f6b728b24c makefsdata: obey LWIP_HTTPD_SSI_BY_FILE_EXTENSION Simon Goldschmidt 2018-10-23 08:16:49 +02:00