| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Rename event-test.c to event-read-fifo.c. | Ross Lagerwall | 2012-03-19 | 2 | -7/+8 |
* | | On Unix, remove event.fifo left by sample/event-test.c. | Ross Lagerwall | 2012-03-18 | 1 | -7/+24 |
* | | Fix up sample/event-test.c to use newer interfaces and make it actually work. | Ross Lagerwall | 2012-03-15 | 1 | -17/+19 |
* | | Update sample/signal-test.c to use the new event_self_cbarg(). | Ross Lagerwall | 2012-03-12 | 1 | -6/+5 |
* | | Convert event-config.h macros to avoid reserved identifiers | Nick Mathewson | 2012-02-29 | 4 | -5/+5 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2012-02-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD | Mark Ellzey | 2012-02-14 | 1 | -1/+1 |
| * | Added OPENSSL_LDFLAGS env variable which is appended to SSL checks. | Mark Ellzey | 2012-02-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2012-02-10 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Update copyright notices to 2012 | Nick Mathewson | 2012-02-10 | 1 | -0/+6 |
* | | When including an -internal.h header outside the main tree, do so early | Nick Mathewson | 2012-01-24 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2012-01-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Suppress a gcc warning from ignoring fwrite return in http-sample.c | Nick Mathewson | 2012-01-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-11-14 | 1 | -2/+14 |
|\ \
| |/ |
|
| * | Improve win32 behavior of dns-sample.c codex | Gisle Vanem | 2011-11-09 | 1 | -2/+14 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-09-25 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Use _SOURCES, not _sources, in sample/Makefile.am | Nick Mathewson | 2011-09-25 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-09-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | le-proxy and regress depend on openssl directly | Sergey Avseyev | 2011-09-16 | 1 | -1/+1 |
* | | Use pkg-config (if available) to handle OpenSSL. | Harlan Stenn | 2011-08-28 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-08-28 | 2 | -1/+8 |
|\ \
| |/ |
|
| * | Clean up some problems identified by Coverity. | Harlan Stenn | 2011-08-28 | 2 | -1/+8 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-07-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS | Nick Mathewson | 2011-07-15 | 1 | -1/+1 |
* | | Use "_WIN32", not WIN32: it's standard and we don't need to fake it | Nick Mathewson | 2011-05-25 | 7 | -24/+24 |
|/ |
|
* | MSVC does not provide S_ISDIR, so provide it manually. | Peter Rosin | 2011-05-25 | 1 | -0/+3 |
* | Libtool brings in the dependencies of libevent_openssl.la automatically | Peter Rosin | 2011-05-04 | 1 | -1/+1 |
* | libssl depends on libcrypto, not the other way around. | Peter Rosin | 2011-05-04 | 1 | -1/+1 |
* | Remote some dead code from dns-example.c | Sebastian Hahn | 2011-04-23 | 1 | -3/+0 |
* | Be nice and "handle" error return values in sample code | Sebastian Hahn | 2011-04-23 | 1 | -0/+2 |
* | Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart. | Nick Mathewson | 2011-04-14 | 1 | -4/+5 |
* | Use $(), not @@, for LIBEVENT_GC_SECTIONS | Nick Mathewson | 2011-02-22 | 1 | -1/+1 |
* | Use the gcc -ffunction-segments feature to allow gc when linking with static ... | Dave Hart | 2011-02-22 | 1 | -1/+1 |
* | FIX: comment internal headers used in sample code. | Nick Mathewson | 2011-02-22 | 2 | -0/+2 |
* | NM: Fix sample/http-server ipv6 fixes | Nick Mathewson | 2011-02-22 | 1 | -3/+1 |
* | Include util-internal.h as needed to build on platforms with no sockaddr_storage | Harlan Stenn | 2011-02-22 | 2 | -0/+6 |
* | Include arpa/inet.h as needed on HPUX | Harlan Stenn | 2011-02-22 | 2 | -0/+6 |
* | Remove end-of-line whitespace | Nick Mathewson | 2010-12-09 | 1 | -1/+1 |
* | Fix win32 build of http-server.c with unicode enabled | Nick Mathewson | 2010-11-30 | 1 | -1/+1 |
* | make http-server example code build on win32 | Nick Mathewson | 2010-11-29 | 1 | -1/+47 |
* | Fix http-server.c compilation on freebsd | Nick Mathewson | 2010-11-29 | 1 | -0/+4 |
* | Fix a misplaced ) in http_server.c | Nick Mathewson | 2010-11-26 | 1 | -1/+1 |
* | Add a basic example of how to write a static HTTP server. | Nick Mathewson | 2010-11-26 | 2 | -1/+344 |
* | Fix some irix compilation warnings spotted by Kevin Bowling | Nick Mathewson | 2010-11-22 | 1 | -0/+3 |
* | Move event-config.h to include/event2 | Nick Mathewson | 2010-08-06 | 5 | -5/+5 |
* | Fixed compilation of sample/le-proxy.c on win32 | Trond Norbye | 2010-08-01 | 1 | -0/+5 |
* | Make sample/hello_world work on windows | Nick Mathewson | 2010-07-05 | 1 | -1/+4 |
* | more whitespace normalization | Nick Mathewson | 2010-03-05 | 1 | -8/+8 |
* | Replace users of "int fd" with "evutil_socket_t fd" in portable code | Nick Mathewson | 2010-03-05 | 2 | -2/+2 |
* | Clean up formatting: function/keyword spacing consistency. | Nick Mathewson | 2010-02-19 | 3 | -5/+5 |