Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Dave Day bc32c3d353 appengine: name returned parameters on SignBytes to improve documentation
Change-Id: I6dcb7e070a0c5f84772e5af2c593f4390eefeb7a
2015-04-07 06:55:24 +00:00
David Symonds dca872cb43 Refactor some internal APIs.
Change-Id: I43652c4a8df456aa68bf1be19103e93f85259dc9
2015-02-18 14:17:52 +11:00
David Symonds d1e7e222a2 Remove internal.CallOptions entirely, and use the context's timeout for API calls.
Change-Id: I3fef83cf331c857e6c8c552eed89a34cd0ea6e1c
2015-01-28 16:44:06 +11:00
David Symonds 1c3fdc51e1 Convert tree from appengine.Context to context.Context.
Most well-formed application code will require minimal changes:
	- The type is now golang.org/x/net/context.(*Context).
	- c := appengine.NewContext(r) still works.
	- Most API calls still look exactly the same.
	- Logging now uses the google.golang.org/appengine/log package.

Change-Id: I7fa089efa8d0b1e7beeeb6233a98fe054020b1fc
2015-01-21 09:10:09 +11:00
David Symonds 9e7af23396 Change import paths from github.com/golang/appengine to google.golang.org/appengine.
Change-Id: I653ceae860405a5e2d699908eb975a97ee64495b
2014-02-05 11:47:53 +11:00
David Symonds 398801b8d8 Add identity functions to appengine package.
Two key backward-incompatible changes were made:
	- The BackendInstance and BackendHostname functions were
	  deleted. Backends are deprecated.
	- Datacenter now takes an appengine.Context argument, since the
	  datacenter info comes in an HTTP header.

Change-Id: I6ac0d8bd9e64ff6154aa71cc288bdd75d05405ee
2014-01-29 13:01:14 +11:00