[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 4cc119: [lib/ocaml] use ocaml
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 4cc119: [lib/ocaml] use ocaml Http_client from netclient l... |
Date: |
Fri, 14 Sep 2012 11:07:25 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 4cc11924e1cedb3aff1208f71e96d8607e601f29
https://github.com/paparazzi/paparazzi/commit/4cc11924e1cedb3aff1208f71e96d8607e601f29
Author: Felix Ruess <address@hidden>
Date: 2012-09-12 (Wed, 12 Sep 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: d645be71e233274e991cae00b75260769516e6bb
https://github.com/paparazzi/paparazzi/commit/d645be71e233274e991cae00b75260769516e6bb
Author: Felix Ruess <address@hidden>
Date: 2012-09-13 (Thu, 13 Sep 2012)
Changed paths:
M sw/lib/ocaml/gm.ml
M sw/lib/ocaml/http.ml
Log Message:
-----------
[lib/ocaml] removed superfluous flush, prerr_endline already flushes
Commit: 24f802d4175379110e1d2895ae0e4392e2335067
https://github.com/paparazzi/paparazzi/commit/24f802d4175379110e1d2895ae0e4392e2335067
Author: Felix Ruess <address@hidden>
Date: 2012-09-14 (Fri, 14 Sep 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:
-----------
Merge pull request #276 from flixr/http_ocaml_netclient
[lib/ocaml] use ocaml Http_client from netclient lib to download files
Compare:
https://github.com/paparazzi/paparazzi/compare/c4946378b867...24f802d41753
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 4cc119: [lib/ocaml] use ocaml Http_client from netclient l...,
GitHub <=