Lines Matching refs:client
56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
125 o https-client: correction error checking (a8a04565 wenyg)
254 o sample/https-client: use host SSL certificate store by default (5c0132f3)
259 o Merge branch 'evconnlistener-do-not-close-client-fd' (42e851bb)
478 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin)
535 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin)
588 o test/regress_ssl: convert client/server to mask too (3455991 Azat Khuzhin)
603 o sample/https-client: allow to change path to ca-certificates (fdf713a Azat Khuzhin)
604 o sample/https-client: check for ERR_remove_thread_state() existence (c4e9d9b Azat Khuzhin)
605 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
606 o sample/https-client: add -timeout option (4637aa8 Azat Khuzhin)
607 o sample/https-client: don't try to free uninitialized SSL (f3d7ff5 Azat Khuzhin)
608 …o sample/https-client: graceful exit with freeing memory (to make valgrind happy) (24a1f25 Azat Kh…
609 …o https-client: correctly handle URLs with no path (like "https://host:port") (29a0482 Andrey Skri…
832 o https-client: add -retries argument, for connection retries (d9da844 Azat Khuzhin)
968 o Fix https-client compilation on Windows. (d7be788 Joakim Soderberg)
1105 o https-client: POST supported, args supported (c5887f7 Alexey Ozeritsky)
1106 o https-client: code cleanup (29af65e Alexey Ozeritsky)
1107 o https-client: Small tweaks to https-client.c (90786eb)
1108 o https-client: Set hostname for SNI extension (by f69m) (d1976f8)
1109 o https-client: add a cast to https-client.c (462e6b6)
1119 example code for writing an https client.
1246 o Add sample/https-client.c, an example of stacking evhttp as a client on
1249 o https-client was putting newlines at 256-byte boundaries (42d7441 Patrick
1258 o Another tweak to https-client.c (95acdaa)
1259 o Remove http_struct.h usage in sample/https-client.c (8a90a85)
1349 o Avoid a resource leak on error in http client benchmark (ea92fba)