This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
tango-tfe
Archived
Watch
1
Star
0
Fork
0
You've already forked tango-tfe
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
29822ed991024856c9b5527aea3525bc43e85d8a
tango-tfe
/
common
/
include
History
Lu Qiuwen
8538353f3c
修正http_session部分函数的定义
...
* 去掉http_session_passthough函数,该函数与detach意义重复,不再保留。 * detach不需要session的可写权限,故参数修正为const类型。
2018-09-14 11:34:40 +08:00
..
tfe_future.h
promise_ctx_destroy_cb的参数应该为void*ctx。
2018-09-07 10:44:44 +08:00
tfe_http.h
修正http_session部分函数的定义
2018-09-12 15:56:44 +08:00
tfe_plugin.h
变更HTTP业务层回调函数定义,增加session系列操作方法定义及虚接口实现。
2018-09-12 15:29:35 +08:00
tfe_proxy.h
增加HTTP解析层目录结构,增加插件自注册功能。
2018-09-03 16:38:05 +08:00
tfe_rpc.h
fix memory leak bugs
2018-09-07 17:49:15 +08:00
tfe_stat.h
整理目录结构,编写CMakeLists.txt文件
2018-08-17 20:29:38 +08:00
tfe_stream.h
适配tfe_stream_addr;为了编译通过,注释mirror_stream.cpp中的代码;
2018-09-04 11:36:22 +08:00
tfe_types.h
修正http_session部分函数的定义
2018-09-14 11:34:40 +08:00
tfe_utils.h
完成HTTP请求侧解析调试,可以解析请求的URL。
2018-09-07 17:27:58 +08:00