2009-10-01 |
Nick Mathewson | Apply Ka-Hing Cheung's event_base_got_[break|exit]... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Niels Provos | Do not drop data from evbuffer when out of memory;... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Nick Mathewson | Forward-port: fix android compilation |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Nick Mathewson | Fix the assert I added to epoll.c: spotted by Dmitry... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Nick Mathewson | Treat events with fd == -1 as addable. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Nick Mathewson | Make epoll use less RAM. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Nick Mathewson | Add a trivial race-fix from Chromium: do not try to... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Nick Mathewson | Treat a negative number of bytes to read as the kernel... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Nick Mathewson | On connect, call only one of BEV_EVENT_CONNECTED or... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Nick Mathewson | Fix build warnings and add changelog entry for evhttp... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Nick Mathewson | Define evhttp_del_accept_socket |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Nick Mathewson | Define evhttp_{bind,accept}_socket_with_handle |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Nick Mathewson | Make evhttp_bound_socket visible, and provide an access... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Nick Mathewson | Minor documentation fixes |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Nick Mathewson | Support sendfile on solaris: patch from Caitlin Mercer. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Nick Mathewson | New function to put an SSL bufferevent into a renegotia... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Nick Mathewson | Disable whichever struct event we don't want during... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Nick Mathewson | Only send a connected event _after_ we've adjusted... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Nick Mathewson | Remove an extraneous puts(). |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Nick Mathewson | tab/whitespace fixes in bufferevent_sock.c |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Nick Mathewson | When running with deferred callbacks, always send the... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Nick Mathewson | Add a few missing changelog entries |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Nick Mathewson | When bufferevent_socket_connect is called with no addre... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Nick Mathewson | Add an evbuffer_search_range() to search a bounded... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Nick Mathewson | Add a couple more evdns tests. Libevent is now, for... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Nick Mathewson | Another DNS unit tests, to handle reissues. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Nick Mathewson | why say fprintf(stdout, X) when you can say printf? |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Nick Mathewson | Fix an annoying evdns crash bug, and add more unit... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Nick Mathewson | Unit tests for DNS search. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Nick Mathewson | Refactor evbuffer_readln() into a search-for-eol functi... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Nick Mathewson | Refactor evbuffer_readln to use evbuffer_ptr; remove... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Nick Mathewson | Improved coverage for evbuffer_readln() |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Nick Mathewson | New function to expose bufferevent.enabled |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Export sockaddr comparison functionality. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | More unit tests for Openssl, including initializing... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Fix some bugs in bufferevent_socket_connect |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Add unit tests for SSL session renegotiation. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Always retry SSL_write() with the same number you told... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Add a function to extract the SSL object from a buffere... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag, and... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Use SSL_do_handshake in place of SSL_connect/SSL_accept |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | More evconnlistener unit tests: bump its coverage from... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Export an ev_socklen_t. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Accessor function to get a listener's associated fd |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Nick Mathewson | Add unit test for parsing addresses with bad ports. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Changelog entry for msvc fixes. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Some tweaks to Brodie Thesfield's MSVC patch. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Various MSVC cleanups from Brodie Thiesfield. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Fix segfault during failed allocatino of locked evdns... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Fix a dumb bug where we would allocate too little memor... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Nick Mathewson | Bufferevent support for openssl. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nick Mathewson | Make "deferred callback queue" independent of event_base. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Nick Mathewson | Fix the main/methods unit test to pass from "make verify". |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Niels Provos | call it 2.0.2-alpha |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Nick Mathewson | Fix build on platforms (like Solaris 10, reportedly... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Nick Mathewson | Push coverage of event.c a little higher |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Nick Mathewson | Add clarifying "static" to definitions of fns in event.c |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Nick Mathewson | Correct the signatures for evdns_configure_windows_name... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Nick Mathewson | Refactor evtag tests into their own suite. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Nick Mathewson | Rename encode_int(64) to avoid polluting the global... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Nick Mathewson | Add strcasecmp tests to improve evutil coverage a bit |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Use a uniform strategy when a function is not working... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Fix a simple warning |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Finish implementing new convention that whenever an... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Checking for MS_WINDOWS rather than WIN32 is a Tor... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Trivial tests to exercise deferred and locking bufferev... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Add a tinytest flag to initialize threading. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Nick Mathewson | Make evthread_use_pthreads() actually return 0 on success. |
commit | commitdiff | tree | snapshot |
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 |
next |