- 13 Sep, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 12 Sep, 2012 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 11 Sep, 2012 1 commit
-
-
Stavros Sachtouris authored
kamakicon: an httplib/ObjectPool based connection class
-
- 10 Sep, 2012 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Requests also block if pool is full (used to be just for responses)
-
- 07 Sep, 2012 1 commit
-
-
Stavros Sachtouris authored
HTTPRequestsXxx objects now use connection pooling Atually, connections are not pooled, but responses are. Implementation of connection pooling with httplib not ready yet Pooling tested in uploads
-
- 05 Sep, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 04 Sep, 2012 4 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
kamaki now has two packages: cli and clients cli contains all command line interface code clients is an indepentand lib that can also used by 3rd parties minor bugs in comput lib
-
Stavros Sachtouris authored
-
- 03 Sep, 2012 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
added flavors_get, images_get/delete/post/put
-
Stavros Sachtouris authored
servers_get/post, networks_get/delete/post/put with generic arguments id and command are now used by oldern, convenience calls. E.g. networks_get(100, 'action') with try GET http:.../networks/100/action so it is used by list_networks
-
- 31 Aug, 2012 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 30 Aug, 2012 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 29 Aug, 2012 7 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Seperate Client to Client and HTTPConnection The later is put in a separate package kamaki.client.connection It manages headers, params, method, url and data of a connection but the actuall http connection is not implemented at this abstract level There is an HTTPRequest class extention of HTTPConnection in the same package. It implements connection using requests package so basicaly it replicates the connection procedure that was used in kamaki so far. Minor modifications were nessacary at every client lib package Setup is now aware of gevent and commands package
-
- 28 Aug, 2012 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Implements HTTPConnection using the requests pypi package
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-