Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / pithcat @ 29c0b1d1

History | View | Annotate | Download (5.3 kB)

# Date Author Comment
29c0b1d1 02/20/2014 04:43 pm Chrysostomos Nanakos

pithcat: Return XSEG port back to pool

578251e3 11/18/2013 07:07 pm Chrysostomos Nanakos

pithcat: Add support for Archipelago images

Make pithcat to be able to work with 'pithosmap://' URLS that contain
the name of an Archipelago map.

35b8835f 10/21/2013 01:15 pm Nikos Skalkotos

Fix a bug in pithcat introduced in 08c317fad685ddc

There was a debug print in pithcat causing problems

08c317fa 10/14/2013 12:37 pm Nikos Skalkotos

Rifine the help messages in pithcat

Make sure to inform the users that the preferred way to define the
db url is through the PITHCAT_INPUT_DB environmental variable

c05ddaa5 09/01/2013 01:12 pm Christos Stavrakakis

pithcat: Fix check about url type

Url must be parsed before checked against LocationURL. This commit
fixes this by parsing the url at the beggining.

6a661c15 09/01/2013 12:52 pm Christos Stavrakakis

Fix typo in pithcat

s/in/is/

472f97f0 08/23/2013 11:59 am Christos Stavrakakis

Fix Pithos backend initialization

Update pithcat to initialize the Pithos ModularBackend differently,
based on the type of the requested image URL. Specifically, in case the
image URL if a 'pithosmap' URL, no access to the database is needed. So
in this case, the backend must be initialized with 'None' database...

ce30e1f5 08/23/2013 11:54 am Christos Stavrakakis

Correct some PEP8 errors to pithcat

9dfb9730 12/05/2012 04:51 pm Christos Stavrakakis

Make pithcat work with pithosmap:// URLs

Modify pithcat to be able to parse and work with URLs of the form:
`pithosmap://hash/size' which are neeed for archipelagos.

a5f6a683 10/04/2012 02:47 pm Nikos Skalkotos

Use env. variables to pass options to pithcat

This is done for security reasons. The options may contain sensitive
data like the Pithos DB password and while the program (pithcat) is
running the whole command line is exposed to everyone through ps.

643d7283 05/17/2012 04:35 pm Nikos Skalkotos

Remove enable-pithos-support option

snf-image will detect at runtime if pithos backend is installed

a94e134d 02/17/2012 03:24 pm Giorgos Verigakis

Bugfix, truncate to size

2548cd0d 02/03/2012 06:15 pm Giorgos Verigakis

get_object_meta now requires a domain

0d090771 12/12/2011 03:26 pm Giorgos Verigakis

License change to match the rest of the project

fa7285cf 12/09/2011 01:41 pm Giorgos Verigakis

Add pithcat tool

It connects to a Pithos backend and either fetches
the data of a file or returns its size.

Refs #1745