提交歷史

作者 SHA1 備註 提交日期
  Wendal Chen 6ca0cc76f1 fix: air105+w5500,执行network_close后还需要执行一次network_force_close_socket,否则会死机, 奇怪了-_- 2 年之前
  Wendal Chen fcfdb81f60 fix: l_http_callback没有释放timeout_timer 2 年之前
  Wendal Chen 50316ec206 fix: http库的关闭逻辑不完备,并清除编译警告 2 年之前
  Dozingfiretruck 956d2eb102 update:优化http回调下载长度值得精确度 2 年之前
  Wendal Chen 8a918bd5c2 fix: http库自定义headers+body时,body被弹出堆栈,导致body没有发送 2 年之前
  Wendal Chen ea18863d94 update: http库发送自定义headers时按需分配内存,这样air601也勉强能跑https了 2 年之前
  Wendal Chen a4e7f4e5e2 change: http库对header内存分配太多了,根据情况缩减一下 2 年之前
  Dozingfiretruck 6a65a4227e del:去掉无用打印 2 年之前
  Dozingfiretruck 60c6533124 add:http回调添加自定义传参 2 年之前
  Dozingfiretruck 58bb3b91ae add:http添加下载回调文档注释 2 年之前
  Dozingfiretruck f844da4e4b fix:修复http callback死机问题 2 年之前
  Dozingfiretruck edbf00df58 add:添加http 下载进度回调函数 2 年之前
  Dozingfiretruck 1085e2bb71 fix:修复某些情况下ota失败时也会返回成功问题 2 年之前
  Wendal Chen e99d5a4eff fix: http库启用debug会死机 2 年之前
  Dozingfiretruck aa00169ab4 update:优化http fota的日志和报错输出 2 年之前
  Wendal Chen 307f588614 update: http的fota模式的body应该返回大小 3 年之前
  Dozingfiretruck 21eb5ad2b2 fix:启用LUAT_USE_FOTA时http才支持fota 3 年之前
  Dozingfiretruck 974ca9ca01 add:http支持ota 3 年之前
  Wendal Chen 706d069b9e update: http库有单独的demo,指过去 3 年之前
  Wendal Chen d4602c76e3 update: 优化http库的api注释 3 年之前
  Dozingfiretruck 1af1c03c1c add:mqtt http添加不支持tls时的返回 3 年之前
  Wendal Chen f60754d46e fix: 前一个修改中对l_http_callback函数的修改是错误的, http_close才会释放timeout_timer 3 年之前
  Wendal Chen 8eee5504e0 fix: http库的timeout_timer存在多次free的可能性 3 年之前
  alienwalker dc820a0227 update:兼容lwip不带IPV6的情况 3 年之前
  Dozingfiretruck b6185a189b update:忽略自定义Content-Length 3 年之前
  Wendal Chen 3df09d35f9 change: http库使用request_line替换method和uri,实现url长度无限制 3 年之前
  Wendal Chen b3e084ed41 fix: http库在idf5下编译失败 3 年之前
  Wendal Chen 3748c37715 fix: 修正http和hmeta库的适配状态 3 年之前
  Wendal Chen e3f3f8ac18 fix: http库接收headers若出现分包会出错, 另外若启动失败定时器会内存泄漏, 顺便拆分成2个库,方便迁移到csdk https://gitee.com/openLuat/LuatOS/issues/I6E1NM 3 年之前
  Wendal Chen 670cc37d26 update: 优化一下http库的注释,删除老的http库 3 年之前