3634 Commits (d38db89626ec3d8ca25ff30fbcbe46ed877f32cf)
 

Author SHA1 Message Date
Dirk Ziegelmeier d38db89626 Export tcp_pcb_lists from tcp.c - can be used in SNMP code to implement MIB2 tcp connection tables 11 years ago
Dirk Ziegelmeier 3f0b1e2cdc Remove global variable used in macros, it can be declared locally. 11 years ago
sg f518c6578c fixed bug #46321: Synchronization bug around lwip_select() and tcpip_thread() with thread-local semaphores 11 years ago
sg 2dec8f449a minor: fixed typo: even_callback -> event_callback 11 years ago
Joel Cunningham 1ef913cd36 Update snd_queuelen comment documentation 11 years ago
Joel Cunningham affc6d61ca Update socket options comments 11 years ago
sg f278b27119 pppapi/ppos: include tcpip_priv.h, not tcpip.h 11 years ago
Sylvain Rochet 37bb0b89f0 all: trivial include changes related to the new "lwip/priv/" include directory 11 years ago
sg 02bddd251a re-added tcpip.h (removed because the better part of the file moved to "priv/tcpip_priv.h", which was more worth conserving the git history - how do you duplicate a file keeping its history in both copies??) 11 years ago
sg c12fa7b4c4 started to move "private" header files containing implementation details to "lwip/priv/" include directory to seperate the API from the implementation. 11 years ago
sg b32751a693 moved dhcp.c to src/core/ipv4/ since it is IPv4 only 11 years ago
sg fc1db87318 Fixed compiling api with LWIP_NETCONN_SEM_PER_THREAD==1 && LWIP_MPU_COMPATIBLE==1 11 years ago
sg 365f3fb651 Make LWIP_RAW==0 the default, raw IP sockets/pcbs should not be too common to justify the increased codesize for default setups 11 years ago
sg a7ee681515 netbios -> netbiosns, added netbiosns_opts.h, added netbiosns_set_name() and netbiosns_stop() 11 years ago
sg b02bcde8e0 added netbios name server from contrib (-> netbiosns) 11 years ago
sg bef5ccda0b removed spaces at line ending, fixed include guard 11 years ago
sg a2cd2ae5a8 lwiperf: fixed const-cast warning 11 years ago
sg 698e20a990 Added lwiperf, a simple ipv4/tcp iperf peer 11 years ago
sg b6ad76fe1a fixed header include guard, fixed FILES 11 years ago
sg 22957a8082 added sntp_opts.h (all options for the sntp app), added FILES to describe the include folder 11 years ago
sg 8dfd5e82cb first 'app': added SNTP client from contrib (unmodified from 196cbae376dfd484b4833503dd43057b4c3462fa, 28.08.2015) 11 years ago
goldsimon 65efeec4e9 fixed bug #46145 tcp_send_empty_ack() uses wrong netif with LWIP_HOOK_IP4_ROUTE_SRC (patch by Milan Cermak) 11 years ago
goldsimon 15bb334e81 SNMP: use PBUF_RAM for sending, PBUF_POOL is mostly used for RX only (if this isn't followed, tcp can get stuck when ACKs don't come through - unless some PBUF_POOL pbufs are reserved for such RX) 11 years ago
goldsimon 77f906376e minor: fixed coding style (lwip style) 11 years ago
goldsimon 9b22f167f1 minor: mib2: removed some blocks by defining common variables above the switch 11 years ago
goldsimon b401f42520 minor: fixed coding style (lwip style) 11 years ago
goldsimon 2949449e25 minor: SNMP: fixed coding style (lwip style) 11 years ago
sg 2b971400fa minor: coding style 11 years ago
sg 22df34fc70 minor/coding style: removed spaces before line ending (from file header) 11 years ago
sg 490581a0eb minor/coding style: removed spaces before line ending 11 years ago
goldsimon 0737cfb84e Fixed bug #46128 (patch by Kerem Hadimli) 11 years ago
Erik Ekman 58895c3cf6 PPP: Fix shadowing of global declaration 'sha1' 11 years ago
Erik Ekman 7fb832aa4e PPP: Fix shadowing of global declaration 11 years ago
Erik Ekman 673c6505ae PPP: Fix shadowing of global declaration 11 years ago
Erik Ekman 1fef434f01 PPP: Fix shadowing of global declaration 11 years ago
Sylvain Rochet 495fc61a34 Documentation: SNMP: update to recent changes 11 years ago
Erik Ekman f80d0dab08 Remove old comments about DHCP setting netif up 11 years ago
sg fb1ac8d766 snmp mib2: more const 11 years ago
Dirk Ziegelmeier bc47bd28ab snmp mib2: more nodes can be const 11 years ago
Dirk Ziegelmeier 5cf4771397 snmp: eliminiate mib_ram_array_node (it is not necessary: to the agent, the nodes may be const since the actual mib implementation knows the structures behind the nodes which do not have to be const) 11 years ago
sg 8891b277c6 snmp: hopefully fixed all alignment warnings introduced today. unfortunately, gcc does not warn about them when compiling for x86 11 years ago
goldsimon e4abd4234d removed comma before } 11 years ago
goldsimon fe33fd6d86 snmp: cleaned up mib_* structs: "base" class 'struct mib_node' only needs the type, get/set functions are not used on array/external nodes (only on scalar/listroot nodes) 11 years ago
goldsimon bf75ace695 snmp: combine oid and node pointers in array entries 11 years ago
goldsimon 5b1b430403 sockets ERR_TO_ERRNO_TABLE_SIZE: use LWIP_ARRAYSIZE() 11 years ago
goldsimon 424bd7e38c def.h: added LWIP_ARRAYSIZE() macro 11 years ago
goldsimon 180ed573a5 snmp_trap_dst_ip_set: ip_addr_t pointer can be const 11 years ago
goldsimon a9b6b5b704 adapt init.c to moved declaration of snmp_init 11 years ago
goldsimon 064d171332 snmp: moved agent initialization from snmp_msg.h to snmp.h 11 years ago
goldsimon 30445712a5 snmp: make mib_scalar_node a "derived" struct like all other nodes 11 years ago