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

full-async server #37

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

full-async server #37

wants to merge 63 commits into from

Commits on Aug 26, 2016

  1. version 0.8.0

    lynncui00 committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    a21e7f2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    lynncui00 authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    81ca386 View commit details
    Browse the repository at this point in the history
  3. add submodule protobuf

    lynncui00 committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    99b09d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. Update README.md

    tencent-wechat authored Aug 28, 2016
    Configuration menu
    Copy the full SHA
    a082495 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tencent-wechat authored Aug 28, 2016
    Configuration menu
    Copy the full SHA
    a5f5af7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Update README.md

    mariohuang authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    ca193c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. add uthread stack protect.

    lynncui00 committed Sep 5, 2016
    1 Configuration menu
    Copy the full SHA
    8e6e694 View commit details
    Browse the repository at this point in the history
  2. add uthread stack protect.

    lynncui00 committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    9ef9f20 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    3beafd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Merge pull request #8 from taozhijiang/master

    fix protobuf bin include path
    lynncui00 authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    547eaa9 View commit details
    Browse the repository at this point in the history
  2. modify submodule

    lynncui00 committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    dd828fd View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lynncui00 authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    859d6ef View commit details
    Browse the repository at this point in the history
  4. Update README.md

    lynncui00 authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    b0070b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. add travis build file

    stephen authored and stephen committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    8cf4a79 View commit details
    Browse the repository at this point in the history
  2. add plugin_darwin

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    4b35d14 View commit details
    Browse the repository at this point in the history
  3. change for plugin_darwin

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    6ef882e View commit details
    Browse the repository at this point in the history
  4. add travis

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    09cce96 View commit details
    Browse the repository at this point in the history
  5. correct protobuf's url

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    582986a View commit details
    Browse the repository at this point in the history
  6. fix

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    0c77368 View commit details
    Browse the repository at this point in the history
  7. use up-to-date compiler

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    6ffa76b View commit details
    Browse the repository at this point in the history
  8. add travis

    liusifan authored and liusifan committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    63edc9f View commit details
    Browse the repository at this point in the history
  9. Update README.md

    tencent-wechat authored Sep 16, 2016
    Configuration menu
    Copy the full SHA
    4a26c47 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. Configuration menu
    Copy the full SHA
    8d331b9 View commit details
    Browse the repository at this point in the history
  2. support daemonize

    liusifan committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    b603ea0 View commit details
    Browse the repository at this point in the history
  3. create third_party

    liusifan committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    995fa8e View commit details
    Browse the repository at this point in the history
  4. add

    liusifan committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    b7a01e8 View commit details
    Browse the repository at this point in the history
  5. return make result

    liusifan committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    1f2625c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd9b544 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. keep whole ServiceArgs_t

    liusifan committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    52ed931 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. add more log

    liusifan committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    f4566e0 View commit details
    Browse the repository at this point in the history
  2. support full log functions

    liusifan committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    04c157a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. fix compiler warning

    liusifan committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    b5fdcf1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/liusifan/phxrpc into lius…

    …ifan-master
    tencent-wechat authored and tencent-wechat committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    ef4993f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'liusifan-master'

    tencent-wechat authored and tencent-wechat committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    3cf8b2b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Update uthread_epoll.cpp

    lynncui00 authored Oct 18, 2016
    Configuration menu
    Copy the full SHA
    f05f2f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. The origin code cannot read the first section if the section is the f…

    …irst line of the config file. Add empty line to the head of config buffer to fix it.
    liusifan committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    b02d707 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Update http_msg.cpp

    lynncui00 authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    1e7914e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    644e270 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    lynncui00 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    4949c7c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lynncui00 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    05bebb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. update readme

    taohe committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    9077633 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. add mqtt protocol

    taohe committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    172e292 View commit details
    Browse the repository at this point in the history
  2. add mqtt protocol

    taohe committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    f04afd6 View commit details
    Browse the repository at this point in the history
  3. add mqtt protocol

    taohe committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    333b1db View commit details
    Browse the repository at this point in the history
  4. add mqtt protocol

    taohe committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    cb00c89 View commit details
    Browse the repository at this point in the history
  5. add mqtt protocol

    taohe committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    f323428 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from taohex/mqtt

    Add mqtt support
    taohe authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    64d4062 View commit details
    Browse the repository at this point in the history
  7. add mqtt protocol

    taohe committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a1cbdc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. fix mqtt protocol

    taohe committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    a12789a View commit details
    Browse the repository at this point in the history
  2. add option for generating mqtt protocol

    taohe committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    d4cdd28 View commit details
    Browse the repository at this point in the history
  3. fix mqtt protocol

    taohe committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    a1b7ce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. fix readme

    taohe committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    1cb381f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. fix multiple level package name

    taohe committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    855cd11 View commit details
    Browse the repository at this point in the history
  2. remove boost dependency

    taohe committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    7527bda View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. fix codegen

    taohexxx committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    055dac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. fix mqtt protocol

    taohexxx committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    312a63e View commit details
    Browse the repository at this point in the history
  2. fix mqtt protocol

    taohexxx committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    7e6f91b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. update readme

    taohexxx committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    de9cae3 View commit details
    Browse the repository at this point in the history
  2. add qos support

    taohexxx committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    ec2d617 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. refactor msg

    taohexxx committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    b5879ad View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. add uthread notifier pool

    taohexxx committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    5c3b69a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. full-async mqtt broker

    taohexxx committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    4cbcc54 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. full-async server

    taohexxx committed May 7, 2018
    Configuration menu
    Copy the full SHA
    fb97f02 View commit details
    Browse the repository at this point in the history