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

Update aos_transport.c #41

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

Update aos_transport.c #41

wants to merge 28 commits into from

Commits on Dec 27, 2017

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

Commits on Jan 15, 2018

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

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    0672831 View commit details
    Browse the repository at this point in the history
  2. [modify] add LOG_PRODUCER_SEND_TIME_ERROR

    [modify] force rebuild when SEND_TIME_ERROR
    shabicheng committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    36673c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. [modify] delete cJSON object when config done

    [fix] fix cpp compile error
    shabicheng committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    61f3260 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

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

Commits on Mar 1, 2018

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

Commits on Mar 8, 2018

  1. [add] add buffer to callback fun

    [fix] missing init producer with 0
    shabicheng committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    0f47a1c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

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

Commits on Apr 8, 2018

  1. [add] add connect and send timeout config for sender

    [add] add log_producer_client_get_flush_thread_id for linux
    [add] add interface&send_timeout&destroy_timeout config for producer
    [add] add log_producer_client_add_raw_log_buffer
    [add] add LOG_PRODUCER_SEND_EXIT_BUFFERED
    [modify] refine readme
    shabicheng committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    daafe7a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. [modify] reset max buffer size if it is invalid

    [modify] refine max buffer size update logic
    shabicheng committed May 7, 2018
    Configuration menu
    Copy the full SHA
    c10238e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. [modify] updaate ua

    shabicheng committed May 11, 2018
    Configuration menu
    Copy the full SHA
    fc63884 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. [fix] missing header file when install

    [fix] can't shutdown when sub manager is error
    shabicheng committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    b1567ef View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. add log number

    zhinong.ly committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f9a0a35 View commit details
    Browse the repository at this point in the history
  2. add log num in sample

    zhinong.ly committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    23403cb View commit details
    Browse the repository at this point in the history
  3. add log num

    zhinong.ly committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    310ffb1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request aliyun#18 from lylylyh/master

    add log number
    shabicheng authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    e0c094d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

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

Commits on Sep 28, 2018

  1. Update README.md

    shabicheng authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6a9f6d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Update log_producer_sender.c

    解决 ”sender线程池销毁最大等待时间“ 配置使用错误问题。
    666charles authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    1f3725d View commit details
    Browse the repository at this point in the history
  2. Merge pull request aliyun#22 from 666charles/patch-1

    Update log_producer_sender.c
    shabicheng authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    6cbb8dd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    e2ed9a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1feb7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce26527 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. [modify] add more comments

    [modify] change default compile mode to Relese
    shabicheng committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    0601584 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

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

Commits on Feb 24, 2020

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

Commits on Jul 9, 2020

  1. Update aos_transport.c

    Replace the pintf long format with long long.
     
    Background info: got the following errors while making the project: 
    error: format specifies type 'long'
          but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
            header = apr_psprintf(t->pool, "Content-Length: %" APR_INT64_T_FMT, t->req->body_len);
    JingGe authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e6963c9 View commit details
    Browse the repository at this point in the history