Commit Graph

  • f260996922 test[protobuf]: test proto generation godotg 2023-12-11 14:15:05 +08:00
  • 692d477ec0 test[protobuf]: test proto generation godotg 2023-12-11 13:01:42 +08:00
  • b042863fd1 test[protobuf]: support record class generation from proto godotg 2023-12-11 12:54:31 +08:00
  • 651eafdb90 feat[protobuf]: support record class generation from proto godotg 2023-12-11 12:52:16 +08:00
  • 34a6c4bf39 perf[protobuf]: If the field tag is greater than 1000, it is considered to be a compatible protocol field godotg 2023-12-11 11:44:10 +08:00
  • f1cb975715 del[net]: remove jprotobuf godotg 2023-12-10 23:13:41 +08:00
  • d0e83c6e1e perf[protocol]: remove unnecessary class godotg 2023-12-10 22:54:15 +08:00
  • 6a54cc7c90 perf[protocol]: max array length limit godotg 2023-12-10 22:23:13 +08:00
  • a406596898 perf[server]: max packet length limit godotg 2023-12-10 22:04:20 +08:00
  • 3454805796 feat[protobuf]: check duplicate protocolId and protocolName godotg 2023-12-04 19:19:05 +08:00
  • bdeabf4d7f feat[protobuf]: check duplicate protocolId and protocolName godotg 2023-12-04 19:11:33 +08:00
  • fb5dba800d feat[protobuf]: check duplicate protocolId and protocolName godotg 2023-12-04 19:09:23 +08:00
  • 9c5a3e9127 doc[signal]: cas document godotg 2023-12-04 18:49:50 +08:00
  • c95a978e4c chore[protobuf]: update copyright godotg 2023-12-04 10:43:21 +08:00
  • 7c5e1a827a perf[protobuf]: generate pojo protocolId in @Protocol godotg 2023-12-03 20:23:08 +08:00
  • 1fc7caf492 perf[protobuf]: generate pojo protocolId in @Protocol godotg 2023-12-03 20:21:02 +08:00
  • 3f963a3991 perf[protobuf]: generate pojo with @Note comment godotg 2023-12-03 19:45:36 +08:00
  • 094ba8cfe9 ref[protobuf]: refactor protobuf generate godotg 2023-12-03 19:02:45 +08:00
  • 08ddf9b3ce ref[protobuf]: refactor protobuf generate godotg 2023-12-03 17:44:31 +08:00
  • 165bb0f98d ref[protobuf]: refactor protobuf generate godotg 2023-12-03 17:27:10 +08:00
  • 516b3f93ab ref[protobuf]: refactor protobuf generate godotg 2023-12-03 17:02:05 +08:00
  • ef832ef358 ref[protobuf]: refactor protobuf generate godotg 2023-12-03 16:58:34 +08:00
  • 85fff556ff ref[protobuf]: refactor protobuf generate godotg 2023-12-03 16:46:32 +08:00
  • 0ba1c6e419 ref[protobuf]: refactor protobuf generate godotg 2023-12-03 16:29:09 +08:00
  • 6624e5b053 perf[protobuf]: recreate get and set method godotg 2023-12-03 16:26:35 +08:00
  • e76dd3ab81 perf[protobuf]: list box type of protobuf godotg 2023-12-03 16:03:56 +08:00
  • d5c4badff6 perf[protobuf]: map box type of protobuf godotg 2023-12-03 15:59:29 +08:00
  • c8b83210a0 del[protobuf]: delete CodeBuilder of protobuf godotg 2023-12-03 14:48:41 +08:00
  • fc8d5b848f chore[protobuf]: proto comment godotg 2023-12-03 14:22:41 +08:00
  • 6a6ba53636 perf[protobuf]: generate pojo from proto godotg 2023-12-03 13:54:12 +08:00
  • 04dbdd018d perf[protobuf]: generate pojo from proto godotg 2023-12-03 13:36:43 +08:00
  • d6fc68fc93 perf[protobuf]: generate pojo from proto godotg 2023-12-03 11:49:15 +08:00
  • ebfeb84d3b del[protobuf]: del wire format godotg 2023-12-03 11:45:00 +08:00
  • d6632f1dda perf[protobuf]: generate pojo from proto godotg 2023-12-03 11:11:09 +08:00
  • ec17790ed9 perf[protobuf]: generate pojo from proto godotg 2023-12-03 11:03:26 +08:00
  • 278956a8ee perf[protobuf]: generate pojo in protobuf godotg 2023-12-03 10:45:02 +08:00
  • e174fc5480 perf[protobuf]: generate pojo in protobuf godotg 2023-12-03 10:27:51 +08:00
  • bc5bf563fe perf[protobuf]: generate pojo in protobuf godotg 2023-12-03 10:14:22 +08:00
  • a48c453f99 perf[protobuf]: generate pojo in protobuf godotg 2023-12-02 23:13:42 +08:00
  • bdc49b00c2 del[protobuf]: not support proto enum in protobuf godotg 2023-12-02 22:44:29 +08:00
  • 827e30e899 del[protobuf]: not support reserved in protobuf godotg 2023-12-02 22:38:27 +08:00
  • 2dcbcc6441 feat[protobuf]: not support enum and extend in protobuf godotg 2023-12-02 22:33:41 +08:00
  • 46dbac01ab feat[protobuf]: not support enum and extend in protobuf godotg 2023-12-02 22:31:33 +08:00
  • 6bc9eeaa10 test[protobuf]: ignore godotg 2023-12-02 21:11:26 +08:00
  • c1b859c8c3 feat[protobuf]: generate pojo file from proto of protobuf godotg 2023-12-02 21:05:59 +08:00
  • f6aa27cb1d perf[protocol]: all protocol files are generated in a single protocol file godotg 2023-11-30 18:59:31 +08:00
  • bba3f5e69d perf[protocol]: all protocol files are generated in a single protocol file godotg 2023-11-30 18:53:51 +08:00
  • c00cab0e53 perf[protocol]: all protocol files are generated in a single protocol file godotg 2023-11-30 17:48:08 +08:00
  • 263536945c perf[protocol]: all protocol files are generated in a single protocol file godotg 2023-11-30 17:38:51 +08:00
  • 1ca4db6c59 perf[protocol]: all protocol files are generated in a single protocol file godotg 2023-11-30 15:46:32 +08:00
  • 3ea92c3a54 chore[util]: util tool godotg 2023-11-28 19:27:40 +08:00
  • 4ee0a785e6 test[jmh]: jmh test godotg 2023-11-28 14:19:36 +08:00
  • 173f22088c test[fastjson2]: jsonb test godotg 2023-11-28 11:46:18 +08:00
  • dceb194ba5 test[fastjson2]: jsonb test godotg 2023-11-28 11:44:22 +08:00
  • 6df23b55fa test[fastjson2]: jsonb test godotg 2023-11-28 11:39:53 +08:00
  • 0991fa3592 test[fastjson2]: jsonb test godotg 2023-11-28 11:10:06 +08:00
  • b645a88f32 chore[router]: comment godotg 2023-11-24 19:18:03 +08:00
  • b5112efd87 chore[router]: comment godotg 2023-11-24 18:54:58 +08:00
  • 8dcd0c3eca test[net]: cpu cache test godotg 2023-11-24 16:17:16 +08:00
  • 4517880e59 doc[zfoo]: update tutorials godotg 2023-11-24 11:45:16 +08:00
  • 35eb9be239 Merge pull request #84 from a610569731/main godotg 2023-11-23 15:45:34 +08:00
  • 6f6acd2b76 perf[protocol]: maven jprotobuf scope test libin 2023-11-23 10:10:32 +08:00
  • f6ca490937 Merge branch 'main' of https://github.com/a610569731/zfoo libin 2023-11-22 16:51:36 +08:00
  • 7a74b6aa47 Merge branch 'zfoo-project:main' into main Boone Jack 2023-11-22 16:51:10 +08:00
  • f620bb1d73 perf[net]: maven jprotobuf add libin 2023-11-22 16:44:25 +08:00
  • 3f568ea4a2 doc[todo]: update todo godotg 2023-11-22 16:36:01 +08:00
  • 8494ba17f4 perf[protocol]: maven jprotobuf scope test libin 2023-11-22 16:29:42 +08:00
  • 5648ebd9b5 fix[storage]: Excel has some empty cells that cause column shifts godotg 2023-11-21 19:36:26 +08:00
  • dbe47661d0 perf[orm]: optimize import static method godotg 2023-11-21 11:28:47 +08:00
  • ea47d881cb Merge pull request #82 from zfoo-project/revert-81-main godotg 2023-11-21 10:38:01 +08:00
  • ed627030a3 Revert "fix[protocol] typescript compatible" godotg 2023-11-21 10:34:41 +08:00
  • e136d39c25 Merge pull request #81 from harochen75/main godotg 2023-11-18 17:54:21 +08:00
  • 47d70752a4 fix[protocol] typescript compatible harochen75 2023-11-18 16:18:58 +08:00
  • ffeeb63029 Merge pull request #80 from a610569731/main godotg 2023-11-17 17:14:39 +08:00
  • 4881edbd67 perf[protocol]: memory copy for int list godotg 2023-11-17 17:09:40 +08:00
  • 403fdb4ad2 Merge branch 'main' of https://github.com/a610569731/zfoo libin 2023-11-17 16:43:40 +08:00
  • 58b29e7565 Protocol auto List by order libin 2023-11-17 16:41:20 +08:00
  • 72bc89b0b8 doc[zfoo]: update readme godotg 2023-11-17 15:13:27 +08:00
  • b6f170e104 perf[protocol]: protocol generate to string method godotg 2023-11-17 15:12:58 +08:00
  • 94c3b7cd07 Merge pull request #78 from a610569731/main 凌星 2023-11-09 15:43:38 +08:00
  • f716bfd2f7 comfortableCapacity size optimize libin 2023-11-09 15:39:06 +08:00
  • f1b0835fb5 fix FastTreeMap hash <0 and comfortableCapacity size optimize libin 2023-11-09 12:00:23 +08:00
  • d8f1ef7f26 chore[comment]: code comment godotg 2023-11-01 11:30:25 +08:00
  • 6fda2cc38a doc[net]: update doc godotg 2023-10-31 20:39:00 +08:00
  • 7a743b4b40 revert[handler]: not share handler in server session godotg 2023-10-31 14:57:59 +08:00
  • 2f89320acd fix[handler]: share handler in server session godotg 2023-10-31 14:51:47 +08:00
  • 007dbc8fb9 perf[protocol]: throw en exception godotg 2023-10-31 11:16:17 +08:00
  • c0d9023bc2 perf[protocol]: throw en exception godotg 2023-10-31 11:09:55 +08:00
  • 99a77172f6 perf[orm]: throw en exception godotg 2023-10-31 10:27:04 +08:00
  • 6f33e8bfcb fix[orm]: mongodb only supports byte[] godotg 2023-10-30 17:52:31 +08:00
  • e0de214095 perf[protocol]: remove unused field godotg 2023-10-29 18:34:48 +08:00
  • 784d8f158b doc[protocol]: update document godotg 2023-10-28 11:36:42 +08:00
  • fecff15b8f doc[protocol]: update document godotg 2023-10-28 10:04:24 +08:00
  • 918c16853c doc[protocol]: update document godotg 2023-10-28 09:26:54 +08:00
  • 75f76e00c6 doc[protocol]: update document godotg 2023-10-28 09:23:01 +08:00
  • 9ca8dc424d doc[protocol]: update document godotg 2023-10-28 09:22:14 +08:00
  • 6d0dc5168f doc[protocol]: update document godotg 2023-10-28 09:15:48 +08:00
  • 1ec936b6c0 test[protocol]: fury test godotg 2023-10-26 18:07:08 +08:00
  • 57b6ba8073 test[net]: net websocket test sun 2023-10-25 14:56:01 +08:00
  • 622f822576 test[net]: net websocket test sun 2023-10-25 14:55:25 +08:00