summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* 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
* use ev_uint16_t instead of unsigned short for portThomas Bernard2016-10-261-1/+1
* Make it build using OpenSSL 1.1.0Kurt Roeckx2016-10-162-3/+11
* Fix memory leak in signal-test.cbasavesh.as2016-06-291-0/+1
* sample/hello-world: exAmple, not eXMplekirillDanshin2016-03-091-1/+1
* http-connect: make it win32 compilableAzat Khuzhin2016-01-141-6/+16
* sample/https-client: allow to change path to ca-certificatesAzat Khuzhin2015-11-241-4/+10
* sample/https-client: check for ERR_remove_thread_state() existenceAzat Khuzhin2015-11-241-0/+4
* sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state()Azat Khuzhin2015-11-181-1/+1
* Add missing <string.h> for openssl_hostname_validation moduleAzat Khuzhin2015-11-181-0/+1
* sample/https-client: add -timeout optionAzat Khuzhin2015-09-021-1/+12
* sample/https-client: don't try to free uninitialized SSLAzat Khuzhin2015-08-191-2/+2
* sample/https-client: graceful exit with freeing memory (to make valgrind happy)Azat Khuzhin2015-08-191-30/+64
* https-client: correctly handle URLs with no path (like "https://host:port")Andrey Skriabin2015-08-191-1/+1
* sample/http-connect: don't use assert() to make it work with NDEBUGAzat Khuzhin2015-08-181-11/+16
* sample/http-connect: made it compatible with C90Azat Khuzhin2015-08-181-3/+5
* sample: add HTTP CONNECT tunnelling example using libevent http layerAzat Khuzhin2015-08-182-3/+105
* Update dns-example.Mark Ellzey2015-06-171-1/+4
* Merge pull request #183 from azat/dns-exampleMark Ellzey2015-06-171-41/+47
|\
| * dns-example: allow to set ns from argsAzat Khuzhin2014-11-081-3/+8
| * dns-example: convert to getopt()Azat Khuzhin2014-11-081-40/+41
* | Merge pull request #170 from azat/https-client-retriesNick Mathewson2014-10-091-1/+12
|\ \
| * | https-client: add -retries argument, for connection retriesAzat Khuzhin2014-09-211-1/+12
| |/
* | Fix compilation for older OpenSSL versions.Joakim Soderberg2014-09-241-0/+2
|/