]> granicus.if.org Git - libevent/shortlog
libevent
2009-04-10 Niels Provosinitial version of query decoding patch
2009-04-08 Nick Mathewsonadd a missing "static" to timeout_process.
2009-04-08 Nick MathewsonPrevent unsupported modifications to bufferevent_sock...
2009-04-08 Nick MathewsonAdd freeze support to evbuffers.
2009-04-08 Nick MathewsonAdd a new facility to "pin" the memory in an evbuffer...
2009-04-07 Nick MathewsonRefactor the zlib and pthreads tests to appear in the...
2009-04-06 Nick MathewsonAvoid a double event_del() in evdns.c.
2009-04-06 Nick MathewsonFix evdns_cancel to alert callback and free associated...
2009-04-05 Nick MathewsonFix a double-delete on the request timeout event. ...
2009-04-05 Nick MathewsonFinally, get unit tests to pass with threading turned...
2009-04-05 Nick MathewsonMunge the read_suspended flag before re-enabling reads...
2009-04-05 Nick MathewsonActually, move EVUTIL_NIL_STMT to util-internal.h
2009-04-05 Nick MathewsonAdd locking to evbuffers.
2009-04-05 Nick MathewsonFix build with thread support disabled, and make no...
2009-04-05 Nick MathewsonAdd some more utility macros to evthread-internal.h
2009-04-03 Nick MathewsonMake the new evbuffer callbacks use a new struct-based...
2009-04-03 Nick MathewsonAdd a new improved search function.
2009-04-01 Nick MathewsonGlibc mkstemp requires exactly 6 Xs.
2009-03-30 Niels Provoscorrect evbuffer_drain documentation from John Khvatov
2009-03-12 Niels Provosinclude Doxyfile in tar ball; from Jeff Garzik
2009-02-13 Nick MathewsonMake tmpfile code compile without warnings
2009-02-13 Niels Provosa simple test for evbuffer_add_file
2009-02-12 Nick MathewsonMake threading functions global, like the mm_ functions...
2009-02-11 Nick MathewsonFix some of the crazier indentation and tabbing choices...
2009-02-11 Nick MathewsonNew bind-to option to allow DNS clients to bind to...
2009-02-11 Nick MathewsonMake evutil_parse_sockaddr_port give a useful socket...
2009-02-11 Nick MathewsonBetter comments for some confusing-to-me code.
2009-02-11 Nick MathewsonPort some evdns changes over from Tor.
2009-02-11 Nick Mathewsonoops; coding too quickly on nil-filter patch. Caught...
2009-02-10 Nick MathewsonDo not use ctypes functions in cases when we need the...
2009-02-10 Nick MathewsonStop rolling our own offsetof twice.
2009-02-10 Nick MathewsonMake a couple of newer evdns functions more bulletproof.
2009-02-10 Nick MathewsonStop using platform inet_aton/inet_addr; they can behav...
2009-02-10 Nick MathewsonExplode less badly in the case where we're told to...
2009-02-10 Nick MathewsonMake default (nil) filter use evbuffer_remove_buffer...
2009-02-10 Nick MathewsonTest some formerly untested prepend cases of evbuffer...
2009-02-10 Nick MathewsonMore unit tests for evbuffer_add_reference to make...
2009-02-10 Nick MathewsonA few more comments on evbuffer-internal structures.
2009-02-10 Nick MathewsonAdd an assertion to evbuffer_chain_align so we can...
2009-02-10 Nick MathewsonRemove some needless includes
2009-02-10 Nick Mathewsonuse new evutil_make_listen_socket_reuseable() in http.c
2009-02-10 Nick MathewsonNew function to abstract SO_REUSEADDR.
2009-02-03 Nick MathewsonMove bufferevent tests to regress_bufferevent.c file.
2009-02-03 Nick MathewsonEnable (and debug) WSARecv for evbuffer iovec-like...
2009-02-02 Nick MathewsonCompile http_connection_retry_test, but mark it skipped...
2009-02-02 Nick MathewsonSome mingws have AF_UNIX, which may have prevented...
2009-02-02 Nick Mathewsonconvert new bufferevent_*.c files to event-config.h...
2009-02-02 Nick Mathewsonforward-port: Make evdns_resolve_reverse args const.
2009-02-02 Nick Mathewsoncheckpoint work on big bufferevent refactoring
2009-02-01 Nick MathewsonAllocate callback entries with contents 0d out.
2009-02-01 Nick MathewsonEnable the edge-triggered test again
2009-02-01 Nick MathewsonSupport temporarily suspending an evbuffer callback...
2009-02-01 Nick MathewsonUnit tests for evbuffer callback manipulation
2009-02-01 Nick MathewsonFix a typo in buffer.h
2009-02-01 Nick MathewsonChange evbuffer callbacks to use tinytest natively...
2009-02-01 Nick MathewsonMove evbuffer tests into their own file.
2009-01-31 Nick Mathewsonslightly more coverage for evutil.
2009-01-31 Nick MathewsonConvert evtag test.
2009-01-31 Nick MathewsonMove rpc_test to regress_rpc.
2009-01-31 Nick MathewsonConvert RPC suite. There are still some places it...
2009-01-31 Nick MathewsonAdd missing initializers
2009-01-31 Nick MathewsonPort DNS tests.
2009-01-31 Nick MathewsonTinytest update: mostly just to allow test skipping.
2009-01-31 Nick MathewsonBuild with the -fno-strict-aliasing flag on GCC.
2009-01-31 Nick MathewsonDo not attempt to pass a va_args to regular snprintf...
2009-01-31 Nick MathewsonRename a couple of http tests so they all end with...
2009-01-30 Nick MathewsonPort the HTTP unit tests. Most are still legacy (since...
2009-01-30 Nick MathewsonMove util tests to regress_util.c
2009-01-30 Nick MathewsonConvert test_evutil_strtoll to new framework.
2009-01-29 Nick MathewsonRefactor unit tests using my spiffy new "tinytest"...
2009-01-29 Nick MathewsonMake ht-internal.h get distributed.
2009-01-29 Nick Mathewsonfix signed/unsigned warning in unit tests. can we...
2009-01-29 Nick MathewsonHave util-internal.h define socklen_t if we need it...
2009-01-29 Niels Provosmake it so that evbuffer_add_file where we read the...
2009-01-29 Niels Provostest evbuffer_add_reference
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.
next