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. cbfb3


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, DEVEL-1_4_1, created. cbfb3af173428dc09df19e76367806238cbf69fe
Date: Thu, 23 Feb 2012 07:12:59 +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  cbfb3af173428dc09df19e76367806238cbf69fe (commit)

- Log -----------------------------------------------------------------
commit cbfb3af173428dc09df19e76367806238cbf69fe
Author: goldsimon <address@hidden>
Date:   Thu Feb 23 08:10:51 2012 +0100

    (Hopefully) fixed compilation of unit tests under unix/linux

commit 05d8dffd547c590873a5034649c4bb0cc6c7f001
Author: goldsimon <address@hidden>
Date:   Thu Feb 23 08:04:31 2012 +0100

    Fixed IPv6 slipping in while cherry picking: remove LWIP_IPV6 code from 
test.c, fix unit test compilation (old IPv6 files must not be compiled for 
"Debug unittests"/"Release unittests" configurations)

commit f99d4b1b1eec2483e4d005907e751822f1bf920d
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Feb 22 21:49:08 2012 +0100

    unix unit test Makefile: use lwipopts.h from test/unit instead of using our 
own configuration.

commit f5132b216287232ec58e034781d786ec0d2120e2
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Feb 22 21:10:45 2012 +0100

    sntp: added function sntp_stop() to stop the module, removed the 
(incomplete) socket part.

commit e37419425ed07349ad1db8ff063555c072c63abe
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Feb 22 20:56:45 2012 +0100

    httpd: use better default values: support HTTP request in up to 5 pbufs by 
default

commit def4e90092cbb6731ba03ca7822d69d02ae1fde4
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Feb 22 20:55:27 2012 +0100

    httpd: ensure tcp_write() isn't called with len==0

commit 3cc1477a2c93def25c5f2197e4f8f58c09bb77cd
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 15:48:22 2012 +0100

    win32 projects: fixed warning level and build options

commit 66ca7ddd89a196518211e7a52b9e24cd3d18f71e
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 15:39:15 2012 +0100

    httpd:
    - include 'struct fs_file' in 'struct http_state' to prevent file 
allocation fails when connection allocation succeeded (plus have less 
allocations/pools);
    - added (conditional) code to abort the oldest connection when allocating a 
new connection fails;
    - fixed some warnings;

commit 29965066b4ec6bfa5cee9939d502e5042a90f669
Author: goldsimon <address@hidden>
Date:   Thu Feb 16 13:24:13 2012 +0100

    changed win32 projects to compile unit tests using correct lwipopts.h, 
removed unncessesary <FileConfigurations>

commit 892707bc86fec20179622a88b9c387102c98c2c5
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Feb 14 21:55:20 2012 +0100

    Added Makefile to run the unit tests under unix/linux

commit d19163b078073663fe4e648b650571ae0259c687
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Feb 14 21:25:06 2012 +0100

    Fixed warning about unused http_continue()

commit c51ade05b74973048951e7a1359fe022261b360f
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Feb 14 21:11:42 2012 +0100

    Fixed warnings when assigning time_t to int/u32_t

commit ad1a1841a44fe926667a272a9d8fc69c8d7cd9b8
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Feb 13 20:46:40 2012 +0100

    Use C-style comments, not C++ style

commit 6cfc6d86109c20e876024754e41e79731cc67e14
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Jan 20 21:57:26 2012 +0100

    udpecho: no need netconn_connect, since the netbuf contains the address 
(bug #34921)

commit 3eff356aa814ce0d48efaec17cd745389a054a8d
Author: goldsimon <address@hidden>
Date:   Thu Jan 12 15:45:27 2012 +0100

    Prevent multiple calls to httpd_post_finished, since it might have already 
been called before from httpd_post_data_recved().

commit 3c9c651698564feaddc34168b13154328725139e
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Nov 29 21:48:32 2011 +0100

    - include opt.h as first file (as done in all other C files);
    - explain tcp_setprio instead of that nonsense comment :-)

commit 7864a234e4d962c1e5dce2fd3eaf063aeeb0b126
Author: Simon Goldschmidt <address@hidden>
Date:   Mon Nov 28 22:22:17 2011 +0100

    Fixed type in define: CUSTUM -> CUSTOM

commit 8558006db7945a899dc1391202259e15cb72c4b3
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Nov 25 17:59:09 2011 +0100

    makefsdata:
    - fixed typo (struct ffblk, not fflbk);
    - changed include path to be relative to lwip's 'include' dir

commit 7e0c9859d941fe88aa371a33d095dd5cf983e64b
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Nov 24 20:51:49 2011 +0100

    Fixed typos (used pcapif_ instead of pcapifh_)

commit 97e03b56a68c9d2ffca5c481e678dc36f9f5716c
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Nov 23 21:29:43 2011 +0100

    pcapif_low_level_input: let IPv6-multicast MAC addresses through, correctly 
check IPv4-multicast MAC addresses

commit 3a4ef5dbe11bbef5c6ff0e8165a21601b621911e
Author: Kieran Mansley <address@hidden>
Date:   Tue Nov 1 12:57:57 2011 +0000

    Bug34596: remove LWIP_TIMEVAL_PRIVATE setting from unix project lwipopts.h

commit a290b6c389fa01a8049d474512dd15302c5a3e32
Author: Kieran Mansley <address@hidden>
Date:   Fri Oct 28 13:42:54 2011 +0100

    Bug34596: set LWIP_TIMEVAL_PRIVATE in unix port

commit 75cc0244547a066dc2c9358aeaeb671039a68013
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Oct 21 22:43:10 2011 +0200

    win32 test: added support for (multiple) SLIP netifs (routing between pcap 
and SLIP works, 2 SLIP netifs can be used for "loopback" SLIP traffic via named 
pipes)

commit fa039455ae0a746d779a784080a0434461e26c3e
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Oct 21 22:27:55 2011 +0200

    win32 sio.c: added missing function sio_tryread(), fixed COM port usage 
(now it works for me to connect lwIP from win32 to my AVR target using SLIP)

commit e72e3b0bd8f647b602d4a1ffb4858029d74b360a
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Oct 21 20:03:37 2011 +0200

    pcapif: remove trailing spaces from adapter names, deleted old (unused) 
files

commit de9a7a590589b4bb17d9886408f2220a3b5eed0b
Author: goldsimon <address@hidden>
Date:   Fri Oct 21 13:28:01 2011 +0200

    SMTP: disable compilation when LWIP_TCP is disabled

commit 5fadf016d7d56aa28c8cfac94852723b62267c8e
Author: goldsimon <address@hidden>
Date:   Tue Oct 18 10:36:38 2011 +0200

    Fixed bug #34582 missing limits.h for unix arch (needed for default value 
"INT_MAX" of RECV_BUFSIZE_DEFAULT)

commit b034ce92899354221fe866c5557235378256a3ce
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Oct 18 20:14:05 2011 +0200

    sys_now() should work for NO_SYS, too (where sys_init() is not called)

commit da7324f8df2e3430418571b0ca5c0ac7ee1efafe
Author: goldsimon <address@hidden>
Date:   Tue Oct 11 09:17:26 2011 +0200

    fixed msvc project files for compiling/running unit tests

commit 2b603e838eda7df8d6c79eb9a64abf18386d1351
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 29 21:43:53 2011 +0200

    Patch by Gisle Vanem: fix Win32 port for MinGW

commit 8b858ecc3dcf1ad856444a90999da694b76ab372
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 22 21:12:06 2011 +0200

    ping: fixed input pbuf processing when using raw API (check p->tot_len 
before calling pbuf_header)

commit 413d6d0db45398ccf8825e2e3110510a844f9ccf
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Sep 21 18:52:33 2011 +0200

    Changed PBUF_POOL_SIZE to not break the sanity checks in init.c

commit 38cb6ebe04c12d5f33a550b2771238a0422b1c31
Author: goldsimon <address@hidden>
Date:   Tue Sep 13 07:54:33 2011 +0200

    win32 port: fixed compilation of test.c, added ppp_impl.h to project

commit 1a37aaefebba634411e21fde3bfb9f7c5172e8e6
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Sep 11 12:49:57 2011 +0200

    pcapif: added the possibility to instantiate more than one pcap driver by 
passing the adapter index as 'state' to netif_add()

commit 7129b6860d10362d0cf589b39706327308fecfda
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Sep 11 12:46:18 2011 +0200

    Win32 sys_init(): initialize the random seed (or we use the same random 
values for every process)

commit 106e04f00ffad85c7a69b995cd8c2e0ac0538253
Author: Simon Goldschmidt <address@hidden>
Date:   Sun Sep 4 19:26:46 2011 +0200

    httpd + makefsdata:
    - added delayed open/read functionality (so that SSI code can delay sending 
of a file until internal data is available);
    - clean up fs-handling: additional read is not required with our current fs 
implementation;
    - kill oldest connection when running out of http_state memory;
    - splitted SSI state into its own struct so that non-SSI pages don't 
consume too much memory (SSI buffer can get quit big);
    - added support for HTTP/1.1 persistent connections (use the '-11' switch 
of makefsdata; not available for SSI files since we cannot calculate the file 
length in advance);
    - splitted the unreadably-long function http_send_data into multiple 
smaller functions;

commit ea0b9ac3a7a8503d6c03687a0e6b59ff55dcc10d
Author: goldsimon <address@hidden>
Date:   Thu Feb 23 07:41:01 2012 +0100

    removed IPv6 code from master that slipped in while cherry picking...

commit 5656c49127cacedd9fa222041452110f339948b5
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 2 22:31:05 2011 +0200

    win32 port: added 3 new defines so that I have less local diffs when testing

commit 4fca0f8c8a30a763fb84f8e237796d9762302a87
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 2 22:14:59 2011 +0200

    fixed VS version

commit eaaa885315db76fe79c421694fe4a328450c1bd0
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 2 22:13:58 2011 +0200

    VS projects: removed VCWebDeploymentTool (warnings when upgrading), added 
smtp.c/.h

commit 17f055190c29da89253f7593a3513c519a8912c5
Author: goldsimon <address@hidden>
Date:   Thu Feb 23 07:37:05 2012 +0100

    pcapif: use pcap_next() instead of pcap_poll(), changed occurrences of the 
string 'pktif' to 'pcapif'

commit 2094e98830d2bebd971321c25458d6bf21aa3a45
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 2 22:09:14 2011 +0200

    Deleted old pktif, since we have a working pcapif

commit a61ea8d5dd681bc28a6838cfa8bb8d9446a83bd7
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Sep 2 22:02:45 2011 +0200

    Fix that connections are closed with RST if the HTTP requests didn't fit 
into the first packet (RST would be sent because not all data has been recved 
by the httpd - now we ensure all data has been read by waiting for the first 
double-CRLF before parsing the request)

commit 3fc9ac532ef3ccd353be42fc1c3b724b973d4cbb
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Sep 1 21:08:11 2011 +0200

    Fixed bug #34170 Memory leak in sntp_send_request() (pbuf used for request 
was sent to udp but never freed)

commit 44fb66aad48a55ab8130367ac2b477fd0ff356a2
Author: goldsimon <address@hidden>
Date:   Tue Aug 30 13:14:03 2011 +0200

    Win32: fixed structure member alignment in project settings, updated ignore 
lists

commit 8ceadaf48c8b8187e19c3cb29416246e388dae07
Author: Simon Goldschmidt <address@hidden>
Date:   Wed Aug 24 23:27:16 2011 +0200

    Added my smtp client using the lwIP raw API

commit 7038ffbbae625d261cf27f3a2be2aac87ef64e50
Author: goldsimon <goldsimon>
Date:   Wed Jul 6 08:37:01 2011 +0000

    Fix compiler warnings in debug macros

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


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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