]> granicus.if.org Git - libevent/shortlog
libevent
2009-05-06 Nick MathewsonAddition to bufferevent_async unit test
2009-05-06 Nick MathewsonFix bufferevent_async to use lock/unlock, not unlock...
2009-05-05 Nick MathewsonMake unit tests for bufferevent_async compile and _almo...
2009-05-05 Nick MathewsonAdd a trival start of a be_async test.
2009-05-05 Nick MathewsonAdd missing include to buffer_iocp.c
2009-05-05 Nick MathewsonAdd a constructor for bufferevent_async.
2009-05-05 Nick Mathewsonoops; do not forget to distribute listener.h
2009-05-05 Nick MathewsonAdd new code to make and accept connections.
2009-05-05 Nick MathewsonAdd an event_get_base() function to remove one more...
2009-05-03 Nick MathewsonNothing ever sets event_sigcb or event_gotsig any more...
2009-05-02 Nick MathewsonRevise regress_pthreads.c to not use event_set
2009-05-02 Nick MathewsonUse fewer _compat.h headers in our own code.
2009-05-02 Nick MathewsonMove event_set() and friends to event2/event_compat.h.
2009-05-02 Nick MathewsonMake evrpc use event2/rpc*.h, not evrpc.h
2009-05-02 Nick MathewsonRemove some duplicated includes in evdns.c
2009-05-02 Nick MathewsonAdd changelog entry for vc++ fixes
2009-05-01 Nick MathewsonInitial core implementation of bufferevent_async.c
2009-05-01 Nick MathewsonMore msvc build tweaks.
2009-04-30 Nick MathewsonApparently MSVC lacks a ssize_t. Define an ev_ssize_t...
2009-04-30 Nick MathewsonCompilation fixes for vc++ 2008 express. Not the end...
2009-04-30 Nick MathewsonInitial unit test for overlapped evbuffer usage. It...
2009-04-30 Nick MathewsonGet launch_read and launch_write to (apparently) work.
2009-04-30 Nick MathewsonFix a reversed check in upcast_evbuffer
2009-04-30 Nick MathewsonBeef up the events in the last test a little.
2009-04-30 Nick MathewsonOops: actually commit changes to build and use regress_iocp
2009-04-30 Nick MathewsonFirst tests for IOCP loop, and related fixes.
2009-04-30 Nick MathewsonMake environment-variable tests work on win32, which...
2009-04-29 Nick MathewsonNote a place we might do better about lock releasing.
2009-04-29 Nick Mathewsonfix a typo in a comment
2009-04-29 Nick MathewsonCatch attempts to event_base_once a persistent event.
2009-04-29 Nick MathewsonClarify semantics on event_pending()
2009-04-28 Nick MathewsonPatch from Eric Hopper: the test for EVENT_BASE_FLAG_IG...
2009-04-28 Nick MathewsonUnit test for disabling events with EVENT_NO*, and...
2009-04-28 Nick MathewsonOops. We never actually defined event_config_set_flag().
2009-04-28 Nick MathewsonFix compile: #elif FOO is not the same as #elif defined...
2009-04-25 Niels Provosmove more code directly into evrpc.c; provide backwards...
2009-04-25 Niels Provosremove vararg macros for accessing evrpc structs
2009-04-25 Niels Provosrefactor evrpc.h header filer
2009-04-25 Niels Provosrefactor evrpc.h header filer
2009-04-24 Niels Provosmake sendfile work on freebsd
2009-04-23 Nick MathewsonChangelog entry for r1237
2009-04-23 Nick MathewsonFix for evbuffer_read() when all data fits in penultima...
2009-04-23 Nick MathewsonOops. event_config.flags was never initialized. Bugfix...
2009-04-23 Nick MathewsonMake main/methods test pass on systems where only one...
2009-04-23 Nick MathewsonFix win32 compilation issues.
2009-04-23 Nick MathewsonAdd missing case to make http.c compile with warnings...
2009-04-23 Nick MathewsonFix c89 bugs reported by Cory Stup.
2009-04-23 Nick MathewsonAdd missing regress_minheap.c file
2009-04-23 Nick MathewsonAdd a randomized test for heap correctness.
2009-04-23 Nick MathewsonUse signal.h, not sys/signal.h.
2009-04-23 Nick MathewsonFix min_heap_erase when we remove an element from the...
2009-04-23 Nick MathewsonMake version test ignore the bottom byte of the version...
2009-04-23 Nick Mathewsonbump the numeric version; this is not the same as the...
2009-04-23 Nick MathewsonSomehow free_active_base was using the socketpair,...
2009-04-22 Nick MathewsonDetect and reject n_priorities less than 1.
2009-04-22 Nick MathewsonAdd forgotten changelog.
2009-04-22 Nick MathewsonAdd a flag to disable checking the EVENT_* environment...
2009-04-22 Nick MathewsonAdd a missing "static".
2009-04-21 Nick MathewsonMake sure the test case for mem_functions hits strdup...
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
next