1724 Commits (ca11baf1cdbefdbd6f3e22b89a65fc2c3fcfacab)
 

Author SHA1 Message Date
goldsimon ca11baf1cd Changed netconn_recv() and netconn_accept() to return err_t (bugs #27709 and #28087) 16 years ago
goldsimon 7ede02ca8b Fixed bug #27856: PPP: Set netif link- and status-callback by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback() 17 years ago
goldsimon 2d4e76874c Using typedefs for function prototypes and -pointers throughout the stack for clarity 17 years ago
goldsimon b463562241 Use protocol definition from tcp.h, not from sockets.h 17 years ago
goldsimon 04f17c4709 Improved includes in snmp 17 years ago
goldsimon 97f797e859 do_connect(): set conn->err to an error if conn->pcb is NULL 17 years ago
goldsimon 9521f54741 Another fix for bug #28562: Segfault @ err_tcp 17 years ago
goldsimon 0e38a52edc Again: Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox 17 years ago
goldsimon 6df94d3c76 Coding style 17 years ago
goldsimon 59005b544f Minor fix: bug #28555: Retransmission timer only stopped if TCP_QUEUE_OOSEQ==1 17 years ago
goldsimon 8596bb7e7e The heap now may be moved to user-defined memory by defining LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address (patch #6966 and bug #26133) 17 years ago
goldsimon 1c47d15577 Minor speedup ip_output_if when writing TTL/proto to ip header 17 years ago
goldsimon 67c587f9f7 Fixed NO_SYS==0: starting pppInputThread failed; fixed some comments 17 years ago
goldsimon 052be0a328 Added comments 17 years ago
goldsimon 68ddcc6ca7 Fixed bug #13315 (PPP PAP authentication can result in erroneous callbacks) by copying the code from recent pppd 17 years ago
goldsimon 9a2d97ec41 Fixed bug #28551 (Compiler warning introduced with closed bug #28506) 17 years ago
goldsimon 47e770dffa Fixed comment on struct mem.prev 17 years ago
goldsimon 8292cebfd9 Fixed bug #28506 (raw_bind should filter received packets) 17 years ago
goldsimon c483c13dc4 Fixed bug #28248 (netif_remove doesn't call netif callback) by calling netif_set_down() from netif_remove() 17 years ago
goldsimon 86f2942c2a Minor coding style changes, added assertion 17 years ago
goldsimon e4d19dc4a0 GCC didn't like memp_memory_XXX -> now using memp_memory_XXX_base (as in Bill's original patch) 17 years ago
goldsimon 763760503b patch #6822 (Add option to place memory pools in separate arrays) - new config option MEMP_SEPARATE_POOLS 17 years ago
goldsimon 13c9d2dade Added/changed comments 17 years ago
goldsimon 97f6c5b239 D'Oh! 17 years ago
goldsimon f4a9d173a1 bug #28127: remove call to tcp_output() from tcp_ack(_now)() 17 years ago
goldsimon d85a18752f patch #6463 (IGMP - Adding Random Delay): added define LWIP_RAND() for lwip-wide randomization (to be defined in cc.h) 17 years ago
goldsimon aa7dd9a8ad Forgot one line & comments 17 years ago
goldsimon 27c9670718 Fixed bug #28529: macro LWIP_DEBUG_TIMERNAMES in timers.h 17 years ago
goldsimon 32833bcd56 Inlined netif_is_up() and netif_is_link_up() as defines for speed reasons; fixed type and macro definition. 17 years ago
goldsimon 53bc34f3e2 Fixed bug #28195 (PPP: remove duplicate TCP/IP protocol header definitions - use the lwIP ones) - deleted unused header file 17 years ago
goldsimon 81640c4a83 Fixed compilation of VJ_SUPPORT after separating tx and rx 17 years ago
goldsimon 533e6b5f8d Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox 17 years ago
goldsimon 28f0bbd575 Fixed bug #28519 (lwip_recvfrom bug with len > 65535) 17 years ago
goldsimon 39717b2d9d Copy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1 since string passed to dns_local_addhost() might be volatile 17 years ago
goldsimon 79c88cdcfd Added function names to timer debug output 17 years ago
goldsimon 8a34c16aee Improved assertion message when MEMP_SYS_TIMEOUT pool is empty 17 years ago
goldsimon cce192a671 Call tcp_timer_needed() with NO_SYS==1, too 17 years ago
goldsimon cfe4a12a46 Fixed bug #28496: missing include guards in netdb.h 17 years ago
goldsimon 3269da52cc Initial version of PPP for NO_SYS==1, some TODOs are remaining, but it works... 17 years ago
goldsimon 9c51487d1a Renamed PPP tasks from "pppMain" to "pppInputThread" 17 years ago
goldsimon 3ba5ddefa7 Removed unnecessary tcpip-callbacks: this whole module runs inside the tcpip-thread. This also makes PPPoE usable with NO_SYS==1 17 years ago
goldsimon 1d45aa8d45 Reorganised PPP source code from ucip structure to pppd structure to easily compare our code against the pppd code (around v2.3.1) 17 years ago
goldsimon a7bcdf4398 Remove warning for TCP_LISTEN_BACKLOG==0 17 years ago
goldsimon 9a0dac5885 Removed unused test function 17 years ago
goldsimon c9e0652526 Remove C++-style comments 17 years ago
goldsimon a566f9d8f2 Separated timer implementation from semaphore/mbox implementation, moved timer implementation to timers.c/.h (TASK#7235) 17 years ago
goldsimon 1740b0d421 Some functions were located outside extern "C" {} 17 years ago
goldsimon 802a048302 Commented 2 variables 17 years ago
goldsimon fa08823ac4 Added an additional option LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE) 17 years ago
goldsimon a1c0b9da7b Added an additional option LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE) - no changes in the ppp code yet 17 years ago