| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use connection_mark_for_close() rather than connection_mark_on_flush() on OOSticket18640_v3 | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Add DisableOOSCheck option, on by default until we have better heuristics | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Consider the case that a connection doesn't have a valid socket during OOS | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Add connection_is_moribund() inline | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Use SMARTLIST_FOREACH in connection_count_moribund() per code review | Andrea Shepard | 2016-08-20 |
| | | |||
| * | s/connection_handle_oos/connection_check_oos/g per code review | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Unit test for pick_oos_victims() | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Unit test for kill_conn_list_for_oos() | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Unit test for connection_handle_oos() | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Implement OOS comparator | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Implement pick_oos_victims() except for sort step | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Implement kill_conn_list_for_oos() | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Stub out pick_oos_victims() and kill_conn_list_for_oos() | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Implement connection_count_moribund() for OOS handler | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Don't say OOS unless the ConnLimit thresholds have been set | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Stub out connection_handle_oos() and call it from places we can change the ↵ | Andrea Shepard | 2016-08-20 |
| | | | | | socket count or thresholds | ||
| * | Compute thresholds for OOS from ConnLimit_ when setting options | Andrea Shepard | 2016-08-20 |
| | | |||
| * | Fix a missing :: in an IPv6 addr in the documentation | Nick Mathewson | 2016-08-12 |
| | | | | | Closes 19743. | ||
| * | Merge remote-tracking branch 'public/Fix_19450' | Nick Mathewson | 2016-08-12 |
| |\ | |||
| | * | changes file for 19450 | Nick Mathewson | 2016-08-02 |
| | | | |||
| | * | Remove/fix remaining evbuffer references | Nick Mathewson | 2016-08-02 |
| | | | |||
| | * | Search for remaining references to 'bufferevent'. | Nick Mathewson | 2016-08-02 |
| | | | | | | | | | Remove or adjust as appropriate. | ||
| | * | Remove generic_buffer_*() functions as needless. | Nick Mathewson | 2016-08-02 |
| | | | | | | | | | | | | | These functions were there so that we could abstract the differences between evbuffer and buf_t. But with the bufferevent removal, this no longer serves a purpose. | ||
| | * | Rename generic_buffer_set_to_copy, since generic buffers are not a thing | Nick Mathewson | 2016-08-02 |
| | | | |||
| | * | Bufferevent removal: remove more bufferevent-only options | Nick Mathewson | 2016-08-02 |
| | | | | | | | | | (All this IOCP stuff was bufferevent-only.) | ||
| | * | Remove USE_BUFFEREVENTS from configure.ac | Nick Mathewson | 2016-08-02 |
| | | | |||
| | * | Remove USE_BUFFEREVENTS code outside src/or | Nick Mathewson | 2016-08-02 |
| | | | |||
| | * | Bufferevent removal: remove HAS_BUFFEREVENT macros and usage | Nick Mathewson | 2016-08-02 |
| | | | | | | | | | This is another way that we had bufferevents-only code marked. | ||
| | * | More bufferevent removal: bev_str is no longer needed in tor_init | Nick Mathewson | 2016-08-02 |
| | | | |||
| | * | Remove bufferevents dead code | U+039b | 2016-07-14 |
| | | | | | | | | | Signed-off-by: U+039b <*@0x39b.fr> | ||
| * | | Fix issue in 19168 changes file | Nick Mathewson | 2016-08-12 |
| | | | | | | | | | | | This is an implementation-defined-behavior issue, not an undefined-behavior issue. | ||
| * | | Fix integer overflows in the conversion tables | cypherpunks | 2016-08-12 |
| | | | |||
| * | | Merge remote-tracking branch 'andrea/bug8625_prod' | Nick Mathewson | 2016-08-12 |
| |\ \ | |||
| | * | | Changes file for bug 8625bug8625_prod | Andrea Shepard | 2016-08-10 |
| | | | | |||
| | * | | Eliminate redundant hourly reset of descriptor download failures | Andrea Shepard | 2016-08-10 |
| | | | | |||
| | * | | Debug logging for router/consensus descriptor download resets | Andrea Shepard | 2016-08-10 |
| | | | | |||
| * | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-08-12 |
| |\ \ \ | |||
| | * \ \ | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | 2016-08-12 |
| | |\ \ \ | |||
| | | * \ \ | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | 2016-08-12 |
| | | |\ \ \ | |||
| | | | * \ \ | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | 2016-08-12 |
| | | | |\ \ \ | |||
| | | | | * \ \ | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | 2016-08-12 |
| | | | | |\ \ \ | |||
| | | | | | * | | | Update geoip and geoip6 to the August 2 2016 database. | Karsten Loesing | 2016-08-12 |
| | | | | | | | | | |||
| * | | | | | | | | Only use evutil_secure_rng_add_bytes() when present. | Nick Mathewson | 2016-08-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenBSD removes this function, and now that Tor requires Libevent 2, we should also support the OpenBSD Libevent 2. Fixes bug 19904; bugfix on 0.2.5.4-alpha. | ||
| * | | | | | | | | Fix a bug in the old-gcc version of ENABLE_GCC_WARNING | Nick Mathewson | 2016-08-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 19901; bugfix on 0.2.9.1-alpha. | ||
| * | | | | | | | | Add some how-to documentation for ht.h. Closes #19896 | Nick Mathewson | 2016-08-11 |
| | |_|_|_|_|/ / |/| | | | | | | |||
| * | | | | | | | bump master to 0.2.9.1-alpha.dev | Nick Mathewson | 2016-08-08 |
| | | | | | | | | |||
| * | | | | | | | Edit changelog a little for clarity and conciseness | Nick Mathewson | 2016-08-08 |
| | | | | | | | | |||
| * | | | | | | | We no longer use config_var_description_t | Nick Mathewson | 2016-08-03 |
| | | | | | | | | |||
| * | | | | | | | 0291 blurb draft | Nick Mathewson | 2016-08-03 |
| | | | | | | | | |||
| * | | | | | | | Condense and edit changelog a little | Nick Mathewson | 2016-08-03 |
| | | | | | | | | |||
