]> granicus.if.org Git - libevent/shortlog
libevent
2012-02-27 Nick MathewsonRemove fixed port from test-fdleak, so two instances...
2012-02-27 Nick MathewsonRemove an unsafe programming practice from test-fdleak...
2012-02-25 Ross LagerwallTry and fix compilation and running of test-fdleak...
2012-02-25 Ross LagerwallAllow compilation on machines that do not have setrlimit.
2012-02-25 Ross LagerwallSimply test-fdleak by running server & client sockets...
2012-02-23 Ross LagerwallAdd a new test: test-fdleak which tests for fd leaks...
2012-02-22 Nick MathewsonIf accept4 is absent, fall back to accept.
2012-02-22 Nick MathewsonAvoid leaking fd in evutil_socket() by Linux.
2012-02-20 Nick MathewsonRemove the last vestiges of _EVENT_USE_EVENTLIST
2012-02-20 Nick MathewsonMerge branch '21_eventlist_v3_squashed'
2012-02-20 Nick MathewsonAdd doxygen for event_base_dump_events
2012-02-20 Nick MathewsonRefactor the functions that run over every event.
2012-02-17 Nick MathewsonFix an "unused return value" warning on write() in...
2012-02-16 Nick MathewsonStart work on a 2.1 changelog and whats-new
2012-02-16 Nick MathewsonAdd another caveat to the TCP_DEFER_ACCEPT documentation
2012-02-16 Mark EllzeySupport TCP_DEFER_ACCEPT sockopts for listeners
2012-02-16 Nick MathewsonMerge remote-tracking branch 'github/21_fast_syscalls'
2012-02-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-16 Nick MathewsonStop crashing in evdns when nameserver probes give...
2012-02-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-14 Mark EllzeyChanged OPENSSL_LDFLAGS to OPENSSL_LIBADD
2012-02-14 Mark EllzeyAdded OPENSSL_LDFLAGS env variable which is appended...
2012-02-14 Nick MathewsonIf open(O_CLOEXEC) fails, fall back to fcntl(CLOEXEC)
2012-02-13 Nick MathewsonFix up usage of reserved identifiers in ht-internal.h
2012-02-13 Nick MathewsonPort changes from Tor for ht-internal.h
2012-02-13 Nick MathewsonInvert the sense and the name of HT_CACHE_HASH_VALUES
2012-02-13 Nick MathewsonSynchronize with upstream tinytest
2012-02-13 Nick MathewsonMerge in a punctuation fix from upstream tinytest
2012-02-13 Nick MathewsonMove libevent 1.x headers to include/, to put all publi...
2012-02-12 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-12 Nick MathewsonTweak the evutil_open_closeonexec patch to work on...
2012-02-12 Ross LagerwallMake uses of open() close-on-exec safe by introducing...
2012-02-11 Nick MathewsonAdd a bufferevent_getcb() to find a bufferevent's curre...
2012-02-11 Nick MathewsonAlso make win32select.c conditional for IDE users
2012-02-11 Nick MathewsonMerge branch 'ifdef' of git://github.com/rosslagerwall...
2012-02-11 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-11 Nick MathewsonAdd an empty section to the changelog for 2.0.18-stable
2012-02-11 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-11 Nick MathewsonCorrect a name in the credits. oops
2012-02-11 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-11 Nick MathewsonBump version to 2.0.17-stable-dev
2012-02-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-10 Nick MathewsonUpdate the credits in the readme release-2.0.17-stable
2012-02-10 Nick MathewsonFinalize the changelog
2012-02-10 Nick MathewsonFix compilation on osx
2012-02-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-10 Nick MathewsonUpdate copyright notices to 2012
2012-02-10 Nick MathewsonBump version to 2.0.17-stable
2012-02-10 Nick MathewsonPrefer epoll_create1 on Linuxen that have it
2012-02-10 Nick MathewsonSave some syscalls when constructing a socket for a...
2012-02-10 Nick MathewsonSave some syscalls when creating evdns sockets
2012-02-10 Nick MathewsonSave syscalls when constructing listener sockets for...
2012-02-10 Nick MathewsonUse pipes for telling signals to main thread when possible
2012-02-10 Nick MathewsonUse a wrapper function to create the notification pipe...
2012-02-10 Nick MathewsonThe LEV_OPT_CLOSE_ON_EXEC flag now applies to accepted...
2012-02-10 Nick MathewsonMinimize syscalls during socket creation in listener.c
2012-02-10 Nick MathewsonInfrastructure for using faster/fewer syscalls when...
2012-02-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-10 Nick MathewsonIn the kqueue backend, do not report EBADF as an EV_READ
2012-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-09 Nick MathewsonAvoid crash when freeing event_iocp and using event_set...
2012-02-08 Ross LagerwallPut #ifdef around some files to support alternate build...
2012-02-07 Nick MathewsonBring the changelog up to date
2012-02-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-06 Nick MathewsonLoop on filtering SSL reads until we are blocked or...
2012-02-02 Nick MathewsonReplace more C99/C++ comments with oldschool /* */...
2012-02-02 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-02 Greg HewgillUse C-style comments in C source files (for compatibili...
2012-02-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-02-01 Nick Mathewsonevdns: fix a bug in circular-queue implementation
2012-01-31 Sebastian HahnFix a compile warning in event_reinit
2012-01-27 Nick MathewsonRemove the eventqueue list and the ev_next pointers.
2012-01-27 Nick MathewsonMake test-changelist faster
2012-01-27 Nick MathewsonCheck changelist as part of checking representational...
2012-01-27 Nick MathewsonRestore fast-path event_reinit() for slower backends
2012-01-27 Nick MathewsonMake event_reinit() more robust and maintainable
2012-01-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-26 Nick MathewsonBetter workaround for Linux 3.2 edge-triggered epoll bug
2012-01-24 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-24 Nate RDo a memberwise comparison of threading function tables
2012-01-24 Nick MathewsonWhen including an -internal.h header outside the main...
2012-01-24 Nick MathewsonAllow more slop in deferred_cb_skew test; freebsd needs it
2012-01-24 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-24 Nick MathewsonRemove a couple of now-unused variables
2012-01-24 Nick MathewsonMake event_base integrity check work on windows
2012-01-24 Nick MathewsonStart writing a changelog for 2.0.17-stable
2012-01-24 Nick MathewsonUse test_timeval_diff_eq more consistently
2012-01-24 Nick MathewsonMake regression tests run over 3x faster.
2012-01-24 Nick MathewsonNew evhttp function to adjust initial retry timeout
2012-01-24 Nick MathewsonReduce the timeout in the main/fork test.
2012-01-24 Nick MathewsonAdd an (internal) usleep function for use by unit tests
2012-01-24 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-24 Nick MathewsonOops:remove an accidentally committed "sleep(1)" in...
2012-01-24 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-24 Nick MathewsonWorkaround in the unit tests for an apparent epoll...
2012-01-24 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-23 Nick MathewsonFix a fd leak in event_reinit()
2012-01-23 Nick MathewsonFix a list corruption bug when using event_reinit(...
2012-01-23 Nick MathewsonCheck event_base correctness at end of each unit test
2012-01-23 Nick MathewsonFix compilation of windows evutil_check_ifaddrs
next