1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-28 20:06:51 +00:00

Commit Graph

  • db2918b0aa Merge pull request #1542 from ysqi/develop astaxie 2016-01-07 21:02:42 +08:00
  • 6eff2e433f fix #1502,Notes error repair ysqi 2016-01-07 20:55:28 +08:00
  • 58e2a7c099 fix #1473,Only update redis session if it already exist ysqi 2016-01-07 20:42:26 +08:00
  • 434544060a Merge pull request #1540 from ysqi/develop astaxie 2016-01-07 17:03:22 +08:00
  • 4c0c0ec2a7 TplNames renamed TplName ,fix #1229,Remember modify bee tool. ysqi 2016-01-07 16:16:39 +08:00
  • ecc6bcba3f Merge pull request #1539 from ysqi/develop astaxie 2016-01-07 13:49:33 +08:00
  • 80912b6210 change get sessionID logic from cookie ysqi 2016-01-07 13:15:40 +08:00
  • 3fdf72f14c Merge pull request #1532 from JessonChan/develop astaxie 2016-01-07 12:56:47 +08:00
  • 3821b2cb26 createdTime typo fixed JessonChan 2016-01-07 09:37:50 +08:00
  • 8aed4c13d7 isExist func will check if the value is expired JessonChan 2016-01-07 09:36:23 +08:00
  • 6465dbd703 no more goroutine ,i will be GCed at a gc goroutine JessonChan 2016-01-07 09:28:40 +08:00
  • 98e0626f0c rename vals JessonChan 2016-01-07 09:25:06 +08:00
  • b0b9812de6 extract a expire fun JessonChan 2016-01-07 09:13:47 +08:00
  • eff200e014 modify as xuxiaohei suggest JessonChan 2016-01-07 09:08:00 +08:00
  • 8832334d6a tiny fix for error description and comment JessonChan 2016-01-06 15:12:25 +08:00
  • 0b39091292 mem cache put function fixed JessonChan 2016-01-06 15:05:29 +08:00
  • a411042416 fix the init parse for config astaxie 2016-01-06 14:55:18 +08:00
  • 8929814126 fix the log carsh before init astaxie 2016-01-06 11:48:23 +08:00
  • bef6bca397 Add function to set validation default messages miraclesu 2016-01-05 21:14:35 +08:00
  • f7ef4aa7e5 recover for conn.Close fix #1333 astaxie 2016-01-04 23:34:35 +08:00
  • 5c18d02b17 fix #1268 astaxie 2016-01-04 22:41:25 +08:00
  • 3bb22d149e add the comments astaxie 2016-01-04 22:22:42 +08:00
  • f0be45dfff fix the comments and json tag astaxie 2016-01-04 22:18:59 +08:00
  • 7fbaf82897 fix #1424 astaxie 2016-01-04 22:10:18 +08:00
  • 73168d2f7d Merge pull request #1527 from JessonChan/develop astaxie 2016-01-04 14:36:40 +08:00
  • a03fa0fb73 improve cache modules. support mulit instances astaxie 2016-01-04 10:50:04 +08:00
  • fd2ded190b EnableGzip bug fixed JessonChan 2016-01-04 09:27:58 +08:00
  • d23291ccc7 remove a dump err JessonChan 2016-01-04 08:50:59 +08:00
  • 92d157736b add testing to test #1511 astaxie 2016-01-03 21:06:35 +08:00
  • 6585e66f97 all the browser should support delete and put now astaxie 2016-01-03 20:36:16 +08:00
  • 3ebf275157 fixed camel style name JessonChan 2016-01-03 15:40:44 +08:00
  • ee2322e83b add any level compress JessonChan 2016-01-03 15:35:32 +08:00
  • 59fa248292 use sync.Pool to decrease new compression writer JessonChan 2015-12-31 18:50:52 +08:00
  • 9519fc6c96 Merge pull request #1519 from vvelikodny/develop astaxie 2015-12-30 21:03:54 +08:00
  • 4b368d9f5e Refactoring: keep config package beego independent Vitaly Velikodny 2015-12-30 11:22:09 +03:00
  • 48fd9675ad Refactoring: Move dev & prod runmodes to const Vitaly Velikodny 2015-12-29 21:32:37 +03:00
  • ac3a447479 fix the session update issues astaxie 2015-12-27 14:09:20 +08:00
  • 37dff6be28 Merge pull request #1507 from yydzero/develop astaxie 2015-12-27 11:01:04 +08:00
  • cdde5bdc62 Merge pull request #1516 from johndoejdg/patch-2 astaxie 2015-12-27 11:00:24 +08:00
  • 2d4cc6e33d Add link to russian John Doe 2015-12-26 16:43:49 +03:00
  • 5336e83469 Merge pull request #1506 from fuxiaohei/develop astaxie 2015-12-23 12:12:08 +08:00
  • da39082d4f Retrieve session identifier from cookie and query parameters Yandong Yao 2015-12-22 09:20:53 +08:00
  • cd514803a4 simplify filter.go hooks.go fud 2015-12-22 10:02:59 +08:00
  • 2ddda59605 Merge branch 'develop' of https://github.com/astaxie/beego into develop fud 2015-12-22 09:57:47 +08:00
  • 25337aec27 Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2015-12-21 22:54:22 +08:00
  • 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