summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* 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
* https-client: do not try to free not initialized baseAzat Khuzhin2019-04-031-3/+3
* evwatch: Add "prepare" and "check" watchers.Dan Rosen2019-04-032-1/+348
* sample/becat: bufferevent cat, ncat/nc/telnet analogAzat Khuzhin2019-03-162-0/+628
* s/http-server: fix cleanup routinesAzat Khuzhin2019-01-291-0/+3
* s/http-server: check for EVTHREAD_USE_WINDOWS_THREADS_IMPLEMENTEDAzat Khuzhin2018-11-131-1/+3
* s/http-server: graceful cleanupAzat Khuzhin2018-11-131-14/+44
* s/http-server: enable debug logging if EVENT_DEBUG_LOGGING_ALL env issetAzat Khuzhin2018-11-131-1/+8
* s/http-server: turn off buffering (otherwise do output on win32)Azat Khuzhin2018-11-131-0/+3
* s/http-server: add an option to use IOCPAzat Khuzhin2018-11-131-4/+27
* s/http-server: add options (for persistent port)Azat Khuzhin2018-11-131-11/+29
* dns-example: free result in getaddrinfo callbackBogdan Harjoc2018-08-171-1/+6
* Fix build with LibreSSL 2.7Bernard Spil2018-04-023-5/+10
* Add missing includes into openssl-compat.hAzat Khuzhin2017-11-221-1/+0
* Free dns/event bases in dns-example to avoid leaksAzat Khuzhin2017-11-201-0/+2
* autotools: pass $(OPENSSL_INCS) for samples (FTBFS macOS)Carlo Marcelo Arenas Belón2017-08-221-4/+4
* le-proxy: fix compiling under win32 (because of no "inline" in C)Azat Khuzhin2017-05-291-0/+2
* http-connect: exit on errorAzat Khuzhin2017-05-281-1/+5
* le-proxy: add missing return statement (UAF)Maximilian Brunner2017-04-301-0/+1
* sample/https-client: use ERR_remove_*state() when we have themPierce Lopez2017-03-061-0/+5
* Do not check for ERR_remove_thread_state() (do not link ssl into every library)Pierce Lopez2017-03-061-4/+0
* sample/dns-example: fix compiler warning (getopt() returns an int)David Disseldorp2017-02-281-2/+2
* sample/https-client: use host SSL certificate store by defaultDavid Disseldorp2017-02-281-6/+14
* Unbreak build with LibreSSL after openssl 1.1 support addedJan Beich2017-01-303-5/+5
* Fix incorrect MIME typejohnsonlee2016-12-131-1/+1
* sample/le-proxy: use TLS_method instead of SSLv23_method (latest deprecated)Azat Khuzhin2016-12-071-1/+2
* le-proxy: fix building under openssl 1.1 (init functions has been deprecated)Azat Khuzhin2016-12-071-0/+2
* https-cilent: fix compilation warnings about unused vars/functions on win32Azat Khuzhin2016-12-061-1/+5
* util-internal: fix __func__ redefinition (netbsd)Azat Khuzhin2016-12-061-5/+1
* sample/http-connect: fix compilation with VS2010Azat Khuzhin2016-12-061-4/+2