summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix warnings about AC_LANG_PROGRAM usageconfigureSebastian Hahn2011-02-03
* Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-02-01
|\
| * Fix test.sh output on solarisDave Hart2011-02-01
| * Do not check for gethostbyname_r versions if we have getaddrinfoNick Mathewson2011-01-31
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-31
|\ \ | |/
| * Add compile-time check for AF_UNSPEC==PF_UNSPECNick Mathewson2011-01-31
| * Fix http unit test on non-windows platforms without getaddrinfoNick Mathewson2011-01-31
| * Build on systems without AI_PASSIVENick Mathewson2011-01-31
| * Try to build correctly on platforms with no IPv6 supportNick Mathewson2011-01-24
| * Build correctly on platforms without sockaddr_storageNick Mathewson2011-01-24
| * Fall back to sscanf if we have no other way to implement strtollNick Mathewson2011-01-24
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-24
|\ \ | |/
| * Make --enable-gcc-warnings a no-op if not using gccNick Mathewson2011-01-24
* | Allow use of --enable-silent-rules for quieter compilation with automake 1.11Dave Hart2011-01-24
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-12
|\ \ | |/
| * Correctly free selectop fields when select_resize fails in select_initNick Mathewson2011-01-12
| * Handle resize failures in the select backend better.Nick Mathewson2011-01-07
| * Use event_err() only if the failure is truly unrecoverable.Jardel Weyrich2011-01-07
| * Detect and handle more allocation failures.Jardel Weyrich2011-01-07
* | Merge remote branch 'kev009/21_ac_use_system_extensions'Nick Mathewson2011-01-07
|\ \
| * | Add evconfig-private to remaining filesKevin Bowling2011-01-07
| * | Shell hack for weird mkdir -p commandsKevin Bowling2011-01-07
| * | Remove use and reference to event-private.hKevin Bowling2011-01-07
| * | Prefer the ./configure evconfig-private.h in MinGW, just in case.Kevin Bowling2011-01-03
| * | Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)Kevin Bowling2011-01-03
| * | Add an evconfig-private.h stub for Win32.Kevin Bowling2011-01-02
| * | Add an include guardKevin Bowling2011-01-02
| * | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-02
| * | Fix a comment warning and add evconfig-private.h to .gitignoreKevin Bowling2011-01-02
| * | Remove event-private.h and switch to evconfig-private.hKevin Bowling2011-01-02
| * | Use a Configuration Header Template for evconfig-private.hKevin Bowling2011-01-02
| * | Revert "evconfig-private.h with recusive configure subdirs"Kevin Bowling2011-01-02
| * | evconfig-private.h with recusive configure subdirsKevin Bowling2011-01-02
| * | Add AC_GNU_SOURCE to the fallback case.Kevin Bowling2011-01-02
| * | Eliminate a couple more manual internal _GNU_SOURCE definesKevin Bowling2010-12-22
| * | Remove internal usage of _GNU_SOURCEKevin Bowling2010-12-22
| * | Add event-private.h to noinst_HEADERSKevin Bowling2010-12-22
| * | Filter '# define' statements from autoconf and generate event-private.hKevin Bowling2010-12-22
| * | Add AC_USE_SYSTEM_EXTENSIONS to configure.in.Kevin Bowling2010-12-22
* | | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-06
|\ \ \ | | |/ | |/|
| * | Check for POLLERR, POLLHUP and POLLNVAL for Solaris event portsTrond Norbye2011-01-06
* | | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-02
|\ \ \ | |/ /
| * | Fix compilation on Windows with NDEBUGNick Mathewson2011-01-02
* | | Merge branch 'file_offset_v2'Nick Mathewson2010-12-20
|\ \ \ | |_|/ |/| |
| * | Refactor addfile tests; add test for big files and for offsetsNick Mathewson2010-12-20
| * | Add CreateFileMapping file_segment implementation for win32Nick Mathewson2010-12-20
| * | Add support for mmaps with nonzero offset values. Needs testing.Nick Mathewson2010-12-20
| * | Add evbuffer_add_file_segment() so one fd can be used efficiently in more tha...Nick Mathewson2010-12-20
|/ /
* | Merge branch 'epoll_table_v2'Nick Mathewson2010-12-16
|\ \
| * | Reindent epoll_apply_one_change()Nick Mathewson2010-12-16