kc3-lang/libevent/.gitignore

Branch :


Log

Author Commit Date CI Message
04563d59 2019-04-13 13:22:55 Ignore build files for autotools build in subfolder too
2f184f8b 2019-03-26 13:33:57 evwatch: Add "prepare" and "check" watchers. Adds two new callbacks: "prepare" watchers, which fire immediately before we poll for I/O, and "check" watchers, which fire immediately after we finish polling and before we process events. This allows other event loops to be embedded into libevent's, and enables certain performance monitoring. Closes: #710
064a5987 2018-06-21 02:37:24 Ignore evconfig-private.h for autotools Fixes: e2874d95af584b3657eb5dc1d2e5404811dce117 ("Adopt ignore rules for cmake + ninja")
e2874d95 2018-04-23 00:26:08 Adopt ignore rules for cmake + ninja In case we have build directory differs from source directory there will be bunch of files we should ignore, so just remove leading "/" for some or rules. And fix others.
9585338f 2016-10-31 19:33:28 Testing with vagrant for 6 OS and cmake+autoconf OS: - linux - freebsd - osx - netbsd - solaris - win And mostly they all are more or less fine, except for timing issues Also it supports next environment variables: - NO_PKG - NO_CMAKE - NO_AUTOTOOLS For instance if you run ubuntu box seocnd time, then you can run with: $ NO_PKG=true vagrant provision ubuntu
8fb08ae9 2016-10-31 01:56:37 Ignore temporary configure files So if you kill configure, git still should ignore them.
8a2c6c77 2016-08-08 18:15:41 Ignore `make dist` generated files
0aaa4fbe 2016-06-22 21:15:53 Update gitignore file to ignore cscope gen'ed files
ce389933 2016-04-21 02:16:21 Ignore all pkgconfig generated stuff In the referenced commit new *.pc added, and I think it is better to ignore them all. Refs: b8d7c6211a965c19c7c5de414135ff13b5fa2476 ("libevent_core and libevent_extra also deserve a pkgconfig file")
0f2de104 2016-03-10 23:51:15 Ignore verify_tests.bat (win32 version)
8d343029 2015-12-27 16:50:33 Ignore more configure stuff (configure.lineno) Link: https://lists.gnu.org/archive/html/autoconf/2004-01/msg00043.html
1d34498e 2015-08-18 12:18:31 sample: add HTTP CONNECT tunnelling example using libevent http layer
1dbb55da 2015-06-21 22:05:21 Updated gitignore
6c12bfec 2015-01-27 15:30:52 Added cmake-generated files to ignore list. These are generated by cmake on Windows with MSVC.
571295bd 2014-08-18 10:14:29 Merge remote-tracking branch 'origin/patches-2.0'
1a8295a3 2014-08-13 23:17:52 Add a few files created by "make verify" to .gitignore.
c83f3333 2014-06-13 14:18:13 ignore config.cache/test-driver files config.cache is generated when you run `./configure -C`. test-driver comes from newer autotools.
b6593aab 2014-04-13 13:07:16 ignore one more test binary
e0613212 2014-02-14 09:04:48 Add cmake-related files to .gitignore
be46c99b 2013-02-19 12: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>
7092f3b6 2012-08-28 15: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.
7afe48aa 2012-03-23 17: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.
a5b370a2 2012-03-19 19: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.
2ef92786 2012-02-23 21: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.
ec670c15 2011-08-17 22: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.
04656ea8 2011-08-15 14:40:32 Try to fix 'make distcheck' errors when building out-of-tree
b07940ce 2011-07-05 14:58:35 Merge remote-tracking branch 'origin/patches-2.0'
d5bd604a 2011-07-05 14:57:08 Add doxygen to .gitignore
0915ca0a 2011-01-02 08:43:45 Include evconfig-private.h in internal files for great good.
f6d66bc7 2011-01-02 08:05:33 Fix a comment warning and add evconfig-private.h to .gitignore
026ac5d5 2010-11-26 13:29:56 add http-server to gitignore
ac1931ac 2010-10-26 11:07:26 Remove event-config.h from .gitignore; it moved to include/event2
9b5c19ac 2010-08-10 11:46:00 Merge branch 'more_pkgconfig'
ebcb1f03 2010-08-10 11:11:25 Add pkgconfig files for libevent_{openssl,pthreads}
ec347b92 2010-07-07 16: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.
7c926916 2010-07-19 15: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.
9b149116 2010-06-17 10:31:35 Remove some automake-generated files from version control.
c21c6631 2010-05-27 01:32:11 Add the libtool-generated /m4/* stuff to .gitignore
0861d170 2010-04-14 14:41:03 Add ctags/etags files to .gitignore
1ba6bed8 2010-02-18 13:50:15 Add the "compile" script to gitignore.
e244a2ea 2010-02-03 01:26:07 Add the msvc-generated .lib files to .gitignore.
becb9f9c 2010-01-27 01:46:23 Add a new "hello world" sample program
f0c0124e 2009-12-23 07: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.
67995270 2009-12-18 17:04:37 Drop install-sh from our git repo: a mismatched version could break "make dist"
ba340714 2009-11-20 12:17:14 Add a .gitignore file. .gitignore plays the same role in Git as the svn:ignore property does in subversion.