1. 03 6月, 2023 1 次提交
  2. 02 6月, 2023 2 次提交
  3. 01 6月, 2023 1 次提交
  4. 31 5月, 2023 1 次提交
  5. 30 5月, 2023 1 次提交
  6. 28 5月, 2023 1 次提交
  7. 27 5月, 2023 2 次提交
  8. 26 5月, 2023 1 次提交
  9. 25 5月, 2023 2 次提交
  10. 22 5月, 2023 2 次提交
    • fix: replace new/delete with smart pointers (#1493) · 07b2c6dd
      你不要过来啊 提交于
      * [feat] change storage new/del to smartp
      
      * Eliminated new/delete using smart ptr within src/net/.
      ps: Not all new/delete are eliminated, as there are some variables that are not suitable for applying smart ptr, such as handle_, response_, request_ etc..., I chose to keep them as they were.
      
      * [feat] replace new/delete with smart pointers
      
      * fix build
      
      * change shared_ptr to unique_ptr
      
      * change to auto
      
      * feat
      
      * removed an unnecessary shared_ptr and use unique_ptr instead.
      
      * change pstd/
      
      * revised a comment
      
      * change pstd implement
      
      * remove code of jh
      
      * fix tools build
      
      * fix
      
      * feature
      
      * fix
      
      * fix
      
      ---------
      Co-authored-by: Ncjh <1271435567@qq.com>
      Co-authored-by: Nlaimuxi <laimuxi@bytedance.com>
      07b2c6dd
    • J
      fix: remove new/delete in net (#1503) · f4bfb562
      Junhua Chen 提交于
      * removed new/delete operation in /src/net/* and use smart ptr instead.
      Ps:not all new/delete are removed, for the variable that has flexible life circle, I choose to keep them as they were.
      
      * removed 2 delete operations that were skipped before
      
      * removed more unique_ptr
      
      ---------
      Co-authored-by: Ncjh <1271435567@qq.com>
      f4bfb562
  11. 21 5月, 2023 4 次提交
  12. 20 5月, 2023 2 次提交
  13. 19 5月, 2023 1 次提交
  14. 17 5月, 2023 2 次提交
  15. 16 5月, 2023 2 次提交
  16. 15 5月, 2023 3 次提交
  17. 14 5月, 2023 1 次提交
  18. 12 5月, 2023 4 次提交
  19. 11 5月, 2023 2 次提交
  20. 10 5月, 2023 5 次提交