Statistics
| Branch: | Revision:

root / src / com / rackspace / cloud / files / api / client / CustomHttpClient.java @ 94abc2c7

History | View | Annotate | Download (3.5 kB)

# Date Author Comment
bd2e8393 12/21/2011 03:56 pm Giannis Koutsoubos

compile fixes

55b9f635 12/21/2011 03:50 pm Giannis Koutsoubos

Merge remote-tracking branch 'origin/master'

Conflicts:
.classpath
src/com/rackspace/cloud/files/api/client/ContainerManager.java
src/com/rackspace/cloud/files/api/client/CustomHttpClient.java
src/com/rackspace/cloud/servers/api/client/Account.java
src/com/rackspace/cloud/servers/api/client/Backup.java...

038ac9a4 12/21/2011 03:21 pm Giannis Koutsoubos

source formatting

48601850 12/21/2011 02:58 am Mike Mayo

update package info

697a6784 12/19/2011 01:54 pm Giannis Koutsoubos

changed password for certificate store, constants for auth token, storage token since on pithos auth token is used

4f7b2601 08/03/2011 04:39 pm Adam Menz

Merge branch 'load_balancers-2' into experimental_2

Conflicts:
.classpath
AndroidManifest.xml
res/layout/createserver.xml
src/com/rackspace/cloud/files/api/client/CustomHttpClient.java
src/com/rackspacecloud/android/AddServerActivity.java
src/com/rackspacecloud/android/ListAccountsActivity.java

b722cab3 07/21/2011 10:25 pm Adam Menz

added new load balancing features
working now is add/remove lb, add/remove nodes
and edit lb/nodes

4f9d1a69 07/19/2011 04:39 pm Adam Menz

work on modifying a lb, add/modify nodes, edit name/condition

25881fb3 07/14/2011 09:50 pm Adam Menz

modified CustomHttpClient, so Http requests are faster

96a8e632 07/14/2011 08:04 pm Adam Menz

more work done on adding a loadbalancer

639ae8d6 07/13/2011 10:16 pm Adam Menz

progress on adding nodes to load balancer

b347d5e3 01/28/2011 10:04 am Chmouel Boudjnah

Use our own customed DefaultHttpClient for CF

With android version older than 2.3.1 the default keystore doesn't have
information about the domain SSL setup on CloudFiles UK.

We use our own customed DefaultHttpClient which use the android 2.3.1
bks instead of the global keystore available on the system....