31 Commits

Author SHA1 Message Date
Nick Mathewson
571295bdf8 Merge remote-tracking branch 'origin/patches-2.0' 2014-08-18 10:14:29 -04:00
Pierre Phaneuf
1a8295a316 Add a few files created by "make verify" to .gitignore. 2014-08-18 10:13:52 -04:00
Mike Frysinger
c83f3333a3 ignore config.cache/test-driver files
config.cache is generated when you run `./configure -C`.

test-driver comes from newer autotools.
2014-06-13 17:19:24 -04:00
Michael Richardson
b6593aab6b ignore one more test binary 2014-04-13 13:07:16 -04:00
Trond Norbye
e061321207 Add cmake-related files to .gitignore 2014-02-14 09:16:14 +01:00
Catalin Patulea
be46c99b89 Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.
Signed-off-by: Catalin Patulea <catalinp@google.com>
2013-02-27 16:06:56 -08:00
Nick Mathewson
7092f3b677 Switch to non-recursive makefiles
This approach should let Make work better, let libevent build faster
(especially when using a parallelized build), and basically make the
Makefiles easier to maintain.

See http://miller.emu.id.au/pmiller/books/rmch/ for more info on why
you'd want to do this.

This is due to an idea from Zack Weinberg; the patch is my own.
2012-08-28 15:58:18 -04:00
Nick Mathewson
7afe48aab8 Add a unit test for event_base_dump_events()
This function uses a C program to generate its output, and then uses a
Python program to check it for correctness.  On systems without
Python, we just make sure that the C program doesn't crash.

It's likely that we should be requiring some particular python version.
This is an alpha, though: I'm sure somebody will tell us which.
2012-03-23 17:56:23 -04:00
Ross Lagerwall
a5b370a220 Rename event-test.c to event-read-fifo.c.
Treat it as an example of reading from a named pipe, not an initial
teaching tool.
2012-03-19 19:18:46 +02:00
Ross Lagerwall
2ef92786e3 Add a new test: test-fdleak which tests for fd leaks by creating many sockets.
This test opens a server socket, and forks a child which connects to that
server socket many times. It sets a low number for the max open file limit
to catch any file descriptor leaks.
It would not work on Windows since it uses fork() to be able to create both the
server and the clients.
2012-02-23 21:44:30 +02:00
Nick Mathewson
ec670c15a7 Merge remote-tracking branch 'origin/patches-2.0'
Conflict in buffer.c: the new file-segment logic conflicted with the
solaris sendfile fix.
2011-08-17 22:08:06 -04:00
Dave Hart
04656ea85a Try to fix 'make distcheck' errors when building out-of-tree 2011-08-17 22:04:38 -04:00
Nick Mathewson
b07940ced7 Merge remote-tracking branch 'origin/patches-2.0' 2011-07-05 14:58:35 -04:00
Nick Mathewson
d5bd604a8b Add doxygen to .gitignore 2011-07-05 14:57:08 -04:00
Kevin Bowling
0915ca0aa6 Include evconfig-private.h in internal files for great good. 2011-01-02 08:43:45 -07:00
Kevin Bowling
f6d66bc716 Fix a comment warning and add evconfig-private.h to .gitignore 2011-01-02 08:05:33 -07:00
Nick Mathewson
026ac5d5ad add http-server to gitignore 2010-11-26 13:29:56 -05:00
Nick Mathewson
ac1931ac3d Remove event-config.h from .gitignore; it moved to include/event2 2010-10-26 11:07:26 -04:00
Nick Mathewson
9b5c19ac87 Merge branch 'more_pkgconfig' 2010-08-10 11:46:00 -04:00
Nick Mathewson
ebcb1f0387 Add pkgconfig files for libevent_{openssl,pthreads} 2010-08-10 11:11:25 -04:00
Nick Mathewson
ec347b9225 Move event-config.h to include/event2
This change means that all required include files are in event2, and
all files not in event2/* are optional.
2010-08-06 20:21:27 -04:00
Nick Mathewson
7c926916b2 Make test/test.sh call test-changelist
Eventually test-changelist should expand to try more cases, maybe
query the status of the actual changelist somehow, and integrate it
with the rest of the unit tests.

Also, add test-changelist to gitignore.
2010-07-19 15:16:29 +02:00
Nick Mathewson
9b14911654 Remove some automake-generated files from version control. 2010-06-17 10:32:56 -04:00
Nick Mathewson
c21c663161 Add the libtool-generated /m4/* stuff to .gitignore 2010-05-27 01:32:11 -04:00
Nick Mathewson
0861d1708b Add ctags/etags files to .gitignore 2010-04-14 14:41:03 -04:00
Nick Mathewson
1ba6bed89a Add the "compile" script to gitignore. 2010-02-18 13:50:15 -05:00
Nick Mathewson
e244a2ea74 Add the msvc-generated .lib files to .gitignore. 2010-02-03 01:26:59 -05:00
Nick Mathewson
becb9f9cd3 Add a new "hello world" sample program 2010-01-27 01:46:23 -05:00
Nick Mathewson
f0c0124e60 Testing code for bufferevent rate-limiting.
This is not part of the regression tests, since running it necessarily
takes a while.  There is a new test-ratelim test; run it with '-h'
for an argument to see its options.
2009-12-28 16:58:22 -05:00
Nick Mathewson
67995270ff Drop install-sh from our git repo: a mismatched version could break "make dist" 2009-12-18 17:04:37 -05:00
Nick Mathewson
ba3407142b Add a .gitignore file.
.gitignore plays the same role in Git as the svn:ignore property does in
subversion.
2009-11-20 12:17:14 -05:00