]> granicus.if.org Git - libevent/shortlog
libevent
2012-03-06 Ross Lagerwallevent_rpcgen.py now prints status information to stdout...
2012-03-01 Nick MathewsonAdd netinet/in.h include to fix test-fdleak on openbsd
2012-02-29 Nick MathewsonRestore accidentally disabled nanosleep implementation...
2012-02-29 Nick MathewsonFix doxygen to use new macro conventions
2012-02-29 Nick MathewsonClean up lingering _identifiers.
2012-02-29 Nick MathewsonApply the naming convention to our EVUTIL_IS* functions
2012-02-29 Nick MathewsonHave all visible internal function names end with an...
2012-02-29 Nick MathewsonFix some problems introduced by automated identifier...
2012-02-29 Nick MathewsonMake event_rpcgen.py output conform to indentifier...
2012-02-29 Nick MathewsonFix all identifiers with names beginning with underscore.
2012-02-29 Nick MathewsonMake the generated event-config.h use correct include...
2012-02-29 Nick MathewsonStop referring to an obsolete include guard in bench_http.h
2012-02-29 Nick MathewsonMake event_rpcgen.py output conform to indentifier...
2012-02-29 Nick MathewsonConvert include-guard macro convention to avoid reserve...
2012-02-29 Nick MathewsonGenerate event-config.h using the correct macros.
2012-02-29 Nick MathewsonConvert event-config.h macros to avoid reserved identifiers
2012-02-29 Nick MathewsonMake event-config.h depend on Makefile.am
2012-02-28 Nick MathewsonCheck for NULL return on win32 mm_calloc, and set ENOMEM.
2012-02-28 Nick MathewsonDo not use system EAI/AI values if we are not using...
2012-02-28 Nick MathewsonReplace sole internal user of socklen_t with ev_socklen_t
2012-02-28 Nick MathewsonFix evmap to work with HT-backed IO maps again.
2012-02-28 Nick Mathewsonevutil_accept4() should take ev_socklen_t
2012-02-27 Nick Mathewsontest-fdleak: Avoid perror, since it does not capture...
2012-02-27 Nick Mathewsonremove debugging prints
2012-02-27 Nick Mathewsontest-fdleak: Call event callbacks event_cb.
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
next