]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2010-01-27 goldsimonFixed bug #27871: Calling tcp_abort() in recv callback...
2010-01-26 goldsimonUse memp pools for snmp instead of the heap; added...
2010-01-26 goldsimonMoved missing include
2010-01-25 goldsimonPartly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY not...
2010-01-25 goldsimonAdded one more missing cast
2010-01-25 goldsimonbug #28659: Missing casts
2010-01-24 goldsimonRenamed the private mib node from 'private' to 'mib_pri...
2010-01-24 goldsimonRenamed the private mib node from 'private' to 'mib_pri...
2010-01-24 goldsimonbug #26523: Compiler Warnings
2010-01-24 goldsimonbug #26523: Compiler Warnings
2010-01-23 goldsimonFixed compilation for LWIP_TCPIP_CORE_LOCKING
2010-01-23 goldsimonbug #26523: Compiler Warnings
2010-01-23 goldsimonFixed bug #28716: select() returns 0 after waiting...
2010-01-21 goldsimonFixed bug #28651 (tcp_connect: no callbacks called...
2010-01-21 goldsimonRemoved unused function declaration for netbuf_len...
2010-01-20 goldsimonFixed netconn_err() macro
2010-01-20 goldsimonAdded missing include
2010-01-19 goldsimonFixed bug #27316 (netconn: Possible deadlock in err_tcp...
2010-01-18 goldsimonreorganised PPP sourcecode to 2.3.11 including some...
2010-01-18 goldsimonFixed bug #28679: mem_realloc calculates mem_stats...
2010-01-18 goldsimonOnly check for LWIP_RAND() if IGMP is used, for now
2010-01-18 goldsimonMinor: source code layout
2010-01-18 goldsimonMinor: fixed argument casts for mbox_fetch parameters...
2010-01-17 goldsimontask #10102: "netconn: clean up conn->err threading...
2010-01-17 goldsimontask #10102: "netconn: clean up conn->err threading...
2010-01-17 goldsimonAdded comment
2010-01-17 goldsimonMinor: source code layout
2010-01-17 goldsimonChanged netconn_recv() and netconn_accept() to return...
2010-01-14 goldsimonFixed bug #27856: PPP: Set netif link- and status-callb...
2010-01-14 goldsimonUsing typedefs for function prototypes and -pointers...
2010-01-14 goldsimonUse protocol definition from tcp.h, not from sockets.h
2010-01-14 goldsimonImproved includes in snmp
2010-01-14 goldsimondo_connect(): set conn->err to an error if conn->pcb...
2010-01-14 goldsimonAnother fix for bug #28562: Segfault @ err_tcp
2010-01-13 goldsimonAgain: Fixed bug #26672 (close connection when receive...
2010-01-13 goldsimonCoding style
2010-01-13 goldsimonMinor fix: bug #28555: Retransmission timer only stoppe...
2010-01-13 goldsimonThe heap now may be moved to user-defined memory by...
2010-01-13 goldsimonMinor speedup ip_output_if when writing TTL/proto to...
2010-01-13 goldsimonFixed NO_SYS==0: starting pppInputThread failed; fixed...
2010-01-13 goldsimonAdded comments
2010-01-11 goldsimonFixed bug #13315 (PPP PAP authentication can result...
2010-01-11 goldsimonFixed bug #28551 (Compiler warning introduced with...
2010-01-11 goldsimonFixed comment on struct mem.prev
2010-01-10 goldsimonFixed bug #28506 (raw_bind should filter received packets)
2010-01-10 goldsimonFixed bug #28248 (netif_remove doesn't call netif callb...
2010-01-10 goldsimonMinor coding style changes, added assertion
2010-01-10 goldsimonGCC didn't like memp_memory_XXX -> now using memp_memor...
2010-01-10 goldsimonpatch #6822 (Add option to place memory pools in separa...
2010-01-10 goldsimonAdded/changed comments
2010-01-10 goldsimonD'Oh!
2010-01-10 goldsimonbug #28127: remove call to tcp_output() from tcp_ack...
2010-01-10 goldsimonpatch #6463 (IGMP - Adding Random Delay): added define...
2010-01-10 goldsimonForgot one line & comments
2010-01-09 goldsimonFixed bug #28529: macro LWIP_DEBUG_TIMERNAMES in timers.h
2010-01-09 goldsimonInlined netif_is_up() and netif_is_link_up() as defines...
2010-01-09 goldsimonFixed bug #28195 (PPP: remove duplicate TCP/IP protocol...
2010-01-08 goldsimonFixed compilation of VJ_SUPPORT after separating tx...
2010-01-08 goldsimonFixed bug #26672 (close connection when receive window...
2010-01-08 goldsimonFixed bug #28519 (lwip_recvfrom bug with len > 65535)
2010-01-08 goldsimonCopy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1...
2010-01-08 goldsimonAdded function names to timer debug output
2010-01-08 goldsimonImproved assertion message when MEMP_SYS_TIMEOUT pool...
2010-01-07 goldsimonCall tcp_timer_needed() with NO_SYS==1, too
2010-01-06 goldsimonFixed bug #28496: missing include guards in netdb.h
2009-12-31 goldsimonInitial version of PPP for NO_SYS==1, some TODOs are...
2009-12-31 goldsimonRenamed PPP tasks from "pppMain" to "pppInputThread"
2009-12-31 goldsimonRemoved unnecessary tcpip-callbacks: this whole module...
2009-12-31 goldsimonReorganised PPP source code from ucip structure to...
2009-12-31 goldsimonRemove warning for TCP_LISTEN_BACKLOG==0
2009-12-31 goldsimonRemoved unused test function
2009-12-31 goldsimonRemove C++-style comments
2009-12-31 goldsimonSeparated timer implementation from semaphore/mbox...
2009-12-31 goldsimonSome functions were located outside extern "C" {}
2009-12-31 goldsimonCommented 2 variables
2009-12-27 goldsimonAdded an additional option LWIP_ETHERNET to support...
2009-12-27 goldsimonAdded an additional option LWIP_ETHERNET to support...
2009-12-27 goldsimonAnother fix for bug #28241 (ooseq processing) and adapt...
2009-12-24 kieranmUpdate version numbering for 1.4.0 CVS development
2009-12-24 kieranmUpdate CHANGELOG for 1.3.2
2009-12-24 kieranmUpdate version information for 1.3.2
2009-12-24 kieranmBUG28241: improve oos sequence processing with patches...
2009-12-11 goldsimonSlightly modified the out-of-sequence-FIN test: receive...
2009-12-11 goldsimontcp_set_state: fail on unimplemented state
2009-12-10 goldsimonAdded explicit check for number of segments and seqno...
2009-12-07 goldsimonUpdated comments on which sio-functions are used
2009-12-07 goldsimonAdded a note why MSCHAP currently doesn't work with...
2009-12-07 goldsimonAdded description about the PPP stack
2009-12-06 goldsimonVarious small improvements from patch #6965 (removed...
2009-12-06 goldsimontcp_process: add state info to log message that is...
2009-12-06 goldsimonFixed bug #27079 (Yet another leak in PPP): outpacket_b...
2009-12-06 goldsimonpppInit: Remove zeroing the stats - no protocol does...
2009-12-06 goldsimonFixed checking input packet length (20 bytes is a valid...
2009-12-06 goldsimonSligthly reordered struct netif's members to better...
2009-12-04 goldsimonpatch #6969: PPP: missing PAP authentication UNTIMEOUT
2009-12-04 goldsimonPPP: Make MAXNAMELEN/MAXSECRETLEN overridable in lwipopts.h
2009-12-04 goldsimonThe guy's name is Van Jacobson (not Jabobsen or Jacobse...
2009-12-04 goldsimonMoved the function definitions so that other modules...
2009-12-03 goldsimonFixed bug #28106: dup ack for fast retransmit could...
2009-12-03 goldsimonFixed some typos
next