Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proof of concepts: Introduce reader and write groutine #1491

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    e4761dd View commit details
    Browse the repository at this point in the history
  2. skip failing tests

    shogo82148 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5ec520f View commit details
    Browse the repository at this point in the history
  3. introduce reader loop

    shogo82148 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    22dd1e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df63ad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f43e6 View commit details
    Browse the repository at this point in the history
  6. fix compile error

    shogo82148 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8888cbe View commit details
    Browse the repository at this point in the history
  7. skip failing test

    shogo82148 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    62a33a1 View commit details
    Browse the repository at this point in the history
  8. suppress warnings

    shogo82148 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9d248ae View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. introduce mysqlConn.data

    shogo82148 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6629b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f35e499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56fe716 View commit details
    Browse the repository at this point in the history
  4. Revert "introduce mysqlConn.data"

    This reverts commit 6629b93.
    shogo82148 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    95e59e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b07946 View commit details
    Browse the repository at this point in the history
  6. introduce mysqlConn.data

    shogo82148 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4ffc645 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd65116 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c4569a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c475de View commit details
    Browse the repository at this point in the history
  10. remove buffer.store

    shogo82148 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b584ce9 View commit details
    Browse the repository at this point in the history
  11. remove buffer.takeBuffer

    shogo82148 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    366679e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    525a5a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    832eeab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6826f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed7b40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1c6fa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b20c77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e62a325 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    525ee4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20ce0ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4274a48 View commit details
    Browse the repository at this point in the history
  10. Revert "mysqlConn.readHandshakePacket supports context"

    This reverts commit 525ee4d.
    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    21c54fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    50e2037 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    956412b View commit details
    Browse the repository at this point in the history
  13. Revert "mysqlConn.readHandshakePacket support context"

    This reverts commit 50e2037.
    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9b8f2eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c62067a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c9de1fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8717263 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f381e1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    13d825d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e943ca7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4328b11 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    48d12aa View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f41405c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5868824 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c4b0b07 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cf055bb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9309e5d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    57aa3e2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    952400c View commit details
    Browse the repository at this point in the history
  29. fix compile error

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    62c508a View commit details
    Browse the repository at this point in the history
  30. fix TestCleanCancel

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    17f7abe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2f77b54 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bcee9e5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3719818 View commit details
    Browse the repository at this point in the history
  34. remove mysqlConn.watching

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    6b8b377 View commit details
    Browse the repository at this point in the history
  35. remove mysqlConn.canceled

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    cd998ef View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    31707d5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f61cb1f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7e45f92 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c90f82e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7656242 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    28a813e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    14cedd3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    01726b6 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e8d1c24 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f7f734a View commit details
    Browse the repository at this point in the history
  46. enable -race option

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    923c82b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cf9b120 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    f6ba15b View commit details
    Browse the repository at this point in the history
  49. revert changes of noCopy

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    68d06b9 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    06c89a5 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c6ef997 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b867777 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    8a6efeb View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    67efea6 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    aad3fd6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a4af165 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    166fc5c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0226235 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1eaf0c0 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1c6e980 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e849989 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3ae4b2f View commit details
    Browse the repository at this point in the history
  63. Revert "re-implement TestRegression801"

    This reverts commit 3ae4b2f.
    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    198f0bf View commit details
    Browse the repository at this point in the history
  64. introduce packet type

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    15cbe27 View commit details
    Browse the repository at this point in the history
  65. check error

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4a07d42 View commit details
    Browse the repository at this point in the history
  66. Revert "Revert "re-implement TestRegression801""

    This reverts commit 198f0bf.
    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    8c82535 View commit details
    Browse the repository at this point in the history
  67. Revert "re-implement TestReadPacketFail"

    This reverts commit e849989.
    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    803dd56 View commit details
    Browse the repository at this point in the history
  68. Revert "Revert "re-implement TestReadPacketFail""

    This reverts commit 803dd56.
    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    222487f View commit details
    Browse the repository at this point in the history
  69. fix broken tests

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7095f22 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    5507c4f View commit details
    Browse the repository at this point in the history
  71. introduce packet pool

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b969ca3 View commit details
    Browse the repository at this point in the history
  72. fix panic

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e86f580 View commit details
    Browse the repository at this point in the history
  73. fix TestReadPacketFail

    shogo82148 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    46ed973 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9431d87 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. put packets to pool

    shogo82148 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    14644a0 View commit details
    Browse the repository at this point in the history
  2. re-use package as buffer

    shogo82148 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    744cd7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a417f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. introduce writeBuffer

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    978f9f3 View commit details
    Browse the repository at this point in the history
  2. introduce readBuffer

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b0945da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d17fea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f94e2 View commit details
    Browse the repository at this point in the history
  5. fix race conditions

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b6c7b5d View commit details
    Browse the repository at this point in the history
  6. re-introduce packet pool

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6eda7f8 View commit details
    Browse the repository at this point in the history
  7. fix TestReadPacketSplit

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2e8bb88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7019692 View commit details
    Browse the repository at this point in the history
  9. cache allocated buffer

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    aecdebb View commit details
    Browse the repository at this point in the history
  10. check mc.reset

    shogo82148 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5bfa422 View commit details
    Browse the repository at this point in the history