Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b5ab9555 | 2011-02-25 10:35:12 | Make --no-libevent-install apply to headers too | ||
| ca9048f1 | 2010-09-02 11:36:44 | Move evkeyvalq into a separate header for evhttp_parse_query users The evhttp_parse_query API is a bit misdesigned; all the other evkeyvalq stuff is abstract and lets you get away with having a header stub, but evhttp_parse_query seems to require that you instantiate an empty evkeyvalq of your own. | ||
| a4af9be1 | 2010-08-13 11:41:37 | Make include/event2/event-config.h not included in source dist As a generated file, it shouldn't get included in our source distribution. Apparently there is an automake incant for this: nobase_ even stacks with nodist_ . | ||
| 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. | ||
| 709c21c4 | 2009-07-28 04:03:57 | Bufferevent support for openssl. This code adds a new Bufferevent type that is only compiled when the openssl library is present. It supports using an SSL object and an event alert mechanism, which can either be an fd or an underlying bufferevent. There is still more work to do: the unit tests are incomplete, and we need to support flush and shutdown much better. Sometimes events are generated needlessly: this will hose performance. There's a new encrypting proxy in sample/le-proxy.c. This code has only been tested on OSX, and nowhere else. svn:r1382 | ||
| e8400a43 | 2009-07-20 14:55:35 | Rename encode_int(64) to avoid polluting the global namespace. They're now called evtag_encode_int(64). The old names are available as macros in event2/tag_compat.h. Also, add unit tests for encode/decode_int64. svn:r1365 | ||
| 6b21fe2b | 2009-05-05 03:01:24 | oops; do not forget to distribute listener.h svn:r1273 | ||
| a146af1d | 2009-04-25 00:15:55 | move more code directly into evrpc.c; provide backwards compatible vararg macros svn:r1244 | ||
| bbf79707 | 2009-04-25 00:14:58 | refactor evrpc.h header filer svn:r1241 | ||
| ea4b8724 | 2009-02-02 19:22:13 | checkpoint work on big bufferevent refactoring svn:r1095 | ||
| 765ff1b9 | 2009-01-24 17:38:27 | really install the buffer_compat.h file svn:r1048 | ||
| b1495865 | 2009-01-23 02:04:41 | also install the buffer_compat.h header file svn:r1044 | ||
| cdf9453a | 2008-11-28 20:55:11 | install the header files, too svn:r956 | ||
| de1c4392 | 2008-05-08 06:15:04 | migrate evhttp to event2; accessors are still missing svn:r790 | ||
| 0ac73078 | 2008-04-16 20:01:51 | r15193@tombo: nickm | 2008-04-16 16:00:35 -0400 Split event.h into several new headers in include/event2. event.h is now just a wrapper that includes all the subheaders. svn:r711 | ||
| 558de9b3 | 2008-03-02 21:18:33 | Provide OpenSSL style support for multiple threads accessing the same event_base svn:r684 | ||
| 5c70ea4c | 2008-02-28 02:47:43 | improved code for evbuffer; avoids memcpy svn:r674 |