Nick Mathewson
e617a34d58
Add, use a bufferevent-safe connection_flush()
...
A couple of places in control.c were using connection_handle_write()
to flush important stuff (the response to a SIGNAL command, an
ERR-level status event) before Tor went down. But
connection_handle_write() isn't meaningful for bufferevents, so we'd
crash.
This patch adds a new connection_flush() that works for all connection
backends, and makes control.c use that instead.
Fix for bug 3367; bugfix on 0.2.3.1-alpha.
2011-06-21 10:22:54 -04:00
..
2011-06-17 15:22:23 -04:00
2011-05-30 12:24:51 -04:00
2011-05-13 16:59:31 -04:00
2011-04-28 21:25:24 -04:00
2011-05-21 16:08:21 -04:00
2011-06-02 15:11:21 -04:00
2011-06-19 20:58:46 -04:00
2011-05-12 18:49:28 -04:00
2011-05-28 02:13:04 -04:00
2011-05-12 00:53:07 -04:00
2011-03-14 01:15:36 -07:00
2011-05-17 19:50:52 -04:00
2011-05-15 20:20:29 -04:00
2011-05-03 22:22:20 -04:00
2011-05-15 20:20:28 -04:00
2011-05-15 20:13:44 -04:00
2011-04-28 21:06:07 -04:00
2011-05-12 00:47:00 -04:00
2011-05-15 22:02:24 -04:00
2011-05-06 15:38:32 +02:00
2011-05-11 16:12:33 -04:00
2011-05-11 22:05:41 -04:00
2011-05-15 22:13:53 -04:00
2011-05-15 11:08:46 -04:00
2011-05-17 20:48:46 -04:00
2011-05-17 21:13:59 -04:00
2011-05-17 19:39:00 -04:00
2011-05-23 17:04:38 -04:00
2011-05-17 19:46:47 -04:00
2011-05-24 21:12:23 +02:00
2011-05-30 12:41:46 -04:00
2011-05-19 23:59:52 -04:00
2011-05-23 00:17:48 -04:00
2011-05-30 15:47:06 -04:00
2011-06-06 16:18:06 -04:00
2011-06-02 03:07:09 -07:00
2011-06-03 11:31:19 -04:00
2011-05-31 20:43:55 -04:00
2011-06-14 21:32:49 -07:00
2011-06-05 05:43:27 -07:00
2011-06-07 14:46:28 -04:00
2011-06-21 10:22:54 -04:00
2011-06-13 13:42:00 -04:00
2011-06-12 13:58:53 +02:00
2011-06-14 13:45:12 -04:00
2011-05-16 14:07:24 -04:00
2011-05-16 14:28:46 -04:00
2011-06-08 21:35:26 +02:00
2011-06-10 16:40:47 -04:00
2011-05-09 13:19:46 -04:00
2011-05-20 08:25:42 -07:00
2011-05-20 08:25:43 -07:00
2011-05-13 10:41:29 -04:00
2011-06-20 12:08:46 -04:00
2011-06-17 13:57:25 -04:00
2011-06-05 11:12:28 -04:00
2011-05-10 23:04:11 -04:00
2011-05-12 11:19:52 -04:00
2011-05-09 13:19:45 -04:00
2011-05-05 20:54:12 -04:00
2011-06-08 20:33:53 -04:00