Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. |