1. 0540a35 Add internal/system proto. by David Symonds · 9 years ago
  2. 46e81a3 Accept both the cloud-platform and appengine.apis scopes for the by Chris Broadfoot · 9 years ago
  3. 0b86940 Expose mechanism for intercepting API calls. by David Symonds · 9 years ago
  4. d0846fd appengine/internal: Change App Engine service bridge from appengine.googleapis.com to appengine.googleapis.internal. by Glenn Lewis · 9 years ago
  5. 64b9ee4 Fix construction of BackgroundContext. by David Symonds · 9 years ago
  6. a78153d Improve documentation for appengine.Main, and shift some comments around. by David Symonds · 9 years ago
  7. 3a8c562 Add link to issue tracker from README by Dave Day · 9 years ago
  8. 302bbef aetest: re-introduce the StrongConsistentDatastore option. by Dave Day · 9 years ago
  9. dd2bf7f Fix README typo. by David Symonds · 9 years ago
  10. 387b712 Update .travis.yml to set APPENGINE_DEV_APPSERVER by Dave Day · 9 years ago
  11. b938f22 appengine/aetest: initial implementation. by Dave Day · 9 years ago
  12. 72f4367 cmd/aedeploy: Allow aedeploy to be run with an absolute path. by Chris Broadfoot · 9 years ago
  13. 7976fee appengine/internal: change gae_minor_version to gae_backend_minor_version. by Glenn Lewis · 9 years ago
  14. ce29178 Remove spurious newline from package documentation. by Chris Broadfoot · 9 years ago
  15. d2b1961 Regenerate internal protos. by David Symonds · 9 years ago
  16. 5d51656 Add missing copyright headers. by Chris Broadfoot · 9 years ago
  17. acdcfec cmd/aedeploy: Remove reference to Dockerfile. Dockerfile is not required by Chris Broadfoot · 9 years ago
  18. cdd5153 appengine/search: improve package documentation by Dave Day · 9 years ago
  19. c14699c appengine: make all tests run against the classic SDK's goapp by Dave Day · 9 years ago
  20. afb3df0 Revert "Work around suspect upstream bug in Go for API dial timeout test." by David Symonds · 9 years ago
  21. 61bec68 Add appengine.BackgroundContext. by David Symonds · 9 years ago
  22. 69cf495 appengine/search: add Cursor and Offset support to searches. by Dave Day · 9 years ago
  23. 1e58748 Work around suspect upstream bug in Go for API dial timeout test. by David Symonds · 9 years ago
  24. a56386a Add appengine/socket package by Dave Day · 9 years ago
  25. fc9cf8e Add internal/socket proto. by Dave Day · 9 years ago
  26. 7c224da appengine/internal: update generated base proto by Dave Day · 9 years ago
  27. 0a5938d appengine/search: add support for faceted search by Dave Day · 9 years ago
  28. 3c66cbb appengine/datastore: add TransactionOptions.Attempts by Dave Day · 9 years ago
  29. 253f05b appengine/internal: Update search proto. by Dave Day · 9 years ago
  30. b9b81b4 appengine/user: Return ClientID to verify identity of pre-registered client. by Glenn Lewis · 9 years ago
  31. e335b53 Add blobstore package. by David Symonds · 9 years ago
  32. a9e6c5b Add internal/blobstore proto. by David Symonds · 9 years ago
  33. bcfa7f2 Convert appengine_internal error types (APIError and CallError) to their appengine/internal equivalents. by Glenn Lewis · 9 years ago
  34. 9e9ff90 Update datastore.PropertyLoadSaver doc example. by David Symonds · 9 years ago
  35. 9ebf26d demos: rename "c" context variables to "ctx" by Chris Broadfoot · 9 years ago
  36. 820e55e appengine/internal: Add unit test for BackgroundContext. by Glenn Lewis · 9 years ago
  37. f26fc33 appengine/internal: Split VersionID on "." instead of "_". by Glenn Lewis · 9 years ago
  38. 25b8450 appengine/demo: Update samples. by Chris Broadfoot · 9 years ago
  39. 3702bc8 Fix nested application of internal call overrides. by David Symonds · 9 years ago
  40. df702b2 appengine/delay: add error return value for delay.Call by Glenn Lewis · 9 years ago
  41. a933916 appengine/internal: Correctly shut down limitConn. by Glenn Lewis · 9 years ago
  42. b667a50 Use correct default path for a taskqueue.Task. by David Symonds · 9 years ago
  43. 11ed51a Use the context's deadline for urlfetch, and drop urlfetch.Transport's Deadline field. by David Symonds · 9 years ago
  44. 8a84f41 appengine: print usage for aedeploy if no args passed by Glenn Lewis · 9 years ago
  45. 361dc5e appengine: add aedeploy by Glenn Lewis · 9 years ago
  46. e4d494f Return an HTTP 500 response when a handler panics. by David Symonds · 9 years ago
  47. 8a793b1 Expand API call allocation test downwards. by David Symonds · 9 years ago
  48. a8764da appengine: Expose appengine.Main to call internal.Main by Glenn Lewis · 9 years ago
  49. 99bcbd8 Remove an import path hack that is no longer needed (I fixed protoc-gen-go). by David Symonds · 9 years ago
  50. 0867183 appengine: add WithContext by Glenn Lewis · 9 years ago
  51. 3783dc1 appengine: update datastore maxIndexedProperties from 5000 to 20000 by Glenn Lewis · 9 years ago
  52. 0c3026a appengine: add bundler tool by Glenn Lewis · 9 years ago
  53. 694fa8f appengine: implement IsDevAppServer by Glenn Lewis · 9 years ago
  54. b34d1f1 appengine: fix VersionID by adding minor version information by Glenn Lewis · 9 years ago
  55. bc32c3d appengine: name returned parameters on SignBytes to improve documentation by Dave Day · 9 years ago
  56. 8c64777 appengine/memcache: fix doc typo by Dave Day · 9 years ago
  57. 49a2d02 appengine/datastore: update docs to reflect new limits by Dave Day · 9 years ago
  58. 29dc575 appengine/datastore: augment docs related to idempotent functions in transactions by Dave Day · 9 years ago
  59. 5331974 Update example code to use current log API. by David Symonds · 9 years ago
  60. 06bbc86 appengine: Allow port to be specified with PORT environment variable. by Glenn Lewis · 9 years ago
  61. 4385799 Drop proto.RegisterEnum calls from internal protos. by David Symonds · 9 years ago
  62. 2e55c7f Use appengine_internal/base instead of google.golang.org/appengine/internal/base for classic __go__ virtual APIs. by David Symonds · 9 years ago
  63. 9faf8d5 Add versions of the internal APIs that work on classic App Engine. by David Symonds · 9 years ago
  64. dca872c Refactor some internal APIs. by David Symonds · 9 years ago
  65. 0c9df19 Remove the final traces of internal.VirtAPI and convert namespaces to context values. by David Symonds · 9 years ago
  66. d1e7e22 Remove internal.CallOptions entirely, and use the context's timeout for API calls. by David Symonds · 9 years ago
  67. 079a714 Increase RPC default timeout from 5s to 60s. by David Symonds · 9 years ago
  68. 969262f Switch user API to directly accessing HTTP headers. by David Symonds · 9 years ago
  69. 1c3fdc5 Convert tree from appengine.Context to context.Context. by David Symonds · 9 years ago
  70. c61a731 Open up remote_api to forward requests for more services. by Michael McGreevy · 9 years ago
  71. 6aa6740 appengine/datastore: GetMulti should accept the zero-valued []*S by Dave Day · 9 years ago
  72. edb3398 memcache: Add clarifying comment to memcache.Statistics by Dave Day · 9 years ago
  73. 4b135c6 Clarify the import path documentation based on feedback from bradfitz by Glenn Lewis · 9 years ago
  74. d5b43bd appengine: Add build status to README, clean useless echo by Dave Day · 9 years ago
  75. 7ab0bf6 appengine: refine travis config to avoid symlinks by Dave Day · 9 years ago
  76. 3c050a2 appengine: Add first travis CI configuration by Dave Day · 9 years ago
  77. c98f627 Update code and regenerate .pb.go files for new location of goprotobuf. by David Symonds · 9 years ago
  78. 7e1f430 appengine/search: Make sure correct language is set by Dave Day · 9 years ago
  79. d510d6e Add canonical import comments for each package by Dave Day · 9 years ago
  80. b95a064 Update old links to docs. by David Symonds · 9 years ago
  81. 78d15cc Increase API call allocation acceptable range to [75,85]. by David Symonds · 9 years ago
  82. bc664c5 appengine/search: Support specifying fields and custom expressions. by Dave Day · 9 years ago
  83. 14a3555 appengine/memcache: short circuit *Multi calls when the slice is empty by Dave Day · 9 years ago
  84. a414dd2 appengine/datastore: allow key filters and sorts on kindless queries. by Dave Day · 10 years ago
  85. 6d15a75 appengine/log: Support retrieving logs for non-default modules. by Dave Day · 10 years ago
  86. fa851c2 appengine/log: Do not send empty offset param by Dave Day · 10 years ago
  87. 3d2bbb9 appengine/search: Introduce SortOptions for search. by Dave Day · 10 years ago
  88. 0fd6f79 Add file.DefaultBucketName function to get the default Google Cloud Storage bucket name for this app. by Glenn Lewis · 10 years ago
  89. b328a6f Tighten up guestbook demo. by Dave Day · 10 years ago
  90. 68ceee6 appengine/datastore: Add ByteString to allow short, indexed []byte values. by Dave Day · 10 years ago
  91. 4fd3660 appengine/search: Add explicit check and comment for range of numeric fields. by Dave Day · 10 years ago
  92. dab93e5 appengine/search: Better error forwarding when failing to index document. by Dave Day · 10 years ago
  93. 626edd2 appengine/urlfetch: Avoid []byte copy for outgoing body when has a Bytes method. by David Symonds · 10 years ago
  94. b648248 appengine/search: Introduce DocumentMetadata. by Dave Day · 10 years ago
  95. 8393212 appengine/search: support HTML/text field Language. by Dave Day · 10 years ago
  96. d3e3306 Remove obsolete VM config from app.yaml by Dave Day · 10 years ago
  97. fcc022a Limit concurrent TCP connections to the API server. by David Symonds · 10 years ago
  98. 4b547d7 Run gofmt -s over all files by Dave Day · 10 years ago
  99. e5ca41f appengine/datastore: Update test to use aetesting.FakeSingleContext. by Dave Day · 10 years ago
  100. bff0957 appengine/search: Provide a default value for Document.OrderId. by Dave Day · 10 years ago