Commit Graph

  • 351dfac653 context.Response should implement Hijack/Flush/CloseNotify astaxie 2015-12-21 22:51:18 +08:00
  • 9105fee453 Merge pull request #1503 from fuxiaohei/develop astaxie 2015-12-21 19:49:22 +08:00
  • bbd42ce152 simplify docs.go and error.go, use http.StatusText instead of string codes fud 2015-12-21 17:16:58 +08:00
  • 92711e80a3 refactor controller.go fud 2015-12-21 16:23:31 +08:00
  • c43e3d6684 fix type mismatch error fud 2015-12-21 16:05:26 +08:00
  • f6c508f138 Merge branch 'develop' of https://github.com/astaxie/beego into develop fud 2015-12-21 15:49:23 +08:00
  • 130ce7eb1f Merge pull request #1501 from nkbai/develop astaxie 2015-12-19 13:45:04 +08:00
  • 083c155079 cors test benchmark doesn't use b.N nkbai 2015-12-19 10:29:12 +08:00
  • a71c4283e8 Merge pull request #1498 from JessonChan/develop astaxie 2015-12-18 10:18:42 +08:00
  • 80ac8aa40e compress level test fixed JessonChan 2015-12-18 09:28:40 +08:00
  • 5e249772d5 reduce loop astaxie 2015-12-18 00:14:28 +08:00
  • a4f674e7f4 Merge pull request #1483 from nkbai/develop astaxie 2015-12-17 22:23:32 +08:00
  • ae52d4aa18 improve the splitPath astaxie 2015-12-17 21:31:44 +08:00
  • f9138c5a99 simplify config.go fuxiaohei 2015-12-17 20:05:00 +08:00
  • e5096be32b Merge pull request #1490 from pjoe/orm_pk_rel_many astaxie 2015-12-17 14:56:06 +08:00
  • 9b87f528ec Merge pull request #1494 from astaxie/revert-1489-develop astaxie 2015-12-17 14:45:17 +08:00
  • c3d1e4d088 Revert "go test fixed" astaxie 2015-12-17 14:45:10 +08:00
  • 77113e843c Merge pull request #1489 from JessonChan/develop astaxie 2015-12-17 14:44:29 +08:00
  • 46aa340b1d Merge pull request #1478 from fuxiaohei/develop astaxie 2015-12-17 14:44:14 +08:00
  • 8771634fe4 Merge remote-tracking branch 'remotes/upstream/develop' into develop JessonChan 2015-12-17 09:25:15 +08:00
  • 2aa50c240f Merge pull request #1486 from KilledKenny/oomDos astaxie 2015-12-16 23:44:42 +08:00
  • dbc4ac6945 reduce the slicegrow astaxie 2015-12-16 23:43:32 +08:00
  • 29752e2575 refactor router astaxie 2015-12-16 23:11:03 +08:00
  • 52c4c1fb98 Added MaxMemory limit to CopyBody() Simon Rawet 2015-12-16 10:37:21 +01:00
  • 906637ae8b Fix issue with reverse(many) for models with custom pk Pelle Johnsen 2015-12-15 17:17:56 +01:00
  • 3daaaeb32b add commit for orm/types.go nkbai 2015-12-15 19:48:28 +08:00
  • ccc008c257 compress fixed JessonChan 2015-12-15 14:29:07 +08:00
  • fd9a6ff7bb Merge remote-tracking branch 'remotes/upstream/develop' into develop JessonChan 2015-12-15 14:27:43 +08:00
  • e63d24637d go test fixed JessonChan 2015-12-15 14:08:58 +08:00
  • 7dcbcf0748 Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2015-12-15 14:05:58 +08:00
  • 1576add9a2 Merge pull request #1488 from astaxie/revert-1487-develop astaxie 2015-12-15 14:05:43 +08:00
  • 58aa0545b6 Revert "compress method fixed" astaxie 2015-12-15 14:05:33 +08:00
  • 10cbe7a867 Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2015-12-15 13:18:09 +08:00
  • d6f23afdbb Merge pull request #1487 from JessonChan/develop astaxie 2015-12-15 11:49:19 +08:00
  • 499e2b59e4 compress method fixed JessonChan 2015-12-15 11:34:26 +08:00
  • d99c62df1f Merge remote-tracking branch 'upstream/develop' into develop nkbai 2015-12-14 15:09:06 +08:00
  • b079456fcf add comments for orm/types.go nkbai 2015-12-14 15:04:17 +08:00
  • a06022f75c clean compliated codes, refactor if sections in app.go fuxiaohei 2015-12-12 14:10:02 +08:00
  • 2b651fbae2 reuse map in tree.Match astaxie 2015-12-11 13:51:01 +08:00
  • 80bc372f17 pool.Put astaxie 2015-12-11 00:20:17 +08:00
  • f70f338025 use sync.Pool to reuse Context astaxie 2015-12-10 21:59:54 +08:00
  • f2edfbe7ae make the other three beauty astaxie 2015-12-10 00:12:52 +08:00
  • 4f829af7aa gofmt the config default astaxie 2015-12-10 00:11:24 +08:00
  • 9f2a2507fd fmt it and remove the init var astaxie 2015-12-09 23:47:44 +08:00
  • be60f47488 Merge pull request #1455 from nkbai/develop astaxie 2015-12-09 23:44:45 +08:00
  • d1bba02958 refact beego config astaxie 2015-12-09 23:35:04 +08:00
  • e8fe859a58 格式调整 nkbai 2015-12-09 09:03:10 +08:00
  • 82e0105d22 Revert "windows下静态文件映射找不到问题," windows下路径需要filepath.ToSlash nkbai 2015-12-04 23:15:06 +08:00
  • ff0762cc19 Merge remote-tracking branch 'upstream/develop' into develop nkbai 2015-12-03 15:50:21 +08:00
  • 3d4ad560f8 Merge pull request #1423 from JessonChan/fargo astaxie 2015-12-02 21:08:34 +08:00
  • 36664634f9 Merge pull request #1467 from astaxie/revert-1464-master astaxie 2015-12-02 16:35:44 +08:00
  • ed99c013a6 Revert "Update orm_querym2m.go" astaxie 2015-12-02 16:35:36 +08:00
  • a1d5f958c5 Merge pull request #1464 from gobenon/master astaxie 2015-12-02 16:35:05 +08:00
  • 5d902264e5 Merge pull request #1459 from ryanchapman/develop astaxie 2015-12-02 16:34:35 +08:00
  • 50f8f3bd20 Update orm_querym2m.go gobenon 2015-11-30 18:23:58 +02:00
  • 74ebcd28b2 grace init中的工作可以延后进行 实际上如果没有使用graceful启动,这些init的工作完全没用 当然其他模块也应该存在这样的工作,比如session中的sess_utils.go中的init工作 nkbai 2015-11-30 16:15:35 +08:00
  • 7151b96465 Log config parsing errors Ryan A. Chapman 2015-11-29 15:09:28 -07:00
  • 2c8cb5693e windows下静态文件映射找不到问题, path.Clean和filepath.Clean是有区别的 nkbai 2015-11-27 12:10:39 +08:00
  • d693ecf046 Revert "这种if型的初始化是有问题的" nkbai 2015-11-26 20:37:36 +08:00
  • 6aaca2eca8 router.go Header 毫无用处 context/output.go 简化一下代码,更清晰 nkbai 2015-11-26 14:56:39 +08:00
  • f0474214fe GetInt等函数稍微简化一下,这样看上去更合理一些 nkbai 2015-11-25 23:39:26 +08:00
  • 2c94d9eab2 Merge pull request #1451 from gobenon/master astaxie 2015-11-25 09:29:28 +08:00
  • 40700a8532 Merge remote-tracking branch 'remotes/upstream/develop' into fargo JessonChan 2015-11-25 09:11:32 +08:00
  • fb7314f8ac Merge pull request #1450 from astaxie/revert-1439-master astaxie 2015-11-24 23:00:15 +08:00
  • b7fcd4f0b9 Revert "Adding support for junction tables with other fields which arent FK and PK." astaxie 2015-11-24 23:00:07 +08:00
  • e48e09a4ab Merge pull request #1439 from gobenon/master astaxie 2015-11-24 23:00:04 +08:00
  • 235b58504a Merge pull request #1449 from nkbai/master astaxie 2015-11-24 15:54:46 +08:00
  • 5e915cb614 controller_test.go 既然叫test,那就按照go的规则进行test吧 nkbai 2015-11-24 14:55:59 +08:00
  • 9170b91075 go style format (remove the blank after comments) JessonChan 2015-11-21 08:46:19 +08:00
  • 25320bf86a Merge pull request #1441 from nkbai/master astaxie 2015-11-20 21:50:55 +08:00
  • 50132df809 这种if型的初始化是有问题的 nkbai 2015-11-20 21:34:01 +08:00
  • 83696a40f6 fix #1433 nkbai 2015-11-20 11:18:45 +08:00
  • efd30bdba7 Update orm_querym2m.go gobenon 2015-11-19 16:46:14 +02:00
  • 01aa1085e0 Merge pull request #1 from gobenon/gobenon-m2mpatch-1 gobenon 2015-11-19 14:32:24 +02:00
  • ca37557a26 Update orm_querym2m.go gobenon 2015-11-19 14:30:14 +02:00
  • 5a1e821a42 Merge pull request #1434 from WnP/pg-fix astaxie 2015-11-19 12:25:21 +08:00
  • 29ac961c10 fix postgres syntax error during migration Steeve Chailloux 2015-11-09 19:39:47 -06:00
  • 5d01afe3a6 isOk to check whether the file is latest JessonChan 2015-11-16 14:05:05 +08:00
  • d963bb79bd avoid map-lock delete JessonChan 2015-11-16 10:31:27 +08:00
  • bc2195b07f code simplify JessonChan 2015-11-12 16:59:07 +08:00
  • 46fbeaadad refactor accept encoder ,simplify the struct JessonChan 2015-11-12 12:03:53 +08:00
  • 214030fad4 bytes reader replace string reader JessonChan 2015-11-12 11:44:29 +08:00
  • f8db8ae9c3 add some comments JessonChan 2015-11-12 10:48:36 +08:00
  • a9881388f7 accept encoder header setting fixed JessonChan 2015-11-12 10:08:57 +08:00
  • 1200b7c347 method refactor JessonChan 2015-11-11 18:06:18 +08:00
  • b25a1355f9 remove old code JessonChan 2015-11-11 16:27:41 +08:00
  • d2c60619fa new static file support code JessonChan 2015-11-11 16:22:40 +08:00
  • 82c50b972d new test file JessonChan 2015-11-11 16:22:05 +08:00
  • 15b0b9b66d delete old static file code JessonChan 2015-11-11 16:21:04 +08:00
  • e4c6e5d2e1 change package JessonChan 2015-11-11 13:47:47 +08:00
  • f457ea0fe9 refactor encoder package JessonChan 2015-11-11 13:47:36 +08:00
  • 7ef9b3d55b runnable typo fixed JessonChan 2015-11-10 14:07:26 +08:00
  • 39e29caf9b refactor to fix encoder type bug JessonChan 2015-11-10 13:42:10 +08:00
  • 7ccf049a50 bug fixed JessonChan 2015-11-10 13:27:33 +08:00
  • 7964f7f163 test bug fixed JessonChan 2015-11-10 13:16:16 +08:00
  • 8603127c81 beego package file path rewrite JessonChan 2015-11-10 13:10:42 +08:00
  • 07c93cd32c mem zip file test ,add license JessonChan 2015-11-10 11:59:32 +08:00
  • 83ec39d02e refactor max age cookies setting JessonChan 2015-11-10 11:47:10 +08:00
  • 8f42193610 better compress func design JessonChan 2015-11-10 11:32:18 +08:00
  • 891be34fc6 encoding should be specify JessonChan 2015-11-10 11:20:13 +08:00