lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, DEVEL-1_4_1, created. f7648


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, DEVEL-1_4_1, created. f76488a8411532f9c9be985308feaafc671bd286
Date: Wed, 14 Dec 2011 20:52:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, DEVEL-1_4_1 has been created
        at  f76488a8411532f9c9be985308feaafc671bd286 (commit)

- Log -----------------------------------------------------------------
commit f76488a8411532f9c9be985308feaafc671bd286
Author: goldsimon <address@hidden>
Date:   Wed Dec 14 21:49:47 2011 +0100

    Merged from trunk: tcp_abandon: call tcp_rst before freeing the pcb to 
prevent copying addresses and ports to local variables

commit ef0a44c62da76936476840855bc0fa521604542b
Author: goldsimon <address@hidden>
Date:   Wed Dec 14 21:48:51 2011 +0100

    Merged from trunk: use constants for 'offset' based on pbuf_layer instead 
of calculating it using fall-through

commit d3ee77e7b11bafcb8f6c88c5a6d3f353b6820cb7
Author: goldsimon <address@hidden>
Date:   Wed Dec 14 21:48:06 2011 +0100

    Merged from trunk: use a define to set/reset netif->addr_hint to prevent 
too many #ifdef's in the code

commit a91d8e73956d9485e0aeab853d5bb7615ee986f4
Author: goldsimon <address@hidden>
Date:   Wed Dec 14 21:46:47 2011 +0100

    Merged from trunk: removed empty function autoip_init() (converted to an 
empty define)

commit 33066417088ea235a03aad5ef57341cccc8b3249
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 21 21:47:25 2011 +0200

    bug #33634 ip_forward() have a faulty behaviour: Added pbuf flags to mark 
incoming packets as link-layer broadcast/multicast. Also added code to allow 
ip_forward() to forward non-broadcast packets to the input netif (set 
IP_FORWARD_ALLOW_TX_ON_RX_NETIF==1).

commit 1ebd914cdc4c247ecafc4518007f03b8c27823b7
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 21 21:16:04 2011 +0200

    correctly prefix all functions with 'etharp_' (also static functions)

commit 56207f2505c9ae3f2e0b97a6f14aeff35bd47c92
Author: goldsimon <address@hidden>
Date:   Fri Nov 25 18:36:52 2011 +0100

    fixed bug #31177: tcp timers can corrupt tcp_active_pcbs in some cases

commit 4c8e4fa003070956c45d9063101ad6365b802d3f
Author: goldsimon <address@hidden>
Date:   Thu Nov 24 21:11:11 2011 +0100

    fix for bug #34684 was wrong (netif for arp table entries was only 
set/reset with SNMP enabled)

commit c4f3b8818aec0240451c4c31cafe670b19f3ad26
Author: goldsimon <address@hidden>
Date:   Wed Nov 23 20:58:19 2011 +0100

    fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef 
sys_msleep'

commit f0b0a3760cac5b2c063c9ae777623627309e1c24
Author: goldsimon <address@hidden>
Date:   Tue Nov 22 21:44:28 2011 +0100

    fixed bug #34684: Clear the arp table cache when netif is brought down

commit b36153358460193cc74188eceeedc6a7524892a5
Author: goldsimon <address@hidden>
Date:   Sat Oct 29 21:43:13 2011 +0200

    SEQ-comparing defines: cast parameters to u32_t for clarity

commit 40a16289f7ac7e0564e44b41b407a280b655c74e
Author: Ivan Delamer <address@hidden>
Date:   Fri Oct 28 16:22:54 2011 -0600

    Use pppRecvWakeup only if PPP_INPROC_OWNTHREAD is defined.
    
    Change-Id: Ie800289eb5f6a64d0be1d38eab7154d4aa473d57

commit ec565c8a19ff957166080fabd9c524bb821b2121
Author: Ivan Delamer <address@hidden>
Date:   Fri Oct 28 14:23:20 2011 -0600

    Conditional compilation in ppp.c according to PPP_ options.
    
    Change-Id: I466ce2b0114c9428f5e21bd0a09bb221f40bfc3e

commit 0b382a0d530218707f3ff1a787719600dae8402e
Author: goldsimon <address@hidden>
Date:   Fri Oct 28 13:09:04 2011 +0200

    fixed bug #34638: Dead code in tcp_receive - pcb->dupacks

commit 386a4b707907fcfcd3a59cb325ffc0add9beb04c
Author: goldsimon <address@hidden>
Date:   Sun Oct 23 18:10:46 2011 +0200

    - moved processing of refused_data to an own function (used from 
tcp_fasttmr and tcp_input);
    - improved readability of tcp_slowtmr by using defines to access keepalive 
variables

commit 3585cc1a701bd93ef1cae6f4b14478c35d50741d
Author: goldsimon <address@hidden>
Date:   Sun Oct 23 17:31:03 2011 +0200

    fixed bug #34429: possible memory corruption with 
LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT set to 1

commit 4790ebf28294d810cac1a409c2434b6a70baf9f5
Author: goldsimon <address@hidden>
Date:   Fri Oct 21 22:25:44 2011 +0200

    SLIP netif: add support for multiple input strategies (threaded, polling, 
RX from ISR)

commit 4ffbcbf62e21a9e6bc7396e77365e35a3f495538
Author: goldsimon <address@hidden>
Date:   Fri Oct 21 19:47:37 2011 +0200

    added missing valid/set_invalid defines for NO_SYS

commit 76e74b66353de483808ed5a9fabef0ce39f1ef8e
Author: goldsimon <address@hidden>
Date:   Fri Oct 21 13:24:33 2011 +0200

    removed the need to disable ARP_QUEUEING when LWIP_ARP is disabled an 
TCP_QUEUE_OOSEQ when LWIP_TCP is disabled

commit 77f0305ef0099efa6b6422d46b3c7bb4f8250526
Author: goldsimon <address@hidden>
Date:   Wed Oct 19 12:55:32 2011 +0200

    Fix default value of TCP_SNDLOWAT for small values of TCP_SND_BUF (broken 
with my 2nd-last commit)

commit 935144b3a35795d3207018c89d3fe75f8ea2bd10
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Oct 18 20:56:08 2011 +0200

    fixed bug #34592: lwip_gethostbyname_r uses nonstandard error value, 
removed those unused (nonstandard?) error values from arch.h

commit a148e33c42dd799c3b78acaf67305824f7797b5d
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Oct 18 20:22:09 2011 +0200

    fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small 
windows (bug #34176 select after non-blocking send times out)

commit d96703bba35c16e6fb9b4ee40d02344c0ee165a3
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Oct 18 20:11:39 2011 +0200

    fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider netif->mtu, causes 
slow network

commit 9621ccb7129ce1fba724ade3f5503ee7214069e4
Author: goldsimon <address@hidden>
Date:   Tue Oct 18 11:04:08 2011 +0200

    fixed bug #34581 missing parentheses in udplite sockets code

commit 21f39082b76699acef30f56a0cd7a5d408a4a9fb
Author: goldsimon <address@hidden>
Date:   Tue Oct 18 11:00:10 2011 +0200

    fixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS

commit 0da2bd7f62090cf64d3d0a698b68568eef4c3a27
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Oct 17 19:38:47 2011 +0200

    fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api

commit d8f090a7595a79050c435545d00efc1261b9691c
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Oct 13 21:18:16 2011 +0200

    fixed bug #34517 (persist timer is started although no zero window is 
received) by starting the persist timer when a zero window is received, not 
when we have more data queued for sending than fits into the window

commit bd0a664446dcf68fc7900b739436ca79b552c33c
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Oct 13 19:29:48 2011 +0200

    fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex: removed that 
define

commit aafa00f3aa943118d78df53991077df6e8df00c1
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Oct 13 19:25:11 2011 +0200

    fixed bug #34540: compiler error when CORE_LOCKING is used and not all 
protocols are enabled

commit dbbd161219e8f87b1b7e5cc6470847c2bbe5421d
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Oct 12 18:17:07 2011 +0200

    fixed bug #34534: Error in sending fragmented IP if MEM_ALIGNMENT > 4

commit 26f69123fd7e607fffe81da6f60becb068b3c155
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Oct 11 21:43:27 2011 +0200

    added unit test cases for seqno wraparound on fast-rexmit and rto-rexmit 
(unsent/unacked lists must be correctly sorted)

commit de4a51e96e3c5ef04d72026cf24b1c89d5b30291
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Oct 11 21:41:58 2011 +0200

    slightly rearranged freeing an acked segment to prevent keeping the 
reference too long

commit a0bd27053db17f6d3978039edae1dfae3ad16bea
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Oct 10 21:06:50 2011 +0200

    Added unit test case for persist timer / zero window probes

commit 56cee6b4d844be2737ff6bb5894a17225c620acf
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Oct 9 20:11:33 2011 +0200

    fixed bug #34426: tcp_zero_window_probe() transmits incorrect byte value 
when pcb->unacked != NULL

commit 277c7aa518d259a19445eae161df0d2859ad66dd
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Oct 9 14:30:49 2011 +0200

    fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong

commit 5cfef5bf48fc81a22f8cf79a3f8c0e1a8d2bbd9e
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 29 21:12:34 2011 +0200

    Tried to fix bug #32417 ("TCP_OVERSIZE seems to have problems with 
(fast-)retransmission"): Reset pcb->unsent_oversize in 2 more places...

commit ca6fd6015c4723be7c649de6fc1be6995861189c
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Sep 27 22:42:46 2011 +0200

    Implemented limiting data on ooseq queue (task #9989) (define 
TCP_OOSEQ_MAX_BYTES / TCP_OOSEQ_MAX_PBUFS in lwipopts.h), added unit test for 
this new feature

commit eff10f64589458bb75a18799256bd779540de314
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Sep 27 21:08:49 2011 +0200

    fixed bug #28288: Data after FIN in oos queue

commit 9c3a6b828f9cc07249f6596aff00e454db566204
Author: goldsimon <address@hidden>
Date:   Tue Sep 27 07:49:04 2011 +0200

    bug #34406 dhcp_option_hostname() can overflow the pbuf

commit ba3567ea408b7934e0d1faba4f1a4c8956a066f4
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Sep 26 22:10:11 2011 +0200

    added unit tests for data-after-FIN

commit 513522d7c4624f41b0d22353bf6bcc0f9dff501a
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Sep 26 22:09:27 2011 +0200

    fixed unit tests (one TCP test failed, removed comma at the end of array 
initializers)

commit 5715469d2678a8afcaa8e678db5b8b19d56cd91c
Author: Simon Goldschmidt <address@hidden>
Date:   Sat Sep 24 13:59:33 2011 +0200

    fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1

commit 140eb22cf0b643916b0908df325a1f18fd1304b9
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 23 19:14:17 2011 +0200

    fixed bug #33871: rejecting TCP_EVENT_RECV() for the last packet including 
FIN can lose data

commit ac7c061406aec2c461b7b7fd0231e24cef1e3b94
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 22 19:19:07 2011 +0200

    Fixed tcp_accepted define (need brackets around the parameter)

commit 45a3f198e8c7750c66e311b7adca700977f79648
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 22 18:50:18 2011 +0200

    fixed bug #34355: nagle does not take snd_buf/snd_queuelen into account

commit d5eb52868ea08326c1578f3382aaac4c7943589b
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 22 06:24:58 2011 +0200

    Corrected fix for bug #34072 (UDP broadcast is received from wrong UDP pcb 
if udp port matches): pcbs bound to IPADDR_ANY did not receive broadcasts any 
more (bug #34294)

commit 3d48abb98da6d502214b0177f9395d96632615ec
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Sep 21 19:36:09 2011 +0200

    Implemented timeout on send (TCP only, bug #33820)

commit 223307fa3859d68ce6d3085e3c804b698d479508
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Sep 21 18:47:44 2011 +0200

    fixed default value of TCP_SND_BUF to not violate the sanity checks in 
init.c

commit c951ab8ceefc2b7a2cf4b7edebea6bec14f20f3f
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Sep 21 18:35:29 2011 +0200

    Converted runtime-sanity-checks into compile-time checks that can be 
disabled (since runtime checks can often not be seen on embedded targets)

commit 81a49a437a16bbcc4215d6e2bfd1d9f3b084dfa4
Author: goldsimon <address@hidden>
Date:   Tue Sep 20 07:21:19 2011 +0200

    fixed bug #34337 (possible NULL pointer in sys_check_timeouts)

commit 5460900b141edbc225b205fd37fcd21606cd5d1a
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Sep 11 19:30:28 2011 +0200

    splitted ppp.h to an internal and external header file to get a clear 
separation of which functions an application or port may use (task #11281)

commit 2576a2e56568bd253a30c518cbbcf73231b7ba61
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Sep 11 13:13:26 2011 +0200

    use pcb->mss instead of TCP_MSS for preallocate mss-sized pbufs (bug #34019)

commit 49369cc9ce02e55c801c913c61d8ff33a037bb78
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Sep 11 12:44:01 2011 +0200

    Added a config option to randomize initial local TCP/UDP ports (so that 
different port ranges are used after a reboot; bug #33818; this one added 
tcp_init/udp_init functions again);
    fixed a possible endless loop in tcp_new_port() if the number of active 
PCBs exceeds the number of available ports;

commit fe66fa654030197b99cef3003b410fff88141487
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 9 22:28:01 2011 +0200

    Fixed typo: TCP_SNDQUEUELOWAT must be less than TCP_SND_QUEUELEN (as 
checked in init.c), not greater

commit 72e2d16f14c35ed5283a6e6a7f922039733f74c7
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 9 22:25:59 2011 +0200

    fixed bug #34072: UDP broadcast is received from wrong UDP pcb if udp port 
matches

commit 378bed8a034fe9812efb23f9bd5c09aed2674b33
Author: Simon Goldschmidt <address@hidden>
Date:   Sat Sep 3 22:27:06 2011 +0200

    DHCP uses LWIP_RAND() for xid's (bug #30302)

commit 9a1eeeea679c97c2dde76def7b99de995e02c1ca
Author: Simon Goldschmidt <address@hidden>
Date:   Sat Sep 3 21:57:26 2011 +0200

    fixed bug #33952 PUSH flag in incoming packet is lost when packet is 
aggregated and sent to application

commit 68f8966f74ed72e3728e6cb043b3c98642eecc05
Author: Simon Goldschmidt <address@hidden>
Date:   Sat Sep 3 21:25:51 2011 +0200

    unit tests: correctly handle small PBUF_POOL_BUFSIZE settings, prevent 
NULL-pointer-deref. (ooseq test is still not running correctly...)

commit e6a179ea32ca32a2254f9806c7ebc1b9d4c5cf56
Author: Simon Goldschmidt <address@hidden>
Date:   Sat Sep 3 21:24:06 2011 +0200

    netconn_alloc(): return on invalid protocol instead of initializing mbox 
size to 0

commit adb2aeb10fe427049e6161ac52bfb78e3a77a452
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 1 22:25:03 2011 +0200

    fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared to other 
options

commit a030b741a56cf6193a391fc2aee601b24bf944b4
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 1 21:00:11 2011 +0200

    fixed bug #34111 RST for ACK to listening pcb has wrong seqno

commit 6145af516b7ffccf16440fc467fdb801dd08beb3
Author: goldsimon <address@hidden>
Date:   Tue Aug 30 13:15:10 2011 +0200

    Fixed bogus IPH_V/HL and IPH_VHL_SET endianess dependency

commit b1359f1c8044b35e558470638529302554be5534
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 22:00:10 2011 +0200

    added netif remove callback (bug #32397)

commit 7d254a542cdae1477650267e466f00938d63c2ca
Author: goldsimon <address@hidden>
Date:   Tue Dec 6 22:09:24 2011 +0100

    fix automatically merged fix for bug #33956 (TCP netconns don't need 
NETCONNTYPE_GROUP without IPv6 support)

commit 422e7963de05849ee807092914ce19dabcea08cf
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 21:12:12 2011 +0200

    fixed bug #33956 Wrong error returned when calling accept() on UDP 
connections

commit e2cdf0d39d5fe8fdd6c4c457238db36289fc777d
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 20:22:21 2011 +0200

    fixed bug #34057 socklen_t should be a typedef

commit 2fe1af0d053102cbc37f3ce68fb6c5438536f629
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 20:18:47 2011 +0200

    fixed bug #34112 Odd check in pbuf_alloced_custom (typo)

commit ff85feb22d7f73135f4f393a9685ae3b45a3bc1b
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 20:12:23 2011 +0200

    fixed bug #34122 dhcp: hostname can overflow

commit be191148e080995dd0cde175aa19962b9e15f075
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 19:52:06 2011 +0200

    fixed bug #34121 netif_add/netif_set_ipaddr fail on NULL ipaddr

commit 626131fb28feecfe14ee9f3ab77f7c0b160d1442
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Aug 22 18:52:27 2011 +0200

    fixed bug #33962 TF_FIN not always set after FIN is sent. (This merely 
prevents nagle from not transmitting fast after closing.)

commit d154f5c653a83c96758daa60a46884855eb6cda5
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Jul 26 21:03:27 2011 +0200

    ETHARP_SUPPORT_VLAN: add support for an external VLAN filter function 
instead of only checking for one VLAN (define ETHARP_VLAN_CHECK_FN)

commit 38f619dd6fc5ab64f58aab99cd46365129072c7f
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Jul 26 20:55:32 2011 +0200

    IPv4: splitted IPv4 header fields version/len and tos, made macros depend 
on BYTE_ORDER to prevent unnecessary calls to htons()

commit 5b899dd85b950c0625b276d1a13c3576b8cdc6df
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Jul 26 20:21:33 2011 +0200

    Prevent non-static function that is not declared in header file

commit e7b9849a1ada87a8c53da2843e0474df721a0e6f
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Jul 24 17:19:17 2011 +0200

    Fixed some C compiler warnings

commit b1980b36b8af492c18a4c53b4639b033efff0101
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Jul 22 22:05:24 2011 +0200

    fixed bug #31084 (socket API returns always EMSGSIZE on non-blocking 
sockets if data size > send buffers) -> now lwip_send() sends as much as 
possible for non-blocking sockets and only returns EWOULDBLOCK if the buffers 
are full

commit 20833fdcc46b1932cedfbfeebfdfde5009f123cf
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Jul 22 21:59:16 2011 +0200

    init.c: changed some checks from runtime to compiletime (had to adapt some 
defines in ip.h for that)

commit 1ac0c90ec4eb2dfa19a728faa0815078a381962f
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Jul 22 21:07:09 2011 +0200

    forgot CHANGELOG: freeing ooseq pbufs when the pbuf pool is empty 
implemented for NO_SYS==1: when not using sys_check_timeouts(), call 
PBUF_CHECK_FREE_OOSEQ() at regular intervals from main level.

commit e931086c3ed8cc1831a72038952953f3dab45cd6
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Jul 22 21:05:10 2011 +0200

    freeing ooseq pbufs when the pbuf pool is empty implemented for NO_SYS==1: 
when not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ() at regular 
intervals from main level.

commit b65af6c572494f1e6c243ef2eda53ac046eabaad
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 21 20:47:29 2011 +0200

    ETHARP_STATE_STABLE_REREQUESTING: no need for member 'netif' in 'struct 
etharp_entry' if we re-request only from etharp_output() and use etharp_tmr() 
to reset the state of such entries to ETHARP_STATE_STABLE: that way, we also 
only send one ARP request per ARP_TMR_INTERVAL, but only if the entry is really 
still used.

commit 5983c1c5ffd039eec657cd8d15528f5d74ca088f
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 21 20:40:30 2011 +0200

    ETHARP_SUPPORT_STATIC_ENTRIES: don't need the member 'static_entry' on 
struct etharp_entry, we can use 'state' to mark them as static

commit be412dc04212070ff5da998e80854434636e4b8f
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 21 20:28:18 2011 +0200

    fixed bug #33551 (ARP entries may time out although in use) by sending an 
ARP request when an ARP entry is used in the last minute before it would time 
out.

commit 23dfcf7b8c929bd21c39422ce19aa0dd8c36641b
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Jul 19 21:52:40 2011 +0200

    Fixed bug #33802 tcpip: tcpip_callbackmsg_new sets msg->type to wrong type

commit e8b80b8ae93b7b622cc2f566fea4e223572baf21
Author: goldsimon <goldsimon>
Date:   Wed Jul 6 07:13:45 2011 +0000

    Include opt.h so that LWIP_ERROR works correctly

commit a7f7762302d1ce35e652ee5a67bc91b61ddd2cb2
Author: goldsimon <goldsimon>
Date:   Mon Jul 4 19:33:33 2011 +0000

    Fixed documentation after changing sys arch prototypes for 1.4.0

commit 859fd87600e7fc828eb70b0f998c53de5f8b1116
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 17:53:45 2011 +0000

    Slightly reorderd fields of struct tcp_pcb to plug holes introduced by 
member alignment (to reduce RAM usage)

commit 211b8be07d53c18cdf0f6af5cdc3d935b0414bd3
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 17:37:09 2011 +0000

    fixed bug #31723 (tcp_kill_prio() kills pcbs with the same prio) by 
updating its documentation only.

commit 22ee104a047694215962ff738906b19ecd89ca64
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 17:31:10 2011 +0000

    fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an unaligned 
pointer.

commit 49e16fcbe98a1d0564af99355c19d404ff63b154
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 17:13:57 2011 +0000

    Fixed bug #33544 (warning in mem.c in lwip 1.4.0 with NO_SYS=1)

commit 1b79ac116032d4b161aa0c5ea023f5cf138a59ed
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 17:07:13 2011 +0000

    Added some more asserts to check that pcb->state != LISTEN

commit f9e286ff67e4752d3df786ceac219d6694c9ac98
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 16:51:04 2011 +0000

    Cleaned up usage of sys.h a bit

commit d798abcb91f095927f07776bca1ba308c600c3f6
Author: goldsimon <goldsimon>
Date:   Sun Jun 26 16:50:28 2011 +0000

    Provide a default for SNMP_GET_SYSUPTIME() based on sys_now()

commit 5c05d427b0b75055c72178a86f6d12f92af503a6
Author: goldsimon <address@hidden>
Date:   Mon Dec 5 21:17:09 2011 +0100

    use const char for name pointers in display functions

commit a45b1bad355d6d154c5ce71cdc03604c1d79afdb
Author: goldsimon <goldsimon>
Date:   Tue Jun 7 19:32:20 2011 +0000

    use const char for name pointers in display functions

commit 88bf9b23806700e6d168d7b314c259afb12ddde9
Author: goldsimon <goldsimon>
Date:   Tue Jun 7 19:19:24 2011 +0000

    Removed unused static function

commit 717b2dab59a1a12cc57a4f2aacbaf825a5b0cdaf
Author: goldsimon <goldsimon>
Date:   Tue Jun 7 19:10:55 2011 +0000

    Moved static variable from inside the function to global scope

commit 8d74559f72f27c89d69123517e0c77de10b3925c
Author: goldsimon <goldsimon>
Date:   Tue Jun 7 19:10:10 2011 +0000

    Moved common call to pbuf_header outside the switch()

commit 59513b41e5f1829d4431d22456698a6fa660c07b
Author: goldsimon <goldsimon>
Date:   Tue Jun 7 19:07:00 2011 +0000

    Restructured the code a bit to help my dump compiler not creating a jump 
table in ROM

commit fe2003124a4c4946ffd5752fa14de2502315474f
Author: goldsimon <goldsimon>
Date:   Sat Jun 25 18:39:37 2011 +0000

    - changed "struct ip_addr" to "ip_addr_t";
    - tcp_accepted(): added a note to call this on the listening pcb, not the 
connection pcb;
    - tcp_write(): change last parameter from "copy" to "apiflags", documented 
the apiflags

commit 8b06c61a70b63cacf1632404d6ff6100f4915d6b
Author: goldsimon <address@hidden>
Date:   Mon Dec 5 20:58:51 2011 +0100

    fixed bug #33398 (pointless conversion when checking TCP port range)

-----------------------------------------------------------------------


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]