[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] cb158f: [lib/ocaml] use ocaml
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] cb158f: [lib/ocaml] use ocaml Http_client from netclient l... |
Date: |
Fri, 05 Oct 2012 07:37:42 -0700 |
Branch: refs/heads/v4.1
Home: https://github.com/paparazzi/paparazzi
Commit: cb158f81d781bfc706aea8718d335e3e19dfee35
https://github.com/paparazzi/paparazzi/commit/cb158f81d781bfc706aea8718d335e3e19dfee35
Author: Felix Ruess <address@hidden>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M sw/ground_segment/cockpit/Makefile
M sw/ground_segment/tmtc/Makefile
M sw/lib/ocaml/Makefile
M sw/lib/ocaml/gm.ml
M sw/lib/ocaml/http.ml
M sw/lib/ocaml/http.mli
M sw/tools/Makefile
M sw/tools/wiki_gen/Makefile
Log Message:
-----------
[lib/ocaml] use ocaml Http_client from netclient lib to download files
* used e.g. to dowload tiles
* raises Blocked if we get a 403 and raises Not_Found on a 404,
only if we get a Not_Found we try the next zoom level
* in case we get blocked, it still tries the next tile...
maybe we should stop trying to get tiles at all in that case
Commit: 650605d3c5ffdeb4039b1e275a0b692d919d3a69
https://github.com/paparazzi/paparazzi/commit/650605d3c5ffdeb4039b1e275a0b692d919d3a69
Author: Felix Ruess <address@hidden>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M CHANGELOG.md
M paparazzi_version
Log Message:
-----------
first release candidate for next release v4.2
Compare:
https://github.com/paparazzi/paparazzi/compare/4135fd72acde...650605d3c5ff
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] cb158f: [lib/ocaml] use ocaml Http_client from netclient l...,
GitHub <=