2009-01-26 |
Nick Mathewson | For every deprecated function, explain why it is deprec... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Nick Mathewson | Documentation (or more accurate documentation) for... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Nick Mathewson | Reformat util.h slightly so that it looks ok with 8... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Niels Provos | fix memleak in evmap_signal_clear; from Alexander Drozdov |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Niels Provos | really install the buffer_compat.h file |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Nick Mathewson | Add a "flags" field to evbuffer callbacks. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Nick Mathewson | Remove in_callbacks check: allow full recursion in... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Niels Provos | also install the buffer_compat.h header file |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Nick Mathewson | Move obsolete evbuffer function into include/event2... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Nick Mathewson | Code to allow multiple callbacks per evbuffer. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Nick Mathewson | Start writing more of whatsnew-xx.txt, which will becom... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Nick Mathewson | Remove evperiodic_assign and its related parts: its... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Nick Mathewson | Use EV_PERSIST on notify event for efficiency and simpl... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Nick Mathewson | Use EV_PERSIST in bufferevents for efficiency and simpl... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Nick Mathewson | Fix warnings on compile: make static functions static. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Niels Provos | fix signal processing for non-kqueue backends; when... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Niels Provos | rename sys/signal.h to signal.h; configure m4 macro... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Niels Provos | Change the semantics of timeouts in conjunction with... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Nick Mathewson | New functions to provide sane threading callbacks with... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Niels Provos | fix freebsd compile; from Alexander Drozdov |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Niels Provos | rename the backend from "event ports" to "evport" ... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Niels Provos | bug fix and potentital race condition from Alexander... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Mathewson | Change evbuffer_read implementation to split data acros... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Mathewson | Use eventfd for main-thread notification where availabl... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Mathewson | Change the semantics of notify so we can implement... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Mathewson | Debug and enable pipe notification |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Niels Provos | make event ports compile again |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Nick Mathewson | Make event_break threadsafe; make notify-thread mechani... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nick Mathewson | Fix osx compile |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Niels Provos | try to make devpoll work again; i dont have access... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Niels Provos | clean up buffered data on reset; reported by Brian... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Niels Provos | rename time-test in comment to signal-test |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Note the one restriction on what you can do with the... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Make some evbuffer functions const |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Update win32 code to put indices in evmap. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Move per-fd info from eventops into evmap. Not done... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Do not allow chain length to expand indefinitely. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | The element size for our linear evmaps is a pointer... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Add initializer functions for evmap types. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nick Mathewson | Simplify evbuffer_write logic: combine nearly all of... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Fix compilation on win32 WSASend evbuffer_write() code. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Fix win32 compilation. Surprisingly, unit tests pass... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | There is no WSAEAGAIN. There is only Zuul^WSAEWOULDBLOCK. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Rename four internal headers to follow the -internal... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Untested (and compiled-out) evbuffer_write backend... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Stop linking backends into libevent_extra.la |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Move internal headers into noinst_HEADERS automake... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | Use new EVUTIL_ERR_*_RETRIABLE macros when we're testin... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Mathewson | New EVUTIL_ERR_*_RETRIABLE macros to tell if an errno... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Nick Mathewson | Add a new evbuffer_write_atmost() functino to write... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Nick Mathewson | Small cleanups to buffer.h documentation. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Nick Mathewson | Move strlcpy.c into libevent-core, so that code built... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Niels Provos | make it compile with USE_DEBUG again; reported by Alexa... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Nick Mathewson | Improve the hashsocket function. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Nick Mathewson | On win32, use a hashtable to map sockets to events... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Nick Mathewson | Document internal evmap functions, add a couple of... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Mathewson | Work better with platforms that do not have ipv6 struct... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Mathewson | Change the type of nameserver.address from u32 to socka... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Mathewson | Add another function to parse the common address:port... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Mathewson | New functions in evutil to clone inet_pton and inet_nto... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Niels Provos | malloc fd only if it is needed. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Mathewson | Include http_compat.h in http.c so we do not get warnin... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Niels Provos | implement evdns_cancel_request; test one of the new... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Niels Provos | generate documentation for move dns header files |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Niels Provos | forgot to re-enable dns tests |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Niels Provos | we cannot realloc memory used by TAILQ; instead malloc... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Niels Provos | remove http_compat include |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Niels Provos | reduce void *age a little bit |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Niels Provos | remove unused variable |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Niels Provos | deprecate the usage of signal_{add,del,set} and name... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Niels Provos | Restructure the event backends so that they do not... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Niels Provos | the switch of bufferevents for http connections did... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Niels Provos | fix memory leaks in the regression tools; add another... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Niels Provos | fix the close detection problem correctly by not runnin... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Niels Provos | Make the http connection close detection work properly... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Niels Provos | memory leak: forgot to free paused rpcs in server |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Niels Provos | memory leak: forgot to free the configuration object |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Niels Provos | constify structs; from Andrei Nigmatulin |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Nick Mathewson | Implement increased DSN-poisoning resistance via the... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Niels Provos | move cirular queue removal into its own function |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Niels Provos | install the header files, too |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Niels Provos | move dns header files into the include directory; move... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Niels Provos | fix a typo in setting the global event base; reported... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Niels Provos | minor compilation and regresson fixes; from Frank Denis |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Niels Provos | Clear the timer cache when leaving the event loop;... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Niels Provos | Allow setting of local port for evhttp connections... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Niels Provos | only bind the socket on connect when a local address... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Niels Provos | clear the timer cache on entering event loop; reported... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Nick Mathewson | Fix: do not crash when asked to configure an impossible... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Niels Provos | do not remove accept-encoding header in make request |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Nick Mathewson | Fix compilation of recent error code with win32. |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Nick Mathewson | On win32, errno is not the last socket error. Worse... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Niels Provos | Match the query in DNS replies to the query in the... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Niels Provos | Fix a bug where headers arriving in multiple packets... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Niels Provos | do not warn on accept when errno is egain|eintr |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Niels Provos | make event_add not change any state if it fails; repote... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Niels Provos | fix off by one errors in devpoll; from Ian Bell |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Niels Provos | another fix; we also need to remove the signal event... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Niels Provos | fix a problem with epoll and event_reinit; reported... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Niels Provos | add a signal and free the base for reinit test |
commit | commitdiff | tree | snapshot |
next |