.gitignore


Log

Author Commit Date CI Message
Azat Khuzhin 0f2de104 2016-03-10T23:51:15 Ignore verify_tests.bat (win32 version)
Azat Khuzhin 8d343029 2015-12-27T16:50:33 Ignore more configure stuff (configure.lineno) Link: https://lists.gnu.org/archive/html/autoconf/2004-01/msg00043.html
Azat Khuzhin 1d34498e 2015-08-18T12:18:31 sample: add HTTP CONNECT tunnelling example using libevent http layer
Mark Ellzey 1dbb55da 2015-06-21T22:05:21 Updated gitignore
Matyas Dolak 6c12bfec 2015-01-27T15:30:52 Added cmake-generated files to ignore list. These are generated by cmake on Windows with MSVC.
Nick Mathewson 571295bd 2014-08-18T10:14:29 Merge remote-tracking branch 'origin/patches-2.0'
Pierre Phaneuf 1a8295a3 2014-08-13T23:17:52 Add a few files created by "make verify" to .gitignore.
Mike Frysinger c83f3333 2014-06-13T14:18:13 ignore config.cache/test-driver files config.cache is generated when you run `./configure -C`. test-driver comes from newer autotools.
Michael Richardson b6593aab 2014-04-13T13:07:16 ignore one more test binary
Trond Norbye e0613212 2014-02-14T09:04:48 Add cmake-related files to .gitignore
Catalin Patulea be46c99b 2013-02-19T12:22:31 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>
Nick Mathewson 7092f3b6 2012-08-28T15:58:18 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.
Nick Mathewson 7afe48aa 2012-03-23T17:56:23 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.
Ross Lagerwall a5b370a2 2012-03-19T19:18:46 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.
Ross Lagerwall 2ef92786 2012-02-23T21:40:02 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.
Nick Mathewson ec670c15 2011-08-17T22:08:06 Merge remote-tracking branch 'origin/patches-2.0' Conflict in buffer.c: the new file-segment logic conflicted with the solaris sendfile fix.
Dave Hart 04656ea8 2011-08-15T14:40:32 Try to fix 'make distcheck' errors when building out-of-tree
Nick Mathewson b07940ce 2011-07-05T14:58:35 Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson d5bd604a 2011-07-05T14:57:08 Add doxygen to .gitignore
Kevin Bowling 0915ca0a 2011-01-02T08:43:45 Include evconfig-private.h in internal files for great good.
Kevin Bowling f6d66bc7 2011-01-02T08:05:33 Fix a comment warning and add evconfig-private.h to .gitignore
Nick Mathewson 026ac5d5 2010-11-26T13:29:56 add http-server to gitignore
Nick Mathewson ac1931ac 2010-10-26T11:07:26 Remove event-config.h from .gitignore; it moved to include/event2
Nick Mathewson 9b5c19ac 2010-08-10T11:46:00 Merge branch 'more_pkgconfig'
Nick Mathewson ebcb1f03 2010-08-10T11:11:25 Add pkgconfig files for libevent_{openssl,pthreads}
Nick Mathewson ec347b92 2010-07-07T16:45:03 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.
Nick Mathewson 7c926916 2010-07-19T15:14:10 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.
Nick Mathewson 9b149116 2010-06-17T10:31:35 Remove some automake-generated files from version control.
Nick Mathewson c21c6631 2010-05-27T01:32:11 Add the libtool-generated /m4/* stuff to .gitignore
Nick Mathewson 0861d170 2010-04-14T14:41:03 Add ctags/etags files to .gitignore
Nick Mathewson 1ba6bed8 2010-02-18T13:50:15 Add the "compile" script to gitignore.
Nick Mathewson e244a2ea 2010-02-03T01:26:07 Add the msvc-generated .lib files to .gitignore.
Nick Mathewson becb9f9c 2010-01-27T01:46:23 Add a new "hello world" sample program
Nick Mathewson f0c0124e 2009-12-23T07:54:13 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.
Nick Mathewson 67995270 2009-12-18T17:04:37 Drop install-sh from our git repo: a mismatched version could break "make dist"
Nick Mathewson ba340714 2009-11-20T12:17:14 Add a .gitignore file. .gitignore plays the same role in Git as the svn:ignore property does in subversion.