summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Update sample/signal-test.c to use the new event_self_cbarg().Ross Lagerwall2012-03-121-6/+5
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-294-5/+5
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-141-1/+1
|\ \ | |/
| * Changed OPENSSL_LDFLAGS to OPENSSL_LIBADDMark Ellzey2012-02-141-1/+1
| * Added OPENSSL_LDFLAGS env variable which is appended to SSL checks.Mark Ellzey2012-02-141-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-0/+6
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-0/+6
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-3/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-161-1/+1
|\ \ | |/
| * Suppress a gcc warning from ignoring fwrite return in http-sample.cNick Mathewson2012-01-161-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-141-2/+14
|\ \ | |/
| * Improve win32 behavior of dns-sample.c codexGisle Vanem2011-11-091-2/+14
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-09-251-7/+7
|\ \ | |/
| * Use _SOURCES, not _sources, in sample/Makefile.amNick Mathewson2011-09-251-7/+7
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-09-161-1/+1
|\ \ | |/
| * le-proxy and regress depend on openssl directlySergey Avseyev2011-09-161-1/+1
* | Use pkg-config (if available) to handle OpenSSL.Harlan Stenn2011-08-281-0/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-282-1/+8
|\ \ | |/
| * Clean up some problems identified by Coverity.Harlan Stenn2011-08-282-1/+8
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-151-1/+1
|\ \ | |/
| * Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGSNick Mathewson2011-07-151-1/+1
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-257-24/+24
|/
* MSVC does not provide S_ISDIR, so provide it manually.Peter Rosin2011-05-251-0/+3
* Libtool brings in the dependencies of libevent_openssl.la automaticallyPeter Rosin2011-05-041-1/+1
* libssl depends on libcrypto, not the other way around.Peter Rosin2011-05-041-1/+1
* Remote some dead code from dns-example.cSebastian Hahn2011-04-231-3/+0
* Be nice and "handle" error return values in sample codeSebastian Hahn2011-04-231-0/+2
* Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.Nick Mathewson2011-04-141-4/+5
* Use $(), not @@, for LIBEVENT_GC_SECTIONSNick Mathewson2011-02-221-1/+1
* Use the gcc -ffunction-segments feature to allow gc when linking with static ...Dave Hart2011-02-221-1/+1
* FIX: comment internal headers used in sample code.Nick Mathewson2011-02-222-0/+2
* NM: Fix sample/http-server ipv6 fixesNick Mathewson2011-02-221-3/+1
* Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-222-0/+6
* Include arpa/inet.h as needed on HPUXHarlan Stenn2011-02-222-0/+6
* Remove end-of-line whitespaceNick Mathewson2010-12-091-1/+1
* Fix win32 build of http-server.c with unicode enabledNick Mathewson2010-11-301-1/+1
* make http-server example code build on win32Nick Mathewson2010-11-291-1/+47
* Fix http-server.c compilation on freebsdNick Mathewson2010-11-291-0/+4
* Fix a misplaced ) in http_server.cNick Mathewson2010-11-261-1/+1
* Add a basic example of how to write a static HTTP server.Nick Mathewson2010-11-262-1/+344
* Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-0/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-065-5/+5
* Fixed compilation of sample/le-proxy.c on win32Trond Norbye2010-08-011-0/+5
* Make sample/hello_world work on windowsNick Mathewson2010-07-051-1/+4
* more whitespace normalizationNick Mathewson2010-03-051-8/+8
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-052-2/+2
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-193-5/+5