Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 6 of 6) sorted by relevance

/libevent-2.1.12/sample/
H A Dhttp-connect.c94 struct evhttp_uri *proxy; in main() local
107 proxy = uri_parse(argv[1]); in main()
112 evhttp_uri_get_host(proxy), evhttp_uri_get_port(proxy))); in main()
127 evhttp_uri_free(proxy); in main()
H A Dinclude.am17 SAMPLES += sample/le-proxy
18 sample_le_proxy_SOURCES = sample/le-proxy.c
/libevent-2.1.12/
H A D.gitignore97 /sample/le-proxy
H A DCMakeLists.txt1030 add_sample_prog(ON le-proxy
1031 sample/le-proxy.c)
H A DChangeLog159 o le-proxy: initiate use of the Winsock DLL (2a1e1530 linxiaohui)
960 o Check if we're on OSX before disabling deprecation in le-proxy
1103 o le-proxy: Fail more gracefully if opening listener fails (44b2491)
1626 o le-proxy and regress depend on openssl directly (9ae061a Sergey Avseyev)
H A DChangeLog-2.0197 o le-proxy and regress depend on openssl directly (9ae061a Sergey Avseyev)
435 …o Add evhttp server alias interface, correct flagging of proxy requests. (aab8c38 Christopher Davi…
667 o Fixed compilation of sample/le-proxy.c on win32 (13b912e Trond Norbye)