]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
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
2009-12-02 goldsimonFixed bug #27904: TCP sends too many ACKs: delay resett...
2009-12-01 goldsimonFix compilation for PPPOE without PPPOS and VJ_SUPPORT...
2009-12-01 goldsimonMinor (null-pointer check for not-on-list-netif)
2009-11-29 goldsimontcp_receive(): removed unnecessary return value, added...
2009-11-29 goldsimonFixed bug #28054: Two segments with FIN flag on the...
2009-11-29 goldsimonWorked on tcp_oos unit tests, nearly all TCP_QUEUE_OOS...
2009-11-29 goldsimonFixed bug #28064: pbuf_alloc(PBUF_POOL) is not thread...
2009-11-27 goldsimonInitial check-in of some unit tests
2009-11-26 goldsimontcp_rexmit(): no need to call tcp_output, since always...
2009-11-26 goldsimonFixed bug #28098: Nagle can prevent fast retransmit...
2009-11-26 goldsimonGot the tcp_nagle_*() defines wrong (inverted) :-(
2009-11-26 goldsimonFixed bug #28099 (API required to disable Nagle algorit...
2009-11-22 goldsimonFixed filename in last comment
2009-11-22 goldsimonFixed bug #27905: FIN isn't combined with data on unsent
2009-11-22 goldsimontcp_alloc: prevent increasing stats.err for MEMP_TCP_PC...
2009-11-22 goldsimonFixed bug #27851 (TCP_EVENT_RECV(pcb, NULL,...) results...
2009-11-22 goldsimontcp_recv_null: call tcp_recved() if p != NULL to keep...
2009-11-22 goldsimonFixed bug #27955: netconn_close may nether return when...
2009-11-22 goldsimonFixed bug #28049 (Keep Alive timeout frees pcb then...
2009-11-22 goldsimonmove tcp_debug_print_state to prevent accessing pcb...
2009-11-22 goldsimonFixed logging of timeout-function-pointer (pointer...
2009-11-22 goldsimonFixed usage of logging levels (bug #27948: Incorrect...
2009-11-22 goldsimonFixed usage of logging levels (bug #27948: Incorrect...
2009-11-22 goldsimonClarified debug levels by renaming level OFF to ALL...
2009-11-20 goldsimontcp_input: move tcp_debug_print_state to prevent access...
2009-11-20 goldsimonFixed comment: tcp_pcb_remove does *not* deallocate...
2009-11-20 goldsimonFixed bug #28062: Data received directly after acceptin...
2009-11-11 goldsimonFixed bug #27994: incorrect define for freeaddrinfo...
2009-10-30 goldsimonIncreased default value for TCP_MSS to 536, updated...
2009-10-29 goldsimonFixed wrong filename
2009-10-29 kieranmre-work the fast retransmission code to follow algorith...
2009-10-28 kieranmUpdate version for 1.3.2 rc 1
2009-10-28 kieranmFix BUG#27445: grow cwnd with every duplicate ACK
2009-10-27 goldsimonCorrected parameter spelling in doc
2009-10-27 goldsimonAdded netifapi_netif_set_addr()
2009-10-26 goldsimonMinor: Improved memory layout/alignment of struct dhcp...
2009-10-26 goldsimonTiny code size improvement using goto instead of duplic...
2009-10-26 goldsimonImproved heap usage of lwip_getaddrinfo by only allocat...
2009-10-25 goldsimonbug-fix in the TCP_EVENT_RECV macro (has to call tcp_re...
2009-10-25 goldsimonMinor: fixed typo
2009-10-25 goldsimonAnother fix for bug #26251: RST process in TIME_WAIT...
2009-10-23 kieranmUpdate link to wiki in README file
2009-10-23 goldsimonFixed bug #27783: Silly window avoidance for small...
2009-10-22 goldsimonFixed bug #26251: RST process in TIME_WAIT TCP state
2009-10-21 goldsimonChanged fix for bug #27215 (TCP sent() callback gives...
2009-10-21 goldsimonbug #27315: zero window probe and FIN: only send pure...
2009-10-19 goldsimonMinor code simplification (don't store received pbuf...
2009-10-19 goldsimonRemoved most calls to udp_connect since they aren't...
2009-10-18 goldsimondhcp_unfold_reply: NULL memory might have been freed...
2009-10-18 goldsimondhcp_inform(): netif->dhcp pointed to unallocated memor...
2009-10-18 goldsimonFixed bug #27215: TCP sent() callback gives leadin...
2009-10-18 goldsimonCorrected typo
2009-10-16 goldsimonFixed bug #27315: zero window probe and FIN
2009-10-16 goldsimonFixed bug #27390: Source IP check in ip_input() causes...
2009-10-15 goldsimonFixed bug #27329: dupacks by unidirectional data transmit
2009-10-15 goldsimonFixed bug #27709: conn->err race condition on netconn_r...
2009-10-15 goldsimonFixed bug #27704: autoip starts with wrong address...
2009-10-11 goldsimonFixed bug #27504: tcp_enqueue wrongly concatenates...
2009-10-09 goldsimonFixed default values of some stats to only be enabled...
2009-10-09 goldsimonAccidentally endabled to compile the code -> back to...
2009-10-09 goldsimonUpdated comment in low_level_input() about pbuf len...
2009-10-07 goldsimonpatch #6930: [PATCH trivial] TCP_RMV remove unnecessary...
2009-10-07 goldsimonpatch #6888: Patch for UDP Netbufs to support dest...
2009-10-07 goldsimonReverted change for bug #27252 (Address pointer invalid...
2009-10-07 goldsimonMake ip_current_netif() and ip_current_header() a defin...
2009-10-07 goldsimonMake tcp_debug_state_str() always available, not only...
2009-08-30 goldsimonFixed bug bug #27345: "ip_frag() does not use the LWIP_...
2009-08-30 goldsimondo_connect: LWIP_ERROR on invalid/disabled protocol
2009-08-26 goldsimon bug #26397: Added SLIP polling support (uses sio_tryread)
2009-08-26 stoklundAdd patch #6725 to CHANGELOG
2009-08-25 goldsimonCommented the functions, added sio_tryread() for non...
2009-08-25 goldsimonUse LWIP_UNUSED_ARG() instead of if(){}, fix unused...
2009-08-25 goldsimonfixed invalid dependency to etharp_query if DHCP_DOES_A...
2009-08-25 goldsimontask #9033: Support IEEE 802.1q tagged frame (VLAN...
2009-08-25 goldsimonpatch #6900: added define ip_ntoa(struct ip_addr*)
2009-08-24 stoklundAdd C++ guards to autoip.h header.
2009-08-24 stoklundThe DHCP client should enter the REBOOTING state when...
2009-08-24 stoklundDon't use an AutoIP-configured address on a new network...
2009-08-23 goldsimonFixed bug #27078: Possible memory leak in pppInit()
2009-08-23 goldsimonFixed bug #26657: DNS, if host name is "localhost"...
2009-08-23 goldsimonFixed bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF...
2009-08-23 goldsimonFixed bug #27266: wait-state debug message in pppMain...
2009-08-23 goldsimonFixed bug #27252: Address pointer invalid after freeing...
2009-08-23 goldsimonbug #27267: Added include to string.h where needed
next