]> granicus.if.org Git - libevent/shortlog
libevent
2009-01-28 Nick MathewsonFix an unlikely degenerate case of evutil_vsnprintf
2009-01-28 Nick MathewsonUse size_t for name length in DNS requests. Not that...
2009-01-27 Nick MathewsonUpdate copyright statements to reflect the facts that:
2009-01-27 Nick MathewsonReplace all use of config.h with event-config.h.
2009-01-27 Nick MathewsonRemove all trailing whitespace in all the source files.
2009-01-27 Niels Provosmake it so that test_persistent_timeout can call loopex...
2009-01-27 Niels Provosfix memory leak whens etting up priorities; reported...
2009-01-27 Nick MathewsonFix some warnings on linux gcc with --enable-gcc-warnings
2009-01-27 Niels Provosuse %zu for off_t
2009-01-27 Niels Provosmake it compile on linux
2009-01-27 Niels Provossendfile/mmap and memory reference implementation for...
2009-01-27 Niels Provossecond argument to evbuffer_pullup should be ssize_t
2009-01-26 Nick MathewsonMore docs and example code in whatsnew
2009-01-26 Nick MathewsonInitial documentation for evdns server functions. ...
2009-01-26 Nick MathewsonAccept evutil_socket_t for evdns_server_ports.
2009-01-26 Nick MathewsonFor every deprecated function, explain why it is deprec...
2009-01-26 Nick MathewsonDocumentation (or more accurate documentation) for...
2009-01-26 Nick MathewsonReformat util.h slightly so that it looks ok with 8...
2009-01-26 Niels Provosfix memleak in evmap_signal_clear; from Alexander Drozdov
2009-01-24 Niels Provosreally install the buffer_compat.h file
2009-01-23 Nick MathewsonAdd a "flags" field to evbuffer callbacks.
2009-01-23 Nick MathewsonRemove in_callbacks check: allow full recursion in...
2009-01-23 Niels Provosalso install the buffer_compat.h header file
2009-01-23 Nick MathewsonMove obsolete evbuffer function into include/event2...
2009-01-23 Nick MathewsonCode to allow multiple callbacks per evbuffer.
2009-01-23 Nick MathewsonStart writing more of whatsnew-xx.txt, which will becom...
2009-01-22 Nick MathewsonRemove evperiodic_assign and its related parts: its...
2009-01-22 Nick MathewsonUse EV_PERSIST on notify event for efficiency and simpl...
2009-01-22 Nick MathewsonUse EV_PERSIST in bufferevents for efficiency and simpl...
2009-01-22 Nick MathewsonFix warnings on compile: make static functions static.
2009-01-22 Niels Provosfix signal processing for non-kqueue backends; when...
2009-01-22 Niels Provosrename sys/signal.h to signal.h; configure m4 macro...
2009-01-22 Niels ProvosChange the semantics of timeouts in conjunction with...
2009-01-21 Nick MathewsonNew functions to provide sane threading callbacks with...
2009-01-21 Niels Provosfix freebsd compile; from Alexander Drozdov
2009-01-19 Niels Provosrename the backend from "event ports" to "evport" ...
2009-01-19 Niels Provosbug fix and potentital race condition from Alexander...
2009-01-19 Nick MathewsonChange evbuffer_read implementation to split data acros...
2009-01-19 Nick MathewsonUse eventfd for main-thread notification where availabl...
2009-01-19 Nick MathewsonChange the semantics of notify so we can implement...
2009-01-19 Nick MathewsonDebug and enable pipe notification
2009-01-19 Niels Provosmake event ports compile again
2009-01-19 Nick MathewsonMake event_break threadsafe; make notify-thread mechani...
2009-01-18 Nick MathewsonFix osx compile
2009-01-17 Niels Provostry to make devpoll work again; i dont have access...
2009-01-16 Niels Provosclean up buffered data on reset; reported by Brian...
2009-01-15 Niels Provosrename time-test in comment to signal-test
2009-01-14 Nick MathewsonNote the one restriction on what you can do with the...
2009-01-14 Nick MathewsonMake some evbuffer functions const
2009-01-14 Nick MathewsonUpdate win32 code to put indices in evmap.
2009-01-14 Nick MathewsonMove per-fd info from eventops into evmap. Not done...
2009-01-14 Nick MathewsonDo not allow chain length to expand indefinitely.
2009-01-14 Nick MathewsonThe element size for our linear evmaps is a pointer...
2009-01-14 Nick MathewsonAdd initializer functions for evmap types.
2009-01-14 Nick MathewsonSimplify evbuffer_write logic: combine nearly all of...
2009-01-13 Nick MathewsonFix compilation on win32 WSASend evbuffer_write() code.
2009-01-13 Nick MathewsonFix win32 compilation. Surprisingly, unit tests pass...
2009-01-13 Nick MathewsonThere is no WSAEAGAIN. There is only Zuul^WSAEWOULDBLOCK.
2009-01-13 Nick MathewsonRename four internal headers to follow the -internal...
2009-01-13 Nick MathewsonUntested (and compiled-out) evbuffer_write backend...
2009-01-13 Nick MathewsonStop linking backends into libevent_extra.la
2009-01-13 Nick MathewsonMove internal headers into noinst_HEADERS automake...
2009-01-13 Nick MathewsonUse new EVUTIL_ERR_*_RETRIABLE macros when we're testin...
2009-01-13 Nick MathewsonNew EVUTIL_ERR_*_RETRIABLE macros to tell if an errno...
2009-01-12 Nick MathewsonAdd a new evbuffer_write_atmost() functino to write...
2009-01-12 Nick MathewsonSmall cleanups to buffer.h documentation.
2009-01-12 Nick MathewsonMove strlcpy.c into libevent-core, so that code built...
2009-01-12 Niels Provosmake it compile with USE_DEBUG again; reported by Alexa...
2009-01-10 Nick MathewsonImprove the hashsocket function.
2009-01-09 Nick MathewsonOn win32, use a hashtable to map sockets to events...
2009-01-09 Nick MathewsonDocument internal evmap functions, add a couple of...
2009-01-02 Nick MathewsonWork better with platforms that do not have ipv6 struct...
2009-01-02 Nick MathewsonChange the type of nameserver.address from u32 to socka...
2009-01-02 Nick MathewsonAdd another function to parse the common address:port...
2009-01-02 Nick MathewsonNew functions in evutil to clone inet_pton and inet_nto...
2009-01-02 Niels Provosmalloc fd only if it is needed.
2009-01-02 Nick MathewsonInclude http_compat.h in http.c so we do not get warnin...
2008-12-25 Niels Provosimplement evdns_cancel_request; test one of the new...
2008-12-25 Niels Provosgenerate documentation for move dns header files
2008-12-25 Niels Provosforgot to re-enable dns tests
2008-12-25 Niels Provoswe cannot realloc memory used by TAILQ; instead malloc...
2008-12-23 Niels Provosremove http_compat include
2008-12-23 Niels Provosreduce void *age a little bit
2008-12-23 Niels Provosremove unused variable
2008-12-23 Niels Provosdeprecate the usage of signal_{add,del,set} and name...
2008-12-23 Niels ProvosRestructure the event backends so that they do not...
2008-12-23 Niels Provosthe switch of bufferevents for http connections did...
2008-12-19 Niels Provosfix memory leaks in the regression tools; add another...
2008-12-19 Niels Provosfix the close detection problem correctly by not runnin...
2008-12-19 Niels ProvosMake the http connection close detection work properly...
2008-12-19 Niels Provosmemory leak: forgot to free paused rpcs in server
2008-12-19 Niels Provosmemory leak: forgot to free the configuration object
2008-12-13 Niels Provosconstify structs; from Andrei Nigmatulin
2008-12-03 Nick MathewsonImplement increased DSN-poisoning resistance via the...
2008-11-29 Niels Provosmove cirular queue removal into its own function
2008-11-28 Niels Provosinstall the header files, too
2008-11-28 Niels Provosmove dns header files into the include directory; move...
2008-11-27 Niels Provosfix a typo in setting the global event base; reported...
2008-11-27 Niels Provosminor compilation and regresson fixes; from Frank Denis
2008-11-27 Niels ProvosClear the timer cache when leaving the event loop;...
next