]> granicus.if.org Git - libevent/shortlog
libevent
2009-04-21 Nick MathewsonDo not free the signal index unless it was at some...
2009-04-21 Nick MathewsonAdd a basic test for set_mem_functions
2009-04-21 Nick MathewsonFix the documentation of event_pending.
2009-04-21 Nick MathewsonAdd a test for event_pending; especially the timeout...
2009-04-21 Nick MathewsonUnit tests for event_base_once.
2009-04-21 Nick MathewsonRefactor test wrappers to divide legacy items from...
2009-04-21 Nick MathewsonAdd unit tests for version methods and feature-based...
2009-04-21 Nick MathewsonCall the main testcases "main", not "legacy".
2009-04-21 Nick MathewsonFormat microseconds correctly in bench_httpclient
2009-04-19 Nick MathewsonUpdate copyright notices, add some missing license...
2009-04-19 Niels Provosdefer-internal.h was missing from dist; so our first...
2009-04-19 Nick MathewsonNote dns work in changelog and whatsnew
2009-04-19 Nick MathewsonMake dns callbacks run deferred
2009-04-19 Nick MathewsonAdd locks to evdns.
2009-04-19 Nick MathewsonUse new-style headers in evdns.c
2009-04-19 Nick MathewsonDo not try to double-free the nameserver in regression...
2009-04-18 Nick MathewsonMore tweaks to http stress-tester
2009-04-18 Nick Mathewsonfix a misindent
2009-04-18 Niels Provosmake doxygen happier
2009-04-18 Nick MathewsonAdd a new bench_httpclient for a trivial codecon demo.
2009-04-17 Nick MathewsonAdd a generic way for any bufferevent to make its callb...
2009-04-17 Nick MathewsonBump version to 2.0.1-alpha-dev so that nobody mistakes...
2009-04-17 Nick MathewsonIncrement version to 2.0.1-alpha, and add a numeric...
2009-04-17 Nick MathewsonEven _more_ recent tinytest, designed to give better... release-2.0.1-alpha
2009-04-17 Nick Mathewsonnote new unit test framework.
2009-04-17 Nick MathewsonAdd the latest tinytest. This one supports a --terse...
2009-04-17 Nick MathewsonAdd reference counts to bufferevents.
2009-04-17 Nick MathewsonWrite a huge pile of whatsnew-2.0.txt
2009-04-17 Nick MathewsonOh hey. There is no support for suspend/unsuspend.
2009-04-17 Nick MathewsonAdd a configure flag to hardcode all of our mm functions.
2009-04-17 Nick MathewsonFix evmap indentation to be less stupid.
2009-04-17 Nick MathewsonRename whatsnew file to reflect actual version.
2009-04-17 Nick MathewsonActually stop using EVBUFFER_LENGTH/DATA, and move...
2009-04-17 Nick MathewsonStop claiming that APIs we have are missing.
2009-04-17 Nick MathewsonDocument many internal functions and pieces of code.
2009-04-17 Nick MathewsonRemove long copy-and-paste section full of windows...
2009-04-17 Niels Provoshave evhttp_set_cb return an int; -1 on failure, 0...
2009-04-17 Niels Provospkgconfig support from Ted Bullock
2009-04-16 Nick MathewsonMore hacking on event_iocp.c: make it compile, and...
2009-04-16 Nick MathewsonIt seems support for GetCompletionEventEx is not in...
2009-04-14 Nick MathewsonMake buffer iocp stuff compile happily
2009-04-13 Nick MathewsonFix typo in mm_free
2009-04-13 Nick MathewsonAdd draft (nonworking) versions of iocp code to hack...
2009-04-13 Nick MathewsonFix two windows compilation bugs.
2009-04-13 Nick MathewsonLocking support for bufferevents.
2009-04-13 Nick MathewsonRefactor new elements of bufferevent into bufferevent_p...
2009-04-13 Nick MathewsonRemove if0 code in bufferevent_struct.h
2009-04-13 Nick MathewsonUse freeze operations to prevent shenanegans on buffere...
2009-04-13 Nick MathewsonDo not remove an empty chain that we have pinned for...
2009-04-13 Nick Mathewsonadd pin/unpin functions, and a deref-and-free pair.
2009-04-13 Nick MathewsonAdd a reference count to evbuffers.
2009-04-13 Nick MathewsonMake evbuffer_commit_space trigger callbacks.
2009-04-13 Nick MathewsonRefactor the code that sets up iovecs for reading into...
2009-04-12 Nick MathewsonAdd a new EVUTIL_UPCAST macro so that I do not need...
2009-04-12 Nick Mathewsonreindent macros in util-internal.h
2009-04-12 Niels Provoshttp benchmark: add a way to change the size of the...
2009-04-11 Niels Provosdocument evhttp_parse_query better
2009-04-11 Niels Provosprevious commit changed the semantics of evhttp_decode_...
2009-04-10 Nick MathewsonFacility to make evbuffers get their callbacks deferred.
2009-04-10 Nick MathewsonBetter explanation for bufferevent_pair
2009-04-10 Nick MathewsonAdd a linked-pair abstraction to bufferevents.
2009-04-10 Nick MathewsonA couple of tweaks for deferred callbacks.
2009-04-10 Nick MathewsonInitial support for a lightweight 'deferred callbacks'.
2009-04-10 Nick MathewsonDon't allow internal events to starve lower-priority...
2009-04-10 Niels ProvosFix parsing of queries where the encoded queries contai...
2009-04-10 Niels Provosrevert last commit; git user error
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...
next