summaryrefslogtreecommitdiff
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-7/+7
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-181-1/+1
* Add some headers to fix freebsd compilationNick Mathewson2010-02-181-0/+4
* Make Libevent 1.4.12 build on win32 with Unicode enabled.Brodie Thiesfield2010-02-031-1/+1
* Update time-test.c to use event2Nick Mathewson2010-01-271-18/+41
* Clarify status of example programsNick Mathewson2010-01-273-0/+17
* Add a new "hello world" sample programNick Mathewson2010-01-272-1/+133
* Update sample/signal-test.c to use newer APIs and not leak.Evan Jones2009-12-081-3/+5
* OpenBSD demands that sys/types.h be included before sys/socket.hNick Mathewson2009-11-171-0/+2
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-2/+46
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-063-9/+3
* Actually add the new dns-example.c code. :pNick Mathewson2009-11-051-0/+169
* Move the evdns sample code into the sample directory and fix it not to use an...Nick Mathewson2009-11-051-1/+2