summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* ws-chat-server: fix potential resource leakZhipeng Xue2023-03-051-0/+2
* Fix potential null dereference in http-server (#1430)Zhipeng Xue2023-03-041-0/+2
* ws-chat-server: fix session name initialization (using of uninitialized data)Azat Khuzhin2022-11-121-2/+3
* ws-chat-server: avoid SIGSEGV in case of evws_new_session() failureAzat Khuzhin2022-11-121-1/+7
* sample/ws-chat.html: allow to open it via file:// protocolAzat Khuzhin2022-11-121-1/+5
* Add locks for server WS, fixes #1357Dmitry Ilyin2022-10-121-1/+1
* Change code for samplesDmitry Ilyin2022-10-042-21/+13
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-123-0/+346
* Use OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR (for compatibility)Azat Khuzhin2022-07-102-3/+3
* Initial OpenSSL 3.0 supportWilliam Marlow2022-07-092-0/+14
* sample/ssl-client-mbedtls.c: fix for MbedTLS 3Azat Khuzhin2022-07-091-9/+46
* sample/ssl-client-mbedtls.c: break the loop on EOFAzat Khuzhin2022-07-091-0/+3
* sample/ssl-client-mbedtls.c: fix printing response in readcbAzat Khuzhin2022-07-091-1/+1
* https-client: fix strndup() for mingw buildAzat Khuzhin2022-07-091-2/+3
* Add missing strndup function on Windows to fix build on MSVC 2022William Marlow2022-07-091-0/+11
* https-client: fix connect to ipv6 address with square bracketsAzat Khuzhin2022-05-121-2/+12
* dns-example: add CNAME supportAzat Khuzhin2021-05-241-1/+6
* sample: use unsigned short instead of int for portEmil Engler2021-04-031-1/+1
* http-server: add -H option to change listen addressAzat Khuzhin2020-10-271-3/+6
* https-client: add newline into error messagesAzat Khuzhin2020-10-271-4/+4
* https-client: add -4/-6 switchesAzat Khuzhin2020-10-271-1/+14
* becat: add timeout (client/server) and verbosity (event_enable_debug_logging())Azat Khuzhin2020-10-151-2/+32
* http-server: add cli argument for max body sizeAzat Khuzhin2020-10-041-1/+6
* sample: add https-client-mbedtlsokhowang(王沛文)2020-09-162-1/+101
* fix: compat mbedtls < 2.4okhowang(王沛文)2020-07-241-1/+1
* le-proxy: ignore SIGPIPEAzat Khuzhin2020-07-231-4/+12
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-223-315/+271
* simple https client example using mbedtlsJesse Fang2020-07-221-0/+315
* Mute clang 8 compilation error with gcc pragmaEnji Cooper2020-03-261-3/+14
* Add callback support for error pagesnntrab2020-01-131-1/+1
* http-connect: do not check connection on GET cbAzat Khuzhin2020-01-121-3/+0
* http-connect: set Host header (for CONNECT and GET) (like curl)Azat Khuzhin2020-01-121-3/+5
* http-connect: cleanup and helpersAzat Khuzhin2020-01-121-35/+46
* Fix compilation without OPENSSL_API_COMPATAzat Khuzhin2020-01-071-2/+5
* Initialize variable to 0 replace use memset function in sample/hello-world.cyangyongsheng2019-12-301-2/+1
* sample/https-client: link crypt32 explicitly when build with mingw-w64yuangongji2019-10-081-0/+3
* https-client: load certificates from the system cert store on Windowsyuangongji2019-09-171-7/+37
* Fix checking return value of the evdns_base_resolv_conf_parse()Azat Khuzhin2019-09-051-2/+2
* sample/http-server: fix parameter parsingDavid Disseldorp2019-08-211-13/+15
* sample/signal-test: fix use of uninitialized variableDavid Disseldorp2019-08-211-1/+1
* sample: fix 'INFINITY' undeclared errorygj62019-08-141-0/+4
* becat: avoid using anonymous structuresygj62019-08-141-11/+11
* Fix typos in comments (sample/test/event-internal.h)dota172019-08-093-6/+6
* sample/signal-test: add NULL checksdota172019-08-091-4/+15
* becat: remove extra SSL_CTX options usage [ci skip]Azat Khuzhin2019-06-021-7/+0
* https-client: correction error checkingwenyg2019-06-011-1/+1
* time-test: disable buffering (mostly for windows)Azat Khuzhin2019-05-211-0/+3
* http-server: add usage/help dialogAzat Khuzhin2019-05-121-3/+14
* http-server: add ability to bind to unix-socketAzat Khuzhin2019-05-121-43/+108
* le-proxy: initiate use of the Winsock DLLlinxiaohui2019-04-181-0/+11