]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2006-10-13 christiaansRemoved EXPERIMENTAL status.
2006-10-13 christiaansFixed decoding of negative integers in snmp_asn1_dec_s3...
2006-10-11 christiaansPartially accepted patch #5449 for ANSI C compatibility...
2006-10-10 christiaansFixed Nagle algorithm as reported by Bob Grice.
2006-10-06 christiaansOnly mentioning SNMP development additions instead...
2006-10-06 christiaansFixed up mib_external_node support, snmpwalk works...
2006-10-04 christiaansImproved message parse robustness. Rejecting 'error...
2006-10-03 christiaansFixed clearing of head and tail pointers in snmp_mib_no...
2006-10-03 christiaansAdded missing snmp_delete_arpidx_tree() in find_entry...
2006-10-02 christiaansAdded external mibnode panic closure functions, tobe...
2006-09-29 christiaansFixed snmp_mib_node_insert() to return 2, for node...
2006-09-28 christiaansAdded en->get_value_a() call for zero size get_value...
2006-09-28 christiaansFixed encoding of object sub identifiers with trailing...
2006-09-27 christiaansAdded en->set_value_a() call for closing external trans...
2006-09-27 christiaansRedesign of snmp_msg_event() fsm, added SNMP SET to...
2006-09-22 christiaansAdded snmp_msg_event_loop() prototype.
2006-09-22 christiaansSet TODO_SNMP_MSG_EVENT to 1. Moved some more code...
2006-09-22 christiaansAdded one strategic LWIP_DEBUGF to snmp_send_response().
2006-09-22 christiaansAdded newlines to LWIP_DEBUGFs.
2006-09-22 christiaansFixed NULL dereferencing for zero length raw data.
2006-09-20 christiaansMoved SNMP_CONCURRENT_REQUESTS to opt.h, babysteps...
2006-09-14 christiaansImproved mib node struct for external object access...
2006-09-12 christiaansFixed double iterator bug in send_trap(), multiple...
2006-09-12 christiaansAdded some lines for SET command.
2006-09-08 christiaansFixed sysObjectID length to copy private IDs with unkow...
2006-09-07 christiaansDocumented TRAP destination setup.
2006-09-07 christiaansImproved TRAP interfacing. Varbinds maybe allocated...
2006-09-07 christiaansFixed compilation for LWIP_SNMP 0.
2006-09-06 christiaansCorrected snmp_delete_arpidx_tree() to be called in...
2006-09-06 christiaansFirst getnext succes, values are returned insead of...
2006-09-04 christiaansAdded newlines in debug output, small optimalisations...
2006-09-01 christiaansChanged index structs to mib_list_node structs to place...
2006-08-29 christiaansAdded index tree node structs and functions, e.g. to...
2006-08-21 christiaansPacified GCC warnings and elaborated getnext to work...
2006-08-21 christiaansPacified GCC warnings and fixed double mem_free() while...
2006-08-21 christiaansPacified GCC warnings.
2006-08-18 christiaansAdded SNMP counters.
2006-08-17 christiaansAdded tree expansion func protos for getnext.
2006-08-17 christiaansStarted with getnext and ensure zero length identifiers...
2006-08-17 christiaansFixed htons into htonl for trap desctination ip.
2006-08-17 christiaansAccepting zero length identifiers e.g. for getnext...
2006-08-17 christiaansFixed bug #17200, added check for broadcast destination...
2006-08-15 christiaansMoved noleafs_get_object_def() and noleafs_get_value...
2006-08-11 christiaansMIB-2 object values near to completion, just committing...
2006-08-11 christiaansCorrected comment typo.
2006-08-11 christiaansAdded SNMP counters, moved some defines.
2006-08-11 christiaansExported udp_pcbs in udp.h (for SNMP agent).
2006-08-08 christiaansAdded etharp_find_addr(), finds eth/IP address pair...
2006-08-07 christiaansCorrected returned object id for interfaces.ifTable...
2006-08-07 christiaansCorrected object identifier codec for object ids not...
2006-08-07 christiaansPartial fix for bug #15926, flushing TCP output in...
2006-07-14 christiaansAdded minimalistic SNMP GET functionality.
2006-07-14 christiaansAdded netif SNMP init.
2006-07-14 christiaansAdded SNMP statistics to struct netif and changed SNMP...
2006-07-10 christiaansAdded SNMP debug options.
2006-07-07 christiaansFixed (experi)mental typo.
2006-07-07 christiaansInitial commit. Expirimental code, please note this...
2006-07-07 christiaansAdd preliminairy documentation for the SNMP agent.
2006-07-04 christiaansAdded ip_frag_init() prototype.
2006-07-04 christiaansAdded ip_frag_init() and some LWIP_DEBUGFs.
2006-07-04 christiaansAdded ip_frag_init() to ip_init().
2006-06-27 christiaansMentioned some recent cold case fixes.
2006-06-27 christiaansApplied patch for cold case bug #11135.
2006-06-22 christiaansHonoured Pedro Alves namespace request, following lwip...
2006-06-22 christiaansAdded struct obj_id and a few system group access funcs.
2006-06-19 christiaansAdded mib-2 snmp group statistics prototypes.
2006-06-19 christiaansPrepared some SNMP options.
2006-06-15 christiaansFixed cold case bug #1748, printing of mem_size_t and...
2006-06-14 christiaansApplied patch #5146 to handle allocation failures in...
2006-06-08 curtmcdFix incorrect calculation of dhcp->dns_count.
2006-05-31 curtmcdFix debug print, remove reference to TCP_COARSE_TIMEOUT
2006-05-31 curtmcdRemove unused mem_reallocm
2006-05-30 curtmcdUse isprint() instead of isascii() as it's more common
2006-05-26 curtmcdFix gcc warning per discussion on lwip-users 2006.04...
2006-05-26 curtmcdAdd comment about purpose of struct ip_addr2.
2006-05-26 christiaansRemoved conn->sem creation and destruction from netconn...
2006-05-26 curtmcdudp_input() operated by removing the IP and UDP headers...
2006-05-26 curtmcdImprove formatting by fixing wrong indents and lines...
2006-05-05 christiaansDisabled ARP table update on ingress IP packets.
2006-04-28 likewiseInitial commit of FILES in doc/
2006-04-24 christiaansOptimized for speed and size. Test against zero for...
2006-04-12 curtmcdmemp_memory could be unaligned, causing one buffer...
2006-04-08 likewiseFix for out-of-sequence FIN handling, patch by Oleg...
2006-04-08 likewiseDangling inseg.p pointer fix by Pedro Alves.
2006-04-07 likewiseRemained indictator where new changes should go.
2006-04-04 christiaansaddr->addr test size and speed optimalisation (helping...
2006-03-31 christiaansAdded optimalization hints.
2006-03-29 christiaansAddress copy loops optimized for speed.
2006-03-29 christiaansAdded LWIP_PLATFORM_BYTESWAP optimalisation flag and...
2006-03-28 christiaansPbuf flag test size and speed optimalisation (helping...
2006-03-21 christiaansFixed compilation warning on sizeof(), reported by...
2006-03-15 likewiseAdded upcoming 1.1.1 release to Changelog.
2006-03-03 christiaansAdded pbuf_alloc() return value checks in ip_frag().
2006-03-02 christiaansIncreased ip_reassbitmap size with 1, added assertions...
2006-03-01 likewisepbuf alignment fix.
2006-03-01 likewiseRemoved 'even sndbuf' fix in TCP, this fix was a ugly...
2006-03-01 christiaansAdded IP reassembly timer.
2006-03-01 christiaansRemoved tabs, default LWIP_HAVE_LOOPIF to 0 to slim...
2006-02-27 likewise2006-02-27 Merged patch by Curt McDowell
2006-02-13 christiaansPatch from Curt McDowell fixes err_to_errno macro.
next