|
Revision tags: release-2.2.1-alpha, release-2.1.12-stable |
|
| #
baec84f2 |
| 14-Nov-2019 |
yuangongji <[email protected]> |
cmake: test for find_package()
(cherry picked from commit cd15112b620feadafe8fd3531043870a5c19a4a6)
|
| #
1c047618 |
| 07-Nov-2019 |
yuangongji <[email protected]> |
cmake: improve package config file
(cherry picked from commit dc4be869d5009f38e0ef02ff07dd799f9c2fef2f)
|
| #
7a85300a |
| 23-Aug-2019 |
yuangongji <[email protected]> |
cmake: attach doxygen target into all target
v2: Disable non-html generator for doxygen by default v3: convert cmake option to doxygen config (cherry picked from commit 1d1c19091f13b7e19015698a23f45
cmake: attach doxygen target into all target
v2: Disable non-html generator for doxygen by default v3: convert cmake option to doxygen config (cherry picked from commit 1d1c19091f13b7e19015698a23f454aa85f17ac3)
show more ...
|
|
Revision tags: release-2.1.11-stable |
|
| #
2d65071c |
| 09-Jun-2019 |
yuangongji <[email protected]> |
cmake: add missing autotools targets (doxygen, uninstall, event_rpcgen.py)
Close: #832 (cherry-picked) (cherry picked from commit 7201062f3ef505a77baa6ccaf1cf73812462308a)
|
|
Revision tags: release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta |
|
| #
37423849 |
| 20-Jun-2018 |
Azat Khuzhin <[email protected]> |
Ignore evconfig-private.h for autotools
Fixes: e2874d95af584b3657eb5dc1d2e5404811dce117 ("Adopt ignore rules for cmake + ninja")
(cherry picked from commit 064a598716e69a1ac3937dd1bbc74194d0f3d3cf)
|
| #
3ffa3ca7 |
| 22-Apr-2018 |
Azat Khuzhin <[email protected]> |
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 fi
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.
(cherry picked from commit e2874d95af584b3657eb5dc1d2e5404811dce117)
show more ...
|
|
Revision tags: release-2.1.8-stable, release-2.1.7-rc |
|
| #
9585338f |
| 31-Oct-2016 |
Azat Khuzhin <[email protected]> |
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 envi
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
show more ...
|
| #
8fb08ae9 |
| 30-Oct-2016 |
Azat Khuzhin <[email protected]> |
Ignore temporary configure files
So if you kill configure, git still should ignore them.
|
|
Revision tags: release-2.1.6-beta |
|
| #
8a2c6c77 |
| 08-Aug-2016 |
Azat Khuzhin <[email protected]> |
Ignore `make dist` generated files
|
| #
0aaa4fbe |
| 23-Jun-2016 |
Neeraj Badlani <[email protected]> |
Update gitignore file to ignore cscope gen'ed files
|
| #
ce389933 |
| 20-Apr-2016 |
Azat Khuzhin <[email protected]> |
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 libeven
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")
show more ...
|
| #
0f2de104 |
| 10-Mar-2016 |
Azat Khuzhin <[email protected]> |
Ignore verify_tests.bat (win32 version)
|
| #
8d343029 |
| 27-Dec-2015 |
Azat Khuzhin <[email protected]> |
Ignore more configure stuff (configure.lineno)
Link: https://lists.gnu.org/archive/html/autoconf/2004-01/msg00043.html
|
| #
1d34498e |
| 18-Aug-2015 |
Azat Khuzhin <[email protected]> |
sample: add HTTP CONNECT tunnelling example using libevent http layer
|
| #
1dbb55da |
| 22-Jun-2015 |
Mark Ellzey <[email protected]> |
Updated gitignore
|
| #
6c12bfec |
| 27-Jan-2015 |
Matyas Dolak <[email protected]> |
Added cmake-generated files to ignore list.
These are generated by cmake on Windows with MSVC.
|
|
Revision tags: release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta |
|
| #
1a8295a3 |
| 13-Aug-2014 |
Pierre Phaneuf <[email protected]> |
Add a few files created by "make verify" to .gitignore.
|
| #
c83f3333 |
| 13-Jun-2014 |
Mike Frysinger <[email protected]> |
ignore config.cache/test-driver files
config.cache is generated when you run `./configure -C`.
test-driver comes from newer autotools.
|
| #
b6593aab |
| 13-Apr-2014 |
Michael Richardson <[email protected]> |
ignore one more test binary
|
|
Revision tags: release-2.1.4-alpha |
|
| #
e0613212 |
| 14-Feb-2014 |
Trond Norbye <[email protected]> |
Add cmake-related files to .gitignore
|
|
Revision tags: release-2.1.3-alpha |
|
| #
be46c99b |
| 19-Feb-2013 |
Catalin Patulea <[email protected]> |
Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.
Signed-off-by: Catalin Patulea <[email protected]>
|
|
Revision tags: release-2.1.2-alpha, release-2.0.21-stable |
|
| #
7092f3b6 |
| 28-Aug-2012 |
Nick Mathewson <[email protected]> |
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 mainta
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.
show more ...
|
|
Revision tags: release-2.0.20-stable, release-2.0.19-stable, release-2.1.1-alpha |
|
| #
7afe48aa |
| 23-Mar-2012 |
Nick Mathewson <[email protected]> |
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 ma
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.
show more ...
|
|
Revision tags: release-2.0.18-stable |
|
| #
a5b370a2 |
| 19-Mar-2012 |
Ross Lagerwall <[email protected]> |
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 |
| 23-Feb-2012 |
Ross Lagerwall <[email protected]> |
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 numbe
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.
show more ...
|