summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-08-291-1/+1
|\
| * Use FindClose for handle from FindFirstFile in http-server.cNick Mathewson2014-08-291-1/+1
* | add a --disable-samples configure flagMike Frysinger2014-06-131-0/+2
* | Make http-server.c output into good html5Nick Mathewson2014-05-301-1/+4
* | add a cast to https-client.cNick Mathewson2014-03-121-1/+1
* | Check for OSX when checking for clang.Joakim Soderberg2014-01-221-1/+1
* | Fix https-client compilation on Windows.Joakim Soderberg2014-01-221-2/+2
* | Merge remote-tracking branch 'joakimsoderberg/new_cmake'Nick Mathewson2014-01-213-0/+41
|\ \
| * | Check if we're on OSX before disabling deprecation in le-proxyJoakim Söderberg2014-01-211-1/+1
| * | Change all uses of WIN32 to _WIN32Joakim Söderberg2014-01-212-7/+7
| * | Get rid of unknown pragma warnings.Joakim Soderberg2013-12-173-0/+6
| * | Get rid of deprecation warnings for OpenSSL on OSX 10.7+Joakim Söderberg2013-12-173-0/+8
| * | Added some GCC specific options.Joakim Soderberg2013-12-131-0/+27
* | | Fix a couple of "#ifdef WIN32" instancesNick Mathewson2013-12-242-2/+2
* | | Sample HTTPS Client: Set hostname for SNI extension (by f69m)Nick Mathewson2013-12-241-0/+3
* | | Small tweaks to https-client.cNick Mathewson2013-12-241-1/+5
* | | Merge remote-tracking branch 'resetius/https'Nick Mathewson2013-12-241-8/+60
|\ \ \ | |/ / |/| |
| * | https-client: code cleanupAlexey Ozeritsky2013-04-141-9/+15
| * | Merge branch 'master' of https://github.com/libevent/libevent into httpsAlexey Ozeritsky2013-04-141-5/+8
| |\ \
| * | | POST supported, args supportedAlexey Ozeritsky2013-03-111-6/+52
* | | | sample: drop uri_root from base_url in http-server.Azat Khuzhin2013-08-131-2/+2