Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r4640 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
   2. Locations: Changes to '0.2' ([EMAIL PROTECTED])
--- Begin Message ---
Author: graeme
Date: 2008-09-10 09:43:41 +0200 (Wed, 10 Sep 2008)
New Revision: 4640

Modified:
   trunk/src/target/opkg/libopkg/opkg_download.c
Log:
Patch from rwhitby to follow 302 redirects properly.



Modified: trunk/src/target/opkg/libopkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.c       2008-09-10 00:27:07 UTC 
(rev 4639)
+++ trunk/src/target/opkg/libopkg/opkg_download.c       2008-09-10 07:43:41 UTC 
(rev 4640)
@@ -91,6 +91,7 @@
                curl_easy_setopt (curl, CURLOPT_PROGRESSDATA, data);
                curl_easy_setopt (curl, CURLOPT_PROGRESSFUNCTION, cb);
        }
+       curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1);
        curl_easy_setopt (curl, CURLOPT_FAILONERROR, 1);
        if (conf->http_proxy || conf->ftp_proxy)
        {




--- End Message ---
--- Begin Message ---
 dbus/e_dbus_proxy.c           |   23 +++++++-
 tools/om-locations-map-pack.c |  116 +++++++++++++++++++++++++++++++++--------
 tools/tileiter.c              |   82 +++++++++++++++++++++++++++--
 tools/tileiter.h              |   11 +++--
 4 files changed, 197 insertions(+), 35 deletions(-)

New commits:
commit 73102a12755c5891e8ff30655070319d124976e9
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 10 15:18:50 2008 +0800

    Make fail messages more useful.

commit b07ea4355c3665937c3e57333ef04ed816399309
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 10 14:58:05 2008 +0800

    Added more options to om-locations-map-pack.

commit 03dd66bbbc3addbbf4c8d4532254f1382df89e25
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 10 14:13:09 2008 +0800

    Custom URL support in TileIter.

commit cb7913b5109c19d9aa60adb550d1d8429fa8b5e0
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 10 14:44:14 2008 +0800

    tile_iter->data should not be const-ized.

commit d40e49fc0818e666e99bdb308cc177abc90301d7
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 10 14:33:19 2008 +0800

    get_key should be static.

commit 23fbc5b4c24d946dc676667146cba8a99fb394b8
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 10 01:27:58 2008 +0800

    Formatting in dbus/.

commit 1fd59a0c923bb77caf945efd5b10581c66b6fe77
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 9 13:09:53 2008 +0800

    Implemented e_dbus_proxy_cancel_call.




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to