2012-07-26 |
Nick Mathewson | memset sockaddr_in before using it. Found by coverity. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Move assignment outside tt_assert in ssl unit tests... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Add checks to various return values in unit tests.... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Avoid possible needless call to writev. Found by coverity. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Remove unused variable; spotted by coverity |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Avoid more crashes/bad calls in unit tests; found by... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Add some missing null checks to unit tests; found by... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Fix resource leaks in the unit tests; found by coverity |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Nick Mathewson | Fix various check-after-dereference issues in unit... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Nick Mathewson | Set umask before calling mkstemp in unit tests. Found... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Nick Mathewson | Fix possible uninitialized read in dns regression tests... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Nick Mathewson | Remove deadcode in http regression tests. Found by... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Nick Mathewson | Fix a memory leak on error in evhttp_uriencode |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Nick Mathewson | Win32: avoid crash when waiting forever on zero fds. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Simon Liu | Make event_pending() threadsafe. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Nick Mathewson | Add GCC annotations so that the vsprintf functions... |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Nick Mathewson | Merge pull request #57 from rosslagerwall/memleak |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Ross Lagerwall | Fix a couple of memory leaks (found with Valgrind). |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Sebastian Hahn | Correctly check for arc4random_buf |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Greg Hazel | check for arc4random_buf at runtime, on OS X |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nick Mathewson | Bump version to 2.0.19-stable-dev |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nick Mathewson | Increment version to 2.0.19-stable release-2.0.19-stable |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nick Mathewson | Oops; fix the *right* windows compile issue |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Nick Mathewson | Fix win32 build issues: sleep, pid_t |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Nick Mathewson | Start changelog for 2.0.19-stable |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Nick Mathewson | Fix evdns build with threads disabled |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Mathewson | When retransmitting a timed-out DNS request, pick a... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Mathewson | Make some evdns.c debug logs more verbose |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Mathewson | dns-example.c can now take a resolv.conf file on the... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Mathewson | Merge remote-tracking branch 'github/20_active_prio_inv... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Mathewson | Work-around a stupid gcov-breaking bug in OSX 10.6 |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Mark Ellzey | Fixed potential double-readcb execution with openssl... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Nick Mathewson | If a higher-priority event becomes active, don't contin... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Zack Weinberg | Generate event-config.h with a single sed script |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Nick Mathewson | Merge branch '20_periodic_event_overload_v2' into patch... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Nick Mathewson | If time has jumped so we'd reschedule a periodic event... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Nick Mathewson | Refactor event_persist_closure: raise and extract some... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Nick Mathewson | Merge pull request #52 from ghazel/20_evdns_probe |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Greg Hazel | remove redundant DNS_ERR_CANCEL check, move comment |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Greg Hazel | cancel the probe request when the server is freed,... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Nick Mathewson | Backport: provide EVENT_LOG_* names, and deprecate... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Nick Mathewson | Fix the website URL in the readme |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Sebastian Hahn | Configure with gcc older than 2.95 |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Nick Mathewson | Add missing ) to changelog; spotted by rransom |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Nick Mathewson | Fix a compilation error with MSVC 2005 due to use of... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Nick Mathewson | Fix a typo in the bufferevent documentation |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Nick Mathewson | Add an empty changelog section for 2.0.19-stable |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Nick Mathewson | Bump version to 2.0.18-stable-dev |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Nick Mathewson | Bump version to 2.0.18-stable release-2.0.18-stable |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Nick Mathewson | Add credits to README |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Nick Mathewson | Changelog for libevent 2.0.18-stable |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Nick Mathewson | Merge remote-tracking branch 'sebastian/clang_unknown_w... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Sebastian Hahn | Properly zero the kevent in kq_setup_kevent() |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Sebastian Hahn | Don't do clang version detection when disabling some... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Nick Mathewson | Stop crashing in evdns when nameserver probes give... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Mark Ellzey | Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Mark Ellzey | Added OPENSSL_LDFLAGS env variable which is appended... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Nick Mathewson | Tweak the evutil_open_closeonexec patch to work on... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Ross Lagerwall | Make uses of open() close-on-exec safe by introducing... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Nick Mathewson | Add an empty section to the changelog for 2.0.18-stable |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Nick Mathewson | Correct a name in the credits. oops |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Nick Mathewson | Bump version to 2.0.17-stable-dev |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Nick Mathewson | Update the credits in the readme release-2.0.17-stable |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Nick Mathewson | Finalize the changelog |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Nick Mathewson | Update copyright notices to 2012 |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Nick Mathewson | Bump version to 2.0.17-stable |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Nick Mathewson | In the kqueue backend, do not report EBADF as an EV_READ |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Nick Mathewson | Avoid crash when freeing event_iocp and using event_set... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Nick Mathewson | Bring the changelog up to date |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Nick Mathewson | Loop on filtering SSL reads until we are blocked or... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Greg Hewgill | Use C-style comments in C source files (for compatibili... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Nick Mathewson | evdns: fix a bug in circular-queue implementation |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Nick Mathewson | Better workaround for Linux 3.2 edge-triggered epoll bug |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nate R | Do a memberwise comparison of threading function tables |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nick Mathewson | Make event_base integrity check work on windows |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nick Mathewson | Start writing a changelog for 2.0.17-stable |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nick Mathewson | Oops:remove an accidentally committed "sleep(1)" in... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nick Mathewson | Workaround in the unit tests for an apparent epoll... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nick Mathewson | Fix a fd leak in event_reinit() |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nick Mathewson | Fix a list corruption bug when using event_reinit(... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nick Mathewson | Check event_base correctness at end of each unit test |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Nick Mathewson | Add function to check referential integrity of an event... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Catalin Patulea | Force strict validation of HTTP version in response. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Nick Mathewson | Suppress a gcc warning from ignoring fwrite return... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Nick Mathewson | Fix a race condition in the dns/bufferevent_connect_hos... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Nick Mathewson | Make evconnlistener work around bug in older Linux... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Nick Mathewson | Remove bogus casts of socket to int before calling... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Arno Bakker | Backport evhttp_connection_get_bufferevent to Libevent 2.0 |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Nick Mathewson | Slightly clarify evbuffer_peek documentation |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Zack Weinberg | Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Mike Frysinger | check for sysctl before we use it |
commit | commitdiff | tree | snapshot |
2011-12-06 |
Colin Watt | Fix a silly compilation error with the sun compiler |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Nick Mathewson | Be absolutely sure to clear pncalls before leaving... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nick Mathewson | Increment version to 2.0.16-stable-dev |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nick Mathewson | Increment version to 2.0.16-stable release-2.0.16-stable |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nick Mathewson | Revise 2.0.16-stable changelog |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Nick Mathewson | add comment to new consider_reading code |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Mark Ellzey | Avoid spinning on OpenSSL reads |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Nick Mathewson | Move SSL rate-limit enforcement into bytes_to_read() |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Mark Ellzey | Refactor amount-to-read calculations in buffervent_ssl... |
commit | commitdiff | tree | snapshot |
next |