3932 Commits (a1c78ea7bfdbf9e0855723bba81d9c4c3f4f4e8b)
 

Author SHA1 Message Date
Dirk Ziegelmeier d9534325cf SNTP: Add function to get operating mode 10 years ago
Axel Lin c221361874 stats: Move memp_names table out of stats_init/stats_display_memp functions 10 years ago
Axel Lin 70ebeda7ed memp: Simplify implementation of memp_overflow_check_all 10 years ago
Joel Cunningham 11faa8149e Fix blocking close with LWIP_SO_SNDTIMEO 10 years ago
Dirk Ziegelmeier 70487a43d4 Apply patch #8854: dns: Simplify #ifdef guard around dns_gethostbyname_addrtype from Axel Lin 10 years ago
Axel Lin a93ae2558f tcp_rexmit_rto: Remove superfluous #if TCP_OVERSIZE guard 10 years ago
Dirk Ziegelmeier c2ba9129ad SNMP: Fix InetAddress octet string encoding (length was missing) 10 years ago
Axel Lin c2a74b767b udp_bind: Omit checking for the same port if no port specified 10 years ago
Dirk Ziegelmeier 123c8dbd6a Fix bug #46837 Don't send dhcp_release message in dhcp_release function 10 years ago
Dirk Ziegelmeier 40ff62fa60 SNMP MIB Compiler: Update project settings, fix wrong output path in SharpSnmpLib 10 years ago
Dirk Ziegelmeier 84397ef013 SNMP MIB Compiler: Treat read-create nodes as read-only 10 years ago
Dirk Ziegelmeier a2b7cec17b SNMP MIB Compiler: Add example command line to compile UDP-MIB 10 years ago
Dirk Ziegelmeier e80e7a10d4 SNMP MIB Compiler: Resolve MIB files in a case-insensitive way 10 years ago
Dirk Ziegelmeier 8c4d1909f4 SNMP MIB Compiler: Deal with multiple OID assignments in a MIB file 10 years ago
Dirk Ziegelmeier bb8ecd7e08 SNMP: Add some basic MIBs 10 years ago
Dirk Ziegelmeier a7e1c730b2 Add .userprefs file to .gitignore 10 years ago
Dirk Ziegelmeier 6f1fc6c403 Add .gitignore (currently including SNMP MIB compiler binaries) 10 years ago
Axel Lin 9f3aab6a62 tcp_out: Use LWIP_DBG_LEVEL_SERIOUS instead of hard coded number 10 years ago
Dirk Ziegelmeier 44256740bd SNMP MIB Viewer: Adapt to changes in SNMP framework that were required to compile UDP-MIB and TCP-MIB 10 years ago
Axel Lin 156ad0dbf5 udp_bind: Fix the logic to check both pcbs have REUSEADDR set 10 years ago
Axel Lin 5056d375f2 tcp_bind/tcp_connect: Omit checking for the same port if no port specified 10 years ago
Dirk Ziegelmeier b68e801975 MIB compiler: Eliminate the need for a cast 10 years ago
Dirk Ziegelmeier 987f0e3016 Update SNMP README - add correct SharpSnmpLib reference 10 years ago
Dirk Ziegelmeier 713deba83f SNMP MIB compiler: Add ability to generate UDP-MIB and TCP-MIB 10 years ago
Dirk Ziegelmeier b9d0d80946 SNMP: Add more MIB compiler info 10 years ago
Dirk Ziegelmeier 84cd489d24 SNMP: Add MIB compiler (code generator) 10 years ago
Axel Lin 708beb4874 udp_bind: Allocate a random port earlier to correctly detect port conflict 10 years ago
Dirk Ziegelmeier 4e8574bd23 SNMP: Table API cleanup 10 years ago
Dirk Ziegelmeier fbdfba2509 SNMP: Found the correct cause of a memory leak 10 years ago
Dirk Ziegelmeier e033866651 Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/lwip 10 years ago
Dirk Ziegelmeier 76094b8c7e SNMP: SMEMCPY should only be used when size is known at compile time 10 years ago
Dirk Ziegelmeier e336f877c2 Merge branch 'master' of ssh://git.sv.gnu.org:/srv/git/lwip 10 years ago
Dirk Ziegelmeier 7f699b36ff Update some MIB2 comments 10 years ago
Dirk Ziegelmeier e041b9a51c SNMP: Fix shadowing warning in another file. Pointed out by Erik Ekman. 10 years ago
Dirk Ziegelmeier 0a222a2ff7 SNMP: Fix shadowing warning pointed out by Erik Ekman 10 years ago
Axel Lin 031de097db Trivial comment fix for lwip_netconn_do_disconnect() 10 years ago
Dirk Ziegelmeier d4361fc7d7 snmp_traps.c: #if 0 ... #endif around C++ style comments does not work - remove the code completely for now 10 years ago
Dirk Ziegelmeier 44617bfa9b Fix compile of SNMP on MSVC 10 years ago
Dirk Ziegelmeier 6352106aaa Fix C++ style comment in snmp_asn1.h 10 years ago
Dirk Ziegelmeier 7412a0e74e SNMP: Move common MIB code into snmp_core.c helper functions 10 years ago
Dirk Ziegelmeier 19d17adcfb SNMP MIB2: Implement tcpConnectionTable 10 years ago
Dirk Ziegelmeier e1e7a704e1 SNMP MIB2: Implement tcpListenerTable 10 years ago
Dirk Ziegelmeier 19dd6c391f SNMP MIB2: Update UDP endpoint table variable names 10 years ago
Dirk Ziegelmeier c5cab4e719 SNMP RAW API: Listen on IPV6 UDP port, too 10 years ago
Dirk Ziegelmeier b48f6d1405 Add comment about udpEnpointTable non-accessible columns 10 years ago
Dirk Ziegelmeier c466f8824f SNMP: Finish implementing UDP-MIB. Add unsupported udpHCInDatagrams and udpHCOutDatagrams items. 10 years ago
Dirk Ziegelmeier 2b16cd93bf SNMP: Another release_instance call bugfix in SNMP Get/GetNext requests 10 years ago
Dirk Ziegelmeier 0c39165701 SNMP: Two bugfixes in SNMP GET requests 10 years ago
Dirk Ziegelmeier 9d1234d83a Add some comments and OID checks to udpEndpointTable 10 years ago
Dirk Ziegelmeier dfaa979b99 Start working on udpEndpointTable 10 years ago