|
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.
|
|
04656ea8
|
2011-08-15T14:40:32
|
|
Try to fix 'make distcheck' errors when building out-of-tree
|
|
b07940ce
|
2011-07-05T14:58:35
|
|
Merge remote-tracking branch 'origin/patches-2.0'
|
|
d5bd604a
|
2011-07-05T14:57:08
|
|
Add doxygen to .gitignore
|
|
0915ca0a
|
2011-01-02T08:43:45
|
|
Include evconfig-private.h in internal files for great good.
|
|
f6d66bc7
|
2011-01-02T08:05:33
|
|
Fix a comment warning and add evconfig-private.h to .gitignore
|
|
026ac5d5
|
2010-11-26T13:29:56
|
|
add http-server to gitignore
|
|
ac1931ac
|
2010-10-26T11:07:26
|
|
Remove event-config.h from .gitignore; it moved to include/event2
|
|
9b5c19ac
|
2010-08-10T11:46:00
|
|
Merge branch 'more_pkgconfig'
|
|
ebcb1f03
|
2010-08-10T11:11:25
|
|
Add pkgconfig files for libevent_{openssl,pthreads}
|
|
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.
|
|
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.
|
|
9b149116
|
2010-06-17T10:31:35
|
|
Remove some automake-generated files from version control.
|
|
c21c6631
|
2010-05-27T01:32:11
|
|
Add the libtool-generated /m4/* stuff to .gitignore
|
|
0861d170
|
2010-04-14T14:41:03
|
|
Add ctags/etags files to .gitignore
|
|
1ba6bed8
|
2010-02-18T13:50:15
|
|
Add the "compile" script to gitignore.
|
|
e244a2ea
|
2010-02-03T01:26:07
|
|
Add the msvc-generated .lib files to .gitignore.
|
|
becb9f9c
|
2010-01-27T01:46:23
|
|
Add a new "hello world" sample program
|
|
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.
|
|
67995270
|
2009-12-18T17:04:37
|
|
Drop install-sh from our git repo: a mismatched version could break "make dist"
|
|
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.
|