summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | sample/le-proxy: Fail more gracefully if opening listener failsNick Mathewson2013-08-061-0/+5
* | | | Merge branch '21_evdns_disable_when_inactive'Nick Mathewson2013-04-251-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | evdns: New flag to make evdns not prevent the event loop from exitingAzat Khuzhin2013-04-251-1/+1
| |/ /
* | | Another tweak to https-client.cNick Mathewson2013-04-101-1/+2
* | | Remove http_struct.h usage in sample/https-client.cNick Mathewson2013-04-101-4/+6
|/ /
* | pull in wildcard matching code from cURLPatrick Pelletier2013-02-274-4/+255
* | avoid sign mismatch warning in openssl_hostname_validation.cPatrick Pelletier2013-02-271-2/+2
* | use iSECPartners code to validate hostname in certificatePatrick Pelletier2013-02-274-1/+307
* | use Debian's default root certificate locationPatrick Pelletier2013-02-271-0/+8
* | better handling of OpenSSL errorsPatrick Pelletier2013-02-271-5/+42
* | https-client was putting newlines at 256-byte boundariesPatrick Pelletier2013-02-271-2/+2
* | use ${OPENSSL_LIBS} instead of -lssl -lcryptoPatrick Pelletier2013-02-271-2/+2
* | Add sample/https-client.c, an example of stacking evhttp as a client on top o...Catalin Patulea2013-02-272-0/+212
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-01-221-1/+1
|\ \ | |/
| * Fix a mistake in evbuffer_remove() arguments in example http server codeGyepi Sam2013-01-221-1/+1
* | Fix comment to refer to sample/include.am correctlySebastian Hahn2012-12-231-1/+1
* | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-013-7/+5
|\ \ | |/
| * Compile without warnings on mingw64Nick Mathewson2012-11-013-7/+5
* | Fix some warnings found cross-compiling with mingw32Nick Mathewson2012-11-011-0/+10
* | Rename subordinate Makefile.ams to include.amNick Mathewson2012-08-281-0/+0
* | Switch to non-recursive makefilesNick Mathewson2012-08-281-25/+29
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-05-021-6/+15
|\ \ | |/
| * dns-example.c can now take a resolv.conf file on the commandlineNick Mathewson2012-05-011-6/+15
* | Split long lists in Makefile.am into one-item-per-lineNick Mathewson2012-04-201-1/+7
* | Add a new libevent_global_shutdown() to free all globals before exiting.Mark Ellzey2012-03-221-0/+1
* | event-read-fifo: Use EV_PERSIST appropriatelyNick Mathewson2012-03-191-6/+4
* | Rename event-test.c to event-read-fifo.c.Ross Lagerwall2012-03-192-7/+8
* | On Unix, remove event.fifo left by sample/event-test.c.Ross Lagerwall2012-03-181-7/+24
* | Fix up sample/event-test.c to use newer interfaces and make it actually work.Ross Lagerwall2012-03-151-17/+19