2009-07-17 |
Nick Mathewson | Define a macro to indicate that we have defined one... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Update event_tv when time jumps backwards, so that... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Oops. -1 is an integer, not a pointer. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Unit tests for bufferevent_get(fd|_underlying) |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Remove all trailing whitespace from end-of-line. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Add a test to free_active_base to free a base with... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Add a check for event_add failure to evthread_make_base... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Always hold a reference to a bufferevent when calling... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Nick Mathewson | Do not define _FORTIFY_SOURCE if the platform GCC alrea... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Nick Mathewson | Include disabled methods in event_get_supported_methods... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Nick Mathewson | Stop using C++ style comments. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Nick Mathewson | Convert and expand free_active_base/event_base_new... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Nick Mathewson | Make event_del(E) block while E is running in another... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Mathewson | Patch from Zack Weinberg: normalize perror() tt functio... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Mathewson | Use -version-info, not -release. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Nick Mathewson | Change use of AC_CHECK_LIB to AC_SEARCH_LIBS. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Nick Mathewson | Add a lock/unlock pair inside the event callbacks in... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Niels Provos | Allow C identifiers as struct names; allow multiple... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Niels Provos | Allow specifying the output filename for rpcgen; based... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Niels Provos | fix preamble of rpcgen-generated files to rely on event... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Niels Provos | Raise RpcGenError in event_rpcgen.py; from jmanison... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Nick Mathewson | The truncated bit is in the 3rd byte of a dns reply... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Nick Mathewson | Fix type on freebsd sendfile. Patch from navin seshadri... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Nick Mathewson | When our IP address changes, do not break all existing... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Nick Mathewson | Fix compile on cygwin. This isnt the solution I would... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Nick Mathewson | Add sometimes-needed header to regress_bufferevent.c |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Nick Mathewson | Replace some read/write instances with send/recv to... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Nick Mathewson | Fix compilation problems in win32.c |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Nick Mathewson | Make the headers compile happily with pedantic C compilers. |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Nick Mathewson | Spell-check the the headers |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Nick Mathewson | small doc fix. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Nick Mathewson | Activate fd events in a pseudorandom order on older... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Nick Mathewson | Defer EOF on paired bufferevent correctly. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Nick Mathewson | Consistently say "eventcb" instead of "errorcb" |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Nick Mathewson | Add documentation for bufferevent-internal.h stuff |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Nick Mathewson | Add a generic mechanism to implement timeouts in buffer... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Nick Mathewson | Add requirement in configure.in for autoconf 2.59c... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | Add missing windows include in time-test.c |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | work around missing __func__ in sample code |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | Use ev_ssize_t in place of ssize_t *everywhere*. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | Fix a potentially very annoying evdns bug that we found... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | Fix some small win32 build issues on trunk. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | Try to contain the failure when we are running without... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nick Mathewson | Do not free the event base lock until we are done remov... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nick Mathewson | Do not assume we know the value for FD_CLOEXEC. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nick Mathewson | Disallow backlog==0 in evconnlistener_new_bind(). |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nick Mathewson | Use the native "struct iovec" as our "struct evbuffer_i... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nick Mathewson | Fix a deadlock: there were some LOCKs that should have... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nick Mathewson | Add changelog for last commit |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nick Mathewson | Replace reserve/commit with new iovec-based interface... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nick Mathewson | Tweak the evconnlistener interface a little. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Nick Mathewson | Change the interface of evbuffer_add_reference: give... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Nick Mathewson | New semantics for evbuffer_cb_set_flags(). |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Nick Mathewson | Trim 22 bytes from struct event on 32 bit platforms... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Nick Mathewson | We were distributing the wrong event-config.h with... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Nick Mathewson | Note problems with some newer evbuffer interfaces. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Nick Mathewson | Actually, do not provide a compatibility name "EVBUFFER... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Nick Mathewson | Add a "ctrl" mechanism to bufferevents for property... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Nick Mathewson | Do not use the "evbuffer_" prefix to denote parts of... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Nick Mathewson | Add and use locale-independent strcasecmp functions. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Nick Mathewson | Addition to bufferevent_async unit test |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Nick Mathewson | Fix bufferevent_async to use lock/unlock, not unlock... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | Make unit tests for bufferevent_async compile and _almo... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | Add a trival start of a be_async test. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | Add missing include to buffer_iocp.c |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | Add a constructor for bufferevent_async. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | oops; do not forget to distribute listener.h |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | Add new code to make and accept connections. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Nick Mathewson | Add an event_get_base() function to remove one more... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Nick Mathewson | Nothing ever sets event_sigcb or event_gotsig any more... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Mathewson | Revise regress_pthreads.c to not use event_set |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Mathewson | Use fewer _compat.h headers in our own code. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Mathewson | Move event_set() and friends to event2/event_compat.h. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Mathewson | Make evrpc use event2/rpc*.h, not evrpc.h |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Mathewson | Remove some duplicated includes in evdns.c |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Mathewson | Add changelog entry for vc++ fixes |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Nick Mathewson | Initial core implementation of bufferevent_async.c |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Nick Mathewson | More msvc build tweaks. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Apparently MSVC lacks a ssize_t. Define an ev_ssize_t... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Compilation fixes for vc++ 2008 express. Not the end... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Initial unit test for overlapped evbuffer usage. It... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Get launch_read and launch_write to (apparently) work. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Fix a reversed check in upcast_evbuffer |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Beef up the events in the last test a little. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Oops: actually commit changes to build and use regress_iocp |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | First tests for IOCP loop, and related fixes. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Mathewson | Make environment-variable tests work on win32, which... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nick Mathewson | Note a place we might do better about lock releasing. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nick Mathewson | fix a typo in a comment |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nick Mathewson | Catch attempts to event_base_once a persistent event. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nick Mathewson | Clarify semantics on event_pending() |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Nick Mathewson | Patch from Eric Hopper: the test for EVENT_BASE_FLAG_IG... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Nick Mathewson | Unit test for disabling events with EVENT_NO*, and... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Nick Mathewson | Oops. We never actually defined event_config_set_flag(). |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Nick Mathewson | Fix compile: #elif FOO is not the same as #elif defined... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Niels Provos | move more code directly into evrpc.c; provide backwards... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Niels Provos | remove vararg macros for accessing evrpc structs |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Niels Provos | refactor evrpc.h header filer |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Niels Provos | refactor evrpc.h header filer |
commit | commitdiff | tree | snapshot |
2009-04-24 |
Niels Provos | make sendfile work on freebsd |
commit | commitdiff | tree | snapshot |
next |